UA style of option, optgroup, textarea, td are not per spec
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
People
(Reporter: zcorpan, Unassigned)
References
(Blocks 1 open bug)
Details
wpt test:
http://wpt.live/html/rendering/non-replaced-elements/form-controls/resets.html
Current failures in Firefox:
<option> (in select > optgroup) - text-align assert_equals: expected "start" but got "left"
<optgroup> - line-height assert_equals: expected "5px" but got "normal"
<optgroup> - text-indent assert_equals: expected "5px" but got "0px"
<option> - line-height assert_equals: expected "5px" but got "normal"
<option> - text-indent assert_equals: expected "5px" but got "0px"
As part of https://github.com/whatwg/html/pull/4840 (wpt PR https://github.com/web-platform-tests/wpt/pull/20148 ) these tests also fail:
<textarea> - display assert_equals: expected "inline-block" but got "inline"
<table><tbody><tr><td> - box-sizing assert_equals: expected "content-box" but got "border-box"
Comment 1•5 years ago
|
||
line-height
failures are invalid afaik per https://github.com/w3c/csswg-drafts/issues/4249, right?
Comment 2•5 years ago
|
||
Err, nevermind, I recall how the test is structured now :)
Updated•5 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Description
•