- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 26 Jul 2008 00:01:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1773
Modified Files:
Overview.html
Log Message:
Make embed attributes always lowercase. (whatwg r1946)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1136
retrieving revision 1.1137
diff -u -d -r1.1136 -r1.1137
--- Overview.html 26 Jul 2008 00:00:28 -0000 1.1136
+++ Overview.html 26 Jul 2008 00:01:11 -0000 1.1137
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->25 July 2008</h2>
+ Editor's Draft <!--ZZZ-->26 July 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -175,7 +175,7 @@
<p>The W3C <a href="http://www.w3.org/html/wg/">HTML Working Group</a> is
the W3C working group responsible for this specification's progress along
- the W3C Recommendation track. <!--ZZZ:--> This specification is the 25
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 26
July 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--></p>
<!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST -->
<!-- relationship to other work (required) -->
@@ -16733,7 +16733,13 @@
<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
Received on Saturday, 26 July 2008 00:01:49 UTC