Open Bug 1597560 Opened 5 years ago Updated 2 years ago

UA style of option, optgroup, textarea, td are not per spec

Categories

(Core :: Layout: Form Controls, defect, P3)

defect

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"

line-height failures are invalid afaik per https://github.com/w3c/csswg-drafts/issues/4249, right?

Err, nevermind, I recall how the test is structured now :)

Priority: -- → P3
Blocks: 1546389
Severity: normal → S3
Blocks: 1708370
See Also: → 1708370
You need to log in before you can comment on or make changes to this bug.