Skip to content

Commit

Permalink
[giow] (0) Allow addHitRegion() to refer to non-interactive table-rel…
Browse files Browse the repository at this point in the history
…ated elements, so that we can expose grids in canvases (e.g. crosswords)

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24750
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@8494 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 20, 2014
1 parent 6fd9e35 commit 1d0ecc0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions complete.html
Expand Up @@ -58645,6 +58645,12 @@ <h6 id=hit-regions><span class=secno>4.12.4.2.15 </span>Hit regions</h6>
<li><p>an element that would not be <a href=#interactive-content>interactive content</a> except for having the
<code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified</li>

<!-- so that people can do grids, like crosswords, yet let AT users select rows, or the
entire table, to see the whole context -->
<li><p>a non-<a href=#interactive-content title="interactive content">interactive</a> <code><a href=#the-table-element>table</a></code>,
<code><a href=#the-caption-element>caption</a></code>, <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
<code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-td-element>td</a></code>, or <code><a href=#the-th-element>th</a></code> element</li>

</ul></li>

<li><p>The <var title="">parent region</var> is not null but has a <a href="#hit-region's-control" title="hit region's
Expand Down
6 changes: 6 additions & 0 deletions index
Expand Up @@ -58645,6 +58645,12 @@ v6DVT (also check for '- -' bits in the part above) --><p>The <dfn id=dom-contex
<li><p>an element that would not be <a href=#interactive-content>interactive content</a> except for having the
<code title=attr-tabindex><a href=#attr-tabindex>tabindex</a></code> attribute specified</li>

<!-- so that people can do grids, like crosswords, yet let AT users select rows, or the
entire table, to see the whole context -->
<li><p>a non-<a href=#interactive-content title="interactive content">interactive</a> <code><a href=#the-table-element>table</a></code>,
<code><a href=#the-caption-element>caption</a></code>, <code><a href=#the-thead-element>thead</a></code>, <code><a href=#the-tbody-element>tbody</a></code>, <code><a href=#the-tfoot-element>tfoot</a></code>,
<code><a href=#the-tr-element>tr</a></code>, <code><a href=#the-td-element>td</a></code>, or <code><a href=#the-th-element>th</a></code> element</li>

</ul></li>

<li><p>The <var title="">parent region</var> is not null but has a <a href="#hit-region's-control" title="hit region's
Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -65270,6 +65270,12 @@ v6DVT (also check for '- -' bits in the part above) -->
<li><p>an element that would not be <span>interactive content</span> except for having the
<code data-x="attr-tabindex">tabindex</code> attribute specified</p></li>

<!-- so that people can do grids, like crosswords, yet let AT users select rows, or the
entire table, to see the whole context -->
<li><p>a non-<span data-x="interactive content">interactive</span> <code>table</code>,
<code>caption</code>, <code>thead</code>, <code>tbody</code>, <code>tfoot</code>,
<code>tr</code>, <code>td</code>, or <code>th</code> element</p></li>

</ul>

</li>
Expand Down

0 comments on commit 1d0ecc0

Please sign in to comment.