- From: poot <cvsmail@w3.org>
- Date: Tue, 9 Mar 2010 09:47:57 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: minor wording fix (whatwg r4835)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3872&r2=1.3873&f=h
http://html5.org/tools/web-apps-tracker?from=4834&to=4835
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3872
retrieving revision 1.3873
diff -u -d -r1.3872 -r1.3873
--- Overview.html 9 Mar 2010 00:35:24 -0000 1.3872
+++ Overview.html 9 Mar 2010 00:47:24 -0000 1.3873
@@ -2154,13 +2154,12 @@
</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,
@@ -41428,6 +41427,7 @@
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>
Received on Tuesday, 9 March 2010 00:48:26 UTC