Closed
Bug 1434724
Opened 7 years ago
Closed 7 years ago
'font-feature-settings: "vert" 0' gets serialized as '"vert" off' which means the same thing but is longer and disagrees with other browsers.
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: dholbert, Assigned: emilio)
References
Details
Attachments
(1 file)
(Spinning this off from bug 1434698)
STR:
1. Open https://jsfiddle.net/f956aoLm/
2. Open web console (Ctrl-Shift-K)
EXPECTED RESULTS:
web console should show: "vert" 0
ACTUAL RESULTS:
web console shows: "vert" off
REASONING:
- Web compatibility (Chrome, Edge, and Safari all do this)
- off and 0 are synonymous, and per https://github.com/w3c/csswg-drafts/issues/1564 there's a general principle that css syntax should be serialized using the shortest possible syntax. (And clearly "0" is shorter)
Assignee | ||
Comment 1•7 years ago
|
||
Will fix this as part of bug 1434692, while I'm at it.
Assignee: nobody → emilio
Comment 2•7 years ago
|
||
Comment on attachment 8947329 [details]
Fix computed value serialization of font-feature-settings.
Daniel Holbert [:dholbert] has approved the revision.
https://phabricator.services.mozilla.com/D539#11985
Attachment #8947329 -
Flags: review+
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/946b943acc04
Fix computed value serialization of font-feature-settings. r=dholbert
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•