[html5] r8410 - [giow] (3) Fix a accidental (?) change in r7614 that undefined <img width> and < [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 21 13:49:11 PST 2014


Author: ianh
Date: 2014-01-21 13:49:10 -0800 (Tue, 21 Jan 2014)
New Revision: 8410

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Fix a accidental (?) change in r7614 that undefined <img width> and <img height>; not sure what I was doing there.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24327
Affected topics: DOM APIs, HTML, Rendering

Modified: complete.html
===================================================================
--- complete.html	2014-01-18 01:12:58 UTC (rev 8409)
+++ complete.html	2014-01-21 21:49:10 UTC (rev 8410)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 January 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 21 January 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -12047,7 +12047,7 @@
 
      <td>Role must be either
       <code title=attr-aria-role-directory>directory</code>,
-      <code title=attr-aria-role-directory>group</code>,
+      <code title=attr-aria-role-group>group</code>,
       <code title=attr-aria-role-list>list</code>,
       <code title=attr-aria-role-listbox>listbox</code>,
       <code title=attr-aria-role-menu>menu</code>,
@@ -12086,7 +12086,7 @@
 
      <td>Role must be either
       <code title=attr-aria-role-directory>directory</code>,
-      <code title=attr-aria-role-directory>group</code>,
+      <code title=attr-aria-role-group>group</code>,
       <code title=attr-aria-role-list>list</code>,
       <code title=attr-aria-role-listbox>listbox</code>,
       <code title=attr-aria-role-menu>menu</code>,
@@ -21618,6 +21618,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the actual rendered dimensions of the
     image, or zero if the dimensions are not known.</p>
 
@@ -21631,6 +21632,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the intrinsic dimensions of the image,
     or zero if the dimensions are not known.</p>
 
@@ -21640,6 +21642,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns true if the image has been completely downloaded or if
     no image is specified; otherwise, returns false.</p>
 
@@ -21649,6 +21652,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns a new <code><a href=#the-img-element>img</a></code> element, with the <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes set to the values
     passed in the relevant arguments, if applicable.</p>
 
@@ -95013,8 +95017,9 @@
   'border-top-style', 'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
+<!--CLEANUP-->
   <p id=dimRendering>The <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes on <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-embed-element>embed</a></code>,
-  <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-object-element>object</a></code> or <code><a href=#the-video-element>video</a></code> elements, and <code><a href=#the-input-element>input</a></code>
+  <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-object-element>object</a></code> or <code><a href=#the-video-element>video</a></code> elements, and <code><a href=#the-input-element>input</a></code>
   elements with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state and that either represents an image or
   that the user expects will eventually represent an image, <a href=#maps-to-the-dimension-property title="maps to the dimension
   property">map to the dimension properties</a> 'width' and 'height' on the element

Modified: index
===================================================================
--- index	2014-01-18 01:12:58 UTC (rev 8409)
+++ index	2014-01-21 21:49:10 UTC (rev 8410)
@@ -298,7 +298,7 @@
 
   <header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 18 January 2014</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 21 January 2014</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -12047,7 +12047,7 @@
 
      <td>Role must be either
       <code title=attr-aria-role-directory>directory</code>,
-      <code title=attr-aria-role-directory>group</code>,
+      <code title=attr-aria-role-group>group</code>,
       <code title=attr-aria-role-list>list</code>,
       <code title=attr-aria-role-listbox>listbox</code>,
       <code title=attr-aria-role-menu>menu</code>,
@@ -12086,7 +12086,7 @@
 
      <td>Role must be either
       <code title=attr-aria-role-directory>directory</code>,
-      <code title=attr-aria-role-directory>group</code>,
+      <code title=attr-aria-role-group>group</code>,
       <code title=attr-aria-role-list>list</code>,
       <code title=attr-aria-role-listbox>listbox</code>,
       <code title=attr-aria-role-menu>menu</code>,
@@ -21618,6 +21618,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the actual rendered dimensions of the
     image, or zero if the dimensions are not known.</p>
 
@@ -21631,6 +21632,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the intrinsic dimensions of the image,
     or zero if the dimensions are not known.</p>
 
@@ -21640,6 +21642,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns true if the image has been completely downloaded or if
     no image is specified; otherwise, returns false.</p>
 
@@ -21649,6 +21652,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns a new <code><a href=#the-img-element>img</a></code> element, with the <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes set to the values
     passed in the relevant arguments, if applicable.</p>
 
@@ -95013,8 +95017,9 @@
   'border-top-style', 'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
+<!--CLEANUP-->
   <p id=dimRendering>The <code title=attr-dim-width><a href=#attr-dim-width>width</a></code> and <code title=attr-dim-height><a href=#attr-dim-height>height</a></code> attributes on <code><a href=#the-applet-element>applet</a></code>, <code><a href=#the-embed-element>embed</a></code>,
-  <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-object-element>object</a></code> or <code><a href=#the-video-element>video</a></code> elements, and <code><a href=#the-input-element>input</a></code>
+  <code><a href=#the-iframe-element>iframe</a></code>, <code><a href=#the-img-element>img</a></code>, <code><a href=#the-object-element>object</a></code> or <code><a href=#the-video-element>video</a></code> elements, and <code><a href=#the-input-element>input</a></code>
   elements with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#image-button-state-(type=image)" title=attr-input-type-image>Image Button</a> state and that either represents an image or
   that the user expects will eventually represent an image, <a href=#maps-to-the-dimension-property title="maps to the dimension
   property">map to the dimension properties</a> 'width' and 'height' on the element

Modified: source
===================================================================
--- source	2014-01-18 01:12:58 UTC (rev 8409)
+++ source	2014-01-21 21:49:10 UTC (rev 8410)
@@ -12376,7 +12376,7 @@
 
      <td>Role must be either
       <code data-x="attr-aria-role-directory">directory</code>,
-      <code data-x="attr-aria-role-directory">group</code>,
+      <code data-x="attr-aria-role-group">group</code>,
       <code data-x="attr-aria-role-list">list</code>,
       <code data-x="attr-aria-role-listbox">listbox</code>,
       <code data-x="attr-aria-role-menu">menu</code>,
@@ -12421,7 +12421,7 @@
 
      <td>Role must be either
       <code data-x="attr-aria-role-directory">directory</code>,
-      <code data-x="attr-aria-role-directory">group</code>,
+      <code data-x="attr-aria-role-group">group</code>,
       <code data-x="attr-aria-role-list">list</code>,
       <code data-x="attr-aria-role-listbox">listbox</code>,
       <code data-x="attr-aria-role-menu">menu</code>,
@@ -22719,6 +22719,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the actual rendered dimensions of the
     image, or zero if the dimensions are not known.</p>
 
@@ -22732,6 +22733,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>These attributes return the intrinsic dimensions of the image,
     or zero if the dimensions are not known.</p>
 
@@ -22741,6 +22743,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns true if the image has been completely downloaded or if
     no image is specified; otherwise, returns false.</p>
 
@@ -22750,6 +22753,7 @@
 
    <dd>
 
+<!--CLEANUP-->
     <p>Returns a new <code>img</code> element, with the <code
     data-x="attr-dim-width">width</code> and <code
     data-x="attr-dim-height">height</code> attributes set to the values
@@ -105787,9 +105791,10 @@
   'border-top-style', 'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
+<!--CLEANUP-->
   <p id="dimRendering">The <code data-x="attr-dim-width">width</code> and <code
   data-x="attr-dim-height">height</code> attributes on <code>applet</code>, <code>embed</code>,
-  <code>iframe</code>, <code>object</code> or <code>video</code> elements, and <code>input</code>
+  <code>iframe</code>, <code>img</code>, <code>object</code> or <code>video</code> elements, and <code>input</code>
   elements with a <code data-x="attr-input-type">type</code> attribute in the <span
   data-x="attr-input-type-image">Image Button</span> state and that either represents an image or
   that the user expects will eventually represent an image, <span data-x="maps to the dimension




More information about the Commit-Watchers mailing list