You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have logic in aria.js to apply ARIA 1.2-specific deprecation warnings, but no other built-in deprecation language or system, particularly for deprecating support for an attribute on a role rather than deprecating the entire attribute/role.
TODOs:
Figure out anything we need to do to align with other specs
Set specific requirements around what should be deprecated vs. just removed
Set wording/formatting for deprecation notice
Add script for inserting the deprecation wording?
The text was updated successfully, but these errors were encountered:
Related: #80 asking if role=presentation should be deprecated. Though the minutes linked above mention that the group decided against deprecation (and for synonyms).
Semi-related to #1862
We have logic in
aria.js
to apply ARIA 1.2-specific deprecation warnings, but no other built-in deprecation language or system, particularly for deprecating support for an attribute on a role rather than deprecating the entire attribute/role.TODOs:
The text was updated successfully, but these errors were encountered: