- From: <bugzilla@jessica.w3.org>
- Date: Fri, 22 Nov 2013 15:24:09 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23545 --- Comment #12 from alexander surkov <surkov.alexander@gmail.com> --- It seems the problem here people started to use section element in means of div element (which is wrong, i.e. an author error), section is mapped to ARIA region what makes AT to announce each section. So we discuss here how to fix author errors. Another example of author error would be what if people started to use role="region" as they use section element. This probably won't happen but it's dual example to what we observe with section element. So we have two alternatives: 1) AT could ignore section with no name (it makes sense if there is no use case for these sections) 2) The browser exposes such section element as ordinal div (Steve's suggestion) -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Friday, 22 November 2013 15:24:11 UTC