[html5] r1946 - [] (0) Make embed attributes always lowercase.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 25 17:01:08 PDT 2008
Author: ianh
Date: 2008-07-25 17:01:08 -0700 (Fri, 25 Jul 2008)
New Revision: 1946
Modified:
index
source
Log:
[] (0) Make embed attributes always lowercase.
Modified: index
===================================================================
--- index 2008-07-25 23:59:24 UTC (rev 1945)
+++ index 2008-07-26 00:01:08 UTC (rev 1946)
@@ -24,7 +24,7 @@
<h1 id=html-5>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft>Draft Recommendation — 25 July
+ <h2 class="no-num no-toc" id=draft>Draft Recommendation — 26 July
2008</h2>
<p>You can take part in this work. <a
@@ -16662,8 +16662,14 @@
<p>Any (namespace-less) attribute may be specified on the <code><a
href="#embed">embed</a></code> element, so long as its name is <a
- href="#xml-compatible">XML-compatible</a>.
+ href="#xml-compatible">XML-compatible</a> and contains no characters in
+ the range U+0041 .. U+005A (LATIN CAPITAL LETTER A LATIN CAPITAL LETTER
+ Z).
+ <p class=note>All attributes in <a href="#html-">HTML documents</a> get
+ lowercased automatically, so the restriction on uppercase letters doesn't
+ affect such documents.
+
<p>The user agent should pass the names and values of all the attributes of
the <code><a href="#embed">embed</a></code> element that have no namespace
to the <a href="#plugin">plugin</a> used, when it is instantiated.
Modified: source
===================================================================
--- source 2008-07-25 23:59:24 UTC (rev 1945)
+++ source 2008-07-26 00:01:08 UTC (rev 1946)
@@ -14276,8 +14276,14 @@
<p>Any (namespace-less) attribute may be specified on the
<code>embed</code> element, so long as its name is
- <span>XML-compatible</span>.</p>
+ <span>XML-compatible</span> and contains no characters in the range
+ U+0041 .. U+005A (LATIN CAPITAL LETTER A LATIN CAPITAL LETTER
+ Z).</p>
+ <p class="note">All attributes in <span>HTML documents</span> get
+ lowercased automatically, so the restriction on uppercase letters
+ doesn't affect such documents.</p>
+
<p>The user agent should pass the names and values of all the
attributes of the <code>embed</code> element that have no namespace
to the <span>plugin</span> used, when it is instantiated.</p>
More information about the Commit-Watchers
mailing list