Skip to content

Commit

Permalink
[] (0) Make embed attributes always lowercase.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1946 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 26, 2008
1 parent f9cb442 commit 7e8176f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 8 additions & 2 deletions index
Expand Up @@ -24,7 +24,7 @@

<h1 id=html-5>HTML 5</h1>

<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 25 July
<h2 class="no-num no-toc" id=draft>Draft Recommendation &mdash; 26 July
2008</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -16662,7 +16662,13 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

<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
Expand Down
8 changes: 7 additions & 1 deletion source
Expand Up @@ -14276,7 +14276,13 @@ the time Marco had stuck his tongue out...&lt;/p></pre>

<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
Expand Down

0 comments on commit 7e8176f

Please sign in to comment.