Open Bug 706837 Opened 12 years ago Updated 6 months ago

Box model default incorrect for input elements

Categories

(Firefox :: General, defect)

8 Branch
x86
macOS
defect

Tracking

()

UNCONFIRMED

People

(Reporter: michael, Unassigned)

References

()

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
Build ID: 20111120135848

Steps to reproduce:

I created a HTML page with form input elements and used CSS to specify sizing and borders.


Actual results:

The box sizing for input and button elements defaulted to box-sizing: border-box


Expected results:

The default box-sizing for all elements should be content-box per http://www.w3.org/TR/css3-ui/#box-sizing and per the css 2 box model http://www.w3.org/TR/CSS2/box.html
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.