- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Nov 2008 01:06:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv8588 Modified Files: Overview.html Log Message: Define pixelratio='' for values <= 0. (whatwg r2406) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1577 retrieving revision 1.1578 diff -u -d -r1.1577 -r1.1578 --- Overview.html 15 Nov 2008 19:34:38 -0000 1.1577 +++ Overview.html 17 Nov 2008 01:06:30 -0000 1.1578 @@ -8,7 +8,7 @@ <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p> <h1>HTML 5</h1> <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->15 November 2008</h2> + <h2 class="no-num no-toc" id=editor-s-draft-date-zzz-9-june-2008><!-- "W3C Working Draft" --> Editor's Draft <!--ZZZ-->17 November 2008</h2> <dl><!-- ZZZ: update the month/day <dt>This Version:</dt> <dd><a href="http://www.w3.org/TR/2008/WD-html5-20080610/">http://www.w3.org/TR/2008/WD-html5-20080610/</a></dd> @@ -97,7 +97,7 @@ specification's progress along the W3C Recommendation track. <!--ZZZ:--> - This specification is the 15 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. + This specification is the 17 November 2008 <!--ZZZ "Working Draft"-->Editor's Draft. <!--:ZZZ--> </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of) @@ -13697,10 +13697,10 @@ <a href=#media-resource title="media resource">media resources</a> that do not self-describe their <a href=#concept-video-adjusted-ratio title=concept-video-adjusted-ratio>pixel ratio</a>. The attribute value, if specified, must be a - <a href=#valid-floating-point-number>valid floating point number</a> giving the ratio of the - correct rendered width of each pixel to the actual height of each - pixel in the image. The default value, if the attribute is omitted - or cannot be parsed, is 1.0.<p class=note>The only way this default is used is in deciding + <a href=#valid-floating-point-number>valid floating point number</a> greater than zero giving + the ratio of the correct rendered width of each pixel to the actual + height of each pixel in the image. The default value, if the + attribute is omitted or cannot be parsed, is 1.0.<p class=note>The only way this default is used is in deciding what number the <code title=dom-source-pixelRatio><a href=#dom-source-pixelratio>pixelRatio</a></code> DOM attribute will return if the content attribute is omitted or cannot be parsed. If the content attribute is omitted or cannot be parsed, then the user @@ -13912,8 +13912,8 @@ <li><p>If <var title="">candidate</var> has a <code title=attr-source-pixelratio><a href=#attr-source-pixelratio>pixelratio</a></code> attribute, and the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point - number values</a> to the value of that attribute is not an - error, then let the <var title="">candidate pixel ratio + number values</a> to the value of that attribute is a number + greater than zero, then let the <var title="">candidate pixel ratio override</var> be that result. Otherwise, let it be <i>none</i>.</li>
Received on Monday, 17 November 2008 01:06:43 UTC