Closed Bug 1434724 Opened 6 years ago Closed 6 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)

57 Branch
defect
Not set
normal

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)
Will fix this as part of bug 1434692, while I'm at it.
Assignee: nobody → emilio
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+
Blocks: 1434924
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/946b943acc04
Fix computed value serialization of font-feature-settings. r=dholbert
https://hg.mozilla.org/mozilla-central/rev/946b943acc04
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: