<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>26307</bug_id>
          
          <creation_ts>2014-07-11 06:19:20 +0000</creation_ts>
          <short_desc>Definition of &quot;owned&quot; is not strict enough; should actually be direct children, not any descendant</short_desc>
          <delta_ts>2018-05-08 18:57:59 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>ARIA</product>
          <component>Spec</component>
          <version>1.1</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>MOVED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dominic Mazzoni">dmazzoni</reporter>
          <assigned_to name="James Craig">jcraig</assigned_to>
          <cc>w3cbugzilla</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>108852</commentid>
    <comment_count>0</comment_count>
    <who name="Dominic Mazzoni">dmazzoni</who>
    <bug_when>2014-07-11 06:19:20 +0000</bug_when>
    <thetext>The definition of &quot;owned&quot; in the ARIA spec includes any descendant (or any descendant of a node that&apos;s aria-owned).

That means that according to the spec, it&apos;s okay to have a list with listitems that are descendants but not direct children, or a grid with rows that are descendants but not direct children, e.g.:

&lt;div role=&quot;list&quot;&gt;
  &lt;div&gt;
    &lt;div role=&quot;listitem&quot;&gt;One&lt;/div&gt;
  &lt;/div&gt;
  &lt;div&gt;
    &lt;div role=&quot;listitem&quot;&gt;Two&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;div role=&quot;grid&quot;&gt;
  &lt;div&gt;
    &lt;div role=&quot;row&quot;&gt;
      &lt;div&gt;
        &lt;div role=&quot;gridcell&quot;&gt;1, 1&lt;/div&gt;
      &lt;/div&gt;
      &lt;div&gt;
        &lt;div role=&quot;gridcell&quot;&gt;2, 1&lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

In practice, this doesn&apos;t seem to work with *any* browser or screen reader, unless you use aria-owns or role=presentation.

It occasionally works in some circumstances when the browser skips over extra unneeded container elements - but it definitely doesn&apos;t work in general.

Either the spec needs to better match how browsers and assistive technology have implemented their support for owned relationships, or browsers need to start doing a lot of extra work to search all descendants for required owned elements.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>129229</commentid>
    <comment_count>1</comment_count>
    <who name="James Nurthen">w3cbugzilla</who>
    <bug_when>2018-05-08 18:57:59 +0000</bug_when>
    <thetext>https://github.com/w3c/aria/issues/748</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>