Closed
Bug 771678
Opened 12 years ago
Closed 12 years ago
[css3-values] unprefix calc()
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: dbaron, Assigned: dbaron)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
94.48 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
According to http://msdn.microsoft.com/en-us/library/ms537660%28v=vs.85%29.aspx and other sources, IE9 shipped with support for calc() unprefixed. We should unprefix our support as well.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dbaron
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Passed try, Linux debug.
Attachment #640959 -
Flags: review?(bzbarsky)
Updated•12 years ago
|
Keywords: dev-doc-needed
Comment 2•12 years ago
|
||
Comment on attachment 640959 [details] [diff] [review]
patch
r=me
Attachment #640959 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Flags: in-testsuite+
Priority: -- → P3
Target Milestone: --- → mozilla16
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
Updated https://developer-new.mozilla.org/en-US/docs/CSS/calc
(and https://developer-new.mozilla.org/en-US/docs/Firefox_16_for_developers )
As there are three independent implementations, I plan to remove the "experimental" banner once the spec goes to CR, even if the feature is marked 'at risk' in it.
(For the moment the changes are only visible in developer-new, until Kuma goes live)
Keywords: dev-doc-needed → dev-doc-complete
Comment 6•8 years ago
|
||
David, do you think it's time to completely remove '-moz-calc' prefix from the tree ? I'm happy to follow up the removal if necessary.
http://searchfox.org/mozilla-central/search?q=moz-calc
Flags: needinfo?(dbaron)
Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Astley Chen [:astley] UTC+8 from comment #6)
> David, do you think it's time to completely remove '-moz-calc' prefix from
> the tree ? I'm happy to follow up the removal if necessary.
>
> http://searchfox.org/mozilla-central/search?q=moz-calc
Yes. If you can file a followup bug on this, that would be great.
Flags: needinfo?(dbaron)
You need to log in
before you can comment on or make changes to this bug.
Description
•