[html5] r8494 - [giow] (0) Allow addHitRegion() to refer to non-interactive table-related elemen [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 20 15:38:33 PST 2014


Author: ianh
Date: 2014-02-20 15:38:32 -0800 (Thu, 20 Feb 2014)
New Revision: 8494

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Allow addHitRegion() to refer to non-interactive table-related 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

Modified: complete.html
===================================================================
--- complete.html	2014-02-20 23:35:48 UTC (rev 8493)
+++ complete.html	2014-02-20 23:38:32 UTC (rev 8494)
@@ -58645,6 +58645,12 @@
        <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

Modified: index
===================================================================
--- index	2014-02-20 23:35:48 UTC (rev 8493)
+++ index	2014-02-20 23:38:32 UTC (rev 8494)
@@ -58645,6 +58645,12 @@
        <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

Modified: source
===================================================================
--- source	2014-02-20 23:35:48 UTC (rev 8493)
+++ source	2014-02-20 23:38:32 UTC (rev 8494)
@@ -65270,6 +65270,12 @@
        <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>




More information about the Commit-Watchers mailing list