w3c / html-aria

ARIA in HTML
https://w3c.github.io/html-aria/
Other
181 stars 48 forks source link

should be fixed the table of "Document conformance requirements for use of ARIA attributes in HTML" #140

Closed mtrootyy closed 4 years ago

mtrootyy commented 5 years ago

The following elements should be added to row of the table of "Document conformance requirements for use of ARIA attributes in HTML" (https://w3c.github.io/html-aria/#implicit)

 

The following elements should be removed from the table of "Document conformance requirements for use of ARIA attributes in HTML" (https://w3c.github.io/html-aria/#implicit)

stevefaulkner commented 5 years ago

@sideshowbarker like the <a> no href is the <area> no href undistinguishable from from the validator point of view?

sideshowbarker commented 5 years ago

@sideshowbarker like the <a> no href is the <area> no href undistinguishable from from the validator point of view?

Actually, support for separate ARIA handling for <a> no href was added to the checker back in March; see 6b427ee. So if wanted to do something similar for <area> no href, yeah, that would be possible.