Closed
Bug 1150476
Opened 10 years ago
Closed 10 years ago
Unordered lists are displayed as ordered lists
Categories
(Toolkit :: Reader Mode, defect)
Toolkit
Reader Mode
Tracking
()
People
(Reporter: agibson, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.33 KB,
patch
|
Sylvestre
:
approval-mozilla-aurora+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
STR:
1.) In Nightly, visit: http://alistapart.com/article/taminglists/#figure1
2.) Click the Reader View icon in the address bar.
3.) In Reader View scroll down to #figure1
Expected results:
The unordered list items should be preceded by a disc.
Actual Results:
The unordered list items and ordered numerically.
As pointed out in the original GitHub issue I opened [1], it looks lime there is a typo in the Reader View CSS style sheet:
.content ul {
list-style: outside none disk;
}
should in fact be:
.content ul {
list-style: outside none disc;
}
[1] https://github.com/mozilla/readability/issues/93
Assignee | ||
Comment 1•10 years ago
|
||
I was cheeky and just landed this because, srsly. :-)
remote: https://hg.mozilla.org/integration/fx-team/rev/19c7476c47de
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Iteration: --- → 40.1 - 13 Apr
Points: --- → 1
Flags: qe-verify-
Flags: in-testsuite-
Flags: firefox-backlog+
Hardware: x86 → All
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Comment 3•10 years ago
|
||
Approval Request Comment
[Feature/regressing bug #]: reader view
[User impact if declined]: wrong bullet styles in reader view
[Describe test coverage new/current, TreeHerder]: landed on nightly
[Risks and why]: low-risk simple CSS change
[String/UUID change made/needed]: none
Attachment #8588100 -
Flags: approval-mozilla-beta?
Attachment #8588100 -
Flags: approval-mozilla-aurora?
Comment 4•10 years ago
|
||
Comment on attachment 8588100 [details] [diff] [review]
fix silly typo in list styles
should be in 38 beta 2
Attachment #8588100 -
Flags: approval-mozilla-beta?
Attachment #8588100 -
Flags: approval-mozilla-beta+
Attachment #8588100 -
Flags: approval-mozilla-aurora?
Attachment #8588100 -
Flags: approval-mozilla-aurora+
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•