Closed
Bug 1264533
Opened 7 years ago
Closed 7 years ago
Correct the universal selector for summary to include all namespaces
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Filed per bug 1258657 comment 27. In html.css, we write |details > summary:first-of-type > * { list-style-position: initial; }|, but we should use *|* in the last part of the selector to select elements in all namespaces. Otherwise the <ul> in <foreignObject> will still have "list-style-position: inside".
Assignee | ||
Comment 1•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/46321/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/46321/
Attachment #8741239 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•7 years ago
|
||
Comment on attachment 8741239 [details] MozReview Request: Bug 1264533 - Correct the universal selector for summary to include all namespaces. https://reviewboard.mozilla.org/r/46321/#review43029 r=me
Attachment #8741239 -
Flags: review?(bzbarsky) → review+
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9ae44c5b57ac
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•