Closed
Bug 1199008
Opened 10 years ago
Closed 10 years ago
Replace templates related to CSS computed value by one that makes use of the JSON DB
Categories
(Developer Documentation Graveyard :: Macros/Templates, enhancement, P2)
Developer Documentation Graveyard
Macros/Templates
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sebo, Assigned: sebo)
References
()
Details
The different templates that are used to define the computed value on or read it from https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_values_serialization should be replaced by a template making use of the CSSData JSON template. The related templates are:
csscomputedasspecifieddef
csscomputedcolordef
csscomputeddef
csscomputedenddef
csscomputedshorthand
csscomputedstartdef
Sebastian
| Assignee | ||
Comment 1•10 years ago
|
||
Instead of creating a new template the logic was added to 'cssinfo', which is used to output all general info about CSS properties and descriptors.
Sebastian
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•