Closed Bug 1264533 Opened 8 years ago Closed 8 years ago

Correct the universal selector for summary to include all namespaces

Categories

(Core :: Layout, defect)

defect
Not set
normal

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".
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+
https://hg.mozilla.org/mozilla-central/rev/9ae44c5b57ac
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in before you can comment on or make changes to this bug.