Closed
Bug 648331
Opened 14 years ago
Closed 8 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•13 years ago
|
Blocks: quirks-mode-spec
> WebKit doesn't have this quirk
Opera removed that quirk (tested with version 12)
(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•11 years ago
|
Assignee: nobody → Ms2ger
Flags: needinfo?(Ms2ger)
Keywords: dev-doc-needed
Reporter | ||
Comment 3•10 years ago
|
||
Reporter | ||
Comment 4•10 years ago
|
||
Reporter | ||
Comment 5•10 years ago
|
||
Reporter | ||
Comment 6•10 years ago
|
||
Assignee | ||
Comment 7•8 years ago
|
||
IE no longer has this quirk either, which makes us the only implementation doing this.
Assignee | ||
Comment 8•8 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•8 years ago
|
||
Assignee: Ms2ger → bugzilla
Comment 10•8 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•8 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 11•8 years ago
|
||
Keywords: checkin-needed
Comment 12•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 13•8 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
•