[html5] r4718 - [e] (0) Apparently I don't know my alphabet. Fixing http://www.w3.org/Bugs/Publi [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 13 21:27:31 PST 2010


Author: ianh
Date: 2010-02-13 21:27:29 -0800 (Sat, 13 Feb 2010)
New Revision: 4718

Modified:
   complete.html
   index
   source
Log:
[e] (0) Apparently I don't know my alphabet.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8847

Modified: complete.html
===================================================================
--- complete.html	2010-02-14 04:56:40 UTC (rev 4717)
+++ complete.html	2010-02-14 05:27:29 UTC (rev 4718)
@@ -86274,10 +86274,6 @@
           <code title=attr-media-autoplay><a href=#attr-media-autoplay>video</a></code>
      <td> Hint that the <a href=#media-resource>media resource</a> can be started automatically when the page is loaded
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-    <tr><th> <code title="">srcdoc</code>
-     <td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
-     <td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
-     <td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
     <tr><th> <code title="">challenge</code>
      <td> <code title=attr-keygen-challenge><a href=#attr-keygen-challenge>keygen</a></code>
      <td> String to package with the generated and signed public key
@@ -86732,6 +86728,10 @@
           <code title=attr-media-src><a href=#attr-media-src>video</a></code>
      <td> Address of the resource
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">srcdoc</code>
+     <td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
+     <td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
+     <td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
      <td> Ordinal value of the first item

Modified: index
===================================================================
--- index	2010-02-14 04:56:40 UTC (rev 4717)
+++ index	2010-02-14 05:27:29 UTC (rev 4718)
@@ -80574,10 +80574,6 @@
           <code title=attr-media-autoplay><a href=#attr-media-autoplay>video</a></code>
      <td> Hint that the <a href=#media-resource>media resource</a> can be started automatically when the page is loaded
      <td> <a href=#boolean-attribute>Boolean attribute</a>
-    <tr><th> <code title="">srcdoc</code>
-     <td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
-     <td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
-     <td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
     <tr><th> <code title="">challenge</code>
      <td> <code title=attr-keygen-challenge><a href=#attr-keygen-challenge>keygen</a></code>
      <td> String to package with the generated and signed public key
@@ -81032,6 +81028,10 @@
           <code title=attr-media-src><a href=#attr-media-src>video</a></code>
      <td> Address of the resource
      <td> <a href=#valid-url>Valid URL</a>
+    <tr><th> <code title="">srcdoc</code>
+     <td> <code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>iframe</a></code>
+     <td> A document to render in the <code><a href=#the-iframe-element>iframe</a></code>
+     <td> The source of <a href=#an-iframe-srcdoc-document>an <code>iframe</code> <code title=attr-iframe-srcdoc>srcdoc</code> document</a>*
     <tr><th> <code title="">start</code>
      <td> <code title=attr-ol-start><a href=#attr-ol-start>ol</a></code>
      <td> Ordinal value of the first item

Modified: source
===================================================================
--- source	2010-02-14 04:56:40 UTC (rev 4717)
+++ source	2010-02-14 05:27:29 UTC (rev 4718)
@@ -96212,11 +96212,6 @@
      <td> Hint that the <span>media resource</span> can be started automatically when the page is loaded
      <td> <span>Boolean attribute</span>
     <tr>
-     <th> <code title="">srcdoc</code>
-     <td> <code title="attr-iframe-srcdoc">iframe</code>
-     <td> A document to render in the <code>iframe</code>
-     <td> The source of <span>an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</span>*
-    <tr>
      <th> <code title="">challenge</code>
      <td> <code title="attr-keygen-challenge">keygen</code>
      <td> String to package with the generated and signed public key
@@ -96763,6 +96758,11 @@
      <td> Address of the resource
      <td> <span>Valid URL</span>
     <tr>
+     <th> <code title="">srcdoc</code>
+     <td> <code title="attr-iframe-srcdoc">iframe</code>
+     <td> A document to render in the <code>iframe</code>
+     <td> The source of <span>an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</span>*
+    <tr>
      <th> <code title="">start</code>
      <td> <code title="attr-ol-start">ol</code>
      <td> Ordinal value of the first item




More information about the Commit-Watchers mailing list