- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Oct 2009 06:37:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv29209
Modified Files:
Overview.html acknowledgements.html browsers.html comms.html
dom.html editing.html embedded-content-0.html forms.html
history.html iana-considerations.html index.html
infrastructure.html interactive-elements.html
introduction.html microdata.html
named-character-references.html obsolete.html offline.html
references.html semantics.html spec.html syntax.html
tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html video.html
Log Message:
Make spec consistent in its use of ASCII and Unicode character references and it's references to bytes sequences. (whatwg r4077)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- infrastructure.html 5 Oct 2009 03:27:02 -0000 1.301
+++ infrastructure.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -276,7 +276,7 @@
attributes defined or mentioned in this specification have no
namespace.</p><p>Attribute names are said to be <dfn id="xml-compatible">XML-compatible</dfn> if they
match the <a href="http://www.w3.org/TR/REC-xml/#NT-Name"><code title="">Name</code></a> production defined in XML, they contain no
- U+003A COLON (:) characters, and their first three characters are
+ U+003A COLON characters (:), and their first three characters are
not an <a href="#ascii-case-insensitive">ASCII case-insensitive</a> match for the string
"<code title="">xml</code>". <a href="references.html#refsXML">[XML]</a></p><p>The term <dfn id="xml-mime-type">XML MIME type</dfn> is used to refer to the <a href="#mime-type" title="MIME type">MIME types</a> <code title="">text/xml</code>,
<code title="">application/xml</code>, and any <a href="#mime-type">MIME
@@ -430,21 +430,21 @@
(0) to U+0039 DIGIT NINE (9).</p><p>A <a href="#valid-non-negative-integer">valid non-negative integer</a> represents the number
that is represented in base ten by that string of digits.</p><h5 id="signed-integers"><span class="secno">2.4.3.2 </span>Signed integers</h5><p>A string is a <dfn id="valid-integer">valid integer</dfn> if it consists of one or
more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT
- NINE (9), optionally prefixed with a U+002D HYPHEN-MINUS ("-")
- character.</p><p>A <a href="#valid-integer">valid integer</a> without a U+002D HYPHEN-MINUS ("-")
+ NINE (9), optionally prefixed with a U+002D HYPHEN-MINUS character
+ (-).</p><p>A <a href="#valid-integer">valid integer</a> without a U+002D HYPHEN-MINUS (-)
prefix represents the number that is represented in base ten by that
string of digits. A <a href="#valid-integer">valid integer</a> <em>with</em> a
- U+002D HYPHEN-MINUS ("-") prefix represents the number represented
- in base ten by the string of digits that follows the U+002D
+ U+002D HYPHEN-MINUS (-) prefix represents the number represented in
+ base ten by the string of digits that follows the U+002D
HYPHEN-MINUS, subtracted from zero.</p><h5 id="real-numbers"><span class="secno">2.4.3.3 </span>Real numbers</h5><p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it
- consists of:</p><ol class="brief"><li>Optionally, a U+002D HYPHEN-MINUS ("-") character.</li>
+ consists of:</p><ol class="brief"><li>Optionally, a U+002D HYPHEN-MINUS character (-).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
<li>Optionally:
- <ol><li>A single U+002E FULL STOP (".") character.</li>
+ <ol><li>A single U+002E FULL STOP character (.).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
@@ -453,11 +453,11 @@
<li>Optionally:
- <ol><li>Either a U+0065 LATIN SMALL LETTER E character or a U+0045
- LATIN CAPITAL LETTER E character.</li>
+ <ol><li>Either a U+0065 LATIN SMALL LETTER E character (e) or a
+ U+0045 LATIN CAPITAL LETTER E character (E).</li>
- <li>Optionally, a U+002D HYPHEN-MINUS ("-") character or U+002B
- PLUS SIGN ("+") character.</li>
+ <li>Optionally, a U+002D HYPHEN-MINUS character (-) or U+002B
+ PLUS SIGN character (+).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
@@ -470,11 +470,11 @@
interpreted as base ten (including the decimal point and the number
after the decimal point, if any, and interpreting the significand as
a negative number if the whole string starts with a U+002D
- HYPHEN-MINUS ("-") character and the number is not zero), and where
+ HYPHEN-MINUS character (-) and the number is not zero), and where
the exponent is the number after the E, if any (interpreted as a
- negative number if there is a U+002D HYPHEN-MINUS ("-") character
+ negative number if there is a U+002D HYPHEN-MINUS character (-)
between the E and the number and the number is not zero, or else
- ignoring a U+002B PLUS SIGN ("+") character between the E and the
+ ignoring a U+002B PLUS SIGN character (+) between the E and the
number if there is one). If there is no E, then the exponent is
treated as zero.</p><p class="note">The Infinity and Not-a-Number (NaN) values are not
<a href="#valid-floating-point-number" title="valid floating point number">valid floating point
@@ -513,8 +513,8 @@
<em>28</em> otherwise. This takes into account leap years in the
Gregorian calendar. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>The <dfn id="concept-datetime-digit" title="concept-datetime-digit">digits</dfn> in the date
and time syntaxes defined in this section must be characters in the
- range U+0030 DIGIT ZERO to U+0039 DIGIT NINE, used to express
- numbers in base ten.</p><h5 id="months"><span class="secno">2.4.4.1 </span>Months</h5><p>A <dfn id="concept-month" title="concept-month">month</dfn> consists of a specific
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), used to
+ express numbers in base ten.</p><h5 id="months"><span class="secno">2.4.4.1 </span>Months</h5><p>A <dfn id="concept-month" title="concept-month">month</dfn> consists of a specific
proleptic Gregorian date with no time-zone information and no date
information beyond a year and a month. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a></p><p>A string is a <dfn id="valid-month-string">valid month string</dfn> representing a year
<var title="">year</var> and month <var title="">month</var> if it
@@ -585,7 +585,7 @@
representing a date and time if it consists of the following
components in the given order:</p><ol><li>A <a href="#valid-date-string">valid date string</a> representing the date.</li>
- <li>A U+0054 LATIN CAPITAL LETTER T character.</li>
+ <li>A U+0054 LATIN CAPITAL LETTER T character (T).</li>
<li>A <a href="#valid-time-string">valid time string</a> representing the time.</li>
@@ -597,19 +597,19 @@
representing a date, time, and a time-zone offset if it consists of
the following components in the given order:</p><ol><li>A <a href="#valid-date-string">valid date string</a> representing the date</li>
- <li>A U+0054 LATIN CAPITAL LETTER T character</li>
+ <li>A U+0054 LATIN CAPITAL LETTER T character (T)</li>
<li>A <a href="#valid-time-string">valid time string</a> representing the time</li>
<li>Either:
- <ul><li>A U+005A LATIN CAPITAL LETTER Z character, allowed only if
- the time zone is UTC</li>
+ <ul><li>A U+005A LATIN CAPITAL LETTER Z character (Z), allowed only
+ if the time zone is UTC</li>
<li>Or:
<ol><li>Either a U+002B PLUS SIGN character (+) or a U+002D
- HYPHEN-MINUS (-) character, representing the sign of the
+ HYPHEN-MINUS character (-), representing the sign of the
time-zone offset</li>
<li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
@@ -700,7 +700,7 @@
<li>A U+002D HYPHEN-MINUS character (-)</li>
- <li>A U+0057 LATIN CAPITAL LETTER W character</li>
+ <li>A U+0057 LATIN CAPITAL LETTER W character (W)</li>
<li>Two <a href="#concept-datetime-digit" title="concept-datetime-digit">digits</a>,
representing the week <var title="">week</var>, in the range
@@ -730,15 +730,15 @@
range 0..255, representing the red, green, and blue components of
the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a></p><p>A string is a <dfn id="valid-simple-color">valid simple color</dfn> if it is exactly
seven characters long, and the first character is a U+0023 NUMBER
- SIGN (#) character, and the remaining six characters are all in the
- range U+0030 DIGIT ZERO (0) .. U+0039 DIGIT NINE (9), U+0041 LATIN
- CAPITAL LETTER A .. U+0046 LATIN CAPITAL LETTER F, U+0061 LATIN
- SMALL LETTER A .. U+0066 LATIN SMALL LETTER F, with the first two
+ SIGN character (#), and the remaining six characters are all in the
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
+ CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F, U+0061 LATIN
+ SMALL LETTER A to U+0066 LATIN SMALL LETTER F, with the first two
digits representing the red component, the middle two digits
representing the green component, and the last two digits
representing the blue component, in hexadecimal.</p><p>A string is a <dfn id="valid-lowercase-simple-color">valid lowercase simple color</dfn> if it is a
<a href="#valid-simple-color">valid simple color</a> and doesn't use any characters in
- the range U+0041 LATIN CAPITAL LETTER A .. U+0046 LATIN CAPITAL
+ the range U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL
LETTER F.</p><hr><p class="note">The <a href="the-canvas-element.html#canvas-context-2d" title="canvas-context-2d">2D graphics
context</a> has a separate color syntax that also handles
opacity.</p><h4 id="space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</h4><p>A <dfn id="set-of-space-separated-tokens">set of space-separated tokens</dfn> is a set of zero or
@@ -757,10 +757,10 @@
non-conforming. If no such set of allowed values is provided, then
all values are conforming.</p><h4 id="comma-separated-tokens"><span class="secno">2.4.7 </span>Comma-separated tokens</h4><p>A <dfn id="set-of-comma-separated-tokens">set of comma-separated tokens</dfn> is a set of zero or
more tokens each separated from the next by a single U+002C COMMA
- character (<code title="">,</code>), where tokens consist of any
+ character (,), where tokens consist of any
string of zero or more characters, neither beginning nor ending with
<a href="#space-character" title="space character">space characters</a>, nor
- containing any U+002C COMMA characters (<code title="">,</code>),
+ containing any U+002C COMMA characters (,),
and optionally surrounded by <a href="#space-character" title="space character">space
characters</a>.</p><p class="example">For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
tokens: "a", "b", the empty string, and "d d". Leading and
@@ -775,9 +775,9 @@
with the top-level domain), the prefix of which, when reversed and
converted to ASCII, corresponds to a registered domain. <a href="references.html#refsRFC3490">[RFC3490]</a></p><p class="example">For instance, the string "<code title="">com.example.xn--74h</code>" is a <a href="#valid-reversed-dns-identifier">valid reversed DNS
identifier</a> because the string "<code title="">example.com</code>" is a registered domain.</p><h4 id="syntax-references"><span class="secno">2.4.9 </span>References</h4><p>A <dfn id="valid-hash-name-reference">valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
- (<code title="">#</code>) character followed by a string which
- exactly matches the value of the <code title="">name</code>
- attribute of an element in the document with type <var title="">type</var>.</p><h4 id="mq"><span class="secno">2.4.10 </span>Media queries</h4><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the
+ character (#) followed by a string which exactly matches the value
+ of the <code title="">name</code> attribute of an element in the
+ document with type <var title="">type</var>.</p><h4 id="mq"><span class="secno">2.4.10 </span>Media queries</h4><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the
<code title="">media_query_list</code> production of the Media
Queries specification. <a href="references.html#refsMQ">[MQ]</a></p><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of a view if it is
the empty string, a string consisting of only <a href="#space-character" title="space
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- text-level-semantics.html 5 Oct 2009 03:27:03 -0000 1.299
+++ text-level-semantics.html 5 Oct 2009 06:37:15 -0000 1.300
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -3329,7 +3329,7 @@
metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src">src</a></code> attribute.</p><p>Any (namespace-less) attribute may be specified on the
<code><a href="#the-embed-element">embed</a></code> element, so long as its name is
<a href="infrastructure.html#xml-compatible">XML-compatible</a> and contains no characters in the range
- U+0041 .. U+005A (LATIN CAPITAL LETTER A LATIN CAPITAL LETTER
+ U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER
Z). These attributes are then passed as parameters to the
<a href="infrastructure.html#plugin">plugin</a>.</p><p class="note">All attributes in <a href="dom.html#html-documents">HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- history.html 5 Oct 2009 03:27:02 -0000 1.301
+++ history.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="offline.html">← 6.7 Offline Web applications</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -838,7 +838,7 @@
two <a href="infrastructure.html#valid-non-negative-integer" title="valid non-negative integer">valid non-negative
integers</a> that do not have a leading U+0030 DIGIT ZERO (0)
character and that are separated by a single U+0078 LATIN SMALL
- LETTER X character.</p><p>The keywords represent icon sizes.</p><p>The <dfn id="attr-link-sizes-any" title="attr-link-sizes-any"><code>any</code></dfn> keyword
+ LETTER X character (x).</p><p>The keywords represent icon sizes.</p><p>The <dfn id="attr-link-sizes-any" title="attr-link-sizes-any"><code>any</code></dfn> keyword
represents that the resource contains a scalable icon, e.g. as
provided by an SVG image.</p><p>The keywords specified on the <code title="attr-link-sizes"><a href="#attr-link-sizes">sizes</a></code> attribute must not represent
icon sizes that are not actually available in the linked
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- tabular-data.html 5 Oct 2009 03:27:03 -0000 1.300
+++ tabular-data.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- microdata.html 5 Oct 2009 03:27:03 -0000 1.300
+++ microdata.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -711,8 +711,8 @@
item, or</li>
<li>If the item is not a <a href="#typed-item">typed item</a>: a string that
- contains no U+002E FULL STOP (.) characters and no U+003A COLON (:)
- characters.</li>
+ contains no U+002E FULL STOP characters (.) and no U+003A COLON
+ characters (:).</li>
</ul><p>When an element with an <code title="concept-itemprop">itemprop</code> attribute <a href="#the-properties-of-an-item" title="the
properties of an item">adds a property</a> to multiple <a href="#concept-item" title="concept-item">items</a>, the requirement above regarding
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- Overview.html 5 Oct 2009 03:27:02 -0000 1.300
+++ Overview.html 5 Oct 2009 06:37:14 -0000 1.301
@@ -240,7 +240,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3238.
+This is revision 1.3239.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- embedded-content-0.html 5 Oct 2009 03:27:02 -0000 1.300
+++ embedded-content-0.html 5 Oct 2009 06:37:14 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- dom.html 5 Oct 2009 03:27:02 -0000 1.301
+++ dom.html 5 Oct 2009 06:37:14 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -987,7 +987,7 @@
namespace whose name starts with the string "<dfn id="attr-data" title="attr-data-*"><code>data-</code></dfn>", has at least one
character after the hyphen, is <a href="infrastructure.html#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><p class="note">All attributes in <a href="#html-documents">HTML documents</a> get
+ LETTER A to LATIN CAPITAL LETTER Z).</p><p class="note">All attributes in <a href="#html-documents">HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p><p><a href="#custom-data-attribute" title="custom data attribute">Custom data attributes</a>
are intended to store custom data private to the page or
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- acknowledgements.html 5 Oct 2009 03:27:02 -0000 1.300
+++ acknowledgements.html 5 Oct 2009 06:37:14 -0000 1.301
@@ -217,7 +217,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="references.html">← References</a> –
<a href="Overview.html#contents">Table of contents</a>
@@ -825,30 +825,6 @@
("<code title="">foo</code>" vs <code>foo</code>)
XXX * make the spec consistent about whether the word "algorithm" is part of
an algorithm's name or not ("</dfn> algorithm", "</span> algorithm")
- XXX * make a consistent decision of which of the following formats to use:
- U+1234 FOO BAR character ("foo")
- U+1234 FOO BAR character ('foo')
- U+1234 FOO BAR character (foo)
- U+1234 FOO BAR ("foo") character
- U+1234 FOO BAR ('foo') character
- U+1234 FOO BAR (foo) character
- U+1234 FOO BAR character ("<code title="">foo</code>")
- U+1234 FOO BAR character ('<code title="">foo</code>')
- U+1234 FOO BAR character (<code title="">foo</code>)
- U+1234 FOO BAR ("<code title="">foo</code>") character
- U+1234 FOO BAR ('<code title="">foo</code>') character
- U+1234 FOO BAR (<code title="">foo</code>) character
- ...and make these match:
- 0x12 (ASCII FOO)
- 0x12 (ASCII "foo")
- 0x12 (ASCII 'foo')
- 0x12 ("foo")
- 0x12 ('foo')
- 0x12 (ASCII "<code title="">foo</code>")
- 0x12 (ASCII '<code title="">foo</code>')
- 0x12 ("<code title="">foo</code>")
- 0x12 ('<code title="">foo</code>')
- XXX * check case of hex characters in the ASCII cases.
XXX * use the sample widgets:
<li><img alt="A text field with editable sections for each
value, with a button to pop up a dialog showing a calendar or
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- the-canvas-element.html 5 Oct 2009 03:27:03 -0000 1.300
+++ the-canvas-element.html 5 Oct 2009 06:37:16 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="video.html">← 4.8.7 The video element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- iana-considerations.html 5 Oct 2009 03:27:02 -0000 1.300
+++ iana-considerations.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="obsolete.html">← 11 Obsolete features</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -473,7 +473,7 @@
<dd>
<dl><dt>Magic number(s):</dt>
<dd><code><a href="#text-ping">text/ping</a></code> resources always consist of the four
- bytes 0x50 0x49 0x4E 0x47 (ASCII "PING").</dd>
+ bytes 0x50 0x49 0x4E 0x47 (ASCII 'PING').</dd>
<dt>File extension(s):</dt>
<dd>No specific file extension is recommended for this type.</dd>
<dt>Macintosh file type code(s):</dt>
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- forms.html 5 Oct 2009 03:27:02 -0000 1.300
+++ forms.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- interactive-elements.html 5 Oct 2009 03:27:02 -0000 1.300
+++ interactive-elements.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="forms.html">← 4.10 Forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- editing.html 5 Oct 2009 03:27:02 -0000 1.300
+++ editing.html 5 Oct 2009 06:37:14 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="history.html">← 6.8 Session history and navigation</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- video.html 5 Oct 2009 03:27:03 -0000 1.300
+++ video.html 5 Oct 2009 06:37:16 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- browsers.html 5 Oct 2009 03:27:02 -0000 1.301
+++ browsers.html 5 Oct 2009 06:37:14 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="microdata.html">← 5 Microdata</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- the-xhtml-syntax.html 5 Oct 2009 03:27:03 -0000 1.299
+++ the-xhtml-syntax.html 5 Oct 2009 06:37:16 -0000 1.300
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="named-character-references.html">← 9.2 Named character references</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- offline.html 5 Oct 2009 03:27:03 -0000 1.300
+++ offline.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="browsers.html">← 6 Web browsers</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -426,7 +426,7 @@
</dt><dd>
<p>Comment lines must consist of zero or more U+0020 SPACE and
U+0009 CHARACTER TABULATION (tab) characters, followed by a single
- U+0023 NUMBER SIGN (#) character, followed by zero or more
+ U+0023 NUMBER SIGN character (#), followed by zero or more
characters other than U+000A LINE FEED (LF) and U+000D CARRIAGE
RETURN (CR) characters.</p>
@@ -450,7 +450,7 @@
</dd></dl><p>Section header lines must consist of zero or more U+0020 SPACE
and U+0009 CHARACTER TABULATION (tab) characters, followed by one
- of the names above (including the U+003A COLON (:) character)
+ of the names above (including the U+003A COLON character (:))
followed by zero or more U+0020 SPACE and U+0009 CHARACTER
TABULATION (tab) characters.</p>
@@ -508,7 +508,7 @@
sections</a>. (This is needed for any URL that the page is
intending to use to communicate back to the server.) To specify that
all URLs are automatically whitelisted in this way, a U+002A
- ASTERISK character (*) character may be specified as one of the
+ ASTERISK character character (*) may be specified as one of the
URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p><p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <a href="#url-scheme" title="url-scheme"><scheme></a> as the manifest itself
(either explicitly or implicitly, through the use of relative
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- syntax.html 5 Oct 2009 03:27:03 -0000 1.301
+++ syntax.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="comms.html">← 8 Communication</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -392,10 +392,10 @@
the content model and those described in this paragraph. Those
restrictions are described below.</p><p>Tags contain a <dfn id="syntax-tag-name" title="syntax-tag-name">tag name</dfn>,
giving the element's name. HTML elements all have names that only
- use characters in the range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE,
- U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, and
- U+0041 LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z. In
- the HTML syntax, tag names, even those for <a href="#foreign-elements">foreign
+ use characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT
+ NINE (9), U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER
+ Z, and U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER
+ Z. In the HTML syntax, tag names, even those for <a href="#foreign-elements">foreign
elements</a>, may be written with any mix of lower- and uppercase
letters that, when converted to all-lowercase, matches the element's
tag name; tag names are case-insensitive.</p><h5 id="start-tags"><span class="secno">9.1.2.1 </span>Start tags</h5><p><dfn id="syntax-start-tag" title="syntax-start-tag">Start tags</dfn> must have the
@@ -535,7 +535,7 @@
<p>If an attribute using the unquoted attribute syntax is to be
followed by another attribute or by the optional U+002F SOLIDUS
- (<code>/</code>) character allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there
+ character (/) allowed in step 6 of the <a href="#syntax-start-tag" title="syntax-start-tag">start tag</a> syntax above, then there
must be a <a href="#space-character">space character</a> separating the two.</p>
</dd>
@@ -785,42 +785,43 @@
<dd>The ampersand must be followed by one of the names given in the
<a href="named-character-references.html#named-character-references">named character references</a> section, using the same
case. The name must be one that is terminated by a U+003B SEMICOLON
- (<code title="">;</code>) character.</dd>
+ character (;).</dd>
<dt>Decimal numeric character reference</dt>
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, followed by one or more digits in the
- range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, representing a
- base-ten integer that corresponds to a Unicode code point that is
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), representing
+ a base-ten integer that corresponds to a Unicode code point that is
allowed according to the definition below. The digits must then be
- followed by a U+003B SEMICOLON character (<code title="">;</code>).</dd>
+ followed by a U+003B SEMICOLON character (;).</dd>
<dt>Hexadecimal numeric character reference</dt>
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, which must be followed by either a
- U+0078 LATIN SMALL LETTER X or a U+0058 LATIN CAPITAL LETTER X
- character, which must then be followed by one or more digits in the
- range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, U+0061 LATIN SMALL
- LETTER A .. U+0066 LATIN SMALL LETTER F, and U+0041 LATIN CAPITAL
- LETTER A .. U+0046 LATIN CAPITAL LETTER F, representing a
- base-sixteen integer that corresponds to a Unicode code point that
- is allowed according to the definition below. The digits must then
- be followed by a U+003B SEMICOLON character (<code title="">;</code>).</dd>
+ U+0078 LATIN SMALL LETTER X character (x) or a U+0058 LATIN CAPITAL
+ LETTER X character (X), which must then be followed by one or more
+ digits in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9),
+ U+0061 LATIN SMALL LETTER A to U+0066 LATIN SMALL LETTER F, and
+ U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F,
+ representing a base-sixteen integer that corresponds to a Unicode
+ code point that is allowed according to the definition below. The
+ digits must then be followed by a U+003B SEMICOLON character
+ (;).</dd>
</dl><p>The numeric character reference forms described above are allowed
to reference any Unicode code point other than U+0000, permanently
undefined Unicode characters (noncharacters), and control characters
other than <a href="#space-character" title="space character">space
characters</a>.</p><p>An <dfn id="syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous
- ampersand</dfn> is a U+0026 AMPERSAND (<code>&</code>) character
- that is followed by some <a href="#syntax-text" title="syntax-text">text</a> other
- than a <a href="#space-character">space character</a>, a U+003C LESS-THAN SIGN
- character ('<'), or another U+0026 AMPERSAND (<code>&</code>)
- character.</p><h4 id="cdata-sections"><span class="secno">9.1.5 </span>CDATA sections</h4><p><dfn id="syntax-cdata" title="syntax-cdata">CDATA sections</dfn> must start with
+ ampersand</dfn> is a U+0026 AMPERSAND character (&) that is
+ followed by some <a href="#syntax-text" title="syntax-text">text</a> other than a
+ <a href="#space-character">space character</a>, a U+003C LESS-THAN SIGN character
+ (<), or another U+0026 AMPERSAND character
+ (<code>&</code>).</p><h4 id="cdata-sections"><span class="secno">9.1.5 </span>CDATA sections</h4><p><dfn id="syntax-cdata" title="syntax-cdata">CDATA sections</dfn> must start with
the character sequence U+003C LESS-THAN SIGN, U+0021 EXCLAMATION
MARK, U+005B LEFT SQUARE BRACKET, U+0043 LATIN CAPITAL LETTER C,
U+0044 LATIN CAPITAL LETTER D, U+0041 LATIN CAPITAL LETTER A, U+0054
@@ -837,9 +838,9 @@
MARK, U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS (<code title=""><!--</code>). Following this sequence, the comment may
have <a href="#syntax-text" title="syntax-text">text</a>, with the additional
restriction that the text must not start with a single U+003E
- GREATER-THAN SIGN ('>') character, nor start with a U+002D
- HYPHEN-MINUS (<code title="">-</code>) character followed by a
- U+003E GREATER-THAN SIGN ('>') character, nor contain two
+ GREATER-THAN SIGN (>) character, nor start with a U+002D
+ HYPHEN-MINUS character (-) followed by a
+ U+003E GREATER-THAN SIGN (>) character, nor contain two
consecutive U+002D HYPHEN-MINUS (<code title="">-</code>)
characters, nor end with a U+002D HYPHEN-MINUS (<code title="">-</code>) character. Finally, the comment must be ended by
the three character sequence U+002D HYPHEN-MINUS, U+002D
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- obsolete.html 5 Oct 2009 03:27:03 -0000 1.301
+++ obsolete.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- named-character-references.html 5 Oct 2009 03:27:03 -0000 1.301
+++ named-character-references.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="syntax.html">← 9 The HTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- references.html 5 Oct 2009 03:27:03 -0000 1.300
+++ references.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="index.html">← Index</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- semantics.html 5 Oct 2009 03:27:03 -0000 1.300
+++ semantics.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -860,12 +860,13 @@
<ul><li> just a <a href="infrastructure.html#valid-non-negative-integer">valid non-negative integer</a>, or</li>
<li> a <a href="infrastructure.html#valid-non-negative-integer">valid non-negative integer</a>, followed by a
- U+003B SEMICOLON (<code title="">;</code>), followed by one or
- more <a href="#space-character" title="space character">space characters</a>,
- followed by either a U+0055 LATIN CAPITAL LETTER U or a U+0075
- LATIN SMALL LETTER U, a U+0052 LATIN CAPITAL LETTER R or a U+0072
- LATIN SMALL LETTER R, a U+004C LATIN CAPITAL LETTER L or a U+006C
- LATIN SMALL LETTER L, a U+003D EQUALS SIGN (<code title="">=</code>), and then a <a href="infrastructure.html#valid-url">valid URL</a>.</li>
+ U+003B SEMICOLON character (;), followed by one or more <a href="#space-character" title="space character">space characters</a>, followed by
+ either a U+0055 LATIN CAPITAL LETTER U character (U) or a U+0075
+ LATIN SMALL LETTER U character (u), a U+0052 LATIN CAPITAL LETTER
+ R character (R) or a U+0072 LATIN SMALL LETTER R character (r), a
+ U+004C LATIN CAPITAL LETTER L character (L) or a U+006C LATIN
+ SMALL LETTER L character (l), a U+003D EQUALS SIGN character (=),
+ and then a <a href="infrastructure.html#valid-url">valid URL</a>.</li>
</ul><p>In the former case, the integer represents a number of seconds
before the page is to be reloaded; in the latter case the integer
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- index.html 5 Oct 2009 03:27:02 -0000 1.300
+++ index.html 5 Oct 2009 06:37:15 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="iana-considerations.html">← IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.300
retrieving revision 1.301
diff -u -d -r1.300 -r1.301
--- comms.html 5 Oct 2009 03:27:02 -0000 1.300
+++ comms.html 5 Oct 2009 06:37:14 -0000 1.301
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="editing.html">← 7 User Interaction</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -331,7 +331,7 @@
format. Otherwise, if the source of the event has been attacked
using a cross-site scripting flaw, further unchecked processing of
information sent using the <code title="dom-window-postMessage-2"><a href="#dom-window-postmessage-2">postMessage()</a></code> method could
- result in the attack being propagated into the receiver.</p><p>Authors should not use the wildcard keyword ("*") in the <var title="">targetOrigin</var> argument in messages that contain any
+ result in the attack being propagated into the receiver.</p><p>Authors should not use the wildcard keyword (*) in the <var title="">targetOrigin</var> argument in messages that contain any
confidential information, as otherwise there is no way to guarantee
that the message is only delivered to the recipient to which it was
intended.</p><h4 id="posting-messages"><span class="secno">8.2.3 </span>Posting messages</h4><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-postMessage-2"><a href="#dom-window-postmessage-2">postMessage</a></code>(<var title="">message</var>, [ <var title="">ports</var>, ] <var title="">targetOrigin</var>)</dt>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- spec.html 5 Oct 2009 03:27:03 -0000 1.301
+++ spec.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -238,7 +238,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3238.
+This is revision 1.3239.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -1306,7 +1306,7 @@
attributes defined or mentioned in this specification have no
namespace.</p><p>Attribute names are said to be <dfn id=xml-compatible>XML-compatible</dfn> if they
match the <a href=http://www.w3.org/TR/REC-xml/#NT-Name><code title="">Name</code></a> production defined in XML, they contain no
- U+003A COLON (:) characters, and their first three characters are
+ U+003A COLON characters (:), and their first three characters are
not an <a href=#ascii-case-insensitive>ASCII case-insensitive</a> match for the string
"<code title="">xml</code>". <a href=#refsXML>[XML]</a></p><p>The term <dfn id=xml-mime-type>XML MIME type</dfn> is used to refer to the <a href=#mime-type title="MIME type">MIME types</a> <code title="">text/xml</code>,
<code title="">application/xml</code>, and any <a href=#mime-type>MIME
@@ -1460,21 +1460,21 @@
(0) to U+0039 DIGIT NINE (9).</p><p>A <a href=#valid-non-negative-integer>valid non-negative integer</a> represents the number
that is represented in base ten by that string of digits.</p><h5 id=signed-integers><span class=secno>2.4.3.2 </span>Signed integers</h5><p>A string is a <dfn id=valid-integer>valid integer</dfn> if it consists of one or
more characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT
- NINE (9), optionally prefixed with a U+002D HYPHEN-MINUS ("-")
- character.</p><p>A <a href=#valid-integer>valid integer</a> without a U+002D HYPHEN-MINUS ("-")
+ NINE (9), optionally prefixed with a U+002D HYPHEN-MINUS character
+ (-).</p><p>A <a href=#valid-integer>valid integer</a> without a U+002D HYPHEN-MINUS (-)
prefix represents the number that is represented in base ten by that
string of digits. A <a href=#valid-integer>valid integer</a> <em>with</em> a
- U+002D HYPHEN-MINUS ("-") prefix represents the number represented
- in base ten by the string of digits that follows the U+002D
+ U+002D HYPHEN-MINUS (-) prefix represents the number represented in
+ base ten by the string of digits that follows the U+002D
HYPHEN-MINUS, subtracted from zero.</p><h5 id=real-numbers><span class=secno>2.4.3.3 </span>Real numbers</h5><p>A string is a <dfn id=valid-floating-point-number>valid floating point number</dfn> if it
- consists of:</p><ol class=brief><li>Optionally, a U+002D HYPHEN-MINUS ("-") character.</li>
+ consists of:</p><ol class=brief><li>Optionally, a U+002D HYPHEN-MINUS character (-).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
<li>Optionally:
- <ol><li>A single U+002E FULL STOP (".") character.</li>
+ <ol><li>A single U+002E FULL STOP character (.).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
@@ -1483,11 +1483,11 @@
<li>Optionally:
- <ol><li>Either a U+0065 LATIN SMALL LETTER E character or a U+0045
- LATIN CAPITAL LETTER E character.</li>
+ <ol><li>Either a U+0065 LATIN SMALL LETTER E character (e) or a
+ U+0045 LATIN CAPITAL LETTER E character (E).</li>
- <li>Optionally, a U+002D HYPHEN-MINUS ("-") character or U+002B
- PLUS SIGN ("+") character.</li>
+ <li>Optionally, a U+002D HYPHEN-MINUS character (-) or U+002B
+ PLUS SIGN character (+).</li>
<li>A series of one or more characters in the range U+0030 DIGIT
ZERO (0) to U+0039 DIGIT NINE (9).</li>
@@ -1500,11 +1500,11 @@
interpreted as base ten (including the decimal point and the number
after the decimal point, if any, and interpreting the significand as
a negative number if the whole string starts with a U+002D
- HYPHEN-MINUS ("-") character and the number is not zero), and where
+ HYPHEN-MINUS character (-) and the number is not zero), and where
the exponent is the number after the E, if any (interpreted as a
- negative number if there is a U+002D HYPHEN-MINUS ("-") character
+ negative number if there is a U+002D HYPHEN-MINUS character (-)
between the E and the number and the number is not zero, or else
- ignoring a U+002B PLUS SIGN ("+") character between the E and the
+ ignoring a U+002B PLUS SIGN character (+) between the E and the
number if there is one). If there is no E, then the exponent is
treated as zero.</p><p class=note>The Infinity and Not-a-Number (NaN) values are not
<a href=#valid-floating-point-number title="valid floating point number">valid floating point
@@ -1543,8 +1543,8 @@
<em>28</em> otherwise. This takes into account leap years in the
Gregorian calendar. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>The <dfn id=concept-datetime-digit title=concept-datetime-digit>digits</dfn> in the date
and time syntaxes defined in this section must be characters in the
- range U+0030 DIGIT ZERO to U+0039 DIGIT NINE, used to express
- numbers in base ten.</p><h5 id=months><span class=secno>2.4.4.1 </span>Months</h5><p>A <dfn id=concept-month title=concept-month>month</dfn> consists of a specific
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), used to
+ express numbers in base ten.</p><h5 id=months><span class=secno>2.4.4.1 </span>Months</h5><p>A <dfn id=concept-month title=concept-month>month</dfn> consists of a specific
proleptic Gregorian date with no time-zone information and no date
information beyond a year and a month. <a href=#refsGREGORIAN>[GREGORIAN]</a></p><p>A string is a <dfn id=valid-month-string>valid month string</dfn> representing a year
<var title="">year</var> and month <var title="">month</var> if it
@@ -1615,7 +1615,7 @@
representing a date and time if it consists of the following
components in the given order:</p><ol><li>A <a href=#valid-date-string>valid date string</a> representing the date.</li>
- <li>A U+0054 LATIN CAPITAL LETTER T character.</li>
+ <li>A U+0054 LATIN CAPITAL LETTER T character (T).</li>
<li>A <a href=#valid-time-string>valid time string</a> representing the time.</li>
@@ -1627,19 +1627,19 @@
representing a date, time, and a time-zone offset if it consists of
the following components in the given order:</p><ol><li>A <a href=#valid-date-string>valid date string</a> representing the date</li>
- <li>A U+0054 LATIN CAPITAL LETTER T character</li>
+ <li>A U+0054 LATIN CAPITAL LETTER T character (T)</li>
<li>A <a href=#valid-time-string>valid time string</a> representing the time</li>
<li>Either:
- <ul><li>A U+005A LATIN CAPITAL LETTER Z character, allowed only if
- the time zone is UTC</li>
+ <ul><li>A U+005A LATIN CAPITAL LETTER Z character (Z), allowed only
+ if the time zone is UTC</li>
<li>Or:
<ol><li>Either a U+002B PLUS SIGN character (+) or a U+002D
- HYPHEN-MINUS (-) character, representing the sign of the
+ HYPHEN-MINUS character (-), representing the sign of the
time-zone offset</li>
<li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
@@ -1730,7 +1730,7 @@
<li>A U+002D HYPHEN-MINUS character (-)</li>
- <li>A U+0057 LATIN CAPITAL LETTER W character</li>
+ <li>A U+0057 LATIN CAPITAL LETTER W character (W)</li>
<li>Two <a href=#concept-datetime-digit title=concept-datetime-digit>digits</a>,
representing the week <var title="">week</var>, in the range
@@ -1760,15 +1760,15 @@
range 0..255, representing the red, green, and blue components of
the color respectively, in the sRGB color space. <a href=#refsSRGB>[SRGB]</a></p><p>A string is a <dfn id=valid-simple-color>valid simple color</dfn> if it is exactly
seven characters long, and the first character is a U+0023 NUMBER
- SIGN (#) character, and the remaining six characters are all in the
- range U+0030 DIGIT ZERO (0) .. U+0039 DIGIT NINE (9), U+0041 LATIN
- CAPITAL LETTER A .. U+0046 LATIN CAPITAL LETTER F, U+0061 LATIN
- SMALL LETTER A .. U+0066 LATIN SMALL LETTER F, with the first two
+ SIGN character (#), and the remaining six characters are all in the
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), U+0041 LATIN
+ CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F, U+0061 LATIN
+ SMALL LETTER A to U+0066 LATIN SMALL LETTER F, with the first two
digits representing the red component, the middle two digits
representing the green component, and the last two digits
representing the blue component, in hexadecimal.</p><p>A string is a <dfn id=valid-lowercase-simple-color>valid lowercase simple color</dfn> if it is a
<a href=#valid-simple-color>valid simple color</a> and doesn't use any characters in
- the range U+0041 LATIN CAPITAL LETTER A .. U+0046 LATIN CAPITAL
+ the range U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL
LETTER F.</p><hr><p class=note>The <a href=#canvas-context-2d title=canvas-context-2d>2D graphics
context</a> has a separate color syntax that also handles
opacity.</p><h4 id=space-separated-tokens><span class=secno>2.4.6 </span>Space-separated tokens</h4><p>A <dfn id=set-of-space-separated-tokens>set of space-separated tokens</dfn> is a set of zero or
@@ -1787,10 +1787,10 @@
non-conforming. If no such set of allowed values is provided, then
all values are conforming.</p><h4 id=comma-separated-tokens><span class=secno>2.4.7 </span>Comma-separated tokens</h4><p>A <dfn id=set-of-comma-separated-tokens>set of comma-separated tokens</dfn> is a set of zero or
more tokens each separated from the next by a single U+002C COMMA
- character (<code title="">,</code>), where tokens consist of any
+ character (,), where tokens consist of any
string of zero or more characters, neither beginning nor ending with
<a href=#space-character title="space character">space characters</a>, nor
- containing any U+002C COMMA characters (<code title="">,</code>),
+ containing any U+002C COMMA characters (,),
and optionally surrounded by <a href=#space-character title="space character">space
characters</a>.</p><p class=example>For instance, the string "<code title=""> a ,b,,d d </code>" consists of four
tokens: "a", "b", the empty string, and "d d". Leading and
@@ -1805,9 +1805,9 @@
with the top-level domain), the prefix of which, when reversed and
converted to ASCII, corresponds to a registered domain. <a href=#refsRFC3490>[RFC3490]</a></p><p class=example>For instance, the string "<code title="">com.example.xn--74h</code>" is a <a href=#valid-reversed-dns-identifier>valid reversed DNS
identifier</a> because the string "<code title="">example.com</code>" is a registered domain.</p><h4 id=syntax-references><span class=secno>2.4.9 </span>References</h4><p>A <dfn id=valid-hash-name-reference>valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
- (<code title="">#</code>) character followed by a string which
- exactly matches the value of the <code title="">name</code>
- attribute of an element in the document with type <var title="">type</var>.</p><h4 id=mq><span class=secno>2.4.10 </span>Media queries</h4><p>A string is a <dfn id=valid-media-query>valid media query</dfn> if it matches the
+ character (#) followed by a string which exactly matches the value
+ of the <code title="">name</code> attribute of an element in the
+ document with type <var title="">type</var>.</p><h4 id=mq><span class=secno>2.4.10 </span>Media queries</h4><p>A string is a <dfn id=valid-media-query>valid media query</dfn> if it matches the
<code title="">media_query_list</code> production of the Media
Queries specification. <a href=#refsMQ>[MQ]</a></p><p>A string <dfn id=matches-the-environment>matches the environment</dfn> of a view if it is
the empty string, a string consisting of only <a href=#space-character title="space
@@ -3022,7 +3022,7 @@
namespace whose name starts with the string "<dfn id=attr-data title=attr-data-*><code>data-</code></dfn>", has at least one
character after the hyphen, is <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><p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
+ LETTER A to LATIN CAPITAL LETTER Z).</p><p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
doesn't affect such documents.</p><p><a href=#custom-data-attribute title="custom data attribute">Custom data attributes</a>
are intended to store custom data private to the page or
@@ -4689,12 +4689,13 @@
<ul><li> just a <a href=#valid-non-negative-integer>valid non-negative integer</a>, or</li>
<li> a <a href=#valid-non-negative-integer>valid non-negative integer</a>, followed by a
- U+003B SEMICOLON (<code title="">;</code>), followed by one or
- more <a href=#space-character title="space character">space characters</a>,
- followed by either a U+0055 LATIN CAPITAL LETTER U or a U+0075
- LATIN SMALL LETTER U, a U+0052 LATIN CAPITAL LETTER R or a U+0072
- LATIN SMALL LETTER R, a U+004C LATIN CAPITAL LETTER L or a U+006C
- LATIN SMALL LETTER L, a U+003D EQUALS SIGN (<code title="">=</code>), and then a <a href=#valid-url>valid URL</a>.</li>
+ U+003B SEMICOLON character (;), followed by one or more <a href=#space-character title="space character">space characters</a>, followed by
+ either a U+0055 LATIN CAPITAL LETTER U character (U) or a U+0075
+ LATIN SMALL LETTER U character (u), a U+0052 LATIN CAPITAL LETTER
+ R character (R) or a U+0072 LATIN SMALL LETTER R character (r), a
+ U+004C LATIN CAPITAL LETTER L character (L) or a U+006C LATIN
+ SMALL LETTER L character (l), a U+003D EQUALS SIGN character (=),
+ and then a <a href=#valid-url>valid URL</a>.</li>
</ul><p>In the former case, the integer represents a number of seconds
before the page is to be reloaded; in the latter case the integer
@@ -10057,7 +10058,7 @@
metadata</a> of the resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute.</p><p>Any (namespace-less) attribute may be specified on the
<code><a href=#the-embed-element>embed</a></code> element, so long as its name is
<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
+ U+0041 .. U+005A (LATIN CAPITAL LETTER A to LATIN CAPITAL LETTER
Z). These attributes are then passed as parameters to the
<a href=#plugin>plugin</a>.</p><p class=note>All attributes in <a href=#html-documents>HTML documents</a> get
lowercased automatically, so the restriction on uppercase letters
@@ -21641,8 +21642,8 @@
item, or</li>
<li>If the item is not a <a href=#typed-item>typed item</a>: a string that
- contains no U+002E FULL STOP (.) characters and no U+003A COLON (:)
- characters.</li>
+ contains no U+002E FULL STOP characters (.) and no U+003A COLON
+ characters (:).</li>
</ul><p>When an element with an <code title=concept-itemprop>itemprop</code> attribute <a href=#the-properties-of-an-item title="the
properties of an item">adds a property</a> to multiple <a href=#concept-item title=concept-item>items</a>, the requirement above regarding
@@ -22727,7 +22728,7 @@
</dt><dd>
<p>Comment lines must consist of zero or more U+0020 SPACE and
U+0009 CHARACTER TABULATION (tab) characters, followed by a single
- U+0023 NUMBER SIGN (#) character, followed by zero or more
+ U+0023 NUMBER SIGN character (#), followed by zero or more
characters other than U+000A LINE FEED (LF) and U+000D CARRIAGE
RETURN (CR) characters.</p>
@@ -22751,7 +22752,7 @@
</dd></dl><p>Section header lines must consist of zero or more U+0020 SPACE
and U+0009 CHARACTER TABULATION (tab) characters, followed by one
- of the names above (including the U+003A COLON (:) character)
+ of the names above (including the U+003A COLON character (:))
followed by zero or more U+0020 SPACE and U+0009 CHARACTER
TABULATION (tab) characters.</p>
@@ -22809,7 +22810,7 @@
sections</a>. (This is needed for any URL that the page is
intending to use to communicate back to the server.) To specify that
all URLs are automatically whitelisted in this way, a U+002A
- ASTERISK character (*) character may be specified as one of the
+ ASTERISK character character (*) may be specified as one of the
URLs. <!-- concept-appcache-onlinewhitelist-wildcard --></p><p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <a href=#url-scheme title=url-scheme><scheme></a> as the manifest itself
(either explicitly or implicitly, through the use of relative
@@ -23570,7 +23571,7 @@
two <a href=#valid-non-negative-integer title="valid non-negative integer">valid non-negative
integers</a> that do not have a leading U+0030 DIGIT ZERO (0)
character and that are separated by a single U+0078 LATIN SMALL
- LETTER X character.</p><p>The keywords represent icon sizes.</p><p>The <dfn id=attr-link-sizes-any title=attr-link-sizes-any><code>any</code></dfn> keyword
+ LETTER X character (x).</p><p>The keywords represent icon sizes.</p><p>The <dfn id=attr-link-sizes-any title=attr-link-sizes-any><code>any</code></dfn> keyword
represents that the resource contains a scalable icon, e.g. as
provided by an SVG image.</p><p>The keywords specified on the <code title=attr-link-sizes><a href=#attr-link-sizes>sizes</a></code> attribute must not represent
icon sizes that are not actually available in the linked
@@ -25213,7 +25214,7 @@
format. Otherwise, if the source of the event has been attacked
using a cross-site scripting flaw, further unchecked processing of
information sent using the <code title=dom-window-postMessage-2><a href=#dom-window-postmessage-2>postMessage()</a></code> method could
- result in the attack being propagated into the receiver.</p><p>Authors should not use the wildcard keyword ("*") in the <var title="">targetOrigin</var> argument in messages that contain any
+ result in the attack being propagated into the receiver.</p><p>Authors should not use the wildcard keyword (*) in the <var title="">targetOrigin</var> argument in messages that contain any
confidential information, as otherwise there is no way to guarantee
that the message is only delivered to the recipient to which it was
intended.</p><h4 id=posting-messages><span class=secno>8.2.3 </span>Posting messages</h4><dl class=domintro><dt><var title="">window</var> . <code title=dom-window-postMessage-2><a href=#dom-window-postmessage-2>postMessage</a></code>(<var title="">message</var>, [ <var title="">ports</var>, ] <var title="">targetOrigin</var>)</dt>
@@ -25481,10 +25482,10 @@
the content model and those described in this paragraph. Those
restrictions are described below.</p><p>Tags contain a <dfn id=syntax-tag-name title=syntax-tag-name>tag name</dfn>,
giving the element's name. HTML elements all have names that only
- use characters in the range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE,
- U+0061 LATIN SMALL LETTER A .. U+007A LATIN SMALL LETTER Z, and
- U+0041 LATIN CAPITAL LETTER A .. U+005A LATIN CAPITAL LETTER Z. In
- the HTML syntax, tag names, even those for <a href=#foreign-elements>foreign
+ use characters in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT
+ NINE (9), U+0061 LATIN SMALL LETTER A to U+007A LATIN SMALL LETTER
+ Z, and U+0041 LATIN CAPITAL LETTER A to U+005A LATIN CAPITAL LETTER
+ Z. In the HTML syntax, tag names, even those for <a href=#foreign-elements>foreign
elements</a>, may be written with any mix of lower- and uppercase
letters that, when converted to all-lowercase, matches the element's
tag name; tag names are case-insensitive.</p><h5 id=start-tags><span class=secno>9.1.2.1 </span>Start tags</h5><p><dfn id=syntax-start-tag title=syntax-start-tag>Start tags</dfn> must have the
@@ -25624,7 +25625,7 @@
<p>If an attribute using the unquoted attribute syntax is to be
followed by another attribute or by the optional U+002F SOLIDUS
- (<code>/</code>) character allowed in step 6 of the <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> syntax above, then there
+ character (/) allowed in step 6 of the <a href=#syntax-start-tag title=syntax-start-tag>start tag</a> syntax above, then there
must be a <a href=#space-character>space character</a> separating the two.</p>
</dd>
@@ -25874,42 +25875,43 @@
<dd>The ampersand must be followed by one of the names given in the
<a href=#named-character-references>named character references</a> section, using the same
case. The name must be one that is terminated by a U+003B SEMICOLON
- (<code title="">;</code>) character.</dd>
+ character (;).</dd>
<dt>Decimal numeric character reference</dt>
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, followed by one or more digits in the
- range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, representing a
- base-ten integer that corresponds to a Unicode code point that is
+ range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9), representing
+ a base-ten integer that corresponds to a Unicode code point that is
allowed according to the definition below. The digits must then be
- followed by a U+003B SEMICOLON character (<code title="">;</code>).</dd>
+ followed by a U+003B SEMICOLON character (;).</dd>
<dt>Hexadecimal numeric character reference</dt>
<dd>The ampersand must be followed by a U+0023 NUMBER SIGN
(<code>#</code>) character, which must be followed by either a
- U+0078 LATIN SMALL LETTER X or a U+0058 LATIN CAPITAL LETTER X
- character, which must then be followed by one or more digits in the
- range U+0030 DIGIT ZERO .. U+0039 DIGIT NINE, U+0061 LATIN SMALL
- LETTER A .. U+0066 LATIN SMALL LETTER F, and U+0041 LATIN CAPITAL
- LETTER A .. U+0046 LATIN CAPITAL LETTER F, representing a
- base-sixteen integer that corresponds to a Unicode code point that
- is allowed according to the definition below. The digits must then
- be followed by a U+003B SEMICOLON character (<code title="">;</code>).</dd>
+ U+0078 LATIN SMALL LETTER X character (x) or a U+0058 LATIN CAPITAL
+ LETTER X character (X), which must then be followed by one or more
+ digits in the range U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9),
+ U+0061 LATIN SMALL LETTER A to U+0066 LATIN SMALL LETTER F, and
+ U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL LETTER F,
+ representing a base-sixteen integer that corresponds to a Unicode
+ code point that is allowed according to the definition below. The
+ digits must then be followed by a U+003B SEMICOLON character
+ (;).</dd>
</dl><p>The numeric character reference forms described above are allowed
to reference any Unicode code point other than U+0000, permanently
undefined Unicode characters (noncharacters), and control characters
other than <a href=#space-character title="space character">space
characters</a>.</p><p>An <dfn id=syntax-ambiguous-ampersand title=syntax-ambiguous-ampersand>ambiguous
- ampersand</dfn> is a U+0026 AMPERSAND (<code>&</code>) character
- that is followed by some <a href=#syntax-text title=syntax-text>text</a> other
- than a <a href=#space-character>space character</a>, a U+003C LESS-THAN SIGN
- character ('<'), or another U+0026 AMPERSAND (<code>&</code>)
- character.</p><h4 id=cdata-sections><span class=secno>9.1.5 </span>CDATA sections</h4><p><dfn id=syntax-cdata title=syntax-cdata>CDATA sections</dfn> must start with
+ ampersand</dfn> is a U+0026 AMPERSAND character (&) that is
+ followed by some <a href=#syntax-text title=syntax-text>text</a> other than a
+ <a href=#space-character>space character</a>, a U+003C LESS-THAN SIGN character
+ (<), or another U+0026 AMPERSAND character
+ (<code>&</code>).</p><h4 id=cdata-sections><span class=secno>9.1.5 </span>CDATA sections</h4><p><dfn id=syntax-cdata title=syntax-cdata>CDATA sections</dfn> must start with
the character sequence U+003C LESS-THAN SIGN, U+0021 EXCLAMATION
MARK, U+005B LEFT SQUARE BRACKET, U+0043 LATIN CAPITAL LETTER C,
U+0044 LATIN CAPITAL LETTER D, U+0041 LATIN CAPITAL LETTER A, U+0054
@@ -25926,9 +25928,9 @@
MARK, U+002D HYPHEN-MINUS, U+002D HYPHEN-MINUS (<code title=""><!--</code>). Following this sequence, the comment may
have <a href=#syntax-text title=syntax-text>text</a>, with the additional
restriction that the text must not start with a single U+003E
- GREATER-THAN SIGN ('>') character, nor start with a U+002D
- HYPHEN-MINUS (<code title="">-</code>) character followed by a
- U+003E GREATER-THAN SIGN ('>') character, nor contain two
+ GREATER-THAN SIGN (>) character, nor start with a U+002D
+ HYPHEN-MINUS character (-) followed by a
+ U+003E GREATER-THAN SIGN (>) character, nor contain two
consecutive U+002D HYPHEN-MINUS (<code title="">-</code>)
characters, nor end with a U+002D HYPHEN-MINUS (<code title="">-</code>) character. Finally, the comment must be ended by
the three character sequence U+002D HYPHEN-MINUS, U+002D
@@ -26430,7 +26432,7 @@
<dd>
<dl><dt>Magic number(s):</dt>
<dd><code><a href=#text-ping>text/ping</a></code> resources always consist of the four
- bytes 0x50 0x49 0x4E 0x47 (ASCII "PING").</dd>
+ bytes 0x50 0x49 0x4E 0x47 (ASCII 'PING').</dd>
<dt>File extension(s):</dt>
<dd>No specific file extension is recommended for this type.</dd>
<dt>Macintosh file type code(s):</dt>
@@ -27763,30 +27765,6 @@
("<code title="">foo</code>" vs <code>foo</code>)
XXX * make the spec consistent about whether the word "algorithm" is part of
an algorithm's name or not ("</dfn> algorithm", "</span> algorithm")
- XXX * make a consistent decision of which of the following formats to use:
- U+1234 FOO BAR character ("foo")
- U+1234 FOO BAR character ('foo')
- U+1234 FOO BAR character (foo)
- U+1234 FOO BAR ("foo") character
- U+1234 FOO BAR ('foo') character
- U+1234 FOO BAR (foo) character
- U+1234 FOO BAR character ("<code title="">foo</code>")
- U+1234 FOO BAR character ('<code title="">foo</code>')
- U+1234 FOO BAR character (<code title="">foo</code>)
- U+1234 FOO BAR ("<code title="">foo</code>") character
- U+1234 FOO BAR ('<code title="">foo</code>') character
- U+1234 FOO BAR (<code title="">foo</code>) character
- ...and make these match:
- 0x12 (ASCII FOO)
- 0x12 (ASCII "foo")
- 0x12 (ASCII 'foo')
- 0x12 ("foo")
- 0x12 ('foo')
- 0x12 (ASCII "<code title="">foo</code>")
- 0x12 (ASCII '<code title="">foo</code>')
- 0x12 ("<code title="">foo</code>")
- 0x12 ('<code title="">foo</code>')
- XXX * check case of hex characters in the ASCII cases.
XXX * use the sample widgets:
<li><img alt="A text field with editable sections for each
value, with a button to pop up a dialog showing a calendar or
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- introduction.html 5 Oct 2009 03:27:03 -0000 1.301
+++ introduction.html 5 Oct 2009 06:37:15 -0000 1.302
@@ -217,7 +217,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3238.</p>
+<p>This is revision 1.3239.</p>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
Received on Monday, 5 October 2009 06:37:24 UTC