[html5] r7614 - [giow] (3) Make width/height attributes not apply to <input type=image src=404> [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 30 11:35:16 PST 2012


Author: ianh
Date: 2012-12-30 11:35:14 -0800 (Sun, 30 Dec 2012)
New Revision: 7614

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Make width/height attributes not apply to <input type=image src=404> so that the button text doesn't get cut off in the common case.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17630
Affected topics: Rendering

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 04:33:29 UTC (rev 7613)
+++ complete.html	2012-12-30 19:35:14 UTC (rev 7614)
@@ -97548,12 +97548,11 @@
   'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
-  <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-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, <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
+  <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>
+  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
   respectively.</p>
 
   </div>

Modified: index
===================================================================
--- index	2012-12-30 04:33:29 UTC (rev 7613)
+++ index	2012-12-30 19:35:14 UTC (rev 7614)
@@ -97548,12 +97548,11 @@
   'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
-  <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-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, <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
+  <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>
+  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
   respectively.</p>
 
   </div>

Modified: source
===================================================================
--- source	2012-12-30 04:33:29 UTC (rev 7613)
+++ source	2012-12-30 19:35:14 UTC (rev 7614)
@@ -113990,15 +113990,13 @@
   'border-right-style', 'border-bottom-style', and 'border-left-style'
   properties to the value 'solid'.</p>
 
-  <p id="dimRendering">The <code title="attr-dim-width">width</code>
-  and <code title="attr-dim-height">height</code> attributes on
-  <code>applet</code>, <code>embed</code>, <code>iframe</code>,
-  <code>img</code>, <code>object</code> or <code>video</code>
-  elements, and <code>input</code> elements with a <code
-  title="attr-input-type">type</code> attribute in the <span
-  title="attr-input-type-image">Image Button</span> state, <span
-  title="maps to the dimension property">map to the dimension
-  properties</span> 'width' and 'height' on the element
+  <p id="dimRendering">The <code title="attr-dim-width">width</code> and <code
+  title="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>
+  elements with a <code title="attr-input-type">type</code> attribute in the <span
+  title="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 title="maps to the dimension
+  property">map to the dimension properties</span> 'width' and 'height' on the element
   respectively.</p>
 
   </div>




More information about the Commit-Watchers mailing list