[html5] r3168 - [e] (0) Add some IDs. (bug 6842)

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 1 14:59:02 PDT 2009


Author: ianh
Date: 2009-06-01 14:59:00 -0700 (Mon, 01 Jun 2009)
New Revision: 3168

Modified:
   index
   source
Log:
[e] (0) Add some IDs. (bug 6842)

Modified: index
===================================================================
--- index	2009-06-01 21:43:46 UTC (rev 3167)
+++ index	2009-06-01 21:59:00 UTC (rev 3168)
@@ -29009,7 +29009,7 @@
   keywords in the left column map to the states in the cell in the
   second column on the same row as the keyword.</p>
 
-  <table><thead><tr><th> Keyword
+  <table id=attr-input-type-keywords><thead><tr><th> Keyword
      <th> State
      <th> Data type
      <th> Control type
@@ -29114,7 +29114,7 @@
   specific to certain states. The following table <span class=impl>is non-normative and</span> summarises which content
   attributes, DOM attributes, and methods apply to each state:</p>
 
-  <table class=applies><thead><tr><td>
+  <table class=applies id=input-type-attr-summary><thead><tr><td>
      <th> <span title=""><a href=#hidden-state title=attr-input-type-hidden>Hidden</a></span>
      <th> <span title=""><a href=#text-state-and-search-state title=attr-input-type-text>Text</a>,</span>
           <span title=""><a href=#text-state-and-search-state title=attr-input-type-search>Search</a>,</span>

Modified: source
===================================================================
--- source	2009-06-01 21:43:46 UTC (rev 3167)
+++ source	2009-06-01 21:59:00 UTC (rev 3168)
@@ -32239,7 +32239,7 @@
   keywords in the left column map to the states in the cell in the
   second column on the same row as the keyword.</p>
 
-  <table>
+  <table id="attr-input-type-keywords">
    <thead>
     <tr>
      <th> Keyword
@@ -32402,7 +32402,7 @@
   class="impl">is non-normative and</span> summarises which content
   attributes, DOM attributes, and methods apply to each state:</p>
 
-  <table class="applies">
+  <table class="applies" id="input-type-attr-summary">
    <thead>
     <tr>
      <td>




More information about the Commit-Watchers mailing list