- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 13 Feb 2010 12:57:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv32731 Modified Files: Overview.html spec.html the-button-element.html the-iframe-element.html Log Message: it's not the MIME type of the plugin, per se, just a MIME type the plugin claims to support. (whatwg r4706) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- the-iframe-element.html 13 Feb 2010 12:46:55 -0000 1.22 +++ the-iframe-element.html 13 Feb 2010 12:57:35 -0000 1.23 @@ -619,14 +619,12 @@ or interactive content.</p><p>The <dfn id="attr-embed-src" title="attr-embed-src"><code>src</code></dfn> attribute gives the address of the resource being embedded. The attribute, if present, must contain a <a href="urls.html#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="infrastructure.html#mime-type">MIME type</a> of the - plugin to instantiate. The value must be a <a href="infrastructure.html#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><p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name">name</a></code> and <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align">align</a></code> <!-- when editing, see also + attribute, if present, gives the <a href="infrastructure.html#mime-type">MIME type</a> by which the + plugin to instantiate is selected. The value must be a <a href="infrastructure.html#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><p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name">name</a></code> and <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align">align</a></code> <!-- when editing, see also note below --> may be specified on the <code><a href="#the-embed-element">embed</a></code> element, so long as its name is <a href="infrastructure.html#xml-compatible">XML-compatible</a> and contains no characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.668 retrieving revision 1.669 diff -u -d -r1.668 -r1.669 --- Overview.html 13 Feb 2010 12:46:53 -0000 1.668 +++ Overview.html 13 Feb 2010 12:57:35 -0000 1.669 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3755. +This is revision 1.3757. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- the-button-element.html 13 Feb 2010 02:37:31 -0000 1.16 +++ the-button-element.html 13 Feb 2010 12:57:35 -0000 1.17 @@ -1212,7 +1212,7 @@ "high" value then this indicates that the higher the value, the better; if it's lower than the "low" mark then it indicates that lower values are better, and naturally if it is in between then it - indicates that neither high nor low values are good.</p><p>: The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute must be + indicates that neither high nor low values are good.</p><p> The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute must be specified. The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code>, <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code>, <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code>, <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code>, <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>, and <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> attributes, when present, must have values that are <a href="common-microsyntaxes.html#valid-floating-point-number" title="valid floating point number">valid floating point numbers</a>.</p><p>In addition, the attributes' values are further constrained:</p><p>Let <var title="">value</var> be the <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute's number.</p><p>If the <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code> attribute Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.673 retrieving revision 1.674 diff -u -d -r1.673 -r1.674 --- spec.html 13 Feb 2010 12:46:54 -0000 1.673 +++ spec.html 13 Feb 2010 12:57:35 -0000 1.674 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3755. +This is revision 1.3757. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -10053,14 +10053,12 @@ or interactive content.</p><p>The <dfn id=attr-embed-src title=attr-embed-src><code>src</code></dfn> attribute gives the address of the resource being embedded. The attribute, if 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><p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code> and <code title=attr-embed-align><a href=#attr-embed-align>align</a></code> <!-- when editing, see also + 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><p>Any namespace-less attribute other than <code title=attr-embed-name><a href=#attr-embed-name>name</a></code> and <code title=attr-embed-align><a href=#attr-embed-align>align</a></code> <!-- when editing, see also note below --> may be specified on the <code><a href=#the-embed-element>embed</a></code> element, so long as its name is <a href=#xml-compatible>XML-compatible</a> and contains no characters in the range U+0041 to U+005A (LATIN CAPITAL LETTER A to @@ -17078,7 +17076,7 @@ "high" value then this indicates that the higher the value, the better; if it's lower than the "low" mark then it indicates that lower values are better, and naturally if it is in between then it - indicates that neither high nor low values are good.</p><p>: The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be + indicates that neither high nor low values are good.</p><p> The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be specified. The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code>, <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>, <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>, and <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes, when present, must have values that are <a href=#valid-floating-point-number title="valid floating point number">valid floating point numbers</a>.</p><p>In addition, the attributes' values are further constrained:</p><p>Let <var title="">value</var> be the <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute's number.</p><p>If the <code title=attr-meter-min><a href=#attr-meter-min>min</a></code> attribute
Received on Saturday, 13 February 2010 12:57:39 UTC