mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Unprefix column-rule properties in servo side
This commit is contained in:
parent
bcf154d8e6
commit
2760e2bae6
3 changed files with 19 additions and 20 deletions
|
@ -2457,7 +2457,7 @@ clip-path
|
|||
</%self:impl_trait>
|
||||
|
||||
<%self:impl_trait style_struct_name="Column"
|
||||
skip_longhands="column-count column-gap -moz-column-rule-width">
|
||||
skip_longhands="column-count column-gap column-rule-width">
|
||||
|
||||
#[allow(unused_unsafe)]
|
||||
pub fn set_column_count(&mut self, v: longhands::column_count::computed_value::T) {
|
||||
|
@ -2484,7 +2484,7 @@ clip-path
|
|||
|
||||
<%call expr="impl_coord_copy('column_gap', 'mColumnGap')"></%call>
|
||||
|
||||
<% impl_app_units("_moz_column_rule_width", "mColumnRuleWidth", need_clone=True,
|
||||
<% impl_app_units("column_rule_width", "mColumnRuleWidth", need_clone=True,
|
||||
round_to_pixels=True) %>
|
||||
</%self:impl_trait>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue