Skip to content

Commit

Permalink
[e] (0) typos
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2668 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 14, 2009
1 parent 51a490c commit 9010375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -34589,7 +34589,7 @@ interface <dfn id=window>Window</dfn> {
<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
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -39319,7 +39319,7 @@ interface <dfn>Window</dfn> {
<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
Expand Down

0 comments on commit 9010375

Please sign in to comment.