- From: <bugzilla@jessica.w3.org>
- Date: Mon, 26 Nov 2012 16:44:28 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20087
Bug ID: 20087
Summary: Use unique styling for the accessibility tree
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Using ARIA in HTML
Assignee: faulkner.steve@gmail.com
Reporter: dmazzoni@google.com
QA Contact: dave.null@w3.org
CC: mike@w3.org, public-html-bugzilla@w3.org
"Using ARIA in HTML" could be more clear if markup that represents the
accessibility tree was styled differently than markup from the html it's
derived from, for example a different color, different case, maybe
right-aligning the block. Maybe even consider making the tag names
accessibility-specific, like this:
html tree: <h1 role="button">text</h1>
accessible tree: <AccessibleButton>text</AccessibleButton>
That would really stress the fact that accessibility objects are parallel to
the html tree, but distinct, and that the roles are not a perfect 1:1 match.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Monday, 26 November 2012 16:44:34 UTC