[html5] r4585 - [agiow] (0) Rename text/sandboxed-html to text/html-sandboxed so it sorts better [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 12 19:30:31 PST 2010


Author: ianh
Date: 2010-01-12 19:30:28 -0800 (Tue, 12 Jan 2010)
New Revision: 4585

Modified:
   complete.html
   index
   source
Log:
[agiow] (0) Rename text/sandboxed-html to text/html-sandboxed so it sorts better in lists of MIME types

Modified: complete.html
===================================================================
--- complete.html	2010-01-13 03:09:00 UTC (rev 4584)
+++ complete.html	2010-01-13 03:30:28 UTC (rev 4585)
@@ -1193,7 +1193,7 @@
  <li><a href=#iana><span class=secno>15 </span>IANA considerations</a>
   <ol>
    <li><a href=#text/html><span class=secno>15.1 </span><code>text/html</code></a></li>
-   <li><a href=#text/sandboxed-html><span class=secno>15.2 </span><code>text/sandboxed-html</code></a></li>
+   <li><a href=#text/html-sandboxed><span class=secno>15.2 </span><code>text/html-sandboxed</code></a></li>
    <li><a href=#application/xhtml+xml><span class=secno>15.3 </span><code>application/xhtml+xml</code></a></li>
    <li><a href=#text/cache-manifest><span class=secno>15.4 </span><code>text/cache-manifest</code></a></li>
    <li><a href=#text/ping><span class=secno>15.5 </span><code>text/ping</code></a></li>
@@ -1926,7 +1926,7 @@
   type and subtype, with no MIME Type parameters. <a href=#refsHTTP>[HTTP]</a></p>
 
   <p>The term <dfn id=html-mime-type>HTML MIME type</dfn> is used to refer to the <a href=#mime-type title="MIME type">MIME types</a> <code><a href=#text/html>text/html</a></code> and
-  <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>.</p>
+  <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>.</p>
 
 
   <h4 id=xml><span class=secno>2.1.2 </span>XML</h4>
@@ -19845,7 +19845,7 @@
 
   <p class=note>Potentially hostile files can be served from the
   same server as the file containing the <code><a href=#the-iframe-element>iframe</a></code> element
-  by labeling them as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> instead of
+  by labeling them as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> instead of
   <code><a href=#text/html>text/html</a></code>. This ensures that scripts in the files are
   unable to attack the site (as if they were actually served from
   another server), even if the user is tricked into visiting those
@@ -50691,7 +50691,7 @@
      <code>Document</code> was created</dt>
 
      <dt>If a <code>Document</code> was generated from a resource
-     labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code></dt>
+     labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code></dt>
 
      <dd>The <a href=#origin>origin</a> is a globally unique identifier
      assigned when the <code>Document</code> is created.</dd>
@@ -56400,7 +56400,7 @@
    following list, and process the resource as described there:</p>
 
     <dl class=switch><!-- an <span>HTML MIME type</span> --><dt>"<code><a href=#text/html>text/html</a></code>"</dt>
-     <dt>"<code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>"</dt>
+     <dt>"<code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>"</dt>
      <dd>Follow the steps given in the <a href=#read-html title=navigate-html>HTML document</a> section, and abort
      these steps.</dd>
 
@@ -83704,20 +83704,20 @@
   refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
 
 
-  <h3 id=text/sandboxed-html><span class=secno>15.2 </span><dfn><code>text/sandboxed-html</code></dfn></h3>
+  <h3 id=text/html-sandboxed><span class=secno>15.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p>
 
   <!--
    To: ietf-types at iana.org
-   Subject: Registration of media type text/sandboxed-html
+   Subject: Registration of media type text/html-sandboxed
   -->
 
   <dl><dt>Type name:</dt>
    <dd>text</dd>
    <dt>Subtype name:</dt>
-   <dd>sandboxed-html</dd>
+   <dd>html-sandboxed</dd>
    <dt>Required parameters:</dt>
    <dd>No required parameters</dd>
    <dt>Optional parameters:</dt>
@@ -83726,17 +83726,17 @@
    <dd>Same as for <code><a href=#text/html>text/html</a></code></dd>
    <dt>Security considerations:</dt>
    <dd>
-    <p>The purpose of the <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> MIME type
+    <p>The purpose of the <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> MIME type
     is to provide a way for content providers to indicate that they
     want the file to be interpreted in a manner that does not give the
     file's contents access to the rest of the site. This is achieved
     by assigning the <code>Document</code> objects generated from
-    resources labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> unique
+    resources labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> unique
     origins.</p>
     <p>To avoid having legacy user agents treating resources labeled
-    as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> as regular
+    as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> as regular
     <code><a href=#text/html>text/html</a></code> files, authors should avoid using the <code title="">.html</code> or <code title="">.htm</code> extensions for
-    resources labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>.</p>
+    resources labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>.</p>
     <p>Beyond this, the type is identical to <code><a href=#text/html>text/html</a></code>,
     and the same considerations apply.</p>
    </dd>
@@ -83745,7 +83745,7 @@
    <dt>Published specification:</dt>
    <dd>
     This document is the relevant specification. Labeling a resource
-    with the <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> type asserts that the
+    with the <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> type asserts that the
     resource is an <a href=#html-documents title="HTML documents">HTML document</a>
     using <a href=#syntax>the HTML syntax</a>.
    </dd>
@@ -83754,7 +83754,7 @@
    <dt>Additional information:</dt>
    <dd>
     <dl><dt>Magic number(s):</dt>
-     <dd>Documents labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> are
+     <dd>Documents labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> are
      heuristically indistinguishable from those labeled as
      <code><a href=#text/html>text/html</a></code>.</dd>
      <dt>File extension(s):</dt>
@@ -83772,7 +83772,7 @@
    <dd>Ian Hickson <ian at hixie.ch></dd>
    <dt>Change controller:</dt>
    <dd>W3C and WHATWG</dd>
-  </dl><p>Fragment identifiers used with <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>
+  </dl><p>Fragment identifiers used with <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>
   resources refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
   document</a>.</p>
 

Modified: index
===================================================================
--- index	2010-01-13 03:09:00 UTC (rev 4584)
+++ index	2010-01-13 03:30:28 UTC (rev 4585)
@@ -1071,7 +1071,7 @@
  <li><a href=#iana><span class=secno>13 </span>IANA considerations</a>
   <ol>
    <li><a href=#text/html><span class=secno>13.1 </span><code>text/html</code></a></li>
-   <li><a href=#text/sandboxed-html><span class=secno>13.2 </span><code>text/sandboxed-html</code></a></li>
+   <li><a href=#text/html-sandboxed><span class=secno>13.2 </span><code>text/html-sandboxed</code></a></li>
    <li><a href=#application/xhtml+xml><span class=secno>13.3 </span><code>application/xhtml+xml</code></a></li>
    <li><a href=#text/cache-manifest><span class=secno>13.4 </span><code>text/cache-manifest</code></a></li>
    <li><a href=#text/ping><span class=secno>13.5 </span><code>text/ping</code></a></li>
@@ -1826,7 +1826,7 @@
   type and subtype, with no MIME Type parameters. <a href=#refsHTTP>[HTTP]</a></p>
 
   <p>The term <dfn id=html-mime-type>HTML MIME type</dfn> is used to refer to the <a href=#mime-type title="MIME type">MIME types</a> <code><a href=#text/html>text/html</a></code> and
-  <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>.</p>
+  <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>.</p>
 
 
   <h4 id=xml><span class=secno>2.1.2 </span>XML</h4>
@@ -19745,7 +19745,7 @@
 
   <p class=note>Potentially hostile files can be served from the
   same server as the file containing the <code><a href=#the-iframe-element>iframe</a></code> element
-  by labeling them as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> instead of
+  by labeling them as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> instead of
   <code><a href=#text/html>text/html</a></code>. This ensures that scripts in the files are
   unable to attack the site (as if they were actually served from
   another server), even if the user is tricked into visiting those
@@ -50591,7 +50591,7 @@
      <code>Document</code> was created</dt>
 
      <dt>If a <code>Document</code> was generated from a resource
-     labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code></dt>
+     labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code></dt>
 
      <dd>The <a href=#origin>origin</a> is a globally unique identifier
      assigned when the <code>Document</code> is created.</dd>
@@ -56314,7 +56314,7 @@
    following list, and process the resource as described there:</p>
 
     <dl class=switch><!-- an <span>HTML MIME type</span> --><dt>"<code><a href=#text/html>text/html</a></code>"</dt>
-     <dt>"<code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>"</dt>
+     <dt>"<code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>"</dt>
      <dd>Follow the steps given in the <a href=#read-html title=navigate-html>HTML document</a> section, and abort
      these steps.</dd>
 
@@ -78054,20 +78054,20 @@
   refer to <a href=#the-indicated-part-of-the-document>the indicated part of the document</a>.</p>
 
 
-  <h3 id=text/sandboxed-html><span class=secno>13.2 </span><dfn><code>text/sandboxed-html</code></dfn></h3>
+  <h3 id=text/html-sandboxed><span class=secno>13.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p>
 
   <!--
    To: ietf-types at iana.org
-   Subject: Registration of media type text/sandboxed-html
+   Subject: Registration of media type text/html-sandboxed
   -->
 
   <dl><dt>Type name:</dt>
    <dd>text</dd>
    <dt>Subtype name:</dt>
-   <dd>sandboxed-html</dd>
+   <dd>html-sandboxed</dd>
    <dt>Required parameters:</dt>
    <dd>No required parameters</dd>
    <dt>Optional parameters:</dt>
@@ -78076,17 +78076,17 @@
    <dd>Same as for <code><a href=#text/html>text/html</a></code></dd>
    <dt>Security considerations:</dt>
    <dd>
-    <p>The purpose of the <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> MIME type
+    <p>The purpose of the <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> MIME type
     is to provide a way for content providers to indicate that they
     want the file to be interpreted in a manner that does not give the
     file's contents access to the rest of the site. This is achieved
     by assigning the <code>Document</code> objects generated from
-    resources labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> unique
+    resources labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> unique
     origins.</p>
     <p>To avoid having legacy user agents treating resources labeled
-    as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> as regular
+    as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> as regular
     <code><a href=#text/html>text/html</a></code> files, authors should avoid using the <code title="">.html</code> or <code title="">.htm</code> extensions for
-    resources labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>.</p>
+    resources labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>.</p>
     <p>Beyond this, the type is identical to <code><a href=#text/html>text/html</a></code>,
     and the same considerations apply.</p>
    </dd>
@@ -78095,7 +78095,7 @@
    <dt>Published specification:</dt>
    <dd>
     This document is the relevant specification. Labeling a resource
-    with the <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> type asserts that the
+    with the <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> type asserts that the
     resource is an <a href=#html-documents title="HTML documents">HTML document</a>
     using <a href=#syntax>the HTML syntax</a>.
    </dd>
@@ -78104,7 +78104,7 @@
    <dt>Additional information:</dt>
    <dd>
     <dl><dt>Magic number(s):</dt>
-     <dd>Documents labeled as <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code> are
+     <dd>Documents labeled as <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code> are
      heuristically indistinguishable from those labeled as
      <code><a href=#text/html>text/html</a></code>.</dd>
      <dt>File extension(s):</dt>
@@ -78122,7 +78122,7 @@
    <dd>Ian Hickson <ian at hixie.ch></dd>
    <dt>Change controller:</dt>
    <dd>W3C and WHATWG</dd>
-  </dl><p>Fragment identifiers used with <code><a href=#text/sandboxed-html>text/sandboxed-html</a></code>
+  </dl><p>Fragment identifiers used with <code><a href=#text/html-sandboxed>text/html-sandboxed</a></code>
   resources refer to <a href=#the-indicated-part-of-the-document>the indicated part of the
   document</a>.</p>
 

Modified: source
===================================================================
--- source	2010-01-13 03:09:00 UTC (rev 4584)
+++ source	2010-01-13 03:30:28 UTC (rev 4585)
@@ -829,7 +829,7 @@
 
   <p>The term <dfn>HTML MIME type</dfn> is used to refer to the <span
   title="MIME type">MIME types</span> <code>text/html</code> and
-  <code>text/sandboxed-html</code>.</p>
+  <code>text/html-sandboxed</code>.</p>
 
 
   <h4>XML</h4>
@@ -21123,7 +21123,7 @@
 
   <p class="note">Potentially hostile files can be served from the
   same server as the file containing the <code>iframe</code> element
-  by labeling them as <code>text/sandboxed-html</code> instead of
+  by labeling them as <code>text/html-sandboxed</code> instead of
   <code>text/html</code>. This ensures that scripts in the files are
   unable to attack the site (as if they were actually served from
   another server), even if the user is tricked into visiting those
@@ -57100,7 +57100,7 @@
      <code>Document</code> was created</dt>
 
      <dt>If a <code>Document</code> was generated from a resource
-     labeled as <code>text/sandboxed-html</code></dt>
+     labeled as <code>text/html-sandboxed</code></dt>
 
      <dd>The <span>origin</span> is a globally unique identifier
      assigned when the <code>Document</code> is created.</dd>
@@ -63760,7 +63760,7 @@
 
      <!-- an <span>HTML MIME type</span> -->
      <dt>"<code>text/html</code>"</dt>
-     <dt>"<code>text/sandboxed-html</code>"</dt>
+     <dt>"<code>text/html-sandboxed</code>"</dt>
      <dd>Follow the steps given in the <span
      title="navigate-html">HTML document</span> section, and abort
      these steps.</dd>
@@ -93195,21 +93195,21 @@
   refer to <span>the indicated part of the document</span>.</p>
 
 
-  <h3><dfn><code>text/sandboxed-html</code></dfn></h3>
+  <h3><dfn><code>text/html-sandboxed</code></dfn></h3>
 
   <p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p>
 
   <!--
    To: ietf-types at iana.org
-   Subject: Registration of media type text/sandboxed-html
+   Subject: Registration of media type text/html-sandboxed
   -->
 
   <dl>
    <dt>Type name:</dt>
    <dd>text</dd>
    <dt>Subtype name:</dt>
-   <dd>sandboxed-html</dd>
+   <dd>html-sandboxed</dd>
    <dt>Required parameters:</dt>
    <dd>No required parameters</dd>
    <dt>Optional parameters:</dt>
@@ -93218,18 +93218,18 @@
    <dd>Same as for <code>text/html</code></dd>
    <dt>Security considerations:</dt>
    <dd>
-    <p>The purpose of the <code>text/sandboxed-html</code> MIME type
+    <p>The purpose of the <code>text/html-sandboxed</code> MIME type
     is to provide a way for content providers to indicate that they
     want the file to be interpreted in a manner that does not give the
     file's contents access to the rest of the site. This is achieved
     by assigning the <code>Document</code> objects generated from
-    resources labeled as <code>text/sandboxed-html</code> unique
+    resources labeled as <code>text/html-sandboxed</code> unique
     origins.</p>
     <p>To avoid having legacy user agents treating resources labeled
-    as <code>text/sandboxed-html</code> as regular
+    as <code>text/html-sandboxed</code> as regular
     <code>text/html</code> files, authors should avoid using the <code
     title="">.html</code> or <code title="">.htm</code> extensions for
-    resources labeled as <code>text/sandboxed-html</code>.</p>
+    resources labeled as <code>text/html-sandboxed</code>.</p>
     <p>Beyond this, the type is identical to <code>text/html</code>,
     and the same considerations apply.</p>
    </dd>
@@ -93238,7 +93238,7 @@
    <dt>Published specification:</dt>
    <dd>
     This document is the relevant specification. Labeling a resource
-    with the <code>text/sandboxed-html</code> type asserts that the
+    with the <code>text/html-sandboxed</code> type asserts that the
     resource is an <span title="HTML documents">HTML document</span>
     using <span>the HTML syntax</span>.
    </dd>
@@ -93248,7 +93248,7 @@
    <dd>
     <dl>
      <dt>Magic number(s):</dt>
-     <dd>Documents labeled as <code>text/sandboxed-html</code> are
+     <dd>Documents labeled as <code>text/html-sandboxed</code> are
      heuristically indistinguishable from those labeled as
      <code>text/html</code>.</dd>
      <dt>File extension(s):</dt>
@@ -93269,7 +93269,7 @@
    <dd>W3C and WHATWG</dd>
   </dl>
 
-  <p>Fragment identifiers used with <code>text/sandboxed-html</code>
+  <p>Fragment identifiers used with <code>text/html-sandboxed</code>
   resources refer to <span>the indicated part of the
   document</span>.</p>
 




More information about the Commit-Watchers mailing list