Open
Bug 585831
Opened 14 years ago
Updated 2 years ago
Transitions of letter-spacing, word-spacing, line-height, and -moz-column-gap should support 'normal'
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: zwol, Unassigned)
Details
(Keywords: dev-doc-needed)
There are four "coord" properties whose specified value can be 'normal': letter-spacing, word-spacing, line-height, and -moz-column-gap. We should support transitions from/to 'normal' for these properties (currently we don't). It looks easy for letter-spacing and word-spacing (treat as a transition from/to zero) but I'm not sure about line-height and -moz-column-gap.
Updated•13 years ago
|
Keywords: dev-doc-needed
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•