mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
style: Get rid of parse_specified.
It has a single use, and I don't think we should use it in the future.
This commit is contained in:
parent
693c3dcfb2
commit
7adad61db8
3 changed files with 39 additions and 30 deletions
|
@ -160,6 +160,11 @@ ${helpers.predefined_type("order", "Integer", "0",
|
|||
animation_value_type="ComputedValue",
|
||||
spec="https://drafts.csswg.org/css-flexbox/#order-property")}
|
||||
|
||||
// FIXME(emilio): All the sizes stuff, and the MozLength values should be
|
||||
// unified with Servo, or at least be less hacky.
|
||||
//
|
||||
// The block direction ones don't even accept extremum lengths during parsing,
|
||||
// and should be converted to just LengthOrPercentage.
|
||||
% if product == "gecko":
|
||||
// FIXME: Gecko doesn't support content value yet.
|
||||
${helpers.gecko_size_type("flex-basis", "MozLength", "auto()",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue