[html5] r2668 - [e] (0) typos
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 14 12:41:15 PST 2009
Author: ianh
Date: 2009-01-14 12:41:14 -0800 (Wed, 14 Jan 2009)
New Revision: 2668
Modified:
index
source
Log:
[e] (0) typos
Modified: index
===================================================================
--- index 2009-01-14 10:26:07 UTC (rev 2667)
+++ index 2009-01-14 20:41:14 UTC (rev 2668)
@@ -1987,7 +1987,7 @@
<p>Comparing two strings in a <dfn id=case-sensitive>case-sensitive</dfn> manner means
comparing them exactly, codepoint for codepoint.</p>
- <p>Comparing two strings in a <dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn>
+ <p>Comparing two strings in an <dfn id=ascii-case-insensitive>ASCII case-insensitive</dfn>
manner means comparing them exactly, codepoint for codepoint, 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
@@ -34589,7 +34589,7 @@
<code>Document</code>; if the task was queued in the context of an
element, then it is the element's <code>Document</code>; if the task
was queued in the context of a <a href=#browsing-context>browsing context</a>, then
- it is the <a href=#browsing-context>browsing context</a>'a <a href=#active-document>active
+ it is the <a href=#browsing-context>browsing context</a>'s <a href=#active-document>active
document</a> at the time the task was queued; if the task was
queued by or for a <a href=#concept-script title=concept-script>script</a> then
the document is the script's <a href="#script's-browsing-context">script's browsing
Modified: source
===================================================================
--- source 2009-01-14 10:26:07 UTC (rev 2667)
+++ source 2009-01-14 20:41:14 UTC (rev 2668)
@@ -1037,7 +1037,7 @@
<p>Comparing two strings in a <dfn>case-sensitive</dfn> manner means
comparing them exactly, codepoint for codepoint.</p>
- <p>Comparing two strings in a <dfn>ASCII case-insensitive</dfn>
+ <p>Comparing two strings in an <dfn>ASCII case-insensitive</dfn>
manner means comparing them exactly, codepoint for codepoint, 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
@@ -39319,7 +39319,7 @@
<code>Document</code>; if the task was queued in the context of an
element, then it is the element's <code>Document</code>; if the task
was queued in the context of a <span>browsing context</span>, then
- it is the <span>browsing context</span>'a <span>active
+ it is the <span>browsing context</span>'s <span>active
document</span> at the time the task was queued; if the task was
queued by or for a <span title="concept-script">script</span> then
the document is the script's <span>script's browsing
More information about the Commit-Watchers
mailing list