act-rules.github.io icon indicating copy to clipboard operation
act-rules.github.io copied to clipboard

bc4a75: Pass example 6 no longer passing in ARIA 1.2

Open tombrunet opened this issue 3 years ago • 1 comments

https://act-rules.github.io/rules/bc4a75

Pass example 6:

<div role="list">
	<span role="listitem">Item 1</span>
	<div role="group">
		<span role="listitem">Item 2</span>
		<span role="listitem">Item 3</span>
	</div>
</div>

ARIA 1.1 allows a group child for list: https://www.w3.org/TR/wai-aria-1.1/#list ARIA 1.2 DOES NOT allow a group child: https://www.w3.org/TR/wai-aria-1.2/#list

tombrunet avatar Jul 29 '22 20:07 tombrunet

Should Pass 6 be removed? Or should it be changed to other roles?

tombrunet avatar Jul 29 '22 21:07 tombrunet

Looking into this. Not sure if we need this to become a failed example... TBH. This is the PR where it's changed in ARIA: https://github.com/w3c/aria/pull/1053

WilcoFiers avatar Oct 06 '22 12:10 WilcoFiers

Updated in #1940

carlosapaduarte avatar Oct 07 '22 15:10 carlosapaduarte