-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal to add dynamic values for aria-level (headings) #1361
Comments
This is a very good suggestion. Above all, it would solve the problem that always occurs when external content is embedded in a page. Example: The video player of YouTube contains a |
(not a comment on the proposal itself) Please note - there is no longer a default aria-level of 2 for headings. This is now defined only in the error correction section. |
This proposal feels a lot like headinglevelstart proposed at whatwg/html#5033 (or any other discussion about the outline algorithm and/or level-agnostic heading elements). |
Removing 1.4 milestone as I don't think we can look at this until the associated html issue gets consensus. |
@jnurthen I'd suggest to just close this. The HTML side just doesn't seem likely after removing the document outline -- but if it does against all odds it'll be easy to pick up again on the ARIA end. |
Hello,
It would be cool to be able to dynamically manage section headings via aria-level.
Three values could be used to manage a large number of cases.
Note:
Example with an unique code :
Context 1:
Code:
Result (headings):
h1) Category of articles
h2) Article 1
h2) Article 2
h2) Article 3
Context 2:
Code:
Result (headings):
h2) Related articles
h3) Article 1
h3) Article 2
h3) Article 3
What do you think of this proposal?
Have a nice day.
Romain
The text was updated successfully, but these errors were encountered: