[html5] r4706 - [e] (0) it's not the MIME type of the plugin, per se, just a MIME type the plugi [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Feb 13 04:50:57 PST 2010


Author: ianh
Date: 2010-02-13 04:50:54 -0800 (Sat, 13 Feb 2010)
New Revision: 4706

Modified:
   complete.html
   index
   source
Log:
[e] (0) it's not the MIME type of the plugin, per se, just a MIME type the plugin claims to support.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8813

Modified: complete.html
===================================================================
--- complete.html	2010-02-13 12:47:34 UTC (rev 4705)
+++ complete.html	2010-02-13 12:50:54 UTC (rev 4706)
@@ -20422,14 +20422,12 @@
   present, must contain a <a href=#valid-url>valid URL</a>.</p>
 
   <p>The <dfn id=attr-embed-type title=attr-embed-type><code>type</code></dfn>
-  attribute, if present, gives the <a href=#mime-type>MIME type</a> of the
-  plugin to instantiate. The value must be a <a href=#valid-mime-type>valid MIME
-  type</a>. If both the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code>
-  attribute and the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute
-  are present, then the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code>
-  attribute must specify the same type as the <a href=#content-type title=Content-Type>explicit Content-Type metadata</a> of the
-  resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code>
-  attribute.</p>
+  attribute, if present, gives the <a href=#mime-type>MIME type</a> by which the
+  plugin to instantiate is selected. The value must be a <a href=#valid-mime-type>valid
+  MIME type</a>. If both the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute and the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute are present, then the
+  <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute must specify the
+  same type as the <a href=#content-type title=Content-Type>explicit Content-Type
+  metadata</a> of the resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute.</p>
 
   <div class=impl>
 

Modified: index
===================================================================
--- index	2010-02-13 12:47:34 UTC (rev 4705)
+++ index	2010-02-13 12:50:54 UTC (rev 4706)
@@ -20321,14 +20321,12 @@
   present, must contain a <a href=#valid-url>valid URL</a>.</p>
 
   <p>The <dfn id=attr-embed-type title=attr-embed-type><code>type</code></dfn>
-  attribute, if present, gives the <a href=#mime-type>MIME type</a> of the
-  plugin to instantiate. The value must be a <a href=#valid-mime-type>valid MIME
-  type</a>. If both the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code>
-  attribute and the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute
-  are present, then the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code>
-  attribute must specify the same type as the <a href=#content-type title=Content-Type>explicit Content-Type metadata</a> of the
-  resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code>
-  attribute.</p>
+  attribute, if present, gives the <a href=#mime-type>MIME type</a> by which the
+  plugin to instantiate is selected. The value must be a <a href=#valid-mime-type>valid
+  MIME type</a>. If both the <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute and the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute are present, then the
+  <code title=attr-embed-type><a href=#attr-embed-type>type</a></code> attribute must specify the
+  same type as the <a href=#content-type title=Content-Type>explicit Content-Type
+  metadata</a> of the resource given by the <code title=attr-embed-src><a href=#attr-embed-src>src</a></code> attribute.</p>
 
   <div class=impl>
 

Modified: source
===================================================================
--- source	2010-02-13 12:47:34 UTC (rev 4705)
+++ source	2010-02-13 12:50:54 UTC (rev 4706)
@@ -21728,15 +21728,15 @@
   present, must contain a <span>valid URL</span>.</p>
 
   <p>The <dfn title="attr-embed-type"><code>type</code></dfn>
-  attribute, if present, gives the <span>MIME type</span> of the
-  plugin to instantiate. The value must be a <span>valid MIME
-  type</span>. If both the <code title="attr-embed-type">type</code>
-  attribute and the <code title="attr-embed-src">src</code> attribute
-  are present, then the <code title="attr-embed-type">type</code>
-  attribute must specify the same type as the <span
-  title="Content-Type">explicit Content-Type metadata</span> of the
-  resource given by the <code title="attr-embed-src">src</code>
-  attribute.</p>
+  attribute, if present, gives the <span>MIME type</span> by which the
+  plugin to instantiate is selected. The value must be a <span>valid
+  MIME type</span>. If both the <code
+  title="attr-embed-type">type</code> attribute and the <code
+  title="attr-embed-src">src</code> attribute are present, then the
+  <code title="attr-embed-type">type</code> attribute must specify the
+  same type as the <span title="Content-Type">explicit Content-Type
+  metadata</span> of the resource given by the <code
+  title="attr-embed-src">src</code> attribute.</p>
 
   <div class="impl">
 




More information about the Commit-Watchers mailing list