Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Visit the confessional. (credit: sb) (bug 6684)
git-svn-id: http://svn.whatwg.org/webapps@2953 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 1, 2009
1 parent 95136dd commit 78bd8f4
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 3 deletions.
22 changes: 20 additions & 2 deletions index
Expand Up @@ -1875,6 +1875,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=#refsECMAScript>[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=#refsRFC4329>[RFC4329]</a></p>

</dd>

<dt id=mq>Media Queries</dt>

<dd>
Expand Down Expand Up @@ -4268,7 +4281,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=#refsRFC3986>RFC3986</a></p>

</div>

Expand Down Expand Up @@ -4397,7 +4411,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>
(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=#refsRFC3986>RFC3986</a> <a href=#refsRFC3987>RFC3987</a></p>

</div>



Expand Down Expand Up @@ -62890,6 +62907,7 @@ interface <dfn id=timeouthandler>TimeoutHandler</dfn> {
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Sierk Bornemann,
Sigbj&oslash;rn Vik,
Silvia Pfeiffer,
Simon Montagu,
Expand Down
24 changes: 23 additions & 1 deletion source
Expand Up @@ -911,6 +911,21 @@

</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="#refsECMAScript">[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="#refsRFC4329">[RFC4329]</a></p>

</dd>

<dt id="mq">Media Queries</dt>

<dd>
Expand Down Expand Up @@ -3871,7 +3886,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="#refsRFC3986">RFC3986</a></p>

</div>

Expand Down Expand Up @@ -4018,6 +4034,11 @@
it's not clear RFC3986 does a good job of defining that anymore
(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="#refsRFC3986">RFC3986</a> <a
href="#refsRFC3987">RFC3987</a></p>

</div>


Expand Down Expand Up @@ -73633,6 +73654,7 @@ interface <dfn>TimeoutHandler</dfn> {
Shanti Rao,
Shaun Inman,
Shiki Okasaka,
Sierk Bornemann,
Sigbj&oslash;rn Vik,
Silvia Pfeiffer,
Simon Montagu,
Expand Down

0 comments on commit 78bd8f4

Please sign in to comment.