- From: poot <cvsmail@w3.org>
- Date: Sat, 26 Jul 2008 09:05:32 +0900 (JST)
- To: public-html-diffs@w3.org
Make embed attributes always lowercase. (whatwg r1946) type of the content http://people.w3.org/mike/diffs/html5/spec/Overview.1.1137.html#type-of http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1136&r2=1.1137&f=h http://html5.org/tools/web-apps-tracker?from=1945&to=1946 =================================================================== 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:06:09 UTC