Skip to content

Commit

Permalink
[e] (0) kill some 'follow the following's that have crept back in sin…
Browse files Browse the repository at this point in the history
…ce the last time I weeded those out.

Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12030

git-svn-id: http://svn.whatwg.org/webapps@5868 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2011
1 parent 0ef0ce5 commit d8065e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 February 2011</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 @@ -56931,7 +56931,7 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>
item</dfn> <var title="">item</var>, given a reference to an
item/subject list <var title="">memory</var>, and optionally given a
fallback type <var title="">fallback type</var> and property name
<var title="">fallback name</var>, it must follow the following
<var title="">fallback name</var>, it must run the following
steps:</p>

<ol><li><p>If there is an entry for <var title="">item</var> in <var title="">memory</var>, then let <var title="">subject</var> be the
Expand Down Expand Up @@ -70676,7 +70676,7 @@ <h3 id=editing-apis><span class=secno>8.9 </span>Editing APIs</h3>
except where otherwise stated.</p>

<p>When <code title=dom-document-execCommand><a href=#execCommand>execCommand()</a></code>
is invoked, the user agent must follow the following steps:</p>
is invoked, the user agent must run the following steps:</p>

<ol><li>If the given <var title="">commandId</var> maps to an entry in
the list below whose "Enabled When" entry has a condition that is
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 9 February 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 10 February 2011</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 @@ -56914,7 +56914,7 @@ END:VCARD</pre>
item</dfn> <var title="">item</var>, given a reference to an
item/subject list <var title="">memory</var>, and optionally given a
fallback type <var title="">fallback type</var> and property name
<var title="">fallback name</var>, it must follow the following
<var title="">fallback name</var>, it must run the following
steps:</p>

<ol><li><p>If there is an entry for <var title="">item</var> in <var title="">memory</var>, then let <var title="">subject</var> be the
Expand Down Expand Up @@ -70685,7 +70685,7 @@ interface <dfn>FunctionObjectCallback</dfn> {
except where otherwise stated.</p>

<p>When <code title=dom-document-execCommand><a href=#execCommand>execCommand()</a></code>
is invoked, the user agent must follow the following steps:</p>
is invoked, the user agent must run the following steps:</p>

<ol><li>If the given <var title="">commandId</var> maps to an entry in
the list below whose "Enabled When" entry has a condition that is
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -64582,7 +64582,7 @@ END:VCARD</pre>
item</dfn> <var title="">item</var>, given a reference to an
item/subject list <var title="">memory</var>, and optionally given a
fallback type <var title="">fallback type</var> and property name
<var title="">fallback name</var>, it must follow the following
<var title="">fallback name</var>, it must run the following
steps:</p>

<ol>
Expand Down Expand Up @@ -80630,7 +80630,7 @@ interface <dfn>FunctionObjectCallback</dfn> {
except where otherwise stated.</p>

<p>When <code title="dom-document-execCommand">execCommand()</code>
is invoked, the user agent must follow the following steps:</p>
is invoked, the user agent must run the following steps:</p>

<ol>

Expand Down

0 comments on commit d8065e1

Please sign in to comment.