[html5] r7935 - [e] (0) Coordinate with CSS Images better Fixing https://www.w3.org/Bugs/Public/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 7 14:26:14 PDT 2013


Author: ianh
Date: 2013-06-07 14:26:13 -0700 (Fri, 07 Jun 2013)
New Revision: 7935

Modified:
   complete.html
   index
   source
Log:
[e] (0) Coordinate with CSS Images better
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20192
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-06-07 21:17:42 UTC (rev 7934)
+++ complete.html	2013-06-07 21:26:13 UTC (rev 7935)
@@ -3779,6 +3779,9 @@
     Image Values and Replaced Content</cite> specification to define the interaction of certain HTML
     elements with the CSS 'element()' function. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
+    <p>The term <dfn id=default-object-size>default object size</dfn> is also defined in the <cite>CSS Image Values and
+    Replaced Content</cite> specification. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+
     <p>Support for the CSS Object Model is required for implementations that support scripting. The
     following features and terms are defined in the CSSOM specifications: <a href=#refsCSSOM>[CSSOM]</a> <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a>
 
@@ -26254,13 +26257,16 @@
   <p>The intrinsic width of a <code><a href=#the-video-element>video</a></code> element's playback area is the intrinsic width of
   the <a href=#poster-frame>poster frame</a>, if that is available and the element currently
   <a href=#represents>represents</a> its poster frame; otherwise, it is the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> of the video resource, if that is
-  available; otherwise it is 300 CSS pixels.</p>
+  available; otherwise the intrinsic width is missing.</p>
 
   <p>The intrinsic height of a <code><a href=#the-video-element>video</a></code> element's playback area is the intrinsic height of
   the <a href=#poster-frame>poster frame</a>, if that is available and the element currently
   <a href=#represents>represents</a> its poster frame; otherwise it is the <a href=#concept-video-intrinsic-height title=concept-video-intrinsic-height>intrinsic height</a> of the video resource, if that is
-  available; otherwise it is 150 CSS pixels.</p>
+  available; otherwise the intrinsic height is missing.</p>
 
+  <p>The <a href=#default-object-size>default object size</a> is a width of 300 CSS pixels and a height of 150 CSS
+  pixels. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+
   <hr><p>User agents should provide controls to enable or disable the
   display of closed captions, audio description tracks, and other
   additional data associated with the video stream, though such
@@ -37029,7 +37035,7 @@
     If the image has no intrinsic dimensions, the <i>concrete object size</i> must be used instead,
     as determined using the CSS "<a href=http://dev.w3.org/csswg/css3-images/#default-sizing>Concrete Object Size Resolution</a>"
     algorithm, with the <i>specified size</i> having neither a definite width nor height, nor any
-    additional contraints, the object's intrinsic properties being those of the <var title="">image</var> argument, and the <i>default object size</i> being the size of the
+    additional contraints, the object's intrinsic properties being those of the <var title="">image</var> argument, and the <i><a href=#default-object-size>default object size</a></i> being the size of the
     <a href=#scratch-bitmap>scratch bitmap</a>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
     <p>The source rectangle is the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>),
@@ -101055,7 +101061,7 @@
    <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/css4-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id=refsCSSOM>[CSSOM]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets Object Model (CSSOM)</a></cite>, S. Pieters, G. Adams. W3C.</dd>

Modified: index
===================================================================
--- index	2013-06-07 21:17:42 UTC (rev 7934)
+++ index	2013-06-07 21:26:13 UTC (rev 7935)
@@ -3779,6 +3779,9 @@
     Image Values and Replaced Content</cite> specification to define the interaction of certain HTML
     elements with the CSS 'element()' function. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
+    <p>The term <dfn id=default-object-size>default object size</dfn> is also defined in the <cite>CSS Image Values and
+    Replaced Content</cite> specification. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+
     <p>Support for the CSS Object Model is required for implementations that support scripting. The
     following features and terms are defined in the CSSOM specifications: <a href=#refsCSSOM>[CSSOM]</a> <a href=#refsCSSOMVIEW>[CSSOMVIEW]</a>
 
@@ -26254,13 +26257,16 @@
   <p>The intrinsic width of a <code><a href=#the-video-element>video</a></code> element's playback area is the intrinsic width of
   the <a href=#poster-frame>poster frame</a>, if that is available and the element currently
   <a href=#represents>represents</a> its poster frame; otherwise, it is the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> of the video resource, if that is
-  available; otherwise it is 300 CSS pixels.</p>
+  available; otherwise the intrinsic width is missing.</p>
 
   <p>The intrinsic height of a <code><a href=#the-video-element>video</a></code> element's playback area is the intrinsic height of
   the <a href=#poster-frame>poster frame</a>, if that is available and the element currently
   <a href=#represents>represents</a> its poster frame; otherwise it is the <a href=#concept-video-intrinsic-height title=concept-video-intrinsic-height>intrinsic height</a> of the video resource, if that is
-  available; otherwise it is 150 CSS pixels.</p>
+  available; otherwise the intrinsic height is missing.</p>
 
+  <p>The <a href=#default-object-size>default object size</a> is a width of 300 CSS pixels and a height of 150 CSS
+  pixels. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
+
   <hr><p>User agents should provide controls to enable or disable the
   display of closed captions, audio description tracks, and other
   additional data associated with the video stream, though such
@@ -37029,7 +37035,7 @@
     If the image has no intrinsic dimensions, the <i>concrete object size</i> must be used instead,
     as determined using the CSS "<a href=http://dev.w3.org/csswg/css3-images/#default-sizing>Concrete Object Size Resolution</a>"
     algorithm, with the <i>specified size</i> having neither a definite width nor height, nor any
-    additional contraints, the object's intrinsic properties being those of the <var title="">image</var> argument, and the <i>default object size</i> being the size of the
+    additional contraints, the object's intrinsic properties being those of the <var title="">image</var> argument, and the <i><a href=#default-object-size>default object size</a></i> being the size of the
     <a href=#scratch-bitmap>scratch bitmap</a>. <a href=#refsCSSIMAGES>[CSSIMAGES]</a></p>
 
     <p>The source rectangle is the rectangle whose corners are the four points (<var title="">sx</var>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <var title="">sy</var>), (<span title=""><var title="">sx</var>+<var title="">sw</var></span>, <span title=""><var title="">sy</var>+<var title="">sh</var></span>),
@@ -101055,7 +101061,7 @@
    <dd><cite><a href=http://dev.w3.org/csswg/css3-fonts/>CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id=refsCSSIMAGES>[CSSIMAGES]</dt>
-   <dd><cite><a href=http://dev.w3.org/csswg/css4-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
+   <dd><cite><a href=http://dev.w3.org/csswg/css-images/>CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id=refsCSSOM>[CSSOM]</dt>
    <dd><cite><a href=http://dev.w3.org/csswg/cssom/>Cascading Style Sheets Object Model (CSSOM)</a></cite>, S. Pieters, G. Adams. W3C.</dd>

Modified: source
===================================================================
--- source	2013-06-07 21:17:42 UTC (rev 7934)
+++ source	2013-06-07 21:26:13 UTC (rev 7935)
@@ -2621,6 +2621,9 @@
     Image Values and Replaced Content</cite> specification to define the interaction of certain HTML
     elements with the CSS 'element()' function. <a href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
 
+    <p>The term <dfn>default object size</dfn> is also defined in the <cite>CSS Image Values and
+    Replaced Content</cite> specification. <a href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
+
     <p>Support for the CSS Object Model is required for implementations that support scripting. The
     following features and terms are defined in the CSSOM specifications: <a
     href="#refsCSSOM">[CSSOM]</a> <a href="#refsCSSOMVIEW">[CSSOMVIEW]</a>
@@ -27713,14 +27716,17 @@
   the <span>poster frame</span>, if that is available and the element currently
   <span>represents</span> its poster frame; otherwise, it is the <span
   title="concept-video-intrinsic-width">intrinsic width</span> of the video resource, if that is
-  available; otherwise it is 300 CSS pixels.</p>
+  available; otherwise the intrinsic width is missing.</p>
 
   <p>The intrinsic height of a <code>video</code> element's playback area is the intrinsic height of
   the <span>poster frame</span>, if that is available and the element currently
   <span>represents</span> its poster frame; otherwise it is the <span
   title="concept-video-intrinsic-height">intrinsic height</span> of the video resource, if that is
-  available; otherwise it is 150 CSS pixels.</p>
+  available; otherwise the intrinsic height is missing.</p>
 
+  <p>The <span>default object size</span> is a width of 300 CSS pixels and a height of 150 CSS
+  pixels. <a href="#refsCSSIMAGES">[CSSIMAGES]</a></p>
+
   <hr>
 
   <p>User agents should provide controls to enable or disable the
@@ -113248,7 +113254,7 @@
    <dd><cite><a href="http://dev.w3.org/csswg/css3-fonts/">CSS Fonts Module Level 3</a></cite>, J. Daggett. W3C.</dd>
 
    <dt id="refsCSSIMAGES">[CSSIMAGES]</dt>
-   <dd><cite><a href="http://dev.w3.org/csswg/css4-images/">CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
+   <dd><cite><a href="http://dev.w3.org/csswg/css-images/">CSS Image Values and Replaced Content Module</a></cite>, E. Etemad, T. Atkins. W3C.</dd>
 
    <dt id="refsCSSOM">[CSSOM]</dt>
    <dd><cite><a href="http://dev.w3.org/csswg/cssom/">Cascading Style Sheets Object Model (CSSOM)</a></cite>, S. Pieters, G. Adams. W3C.</dd>




More information about the Commit-Watchers mailing list