w3c / html-aria

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

Identify non-content attributes which win out vs corresponding aria- attributes #349

Open scottaohara opened 2 years ago

scottaohara commented 2 years ago

for instance, showModal for dialogs should win out vs aria-modal=false the intermittent idl attribute for checkboxes would win out vs aria-checked=mixed

this might require further progress on the AOM, however, before conformance checkers can accurately determine if these are in conflict. but, for starters we could at least make an informative declaration regarding this, referencing the ARIA spec when it is updated to indicate this rule. see https://github.com/w3c/aria/issues/1610