- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Apr 2010 10:04:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9506
Modified Files:
Overview.html
Log Message:
Nuke <embed hspace> and <embed vspace> also. (whatwg r4969)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3990
retrieving revision 1.3991
diff -u -d -r1.3990 -r1.3991
--- Overview.html 4 Apr 2010 09:13:27 -0000 1.3990
+++ Overview.html 4 Apr 2010 10:04:20 -0000 1.3991
@@ -18736,14 +18736,14 @@
with error responses (e.g. HTTP 500 Internal Server Error codes can
still contain plugin data).</p>
- </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
+ </div><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
LATIN CAPITAL LETTER Z). These attributes are then passed as
parameters to the <a href="#plugin">plugin</a>.<p class="note">All attributes in <a href="#html-documents">HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
- doesn't affect such documents.<p class="note">The two exceptions are to exclude legacy attributes
+ doesn't affect such documents.<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>.<div class="impl">
@@ -62594,6 +62594,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>
Received on Sunday, 4 April 2010 10:04:26 UTC