- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Aug 2008 09:10:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30516
Modified Files:
Overview.html
Log Message:
Make empty unquoted attribute values not allowed (and some editorial fixes). (credit: sp) (whatwg r2122)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1293
retrieving revision 1.1294
diff -u -d -r1.1293 -r1.1294
--- Overview.html 28 Aug 2008 22:32:55 -0000 1.1293
+++ Overview.html 29 Aug 2008 09:10:14 -0000 1.1294
@@ -27,7 +27,7 @@
for HTML and XHTML</h2>
<h2 class="no-num no-toc" id=editors0><!-- "W3C Working Draft" -->
- Editor's Draft <!--ZZZ-->28 August 2008</h2>
+ Editor's Draft <!--ZZZ-->29 August 2008</h2>
<dl><!-- ZZZ: update the month/day
<dt>This Version:</dt>
@@ -199,7 +199,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 28
+ the W3C Recommendation track. <!--ZZZ:--> This specification is the 29
August 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) -->
@@ -480,8 +480,7 @@
<code>title</code> attribute</a>
<li><a href="#the-lang"><span class=secno>3.3.3.3. </span>The
- <code>lang</code> and <code>xml:lang</code> (XML only)
- attributes</a>
+ <code>lang</code> and <code>xml:lang</code> attributes</a>
<li><a href="#the-xmlbase"><span class=secno>3.3.3.4. </span>The
<code>xml:base</code> attribute (XML only)</a>
@@ -8026,7 +8025,7 @@
<h5 id=the-lang><span class=secno>3.3.3.3. </span>The <dfn id=lang
title=attr-lang><code>lang</code></dfn> and <dfn id=xmllang
- title=attr-xml-lang><code>xml:lang</code></dfn> (XML only) attributes</h5>
+ title=attr-xml-lang><code>xml:lang</code></dfn> attributes</h5>
<p>The <code title=attr-lang><a href="#lang">lang</a></code> attribute
specifies the primary <dfn id=language>language</dfn> for the element's
@@ -45616,11 +45615,11 @@
character">space characters</a>, followed by the <a href="#attribute4"
title=syntax-attribute-value>attribute value</a>, which, in addition to
the requirements given above for attribute values, must not contain any
- literal <a href="#space" title="space character">space characters</a>, a
- U+0022 QUOTATION MARK (<code>"</code>) characters, U+0027
+ literal <a href="#space" title="space character">space characters</a>,
+ any U+0022 QUOTATION MARK (<code>"</code>) characters, U+0027
APOSTROPHE (<code>'</code>) characters, U+003D EQUALS SIGN
(<code>=</code>) characters, or U+003E GREATER-THAN SIGN
- (<code>></code>) characters.</p>
+ (<code>></code>) characters, and must not be the empty string.</p>
<div class=example>
<p>In the following example, the <code
@@ -47902,8 +47901,8 @@
<dt>U+003E GREATER-THAN SIGN (>)
- <dd>Emit the current tag token. Switch to the <a href="#data-state0">data
- state</a>.
+ <dd><a href="#parse2">Parse error</a>. Emit the current tag token. Switch
+ to the <a href="#data-state0">data state</a>.
<dt>U+003D EQUALS SIGN (=)
Received on Friday, 29 August 2008 09:10:50 UTC