Skip to content

Commit

Permalink
[e] (0) minor tweaks to grammar and marking a class=impl paragraph i'…
Browse files Browse the repository at this point in the history
…d missed

git-svn-id: http://svn.whatwg.org/webapps@4873 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 27, 2010
1 parent 2e9664d commit ce3bfb8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 24 deletions.
20 changes: 12 additions & 8 deletions complete.html
Expand Up @@ -1975,10 +1975,14 @@ <h3 id=terminology><span class=secno>2.1 </span>Terminology</h3>
they must be considered to apply to other media in equivalent
ways.</p>

<div class=impl>

<p>When an algorithm B says to return to another algorithm A, it
implies that A called B. Upon returning to A, the implementation
must continue from where it left off in calling B.</p>

</div>


<h4 id=resources><span class=secno>2.1.1 </span>Resources</h4>

Expand Down Expand Up @@ -7163,8 +7167,8 @@ <h4 id=resource-metadata-management><span class=secno>3.1.3 </span><dfn>Resource
</dl><div class=impl>

<p>A <code><a href=#document>Document</a></code> is always set to one of three modes:
<dfn id=no-quirks-mode>no quirks mode</dfn>, the default; <dfn id=quirks-mode>quirks mode</dfn>, used
typically for legacy documents; and <dfn id=limited-quirks-mode>limited quirks mode</dfn>,
<dfn id=no-quirks-mode>no-quirks mode</dfn>, the default; <dfn id=quirks-mode>quirks mode</dfn>, used
typically for legacy documents; and <dfn id=limited-quirks-mode>limited-quirks mode</dfn>,
also known as "almost standards" mode. The mode is only ever changed
from the default by the <a href=#html-parser>HTML parser</a>, based on the
presence, absence, or value of the DOCTYPE string.</p>
Expand Down Expand Up @@ -76674,7 +76678,7 @@ <h5 id=the-initial-insertion-mode><span class=secno>12.2.5.4 </span>The "<dfn ti
<li> The system identifier is missing and the public identifier starts with: "<code title="">-//W3C//DTD HTML 4.01 Transitional//<!--EN--></code>" </li>
</ul><p>Otherwise, if the DOCTYPE token matches one of the conditions
in the following list, then set the <code><a href=#document>Document</a></code> to
<a href=#limited-quirks-mode>limited quirks mode</a>:</p>
<a href=#limited-quirks-mode>limited-quirks mode</a>:</p>

<ul class=brief><li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//<!--EN--></code>" </li>
<li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Transitional//<!--EN--></code>" </li>
Expand Down Expand Up @@ -80047,8 +80051,8 @@ <h4 id=coercing-an-html-dom-into-an-infoset><span class=secno>12.2.7 </span>Coer
<p>If the tool has no way to convey out-of-band information, then
the tool may drop the following information:</p>

<ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no quirks mode</a></i>,
<i><a href=#limited-quirks-mode>limited quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
<ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no-quirks mode</a></i>,
<i><a href=#limited-quirks-mode>limited-quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>

<li>The association between form controls and forms that aren't
their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
Expand Down Expand Up @@ -80530,10 +80534,10 @@ <h3 id=parsing-html-fragments><span class=secno>12.4 </span>Parsing HTML fragmen
<code><a href=#document>Document</a></code> of the <var title="">context</var> element
is in <a href=#quirks-mode>quirks mode</a>, then let the <code><a href=#document>Document</a></code>
be in <a href=#quirks-mode>quirks mode</a>. Otherwise, if there is a <var title="">context</var> element, and the <code><a href=#document>Document</a></code> of
the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited quirks
the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited-quirks
mode</a>, then let the <code><a href=#document>Document</a></code> be in
<a href=#limited-quirks-mode>limited quirks mode</a>. Otherwise, leave the
<code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no quirks mode</a>.</p>
<a href=#limited-quirks-mode>limited-quirks mode</a>. Otherwise, leave the
<code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no-quirks mode</a>.</p>

</li>

Expand Down
20 changes: 12 additions & 8 deletions index
Expand Up @@ -1873,10 +1873,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
they must be considered to apply to other media in equivalent
ways.</p>

<div class=impl>

<p>When an algorithm B says to return to another algorithm A, it
implies that A called B. Upon returning to A, the implementation
must continue from where it left off in calling B.</p>

</div>


<h4 id=resources><span class=secno>2.1.1 </span>Resources</h4>

Expand Down Expand Up @@ -7061,8 +7065,8 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
</dl><div class=impl>

<p>A <code><a href=#document>Document</a></code> is always set to one of three modes:
<dfn id=no-quirks-mode>no quirks mode</dfn>, the default; <dfn id=quirks-mode>quirks mode</dfn>, used
typically for legacy documents; and <dfn id=limited-quirks-mode>limited quirks mode</dfn>,
<dfn id=no-quirks-mode>no-quirks mode</dfn>, the default; <dfn id=quirks-mode>quirks mode</dfn>, used
typically for legacy documents; and <dfn id=limited-quirks-mode>limited-quirks mode</dfn>,
also known as "almost standards" mode. The mode is only ever changed
from the default by the <a href=#html-parser>HTML parser</a>, based on the
presence, absence, or value of the DOCTYPE string.</p>
Expand Down Expand Up @@ -69947,7 +69951,7 @@ document.body.appendChild(text);
<li> The system identifier is missing and the public identifier starts with: "<code title="">-//W3C//DTD HTML 4.01 Transitional//<!--EN--></code>" </li>
</ul><p>Otherwise, if the DOCTYPE token matches one of the conditions
in the following list, then set the <code><a href=#document>Document</a></code> to
<a href=#limited-quirks-mode>limited quirks mode</a>:</p>
<a href=#limited-quirks-mode>limited-quirks mode</a>:</p>

<ul class=brief><li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//<!--EN--></code>" </li>
<li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Transitional//<!--EN--></code>" </li>
Expand Down Expand Up @@ -73320,8 +73324,8 @@ document.body.appendChild(text);
<p>If the tool has no way to convey out-of-band information, then
the tool may drop the following information:</p>

<ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no quirks mode</a></i>,
<i><a href=#limited-quirks-mode>limited quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>
<ul><li>Whether the document is set to <i><a href=#no-quirks-mode>no-quirks mode</a></i>,
<i><a href=#limited-quirks-mode>limited-quirks mode</a></i>, or <i><a href=#quirks-mode>quirks mode</a></i></li>

<li>The association between form controls and forms that aren't
their nearest <code><a href=#the-form-element>form</a></code> element ancestor (use of the
Expand Down Expand Up @@ -73803,10 +73807,10 @@ document.body.appendChild(text);
<code><a href=#document>Document</a></code> of the <var title="">context</var> element
is in <a href=#quirks-mode>quirks mode</a>, then let the <code><a href=#document>Document</a></code>
be in <a href=#quirks-mode>quirks mode</a>. Otherwise, if there is a <var title="">context</var> element, and the <code><a href=#document>Document</a></code> of
the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited quirks
the <var title="">context</var> element is in <a href=#limited-quirks-mode>limited-quirks
mode</a>, then let the <code><a href=#document>Document</a></code> be in
<a href=#limited-quirks-mode>limited quirks mode</a>. Otherwise, leave the
<code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no quirks mode</a>.</p>
<a href=#limited-quirks-mode>limited-quirks mode</a>. Otherwise, leave the
<code><a href=#document>Document</a></code> in <a href=#no-quirks-mode>no-quirks mode</a>.</p>

</li>

Expand Down
20 changes: 12 additions & 8 deletions source
Expand Up @@ -822,10 +822,14 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
they must be considered to apply to other media in equivalent
ways.</p>

<div class="impl">

<p>When an algorithm B says to return to another algorithm A, it
implies that A called B. Upon returning to A, the implementation
must continue from where it left off in calling B.</p>

</div>


<h4>Resources</h4>

Expand Down Expand Up @@ -6959,8 +6963,8 @@ interface <dfn>HTMLDocument</dfn> {
<div class="impl">

<p>A <code>Document</code> is always set to one of three modes:
<dfn>no quirks mode</dfn>, the default; <dfn>quirks mode</dfn>, used
typically for legacy documents; and <dfn>limited quirks mode</dfn>,
<dfn>no-quirks mode</dfn>, the default; <dfn>quirks mode</dfn>, used
typically for legacy documents; and <dfn>limited-quirks mode</dfn>,
also known as "almost standards" mode. The mode is only ever changed
from the default by the <span>HTML parser</span>, based on the
presence, absence, or value of the DOCTYPE string.</p>
Expand Down Expand Up @@ -87490,7 +87494,7 @@ document.body.appendChild(text);

<p>Otherwise, if the DOCTYPE token matches one of the conditions
in the following list, then set the <code>Document</code> to
<span>limited quirks mode</span>:</p>
<span>limited-quirks mode</span>:</p>

<ul class="brief">
<li> The public identifier starts with: "<code title="">-//W3C//DTD XHTML 1.0 Frameset//<!--EN--></code>" </li>
Expand Down Expand Up @@ -91199,8 +91203,8 @@ document.body.appendChild(text);

<ul>

<li>Whether the document is set to <i>no quirks mode</i>,
<i>limited quirks mode</i>, or <i>quirks mode</i></li>
<li>Whether the document is set to <i>no-quirks mode</i>,
<i>limited-quirks mode</i>, or <i>quirks mode</i></li>

<li>The association between form controls and forms that aren't
their nearest <code>form</code> element ancestor (use of the
Expand Down Expand Up @@ -91771,10 +91775,10 @@ document.body.appendChild(text);
is in <span>quirks mode</span>, then let the <code>Document</code>
be in <span>quirks mode</span>. Otherwise, if there is a <var
title="">context</var> element, and the <code>Document</code> of
the <var title="">context</var> element is in <span>limited quirks
the <var title="">context</var> element is in <span>limited-quirks
mode</span>, then let the <code>Document</code> be in
<span>limited quirks mode</span>. Otherwise, leave the
<code>Document</code> in <span>no quirks mode</span>.</p>
<span>limited-quirks mode</span>. Otherwise, leave the
<code>Document</code> in <span>no-quirks mode</span>.</p>

</li>

Expand Down

0 comments on commit ce3bfb8

Please sign in to comment.