Closed
Bug 1568728
Opened 6 years ago
Closed 6 years ago
Properly map thead to grouping if it is custom style
Categories
(Core :: Disability Access APIs, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
Details
Attachments
(1 file)
Bug 1461244 introduced mappings for row groups to groupings if the table and its descendants were anything non-standard. However, I made a copy & paste error in the markup map and added tfoot twice, but no entry for thead. I found this while looking for something else in that file.
Assignee | ||
Comment 1•6 years ago
•
|
||
This was an oversight in the checkin for bug 1461244. tfoot was duplicated due to a copy and paste error, thead was not mapped at all. It is now properly mapped, and the test adjusted accordingly.
Assignee | ||
Updated•6 years ago
|
Summary: Properly mark thead to grouping if it is custom style → Properly map thead to grouping if it is custom style
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fac0f2d64822
Properly map thead to grouping if it is custom style, r=Jamie
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•