output element testoutput calculated from two inputs
			output
				with aria-label
			aria-label should be used as accessible name.
No accessible description.
output
				with aria-labelledby
			
	p referenced by aria-labelledby
aria-labelledby should be used as accessible name.
No accessible description.
output
				with label
			
					label should be used as accessible name.
				
No accessible description.
output
				with title attribute
			title should be used as accessible name.
No accessible description.
output
				with aria-describedby
			
	p referenced by aria-describedby
					aria-describedby should be used as accessible description.
				
No accessible name.
output
				with label element
				& title attribute
			label should be used as accessible name.
title should be used as accessible description.