- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 10 Jun 2011 22:46:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9929
Modified Files:
scripting-1.html spec.html
Log Message:
typo (whatwg r6213)
[updated by splitter]
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- scripting-1.html 3 Jun 2011 19:47:03 -0000 1.59
+++ scripting-1.html 10 Jun 2011 22:46:55 -0000 1.60
@@ -1183,6 +1183,23 @@
<p>User agents may support other <a href="infrastructure.html#mime-type" title="MIME type">MIME
types</a> and other languages.</p>
+ <p>The following <a href="infrastructure.html#mime-type" title="MIME type">MIME types</a> must not
+ be interpreted as scripting languages:</p>
+
+ <ul class="brief"><li>"<code>text/plain</code>"
+ </li><li>"<code>text/xml</code>"
+
+ </li><li>"<code>application/octet-stream</code>"
+ </li><li>"<code>application/xml</code>"
+
+
+
+
+ </li></ul><p class="note">These types are explicitly listed here because they
+ are poorly-defined types that are nonetheless likely to be used as
+ formats for data blocks, and it would be problematic if they were
+ suddenly to be interpreted as script by a user agent.</p>
+
<p>When examining types to determine if they support the language,
user agents must not ignore unknown MIME parameters — types
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1526
retrieving revision 1.1527
diff -u -d -r1.1526 -r1.1527
--- spec.html 10 Jun 2011 20:47:23 -0000 1.1526
+++ spec.html 10 Jun 2011 22:46:55 -0000 1.1527
@@ -347,7 +347,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4977.
+This is revision 1.4979.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2011 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 10 June 2011 22:46:59 UTC