Closed
Bug 957833
Opened 11 years ago
Closed 11 years ago
ship CSS Variables (that is, enable the preference)
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: heycam, Assigned: heycam)
References
Details
(Keywords: dev-doc-complete, feature, Whiteboard: [qa-])
Attachments
(1 file)
(deleted),
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
Blink is the only other implementation of Variables currently, and they don't do variable fallback yet. I guess we should wait.
Also we maybe should wait until we implement the CSSVariableMap part of the spec, which we don't yet.
Updated•11 years ago
|
Severity: normal → enhancement
Updated•11 years ago
|
Updated•11 years ago
|
Keywords: dev-doc-needed
Comment 1•11 years ago
|
||
Bug 950501 will probably resolve through spec, nevertheless IMHO this is a prerequesite before enabling. What about Bug 950264, Bug 950381, Bug 952338?
Also: Adding Bug 773296 for good measure.
(In reply to Cameron McCormack (:heycam) (away 24–25 Feb) from comment #0)
> Also we maybe should wait until we implement the CSSVariableMap part of the
> spec, which we don't yet.
Is there a bug on file yet?
Comment 2•11 years ago
|
||
The working group agreed to take the spec to CR:
http://lists.w3.org/Archives/Public/www-style/2014Jan/0604.html
although it hasn't happened yet.
We should try to get this shipped sooner rather than later.
Summary: unpref CSS Variables → ship CSS Variables (that is, enable the preference)
Assignee | ||
Comment 3•11 years ago
|
||
I agree. I spoke to Tab about Blink removing their implementation for the time being, and whether that should influence our decision to ship, and he was fine with us shipping. Bug 950436 should be fixed first, though. Let's not implement the CSSVariableMap stuff; I've indicated on www-style that I don't think we need it, and the [MapClass] stuff is going to be changed in Web IDL anyway.
Assignee | ||
Comment 4•11 years ago
|
||
Intent to ship email: https://groups.google.com/forum/#!topic/mozilla.dev.platform/wlc4FhqZBXA
Comment 5•11 years ago
|
||
Comment on attachment 8392760 [details] [diff] [review]
patch
r=dbaron
Can you track making sure Tab makes the spec edit for what goes insde var() functions, so that that doesn't get dropped?
Attachment #8392760 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 6•11 years ago
|
||
The spec has already been changed to use <custom-property-name> in the syntax for var().
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Florin, please make sure this gets assigned to the appropriate person for testing before release.
QA Contact: florin.mezei
Whiteboard: [qa+]
Comment 10•11 years ago
|
||
Adding appropriate flag nominations so this can be tracked by QA and RelMan.
Comment 12•11 years ago
|
||
(In reply to Benjamin Kerensa [:bkerensa] from comment #11)
> I assume we will also want to relnote this?
The flag is already set to relnote-firefox?
Comment 14•11 years ago
|
||
I see all bugs that this depends on are already covered automatically. Is there anything needed from the Manual side?
Flags: needinfo?(cam)
Assignee | ||
Comment 16•11 years ago
|
||
Don't think any manual testing is required, thanks Florin.
Flags: needinfo?(cam)
Updated•11 years ago
|
Whiteboard: [qa+] → [qa-]
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•