mirror of
https://github.com/servo/servo.git
synced 2025-06-30 12:03:38 +01:00
style: Fix serialization order of the outline shorthand.
This is going to be tested in https://github.com/w3c/web-platform-tests/pull/10700. Bug: 1457652 Reviewed-by: xidorn MozReview-Commit-ID: 7Oi1it70YFw
This commit is contained in:
parent
361046d4fa
commit
6e3fa68f46
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<%namespace name="helpers" file="/helpers.mako.rs" />
|
||||
|
||||
<%helpers:shorthand name="outline"
|
||||
sub_properties="outline-width outline-style outline-color"
|
||||
sub_properties="outline-color outline-style outline-width"
|
||||
derive_serialize="True"
|
||||
spec="https://drafts.csswg.org/css-ui/#propdef-outline">
|
||||
use properties::longhands::{outline_color, outline_width, outline_style};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue