Closed
Bug 1832101
Opened 2 years ago
Closed 2 years ago
html.css sets only 1 border side for `[rules]` table elements
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
115 Branch
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: Gijs, Assigned: jfkthame)
References
Details
Attachments
(1 file)
table[rules][rules="groups"] > tfoot,
table[rules][rules="groups"] > thead,
table[rules][rules="groups"] > tbody {
...
border-block-start-style: solid;
border-block-start-style: solid;
I'm dropping the dupe when introducing stylelint in bug 1508369, which flagged this up.
I/we suspect this should have been start/end in the original patch. But nobody appears to have noticed, so we probably want a test and/or be a bit more careful about reintroducing this.
| Assignee | ||
Comment 1•2 years ago
|
||
I've pushed https://treeherder.mozilla.org/jobs?repo=try&revision=3c0930c2be5fc42ebac20890c5187df0bce684e8 to see whether any current reftests notice the change. (If not -- which I think is likely -- we should create one.)
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e212dc9646fe
Fix typo in UA stylesheet table rules, introduced in bug 1119475. r=layout-reviewers,dholbert
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/39966 for changes under testing/web-platform/tests
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•