Closed
Bug 648331
Opened 13 years ago
Closed 7 years ago
Remove list item bullet size quirk
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: xidorn)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
As mentioned in $URL, WebKit doesn't have this quirk, which suggests that it isn't necessary. Note that the test case in bug 97351 comment 0 is fixed by the new HTML parser, which produces this DOM tree: ul font color="red" size="30pt" li font color="red" size="30pt" This text should be ... If nobody objects, I can fix. (<http://mxr.mozilla.org/mozilla-central/source/layout/style/quirk.css#74>)
Reporter | ||
Updated•12 years ago
|
Blocks: quirks-mode-spec
> WebKit doesn't have this quirk
Opera removed that quirk (tested with version 12)
Comment 2•10 years ago
|
||
(In reply to :Ms2ger from comment #0) > If nobody objects, I can fix. Sounds good to me. Still up to fixing? > (<http://mxr.mozilla.org/mozilla-central/source/layout/style/quirk.css#74>) A persistent version of that link is: http://hg.mozilla.org/mozilla-central/file/152fe0de3c82/layout/style/quirk.css#l74
Flags: needinfo?(Ms2ger)
Reporter | ||
Updated•10 years ago
|
Assignee: nobody → Ms2ger
Flags: needinfo?(Ms2ger)
Keywords: dev-doc-needed
Reporter | ||
Comment 3•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=974af06fbc27
Reporter | ||
Comment 4•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=00ec4530de21
Reporter | ||
Comment 5•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3e37adb57f4c
Reporter | ||
Comment 6•9 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1848ec478987
Assignee | ||
Comment 7•7 years ago
|
||
IE no longer has this quirk either, which makes us the only implementation doing this.
Assignee | ||
Comment 8•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57184/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/57184/
Attachment #8759121 -
Flags: review?(cam)
Assignee | ||
Comment 9•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6b40a438dd31
Assignee: Ms2ger → bugzilla
Comment 10•7 years ago
|
||
Comment on attachment 8759121 [details] MozReview Request: Bug 648331 - Remove list item bullet size quirk. r?heycam https://reviewboard.mozilla.org/r/57184/#review56578
Attachment #8759121 -
Flags: review?(cam) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 11•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/948850b9dff58a9af4f8be529cd2638feb2571bb
Keywords: checkin-needed
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/948850b9dff5
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 13•7 years ago
|
||
Updated: https://developer.mozilla.org/en-US/docs/Mozilla/Mozilla_quirks_mode_behavior and https://developer.mozilla.org/en-US/Firefox/Releases/50#CSS
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•