Open
Bug 706837
Opened 14 years ago
Updated 3 years ago
Box model default incorrect for input elements
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: michael, Unassigned)
References
()
Details
Attachments
(1 file)
1.47 KB,
text/plain
|
Details |
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
Reporter | ||
Updated•14 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•