<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>13385</bug_id>
          
          <creation_ts>2011-07-27 11:28:33 +0000</creation_ts>
          <short_desc>Remove HTMLInputElement.{width,height} (unimplemented)</short_desc>
          <delta_ts>2011-10-21 22:38:36 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>LC1 HTML5 spec</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          <see_also>https://bugzilla.mozilla.org/show_bug.cgi?id=683855</see_also>
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#the-input-element</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>mounir</cc>
    
    <cc>Ms2ger</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>51538</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2011-07-27 11:28:33 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html
Multipage: http://www.whatwg.org/C#the-input-element
Complete: http://www.whatwg.org/c#the-input-element

Comment:
Remove HTMLInputElement.{width,height} (unimplemented)

Posted from: 91.181.30.149 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux i686; rv:7.0a1) Gecko/20110613 Firefox/7.0a1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>53054</commentid>
    <comment_count>1</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2011-08-04 05:06:16 +0000</bug_when>
    <thetext>mass-moved component to LC1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54797</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-12 20:38:17 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: They&apos;re... not unimplemented. Do you have a test case showing what you mean? These seem to work in every browser I&apos;ve tested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>54804</commentid>
    <comment_count>3</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2011-08-12 21:21:09 +0000</bug_when>
    <thetext>HTMLInputElement is a DOM interface, dammit.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55036</commentid>
    <comment_count>4</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-15 05:02:38 +0000</bug_when>
    <thetext>So I was about to remove these, when I pondered... don&apos;t we _want_ them to be implemented? I mean, why omit just these two? It seems weird.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55052</commentid>
    <comment_count>5</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2011-08-15 07:43:24 +0000</bug_when>
    <thetext>Doesn&apos;t matter much to me. Mounir?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55057</commentid>
    <comment_count>6</comment_count>
    <who name="Mounir Lamouri">mounir</who>
    <bug_when>2011-08-15 08:43:55 +0000</bug_when>
    <thetext>(In reply to comment #5)
&gt; Doesn&apos;t matter much to me. Mounir?

I don&apos;t care that much but I would tend to think we should keep those attributes in HTMLInputElement. The content attributes apply to img, iframe, object, embed, video and &lt;input type=image&gt;, I don&apos;t see any reason to have the IDL attributes not applying to the exact same set of elements.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56128</commentid>
    <comment_count>7</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-08-31 23:36:27 +0000</bug_when>
    <thetext>EDITOR&apos;S RESPONSE: This is an Editor&apos;s Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: no spec change
Rationale: Ok, I&apos;m rejecting this on the basis that this is a new feature added for consistency.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56161</commentid>
    <comment_count>8</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2011-09-01 09:50:21 +0000</bug_when>
    <thetext>OK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>58667</commentid>
    <comment_count>9</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2011-10-21 22:38:36 +0000</bug_when>
    <thetext>Indeed, they were added in bug 6477.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>