<?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>18801</bug_id>
          
          <creation_ts>2012-09-07 14:40:59 +0000</creation_ts>
          <short_desc>Many inputs need to have border-box sizing in standards mode</short_desc>
          <delta_ts>2013-02-06 23:06:29 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WHATWG</product>
          <component>HTML</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/#form-controls</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>Unsorted</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>contributor</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>bzbarsky</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>zcorpan</cc>
          
          <qa_contact>contributor</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>73426</commentid>
    <comment_count>0</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-09-07 14:40:59 +0000</bug_when>
    <thetext>Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html
Multipage: http://www.whatwg.org/C#form-controls
Complete: http://www.whatwg.org/c#form-controls

Comment:
Many inputs need to have border-box sizing in standards mode

Posted from: 173.48.30.113 by bzbarsky@mit.edu
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:18.0) Gecko/18.0 Firefox/18.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73427</commentid>
    <comment_count>1</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2012-09-07 14:43:07 +0000</bug_when>
    <thetext>For example, Gecko applies &quot;box-sizing: border-box&quot; to the following form controls in standards mode:

 select,
 input[type=&quot;radio&quot;],
 input[type=&quot;checkbox&quot;],
 button,
 input[type=&quot;reset&quot;],
 input[type=&quot;button&quot;],
 input[type=&quot;submit&quot;]

I&apos;mm 99% certain it&apos;s required for web compat on the buttons.  I&apos;m 50+% certain it&apos;s required for web compat on the other ones.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78669</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2012-11-22 22:44:24 +0000</bug_when>
    <thetext>bz: And in quirks mode it applies to all input elements, right? Regardless of type?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78671</commentid>
    <comment_count>3</comment_count>
    <who name="">contributor</who>
    <bug_when>2012-11-22 22:46:49 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r7526.
Check-in comment: controls with box-sizing: border-box in standards mode
http://html5.org/tools/web-apps-tracker?from=7525&amp;to=7526</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78683</commentid>
    <comment_count>4</comment_count>
    <who name="Simon Pieters">zcorpan</who>
    <bug_when>2012-11-23 09:57:10 +0000</bug_when>
    <thetext>http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1923
http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1924

It seems that type=image should not have border-box in quirks mode.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>78803</commentid>
    <comment_count>5</comment_count>
    <who name="Boris Zbarsky">bzbarsky</who>
    <bug_when>2012-11-26 04:47:55 +0000</bug_when>
    <thetext>In quirks mode, Gecko has:

228 input:not([type=image]), textarea {
229   -moz-box-sizing: border-box;
230 }</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>82661</commentid>
    <comment_count>6</comment_count>
    <who name="">contributor</who>
    <bug_when>2013-02-06 23:06:29 +0000</bug_when>
    <thetext>Checked in as WHATWG revision r7700.
Check-in comment: Match reality.
http://html5.org/tools/web-apps-tracker?from=7699&amp;to=7700</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>