- From: James Nurthen <james.nurthen@oracle.com>
- Date: Mon, 23 May 2016 16:12:30 -0700
- To: public-aria@w3.org
- Message-ID: <eaa9601c-65b7-a444-f8c6-194fc32e78e5@oracle.com>
Replace <p>Authors SHOULD NOT use <pref>aria-owns</pref> as a replacement for the <abbr title="Document Object Model">DOM</abbr> hierarchy. If the relationship is represented in the DOM, do not use <pref>aria-owns</pref>. Authors MUST ensure that an element's ID is not specified in more than one other element's <pref>aria-owns</pref> attribute at any time. In other words, an element can have only one explicit owner.</p> With <p>If an element has both aria-owns and DOM children then the order of the child elements with respect to the parent/child relationship is the DOM children first, then the elements referenced in aria-owns. If the DOM children should not be first then they should also be listed in aria-owns in the correct order. Authors SHOULD NOT use <pref>aria-owns</pref> as a replacement for the <abbr title="Document Object Model">DOM</abbr> hierarchy. If the relationship is represented in the DOM, do not use <pref>aria-owns</pref> except when there are both DOM children and aria-owns and when the order of the children needs to be changed. Authors MUST ensure that an element's ID is not specified in more than one other element's <pref>aria-owns</pref> attribute at any time. In other words, an element can have only one explicit owner.</p> Regards, James On 5/12/2016 10:53 AM, Accessible Rich Internet Applications Working Group Issue Tracker wrote: > aria-ACTION-2067: Write text to state the order of aria-owns ids wrt. the dom child order and sequential aria-owns ids > > http://www.w3.org/WAI/ARIA/track/actions/2067 > > Assigned to: James Nurthen > > > > > > > > -- Regards, James Oracle <http://www.oracle.com> James Nurthen | Principal Engineer, Accessibility Phone: +1 650 506 6781 <tel:+1%20650%20506%206781> | Mobile: +1 415 987 1918 <tel:+1%20415%20987%201918> | Video: james.nurthen@oracle.com <sip:james.nurthen@oracle.com> Oracle Corporate Architecture 500 Oracle Parkway | Redwood Cty, CA 94065 Green Oracle <http://www.oracle.com/commitment> Oracle is committed to developing practices and products that help protect the environment
Received on Monday, 23 May 2016 23:12:57 UTC