Skip to content

Commit

Permalink
[e] (0) stray colon in author view
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7816

git-svn-id: http://svn.whatwg.org/webapps@4188 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 20, 2009
1 parent 937a492 commit 8c38848
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion complete.html
Expand Up @@ -28204,7 +28204,8 @@ <h4 id=svg-0><span class=secno>4.8.16 </span>SVG</h4>

<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
Expand Down
3 changes: 2 additions & 1 deletion index
Expand Up @@ -28033,7 +28033,8 @@ function AddCloud(data, x, y) { ... }</pre>

<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
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -30819,8 +30819,8 @@ function AddCloud(data, x, y) { ... }</pre>

<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
Expand Down

0 comments on commit 8c38848

Please sign in to comment.