article element testarticle
			article
				with <h1>
			article
				with aria-label
			
		aria-label should be used as accessible name.
	
No accessible description.
article
				with aria-labelledby
			h1 referenced by aria-labelledby
	
		aria-labelledby should be used as accessible name.
	
No accessible description.
article
				with title attribute
			
		title should be used as accessible name.
	
No accessible description.
article
				with aria-describedby
			h1 referenced by aria-describedby
	
		aria-describedby should be used as accessible description.
	
No accessible name.
article
				with aria-label & title attributes
			aria-label should be used as accessible name.
title should be used as accessible description.