html5/spec Overview.html,1.4228,1.4229

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21782

Modified Files:
	Overview.html 
Log Message:
add some table ids (whatwg r5306)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4228
retrieving revision 1.4229
diff -u -d -r1.4228 -r1.4229
--- Overview.html	16 Aug 2010 22:07:32 -0000	1.4228
+++ Overview.html	16 Aug 2010 22:11:19 -0000	1.4229
@@ -5243,7 +5243,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
@@ -5311,7 +5311,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>
@@ -9069,7 +9069,7 @@
   same row. Authors must not set the ARIA <code title="attr-aria-role">role</code> and <code title="attr-aria-*">aria-*</code> attributes in a manner that
   conflicts with the semantics described in the following table. <span class="impl">When multiple rows apply to an element, the role from
   the last row to define a role must be applied, and the states and
-  properties from all the rows must be combined.</span><table><thead><tr><th>Language feature
+  properties from all the rows must be combined.</span><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>
@@ -9250,7 +9250,7 @@
   column implies, unless otherwise overriden, the ARIA semantic (role,
   state, or property) given in the cell in the second column of the
   same row, but this semantic may be overridden under the conditions
-  listed in the cell in the third column of that row.<table><thead><tr><th>Language feature
+  listed in the cell in the third column of that row.<table id="table-aria-weak"><thead><tr><th>Language feature
      <th>Default implied ARIA semantic
      <th>Restrictions
 
@@ -11116,7 +11116,7 @@
   given in the first cell of the rows with keywords give the states to
   which those keywords map. <!--<span class="impl">Some of the
   keywords are non-conforming, as noted in the last
-  column.</span>--></p><!-- 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
+  column.</span>--></p><!-- things that are neither conforming nor do anything are commented out --><!-- if you add something non-conforming, uncomment out the last sentence above --><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>
@@ -12357,7 +12357,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>
@@ -53223,7 +53223,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>
@@ -55791,7 +55791,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 (&euro;)

Received on Monday, 16 August 2010 22:11:24 UTC