[html5] r4969 - [ac] (0) Nuke <embed hspace> and <embed vspace> also. Fixing http://www.w3.org/B [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Apr 4 03:04:17 PDT 2010
Author: ianh
Date: 2010-04-04 03:04:16 -0700 (Sun, 04 Apr 2010)
New Revision: 4969
Modified:
complete.html
index
source
Log:
[ac] (0) Nuke <embed hspace> and <embed vspace> also.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9198
Modified: complete.html
===================================================================
--- complete.html 2010-04-04 09:13:23 UTC (rev 4968)
+++ complete.html 2010-04-04 10:04:16 UTC (rev 4969)
@@ -21800,7 +21800,7 @@
</div>
- <p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code> and <code title=attr-embed-align><a href=#attr-embed-align>align</a></code> <!-- when editing, see also
+ <p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code>, <code title=attr-embed-align><a href=#attr-embed-align>align</a></code>, <code title=attr-embed-hspace><a href=#attr-embed-hspace>hspace</a></code>, and <code title=attr-embed-vspace><a href=#attr-embed-vspace>vspace</a></code> <!-- when editing, see also
note below --> may be specified on the <code><a href=#the-embed-element>embed</a></code> element,
so long as its name is <a href=#xml-compatible>XML-compatible</a> and contains no
characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to
@@ -21811,7 +21811,7 @@
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
- <p class=note>The two exceptions are to exclude legacy attributes
+ <p class=note>The four exceptions are to exclude legacy attributes
that have side-effects beyond just sending parameters to the
<a href=#plugin>plugin</a>.</p>
@@ -84481,6 +84481,8 @@
<dt><dfn id=attr-div-align title=attr-div-align><code>align</code></dfn> on <code><a href=#the-div-element>div</a></code> elements</dt>
<dt><dfn id=attr-dl-compact title=attr-dl-compact><code>compact</code></dfn> on <code><a href=#the-dl-element>dl</a></code> elements</dt>
<dt><dfn id=attr-embed-align title=attr-embed-align><code>align</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
+ <dt><dfn id=attr-embed-hspace title=attr-embed-hspace><code>hspace</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
+ <dt><dfn id=attr-embed-vspace title=attr-embed-vspace><code>vspace</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-hr-align title=attr-hr-align><code>align</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
<dt><dfn id=attr-hr-color title=attr-hr-color><code>color</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
<dt><dfn id=attr-hr-noshade title=attr-hr-noshade><code>noshade</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
Modified: index
===================================================================
--- index 2010-04-04 09:13:23 UTC (rev 4968)
+++ index 2010-04-04 10:04:16 UTC (rev 4969)
@@ -21701,7 +21701,7 @@
</div>
- <p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code> and <code title=attr-embed-align><a href=#attr-embed-align>align</a></code> <!-- when editing, see also
+ <p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code>, <code title=attr-embed-align><a href=#attr-embed-align>align</a></code>, <code title=attr-embed-hspace><a href=#attr-embed-hspace>hspace</a></code>, and <code title=attr-embed-vspace><a href=#attr-embed-vspace>vspace</a></code> <!-- when editing, see also
note below --> may be specified on the <code><a href=#the-embed-element>embed</a></code> element,
so long as its name is <a href=#xml-compatible>XML-compatible</a> and contains no
characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to
@@ -21712,7 +21712,7 @@
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
- <p class=note>The two exceptions are to exclude legacy attributes
+ <p class=note>The four exceptions are to exclude legacy attributes
that have side-effects beyond just sending parameters to the
<a href=#plugin>plugin</a>.</p>
@@ -77753,6 +77753,8 @@
<dt><dfn id=attr-div-align title=attr-div-align><code>align</code></dfn> on <code><a href=#the-div-element>div</a></code> elements</dt>
<dt><dfn id=attr-dl-compact title=attr-dl-compact><code>compact</code></dfn> on <code><a href=#the-dl-element>dl</a></code> elements</dt>
<dt><dfn id=attr-embed-align title=attr-embed-align><code>align</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
+ <dt><dfn id=attr-embed-hspace title=attr-embed-hspace><code>hspace</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
+ <dt><dfn id=attr-embed-vspace title=attr-embed-vspace><code>vspace</code></dfn> on <code><a href=#the-embed-element>embed</a></code> elements</dt>
<dt><dfn id=attr-hr-align title=attr-hr-align><code>align</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
<dt><dfn id=attr-hr-color title=attr-hr-color><code>color</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
<dt><dfn id=attr-hr-noshade title=attr-hr-noshade><code>noshade</code></dfn> on <code><a href=#the-hr-element>hr</a></code> elements</dt>
Modified: source
===================================================================
--- source 2010-04-04 09:13:23 UTC (rev 4968)
+++ source 2010-04-04 10:04:16 UTC (rev 4969)
@@ -23237,8 +23237,10 @@
</div>
<p>Any namespace-less attribute other than <code
- title="attr-embed-name">name</code> and <code
- title="attr-embed-align">align</code> <!-- when editing, see also
+ title="attr-embed-name">name</code>, <code
+ title="attr-embed-align">align</code>, <code
+ title="attr-embed-hspace">hspace</code>, and <code
+ title="attr-embed-vspace">vspace</code> <!-- when editing, see also
note below --> may be specified on the <code>embed</code> element,
so long as its name is <span>XML-compatible</span> and contains no
characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to
@@ -23249,7 +23251,7 @@
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p>
- <p class="note">The two exceptions are to exclude legacy attributes
+ <p class="note">The four exceptions are to exclude legacy attributes
that have side-effects beyond just sending parameters to the
<span>plugin</span>.</p>
@@ -96192,6 +96194,8 @@
<dt><dfn title="attr-div-align"><code>align</code></dfn> on <code>div</code> elements</dt>
<dt><dfn title="attr-dl-compact"><code>compact</code></dfn> on <code>dl</code> elements</dt>
<dt><dfn title="attr-embed-align"><code>align</code></dfn> on <code>embed</code> elements</dt>
+ <dt><dfn title="attr-embed-hspace"><code>hspace</code></dfn> on <code>embed</code> elements</dt>
+ <dt><dfn title="attr-embed-vspace"><code>vspace</code></dfn> on <code>embed</code> elements</dt>
<dt><dfn title="attr-hr-align"><code>align</code></dfn> on <code>hr</code> elements</dt>
<dt><dfn title="attr-hr-color"><code>color</code></dfn> on <code>hr</code> elements</dt>
<dt><dfn title="attr-hr-noshade"><code>noshade</code></dfn> on <code>hr</code> elements</dt>
More information about the Commit-Watchers
mailing list