RE: Important concerns with naming calculation 'name from content' not being included in parent role accessible name.

Thanks,
This was a basic example however to show the issue for historical markup. You will have the same problem with the following if globally applied without the children presentational exception applied.

<div tabindex="0" role="button">
<ul style="list-style: none;">
<li style="float: right;"> Shopping Cart </li>
<li style="float: right;"> 5 items in cart </li>
</ul>
</div>

This too I have seen examples of in the past.

All the best,
Bryan




Bryan Garaventa
Accessibility Fellow
SSB BART Group, Inc.
bryan.garaventa@ssbbartgroup.com
415.624.2709 (o)
www.SSBBartGroup.com

From: Steve Faulkner [mailto:faulkner.steve@gmail.com]
Sent: Thursday, May 18, 2017 12:53 PM
To: Bryan Garaventa <bryan.garaventa@ssbbartgroup.com>
Cc: James Nurthen <james.nurthen@oracle.com>; ARIA Working Group <public-aria@w3.org>; Matt King <a11ythinker@gmail.com>; aleventhal@google.com; Dominic Mazzoni <dmazzoni@google.com>; Marco Zehe <marco.zehe@gmail.com>; Rich Schwerdtfeger <richschwer@gmail.com>; david bolter <david.bolter@gmail.com>; Alexander Surkov <asurkov@mozilla.com>; James Craig <jcraig@apple.com>
Subject: Re: Important concerns with naming calculation 'name from content' not being included in parent role accessible name.


On 18 May 2017 at 19:15, Bryan Garaventa <bryan.garaventa@ssbbartgroup.com<mailto:bryan.garaventa@ssbbartgroup.com>> wrote:
In theory yes, but where does it say in the spec this is required?

It is a normative requirement in HTML5
If a table is to be used for layout it must be marked with the attribute role="presentation" for a user agent to properly represent the table to an assistive technology and to properly convey the intent of the author to tools that wish to extract tabular data from the document.

https://w3c.github.io/html/tabular-data.html#the-table-element


--

Regards

SteveF
Current Standards Work @W3C<http://www.paciellogroup.com/blog/2015/03/current-standards-work-at-w3c/>

Received on Thursday, 18 May 2017 20:47:08 UTC