Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Typos: round 5.
git-svn-id: http://svn.whatwg.org/webapps@2969 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 19, 2009
1 parent 90ed15e commit 5002c9c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
20 changes: 11 additions & 9 deletions index
Expand Up @@ -2171,8 +2171,8 @@
given in the following algorithm. When invoked, the steps must be
followed in the order given, aborting at the first step that returns
a value. This algorithm will either return zero, a positive integer,
or an error. Leading spaces are ignored. Trailing spaces and indeed
any trailing garbage characters are ignored.</p>
or an error. Leading spaces are ignored. Trailing spaces and any
trailing garbage characters are ignored.</p>

<ol><li><p>Let <var title="">input</var> be the string being
parsed.</li>
Expand Down Expand Up @@ -2746,7 +2746,8 @@
<li><p>Let <var title="">value</var> be 0.</li>

<li><p>Let <var title="">started</var> be false. This variable is
set to true when the parser sees a number or a "<code title="">-</code>" character.</li>
set to true when the parser sees a number or a U+002D HYPHEN-MINUS
("-") character.</li>

<li><p>Let <var title="">got number</var> be false. This variable
is set to true when the parser sees a number.</li>
Expand Down Expand Up @@ -8343,8 +8344,8 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>
also a type of phrasing content." src=images/content-venn.png></object></p>

<p>In addition, certain elements are categorized as <a href=#form-associated-element title="form-associated element">form-associated elements</a> and
further subcategorized so so to define their role in various
form-related processing models.</p>
further subcategorized to define their role in various form-related
processing models.</p>

<!-- XXX list all the elements for each kind of element in the
sections below and in a summary table at the end of the document -->
Expand Down Expand Up @@ -8665,9 +8666,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<p>The following example takes that markup and puts
<code><a href=#the-ins-element>ins</a></code> and <code><a href=#the-del-element>del</a></code> elements around some of the
markup to show that the text was changed (though in this case, the
changes don't really make much sense, admittedly). Notice how this
example has exactly the same paragraphs as the previous one,
despite the <code><a href=#the-ins-element>ins</a></code> and <code><a href=#the-del-element>del</a></code> elements.</p>
changes admittedly don't make much sense). Notice how this example
has exactly the same paragraphs as the previous one, despite the
<code><a href=#the-ins-element>ins</a></code> and <code><a href=#the-del-element>del</a></code> elements.</p>

<pre>&lt;section&gt;
&lt;ins&gt;&lt;h1&gt;Example of paragraphs&lt;/h1&gt;
Expand Down Expand Up @@ -18127,7 +18128,7 @@ href="?audio"&gt;audio&lt;/a&gt; test instead.)&lt;/p&gt;</pre>
<pre>&lt;p&gt;We're not scared of you! Here is your content, unedited:&lt;/p&gt;
&lt;iframe sandbox src="getusercontent.cgi?id=12193"&gt;&lt;/iframe&gt;</pre>

<p>Note that cookies are still send to the server in the <code title="">getusercontent.cgi</code> request, though they are not
<p>Note that cookies are still sent to the server in the <code title="">getusercontent.cgi</code> request, though they are not
visible in the <code title=dom-document-cookie><a href=#dom-document-cookie>document.cookie</a></code> DOM
attribute.</p>

Expand Down Expand Up @@ -63909,6 +63910,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Subramanian Peruvemba,
Sunava Dutta,
Susan Borgrink,
Susan <!--G.--> Lesch,
<span lang=tr>Tantek &Ccedil;elik</span>,
Ted Mielczarek,
Terrence Wood,
Expand Down
21 changes: 11 additions & 10 deletions source
Expand Up @@ -1231,8 +1231,8 @@
given in the following algorithm. When invoked, the steps must be
followed in the order given, aborting at the first step that returns
a value. This algorithm will either return zero, a positive integer,
or an error. Leading spaces are ignored. Trailing spaces and indeed
any trailing garbage characters are ignored.</p>
or an error. Leading spaces are ignored. Trailing spaces and any
trailing garbage characters are ignored.</p>

<ol>

Expand Down Expand Up @@ -1946,8 +1946,8 @@
<li><p>Let <var title="">value</var> be 0.</p></li>

<li><p>Let <var title="">started</var> be false. This variable is
set to true when the parser sees a number or a "<code
title="">-</code>" character.</p></li>
set to true when the parser sees a number or a U+002D HYPHEN-MINUS
("-") character.</p></li>

<li><p>Let <var title="">got number</var> be false. This variable
is set to true when the parser sees a number.</p></li>
Expand Down Expand Up @@ -8654,8 +8654,8 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>

<p>In addition, certain elements are categorized as <span
title="form-associated element">form-associated elements</span> and
further subcategorized so so to define their role in various
form-related processing models.</p>
further subcategorized to define their role in various form-related
processing models.</p>

<!-- XXX list all the elements for each kind of element in the
sections below and in a summary table at the end of the document -->
Expand Down Expand Up @@ -8996,9 +8996,9 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<p>The following example takes that markup and puts
<code>ins</code> and <code>del</code> elements around some of the
markup to show that the text was changed (though in this case, the
changes don't really make much sense, admittedly). Notice how this
example has exactly the same paragraphs as the previous one,
despite the <code>ins</code> and <code>del</code> elements.</p>
changes admittedly don't make much sense). Notice how this example
has exactly the same paragraphs as the previous one, despite the
<code>ins</code> and <code>del</code> elements.</p>

<pre>&lt;section>
&lt;ins>&lt;h1>Example of paragraphs&lt;/h1>
Expand Down Expand Up @@ -19467,7 +19467,7 @@ href="?audio">audio&lt;/a> test instead.)&lt;/p></pre>
<pre>&lt;p>We're not scared of you! Here is your content, unedited:&lt;/p>
&lt;iframe sandbox src="getusercontent.cgi?id=12193">&lt;/iframe></pre>

<p>Note that cookies are still send to the server in the <code
<p>Note that cookies are still sent to the server in the <code
title="">getusercontent.cgi</code> request, though they are not
visible in the <code
title="dom-document-cookie">document.cookie</code> DOM
Expand Down Expand Up @@ -74909,6 +74909,7 @@ interface <dfn>TimeoutHandler</dfn> {
Subramanian Peruvemba,
Sunava Dutta,
Susan Borgrink,
Susan <!--G.--> Lesch,
<span lang="tr">Tantek &Ccedil;elik</span>,
Ted Mielczarek,
Terrence Wood,
Expand Down

0 comments on commit 5002c9c

Please sign in to comment.