[Bug 7434] Everything with role=heading should also have an associated aria-level that indicates the level of the heading. The level of the heading should probably be based on the outline algorithm.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7434


Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi




--- Comment #1 from Henri Sivonen <hsivonen@iki.fi>  2009-08-26 14:58:39 ---
What problem does using role=heading aria-level=2 solve compared to using <h2>?

Making the outline algorithm sensitive to attributes can turn out to be a major
perf problem. (Consider developing a selector for outline depth and caching
stuff on heading nodes in the DOM.)


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 26 August 2009 14:58:49 UTC