Closed
Bug 1401322
Opened 8 years ago
Closed 8 years ago
stylo: Handle quirks mode font base sizes
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox57 | --- | wontfix |
People
(Reporter: manishearth, Assigned: canova)
References
Details
Gecko uses a different base size table for this.
http://searchfox.org/mozilla-central/rev/1c13d5cf85f904afb8976c02a80daa252b893fca/layout/style/nsRuleNode.cpp#3303
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Priority: P3 → P4
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•8 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 2•8 years ago
|
||
Manish, can you weigh the risk/reward of an uplift here?
Flags: needinfo?(manishearth)
Reporter | ||
Comment 3•8 years ago
|
||
no risk.
meh reward.
Without this, quirks mode pages will look slightly different if they use `<font size=7>` or `font-size: small` for some sets of non-default base font size setting.
It's very hard to notice and probably not worth it.
Flags: needinfo?(manishearth)
Updated•8 years ago
|
status-firefox57:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•