- From: poot <cvsmail@w3.org>
- Date: Thu, 2 Apr 2009 12:37:15 +0900 (JST)
- To: public-html-diffs@w3.org
Visit the confessional. (credit: sb) (bug 6684) (whatwg r2953)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6684
Index
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#index
2.2.1 Dependencies
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#dependencies
Media Queries
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#mq
<host-specific>
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#url-host-specific
URL character encoding
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#url-character-encoding
2.5.3 Resolving URLs
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2116.html#resolving-urls
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2115&r2=1.2116&f=h
http://html5.org/tools/web-apps-tracker?from=2952&to=2953
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2115
retrieving revision 1.2116
diff -u -d -r1.2115 -r1.2116
--- Overview.html 1 Apr 2009 01:54:50 -0000 1.2115
+++ Overview.html 1 Apr 2009 18:21:49 -0000 1.2116
@@ -1688,6 +1688,19 @@
</dd>
+ <dt>ECMAScript</dt>
+
+ <dd>
+
+ <p>Some parts of the language described by this specification only
+ support ECMAScript as the underlying scripting language. <a href=#references>[ECMAScript]</a></p>
+
+ <p class=note>The MIME type used to refer to ECMAScript in this
+ specification is <code title="">text/javascript</code>. This is a
+ willful violation of RFC 4329. <a href=#references>[RFC4329]</a></p>
+
+ </dd>
+
<dt id=mq>Media Queries</dt>
<dd>
@@ -3820,7 +3833,8 @@
manner distinct from the precise technical meaning it is given in
RFC 3986. Readers familiar with that RFC will find it easier to read
<em>this</em> specification if they pretend the term "URL" as used
- herein is really called something else altogether.</p>
+ herein is really called something else altogether. This is a willful
+ violation of RFC 3986. <a href=#references>RFC3986</a></p>
</div><div class=impl>
@@ -3946,7 +3960,10 @@
</ol><!-- XXX we might want to define "server-based naming authority",
it's not clear RFC3986 does a good job of defining that anymore
- (earlier URI specs did) --></div><div class=impl>
+ (earlier URI specs did) --><p class=note>These parsing rules are a willful violation of RFC
+ 3986 and RFC 3987 to handle legacy content. <a href=#references>RFC3986</a> <a href=#references>RFC3987</a></p>
+
+ </div><div class=impl>
<h4 id=resolving-urls><span class=secno>2.5.3 </span>Resolving URLs</h4>
@@ -57181,6 +57198,7 @@
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
+ Sierk Bornemann,
Sigbjørn Vik,
Silvia Pfeiffer,
Simon Montagu,
Received on Thursday, 2 April 2009 03:37:50 UTC