Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) minor wording fix
git-svn-id: http://svn.whatwg.org/webapps@4835 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 9, 2010
1 parent 67e1bdc commit a0dfa87
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions complete.html
Expand Up @@ -2593,13 +2593,12 @@ <h4 id=dependencies><span class=secno>2.2.1 </span>Dependencies</h4>
</dd>

</dl><p>This specification does not <em>require</em> support of any
particular network transport protocols, style sheet language,
scripting language, or any of the DOM specifications beyond those
described above. However, the language described by this
specification is biased towards CSS as the styling language,
JavaScript as the scripting language, and HTTP as the network
protocol, and several features assume that those languages and
protocols are in use.</p>
particular network protocol, style sheet language, scripting
language, or any of the DOM specifications beyond those described
above. However, the language described by this specification is
biased towards CSS as the styling language, JavaScript as the
scripting language, and HTTP as the network protocol, and several
features assume that those languages and protocols are in use.</p>

<p class=note>This specification might have certain additional
requirements on character encodings, image formats, audio formats,
Expand Down Expand Up @@ -54558,6 +54557,7 @@ <h4 id=navigating-across-documents><span class=secno>6.5.1 </span>Navigating acr
cause a browsing context to navigate, in addition to those defined
in this specification.</p>

<!-- NAVIGATE <dfn>navigate</dfn> -->
<p>When a browsing context is <dfn id=navigate title=navigate>navigated</dfn>
to a new resource, the user agent must run the following steps:</p>

Expand Down
18 changes: 9 additions & 9 deletions index
Expand Up @@ -2492,13 +2492,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dd>

</dl><p>This specification does not <em>require</em> support of any
particular network transport protocols, style sheet language,
scripting language, or any of the DOM specifications beyond those
described above. However, the language described by this
specification is biased towards CSS as the styling language,
JavaScript as the scripting language, and HTTP as the network
protocol, and several features assume that those languages and
protocols are in use.</p>
particular network protocol, style sheet language, scripting
language, or any of the DOM specifications beyond those described
above. However, the language described by this specification is
biased towards CSS as the styling language, JavaScript as the
scripting language, and HTTP as the network protocol, and several
features assume that those languages and protocols are in use.</p>

<p class=note>This specification might have certain additional
requirements on character encodings, image formats, audio formats,
Expand Down Expand Up @@ -26778,11 +26777,11 @@ notes on what would need to be defined for dashed lines:
where some glyphs like &#2310; are anchored, the middle is half-way
between the top of the em square and the bottom of the em square,
the alphabetic baseline is where characters like &Aacute;, &yuml;,
" src=images/baselines.png>x0066;, and &Omega; are anchored, the ideographic baseline is
f, and &amp;#x03A9; are anchored, the ideographic baseline is
where glyphs like &#31169; and &#36948; are anchored, and the bottom
of the em square is roughly at the bottom of the glyphs in a
font. The top and bottom of the bounding box can be far from these
baselines, due to glyphs extending far outside the em square."&gt;</p>
baselines, due to glyphs extending far outside the em square." src=images/baselines.png></p>

<p>The keywords map to these alignment points as follows:</p>

Expand Down Expand Up @@ -54460,6 +54459,7 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
cause a browsing context to navigate, in addition to those defined
in this specification.</p>

<!-- NAVIGATE <dfn>navigate</dfn> -->
<p>When a browsing context is <dfn id=navigate title=navigate>navigated</dfn>
to a new resource, the user agent must run the following steps:</p>

Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -1513,13 +1513,12 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
</dl>

<p>This specification does not <em>require</em> support of any
particular network transport protocols, style sheet language,
scripting language, or any of the DOM specifications beyond those
described above. However, the language described by this
specification is biased towards CSS as the styling language,
JavaScript as the scripting language, and HTTP as the network
protocol, and several features assume that those languages and
protocols are in use.</p>
particular network protocol, style sheet language, scripting
language, or any of the DOM specifications beyond those described
above. However, the language described by this specification is
biased towards CSS as the styling language, JavaScript as the
scripting language, and HTTP as the network protocol, and several
features assume that those languages and protocols are in use.</p>

<p class="note">This specification might have certain additional
requirements on character encodings, image formats, audio formats,
Expand Down Expand Up @@ -61460,6 +61459,7 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
cause a browsing context to navigate, in addition to those defined
in this specification.</p>

<!-- NAVIGATE <dfn>navigate</dfn> -->
<p>When a browsing context is <dfn title="navigate">navigated</dfn>
to a new resource, the user agent must run the following steps:</p>

Expand Down

0 comments on commit a0dfa87

Please sign in to comment.