Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) grammar typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7876

git-svn-id: http://svn.whatwg.org/webapps@4216 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 21, 2009
1 parent 4f09d69 commit 4c8c7d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 20 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 21 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -50839,7 +50839,7 @@ <h5 id=processing-model-2><span class=secno>6.5.4.2 </span>Processing model</h5>
their asynchronous algorithm.</p>

<p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates
the DOM, runs any script, or have any other side-effects.</p>
the DOM, runs any script, or has any other side-effects.</p>

<p class=note>Steps in <a href=#synchronous-section title="synchronous
section">synchronous sections</a> are marked with
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -111,7 +111,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 20 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 21 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -47998,7 +47998,7 @@ interface <dfn id=window>Window</dfn> {
their asynchronous algorithm.</p>

<p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates
the DOM, runs any script, or have any other side-effects.</p>
the DOM, runs any script, or has any other side-effects.</p>

<p class=note>Steps in <a href=#synchronous-section title="synchronous
section">synchronous sections</a> are marked with
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -57151,7 +57151,7 @@ interface <dfn>Window</dfn> {
their asynchronous algorithm.</p>

<p class="note">A <span>synchronous section</span> never mutates
the DOM, runs any script, or have any other side-effects.</p>
the DOM, runs any script, or has any other side-effects.</p>

<p class="note">Steps in <span title="synchronous
section">synchronous sections</span> are marked with
Expand Down

0 comments on commit 4c8c7d4

Please sign in to comment.