[html5] r5306 - [e] (0) add some table ids Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10002

whatwg at whatwg.org whatwg at whatwg.org
Mon Aug 16 15:11:15 PDT 2010


Author: ianh
Date: 2010-08-16 15:11:13 -0700 (Mon, 16 Aug 2010)
New Revision: 5306

Modified:
   complete.html
   index
   source
Log:
[e] (0) add some table ids
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10002

Modified: complete.html
===================================================================
--- complete.html	2010-08-16 22:07:28 UTC (rev 5305)
+++ complete.html	2010-08-16 22:11:13 UTC (rev 5306)
@@ -6079,7 +6079,7 @@
   using the <a href=#parse-a-url title="parse a URL">URL parsing rules</a> defined
   in this specification.</p>
 
-  <table><thead><tr><th>Attribute
+  <table id=table-uda><thead><tr><th>Attribute
      <th>Component
      <th>Getter Condition
      <th>Prefix
@@ -6149,7 +6149,7 @@
    <p>The table below demonstrates how the getter <span class=impl>condition</span> for <code title=dom-uda-search><a href=#dom-uda-search>search</a></code> results in different results
    depending on the exact original syntax of the URL:</p>
 
-   <table><thead><tr><th> Input URL
+   <table id=table-uda-examples><thead><tr><th> Input URL
       <th> <code title=dom-uda-search><a href=#dom-uda-search>search</a></code> value
       <th> Explanation
     <tbody><tr><td> <code title="">http://example.com/</code>
@@ -10615,7 +10615,7 @@
   the last row to define a role must be applied, and the states and
   properties from all the rows must be combined.</span></p>
 
-  <table><thead><tr><th>Language feature
+  <table id=table-aria-strong><thead><tr><th>Language feature
      <th>Strong native semantics <span class=impl>and implied ARIA semantics</span>
 
    <tbody><tr><td><code><a href=#the-a-element>a</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
@@ -10798,7 +10798,7 @@
   same row, but this semantic may be overridden under the conditions
   listed in the cell in the third column of that row.</p>
 
-  <table><thead><tr><th>Language feature
+  <table id=table-aria-weak><thead><tr><th>Language feature
      <th>Default implied ARIA semantic
      <th>Restrictions
 
@@ -12923,7 +12923,7 @@
 
 <!-- things that are neither conforming nor do anything are commented out -->
 <!-- if you add something non-conforming, uncomment out the last sentence above -->
-  <table><thead><tr><th>State
+  <table id=table-http-equiv><thead><tr><th>State
      <th>Keywords
      <th>Notes
    <tbody><tr><td><a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content Language</a>
@@ -14303,7 +14303,7 @@
         column of that row, irrespective of any previous value:</p>
 
         <!-- this table is present in several forms in this file; keep them in sync -->
-        <table><thead><tr><th>Bytes in Hexadecimal
+        <table id=table-script-bom><thead><tr><th>Bytes in Hexadecimal
            <th>Encoding
          <tbody><!-- nobody uses this
           <tr>
@@ -78737,7 +78737,7 @@
   differently due to this encoding aliasing, it is said to have been
   <dfn id=misinterpreted-for-compatibility>misinterpreted for compatibility</dfn>.</p>
 
-  <table><caption>Character encoding overrides</caption>
+  <table id=table-encoding-overrides><caption>Character encoding overrides</caption>
    <thead><tr><th> Input encoding <th> Replacement encoding <th> References
    <tbody><!-- how about EUC-JP? --><tr><td> EUC-KR <td> windows-949 <td>
          <a href=#refsEUCKR>[EUCKR]</a>
@@ -81311,7 +81311,7 @@
     token for the Unicode character given in the second column of that
     row.</p>
 
-    <table><thead><tr><th>Number <th colspan=2>Unicode character
+    <table id=table-charref-overrides><thead><tr><th>Number <th colspan=2>Unicode character
      <tbody><tr><td>0x00 <td>U+FFFD <td>REPLACEMENT CHARACTER
       <tr><td>0x0D <td>U+000D <td>CARRIAGE RETURN (CR)
       <tr><td>0x80 <td>U+20AC <td>EURO SIGN (€)

Modified: index
===================================================================
--- index	2010-08-16 22:07:28 UTC (rev 5305)
+++ index	2010-08-16 22:11:13 UTC (rev 5306)
@@ -6003,7 +6003,7 @@
   using the <a href=#parse-a-url title="parse a URL">URL parsing rules</a> defined
   in this specification.</p>
 
-  <table><thead><tr><th>Attribute
+  <table id=table-uda><thead><tr><th>Attribute
      <th>Component
      <th>Getter Condition
      <th>Prefix
@@ -6073,7 +6073,7 @@
    <p>The table below demonstrates how the getter <span class=impl>condition</span> for <code title=dom-uda-search><a href=#dom-uda-search>search</a></code> results in different results
    depending on the exact original syntax of the URL:</p>
 
-   <table><thead><tr><th> Input URL
+   <table id=table-uda-examples><thead><tr><th> Input URL
       <th> <code title=dom-uda-search><a href=#dom-uda-search>search</a></code> value
       <th> Explanation
     <tbody><tr><td> <code title="">http://example.com/</code>
@@ -10539,7 +10539,7 @@
   the last row to define a role must be applied, and the states and
   properties from all the rows must be combined.</span></p>
 
-  <table><thead><tr><th>Language feature
+  <table id=table-aria-strong><thead><tr><th>Language feature
      <th>Strong native semantics <span class=impl>and implied ARIA semantics</span>
 
    <tbody><tr><td><code><a href=#the-a-element>a</a></code> element that creates a <a href=#hyperlink>hyperlink</a>
@@ -10722,7 +10722,7 @@
   same row, but this semantic may be overridden under the conditions
   listed in the cell in the third column of that row.</p>
 
-  <table><thead><tr><th>Language feature
+  <table id=table-aria-weak><thead><tr><th>Language feature
      <th>Default implied ARIA semantic
      <th>Restrictions
 
@@ -12847,7 +12847,7 @@
 
 <!-- things that are neither conforming nor do anything are commented out -->
 <!-- if you add something non-conforming, uncomment out the last sentence above -->
-  <table><thead><tr><th>State
+  <table id=table-http-equiv><thead><tr><th>State
      <th>Keywords
      <th>Notes
    <tbody><tr><td><a href=#attr-meta-http-equiv-content-language title=attr-meta-http-equiv-content-language>Content Language</a>
@@ -14227,7 +14227,7 @@
         column of that row, irrespective of any previous value:</p>
 
         <!-- this table is present in several forms in this file; keep them in sync -->
-        <table><thead><tr><th>Bytes in Hexadecimal
+        <table id=table-script-bom><thead><tr><th>Bytes in Hexadecimal
            <th>Encoding
          <tbody><!-- nobody uses this
           <tr>
@@ -71839,7 +71839,7 @@
   differently due to this encoding aliasing, it is said to have been
   <dfn id=misinterpreted-for-compatibility>misinterpreted for compatibility</dfn>.</p>
 
-  <table><caption>Character encoding overrides</caption>
+  <table id=table-encoding-overrides><caption>Character encoding overrides</caption>
    <thead><tr><th> Input encoding <th> Replacement encoding <th> References
    <tbody><!-- how about EUC-JP? --><tr><td> EUC-KR <td> windows-949 <td>
          <a href=#refsEUCKR>[EUCKR]</a>
@@ -74413,7 +74413,7 @@
     token for the Unicode character given in the second column of that
     row.</p>
 
-    <table><thead><tr><th>Number <th colspan=2>Unicode character
+    <table id=table-charref-overrides><thead><tr><th>Number <th colspan=2>Unicode character
      <tbody><tr><td>0x00 <td>U+FFFD <td>REPLACEMENT CHARACTER
       <tr><td>0x0D <td>U+000D <td>CARRIAGE RETURN (CR)
       <tr><td>0x80 <td>U+20AC <td>EURO SIGN (€)

Modified: source
===================================================================
--- source	2010-08-16 22:07:28 UTC (rev 5305)
+++ source	2010-08-16 22:11:13 UTC (rev 5306)
@@ -5609,7 +5609,7 @@
   using the <span title="parse a URL">URL parsing rules</span> defined
   in this specification.</p>
 
-  <table>
+  <table id="table-uda">
    <thead>
     <tr>
      <th>Attribute
@@ -5696,7 +5696,7 @@
    title="dom-uda-search">search</code> results in different results
    depending on the exact original syntax of the URL:</p>
 
-   <table>
+   <table id="table-uda-examples">
     <thead>
      <tr>
       <th> Input URL
@@ -10802,7 +10802,7 @@
   the last row to define a role must be applied, and the states and
   properties from all the rows must be combined.</span></p>
 
-  <table>
+  <table id="table-aria-strong">
    <thead>
     <tr>
      <th>Language feature
@@ -11050,7 +11050,7 @@
   same row, but this semantic may be overridden under the conditions
   listed in the cell in the third column of that row.</p>
 
-  <table>
+  <table id="table-aria-weak">
    <thead>
     <tr>
      <th>Language feature
@@ -13500,7 +13500,7 @@
 
 <!-- things that are neither conforming nor do anything are commented out -->
 <!-- if you add something non-conforming, uncomment out the last sentence above -->
-  <table>
+  <table id="table-http-equiv">
    <thead>
     <tr>
      <th>State
@@ -15087,7 +15087,7 @@
         column of that row, irrespective of any previous value:</p>
 
         <!-- this table is present in several forms in this file; keep them in sync -->
-        <table>
+        <table id="table-script-bom">
          <thead>
           <tr>
            <th>Bytes in Hexadecimal
@@ -89887,7 +89887,7 @@
   differently due to this encoding aliasing, it is said to have been
   <dfn>misinterpreted for compatibility</dfn>.</p>
 
-  <table>
+  <table id="table-encoding-overrides">
    <caption>Character encoding overrides</caption>
    <thead>
     <tr> <th> Input encoding <th> Replacement encoding <th> References
@@ -92883,7 +92883,7 @@
     token for the Unicode character given in the second column of that
     row.</p>
 
-    <table>
+    <table id="table-charref-overrides">
      <thead>
       <tr><th>Number <th colspan=2>Unicode character
      <tbody>




More information about the Commit-Watchers mailing list