- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 19 Apr 2009 00:17:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26528
Modified Files:
Overview.html
Log Message:
Typos: round 3. (whatwg r2967)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2130
retrieving revision 1.2131
diff -u -d -r1.2130 -r1.2131
--- Overview.html 19 Apr 2009 00:01:05 -0000 1.2130
+++ Overview.html 19 Apr 2009 00:17:34 -0000 1.2131
@@ -1786,8 +1786,8 @@
</div><h3 id=case-sensitivity-and-string-comparison><span class=secno>2.3 </span>Case-sensitivity and string comparison</h3><p>This specification defines several comparison operators for
strings.<p>Comparing two strings in a <dfn id=case-sensitive>case-sensitive</dfn> manner means
- comparing them exactly, codepoint for codepoint.<p>Comparing two strings in an <dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn>
- manner means comparing them exactly, codepoint for codepoint, except
+ comparing them exactly, code point for code point.<p>Comparing two strings in an <dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn>
+ manner means comparing them exactly, code point for code point, except
that the characters in the range U+0041 .. U+005A (i.e. LATIN
CAPITAL LETTER A to LATIN CAPITAL LETTER Z) and the corresponding
characters in the range U+0061 .. U+007A (i.e. LATIN SMALL LETTER A
@@ -1862,8 +1862,8 @@
string, the user agent must remove any U+000A LINE FEED (LF) and
U+000D CARRIAGE RETURN (CR) characters from that string.</p>
- <p>The <dfn id=codepoint-length>codepoint length</dfn> of a string is the number of
- Unicode codepoints in that string.</p>
+ <p>The <dfn id=code-point-length>code-point length</dfn> of a string is the number of
+ Unicode code points in that string.</p>
</div><h4 id=boolean-attributes><span class=secno>2.4.2 </span>Boolean attributes</h4><p>A number of attributes in HTML5 are <dfn id=boolean-attribute title="boolean
attribute">boolean attributes</dfn>. The presence of a boolean
@@ -3560,7 +3560,7 @@
</ol></li>
<li><p>Replace any characters in <var title="">input</var> that
- have a Unicode codepoint greater than U+FFFF (i.e. any characters
+ have a Unicode code point greater than U+FFFF (i.e. any characters
that are not in the basic multilingual plane) with the
two-character string "<code title="">00</code>".</li>
@@ -3857,7 +3857,7 @@
<p>Parse <var title="">url</var> in the manner defined by RFC
3986, with the following exceptions:</p>
- <ul><li>Add all characters with codepoints less than or equal to
+ <ul><li>Add all characters with code points less than or equal to
U+0020 or greater than or equal to U+007F to the
<unreserved> production.</li>
@@ -5778,7 +5778,7 @@
<p>The <dfn id=dom-tokenlist-item title=dom-tokenlist-item><code>item(<var title="">index</var>)</code></dfn> method must <a href=#split-a-string-on-spaces title="split a
string on spaces">split the underlying string on spaces</a>, sort
- the resulting list of tokens by Unicode codepoint<!-- XXX that's
+ the resulting list of tokens by Unicode code point<!-- XXX that's
basically nonsense. What sort order do we want here? It should be
the cheapest one possible that is well-defined for all Unicode. -->,
remove exact duplicates, and then return the <var title="">index</var>th item in this list. If <var title="">index</var> is equal to or greater than the number of
@@ -9265,7 +9265,7 @@
literal string "<code title="">text/html;</code>", optionally
followed by any number of <a href=#space-character title="space character">space
characters</a>, followed by the literal string "<code title="">charset=</code>", followed by the character encoding name
- of <a href=#charset>the character encoding declaration</a>.</p>
+ of the <a href=#character-encoding-declaration>character encoding declaration</a>.</p>
<p>If the document contains a <code><a href=#meta>meta</a></code> element in the
<a href=#attr-meta-http-equiv-content-type title=attr-meta-http-equiv-content-type>Encoding
@@ -13864,8 +13864,7 @@
<p>The requirements on handling the <code><a href=#the-bdo-element>bdo</a></code> element for the
bidi algorithm may be implemented indirectly through the style
layer. For example, an HTML+CSS user agent should implement these
- requirements by implementing the CSS <code>unicode-bidi</code>
- property. <a href=#references>[CSS21]</a></p>
+ requirements by implementing the CSS 'unicode-bidi' property. <a href=#references>[CSS21]</a></p>
</div><!-- XXX need examples --><h4 id=the-ruby-element><span class=secno>4.6.22 </span>The <dfn><code>ruby</code></dfn> element</h4><dl class=element><dt>Categories</dt>
<dd><a href=#flow-content-0>Flow content</a>.</dd>
@@ -28287,7 +28286,7 @@
attribute<span class=impl>, when it applies,</span> is a <a href=#attr-fe-maxlength title=attr-fe-maxlength>form control <code title="">maxlength</code> attribute</a><span class=impl>
controlled by the <code><a href=#the-input-element>input</a></code> element's <a href=#concept-input-value-dirty-flag title=concept-input-value-dirty-flag>dirty value
flag</a></span>.<p>If the <code><a href=#the-input-element>input</a></code> element has a <a href=#maximum-allowed-value-length>maximum allowed
- value length</a>, then the <a href=#codepoint-length>codepoint length</a> of the
+ value length</a>, then the <a href=#code-point-length>code-point length</a> of the
value of the element's <code title=attr-input-value><a href=#attr-input-value>value</a></code>
attribute must be equal to or less than the element's <a href=#maximum-allowed-value-length>maximum
allowed value length</a>.<h6 id=the-pattern-attribute><span class=secno>4.10.4.2.8 </span>The <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute</h6><p>The <dfn id=attr-input-pattern title=attr-input-pattern><code>pattern</code></dfn>
@@ -29657,7 +29656,7 @@
<p>If the <code><a href=#the-textarea-element>textarea</a></code> element has a <a href=#maximum-allowed-value-length>maximum allowed
value length</a>, then the element's children must be such that
- the <a href=#codepoint-length>codepoint length</a> of the value of the element's
+ the <a href=#code-point-length>code-point length</a> of the value of the element's
<code><a href=#textcontent>textContent</a></code> DOM attribute is equal to or less than the
element's <a href=#maximum-allowed-value-length>maximum allowed value length</a>.</p>
@@ -30318,13 +30317,13 @@
allowed value length</a>.<div class=impl>
<p><strong>Constraint validation:</strong> If an element has a
- <a href=#maximum-allowed-value-length>maximum allowed value length</a>, and its <var title="">dirty value flag</var> is false, and the <a href=#codepoint-length>codepoint
+ <a href=#maximum-allowed-value-length>maximum allowed value length</a>, and its <var title="">dirty value flag</var> is false, and the <a href=#code-point-length>code-point
length</a> of the element's <a href=#concept-fe-value title=concept-fe-value>value</a> is greater than the element's
<a href=#maximum-allowed-value-length>maximum allowed value length</a>, then the element is
<a href=#suffering-from-being-too-long>suffering from being too long</a>.</p>
<p>User agents may prevent the user from causing the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to be set to a value whose
- <a href=#codepoint-length>codepoint length</a> is greater than the element's
+ <a href=#code-point-length>code-point length</a> is greater than the element's
<a href=#maximum-allowed-value-length>maximum allowed value length</a>.</p>
</div><h5 id=form-submission><span class=secno>4.10.14.6 </span>Form submission</h5><p><dfn id=attributes-for-form-submission>Attributes for form submission</dfn> can be specified both
@@ -30767,7 +30766,7 @@
attribute must return the empty string if the element is not a
<a href=#candidate-for-constraint-validation>candidate for constraint validation</a> or if it is one but
it <a href=#concept-fv-valid title=concept-fv-valid>satisfies its constraints</a>;
- otherwise, it must return a suitably localised message that the user
+ otherwise, it must return a suitably localized message that the user
agent would show the user if this were the only form with a validity
constraint problem. If the element is <a href=#suffering-from-a-custom-error>suffering from a custom
error</a>, then the <a href=#custom-validity-error-message>custom validity error message</a>
@@ -31392,7 +31391,7 @@
replace the character by a string consisting of a U+0026
AMPERSAND character (&), one of more characters in the range
U+0030 DIGIT ZERO (0) to U+0039 DIGIT NINE (9) representing the
- Unicode codepoint of the character in base ten, and finally a
+ Unicode code point of the character in base ten, and finally a
U+003B SEMICOLON character (;).</li>
<li>
@@ -39033,7 +39032,7 @@
that the user agent is checking for the availability of
updates.</li>
- </ol><p>The remainder of the steps run asychronously.</p>
+ </ol><p>The remainder of the steps run asynchronously.</p>
<p>If <var title="">cache group</var> already has an
<a href=#application-cache>application cache</a> in it, then this is an <dfn id=concept-appcache-upgrade title=concept-appcache-upgrade>upgrade attempt</dfn>. Otherwise,
@@ -46134,9 +46133,9 @@
<a href=#space-character title="space character">space characters</a>.</li>
</ol><p>The various types of content mentioned above are described in the
- next few sections.<p>In addition, there are some restrictions on how <span>character
- encoding declarations</span> are to be serialized, as discussed in
- the section on that topic.<div class=note>
+ next few sections.<p>In addition, there are some restrictions on how <a href=#character-encoding-declaration title="character encoding declaration">character encoding
+ declarations</a> are to be serialized, as discussed in the
+ section on that topic.<div class=note>
<p>Space characters before the root <code><a href=#the-html-element>html</a></code> element, and
space characters at the start of the <code><a href=#the-html-element>html</a></code> element and
@@ -47000,13 +46999,13 @@
<dt>If it is in the range 0x41 (ASCII 'A') to 0x5A (ASCII
'Z')</dt>
- <dd>Append the Unicode character with codepoint <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
+ <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
name</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>).</dd>
<dt>Anything else</dt>
- <dd>Append the Unicode character with the same codepoint as the
+ <dd>Append the Unicode character with the same code point as the
value of the byte at <var title="">position</var>) to <var title="">attribute name</var>. (It doesn't actually matter how
bytes outside the ASCII range are handled here, since only
ASCII characters can contribute to the detection of a character
@@ -47055,10 +47054,10 @@
value of <var title="">attribute value</var>.</li>
<li>Otherwise, if the value of the byte at <var title="">position</var> is in the range 0x41 (ASCII 'A') to
- 0x5A (ASCII 'Z'), then append a Unicode character to <var title="">attribute value</var> whose codepoint is 0x20 more
+ 0x5A (ASCII 'Z'), then append a Unicode character to <var title="">attribute value</var> whose code point is 0x20 more
than the value of the byte at <var title="">position</var>.</li>
- <li>Otherwise, append a Unicode character to <var title="">attribute value</var> whose codepoint is the same as
+ <li>Otherwise, append a Unicode character to <var title="">attribute value</var> whose code point is the same as
the value of the byte at <var title="">position</var>.</li>
<li>Return to the second step in these substeps.</li>
@@ -47075,13 +47074,13 @@
<dt>If it is in the range 0x41 (ASCII 'A') to 0x5A (ASCII
'Z')</dt>
- <dd>Append the Unicode character with codepoint <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
+ <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
value</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>). Advance <var title="">position</var> to the next byte.</dd>
<dt>Anything else</dt>
- <dd>Append the Unicode character with the same codepoint as the
+ <dd>Append the Unicode character with the same code point as the
value of the byte at <var title="">position</var>) to <var title="">attribute value</var>. Advance <var title="">position</var> to the next byte.</dd>
</dl></li>
@@ -47100,13 +47099,13 @@
<dt>If it is in the range 0x41 (ASCII 'A') to 0x5A (ASCII
'Z')</dt>
- <dd>Append the Unicode character with codepoint <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
+ <dd>Append the Unicode character with code point <span title=""><var title="">b</var>+0x20</span> to <var title="">attribute
value</var> (where <var title="">b</var> is the value of the
byte at <var title="">position</var>).</dd>
<dt>Anything else</dt>
- <dd>Append the Unicode character with the same codepoint as the
+ <dd>Append the Unicode character with the same code point as the
value of the byte at <var title="">position</var>) to <var title="">attribute value</var>.</dd>
</dl></li>
@@ -52605,7 +52604,7 @@
all element and attribute local names that the API wouldn't support
to a set of names that <em>are</em> allowed, by replacing any
character that isn't supported with the uppercase letter U and the
- six digits of the character's Unicode codepoint when expressed in
+ six digits of the character's Unicode code point when expressed in
hexadecimal, using digits 0-9 and capital letters A-F as the
symbols, in increasing numeric order.</p>
@@ -58030,6 +58029,7 @@
Mike Schinkel,
Mike Shaver,
Mikko Rantalainen,
+ Mohamed Zergaoui<!-- Innovimax SARL -->,
Neil Deakin,
Neil Rashbrook,
Neil Soiffer,
@@ -58102,6 +58102,7 @@
Thomas O'Connor,
Tim Altman,
Tim Johansson,
+ Todd Moody,
Tom Pike,
Tommy Thorsen,
Travis Leithead,
@@ -58383,7 +58384,6 @@
2045's definition doesn't really help either, since it's part
of something else, and doesn't mention whitespace, etc.)
XXX * reference [UTC] in the various places that use it.
- XXX * make codepoint vs code point consistent
XXX * dolphinling suggests having a way to mark certain parts of a
form as being dependent on another (mutually exclusive parts of
a form)
Received on Sunday, 19 April 2009 00:17:47 UTC