mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Make most background- properties handle arrays
This commit is contained in:
parent
ce9640a48e
commit
65a8a8dccb
4 changed files with 72 additions and 67 deletions
|
@ -285,9 +285,6 @@
|
|||
}
|
||||
</%def>
|
||||
|
||||
<%def name="maybe_vector_longhand(name, maybe, **kwargs)">
|
||||
|
||||
</%def>
|
||||
<%def name="single_keyword(name, values, vector=False, **kwargs)">
|
||||
<%call expr="single_keyword_computed(name, values, vector, **kwargs)">
|
||||
use values::computed::ComputedValueAsSpecified;
|
||||
|
@ -304,7 +301,7 @@
|
|||
'extra_gecko_values', 'extra_servo_values',
|
||||
]}
|
||||
%>
|
||||
|
||||
|
||||
<%def name="inner_body()">
|
||||
pub use self::computed_value::T as SpecifiedValue;
|
||||
pub mod computed_value {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue