[html5] r4188 - [e] (0) stray colon in author view Fixing http://www.w3.org/Bugs/Public/show_bug [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 19 18:34:10 PDT 2009


Author: ianh
Date: 2009-10-19 18:34:07 -0700 (Mon, 19 Oct 2009)
New Revision: 4188

Modified:
   complete.html
   index
   source
Log:
[e] (0) stray colon in author view
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7816

Modified: complete.html
===================================================================
--- complete.html	2009-10-20 01:32:32 UTC (rev 4187)
+++ complete.html	2009-10-20 01:34:07 UTC (rev 4188)
@@ -28204,7 +28204,8 @@
 
   <h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4>
 
-  <p><strong class=impl>Author requirements</strong>: The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
+  <p><span class=impl><strong>Author requirements</strong>:</span>
+  The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
   <code><a href=#the-img-element>img</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-embed-element>embed</a></code>,
   <code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, and, when their <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state,
   <code><a href=#the-input-element>input</a></code> elements may be specified to give the dimensions

Modified: index
===================================================================
--- index	2009-10-20 01:32:32 UTC (rev 4187)
+++ index	2009-10-20 01:34:07 UTC (rev 4188)
@@ -28033,7 +28033,8 @@
 
   <h4 id=dimension-attributes><span class=secno>4.8.17 </span><dfn>Dimension attributes</dfn></h4>
 
-  <p><strong class=impl>Author requirements</strong>: The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
+  <p><span class=impl><strong>Author requirements</strong>:</span>
+  The <dfn id=attr-dim-width title=attr-dim-width><code>width</code></dfn> and <dfn id=attr-dim-height title=attr-dim-height><code>height</code></dfn> attributes on
   <code><a href=#the-img-element>img</a></code>, <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-embed-element>embed</a></code>,
   <code><a href=#the-object-element>object</a></code>, <code><a href=#video>video</a></code>, and, when their <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state,
   <code><a href=#the-input-element>input</a></code> elements may be specified to give the dimensions

Modified: source
===================================================================
--- source	2009-10-20 01:32:32 UTC (rev 4187)
+++ source	2009-10-20 01:34:07 UTC (rev 4188)
@@ -30819,8 +30819,8 @@
 
   <h4><dfn>Dimension attributes</dfn></h4>
 
-  <p><strong class="impl">Author requirements</strong>: The <dfn
-  title="attr-dim-width"><code>width</code></dfn> and <dfn
+  <p><span class="impl"><strong>Author requirements</strong>:</span>
+  The <dfn title="attr-dim-width"><code>width</code></dfn> and <dfn
   title="attr-dim-height"><code>height</code></dfn> attributes on
   <code>img</code>, <code>iframe</code>, <code>embed</code>,
   <code>object</code>, <code>video</code>, and, when their <code




More information about the Commit-Watchers mailing list