mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename ALIAS_PROPERTY with SHORTHAND_ALIAS_PROPERTY to prevent confusion
This commit is contained in:
parent
9c9bd17871
commit
e1053f2c71
3 changed files with 6 additions and 6 deletions
|
@ -482,7 +482,7 @@ impl ToCss for PropertyDeclarationBlock {
|
|||
// Substeps 7 and 8
|
||||
// We need to check the shorthand whether it's an alias property or not.
|
||||
// If it's an alias property, it should be serialized like its longhand.
|
||||
if shorthand.flags().contains(ALIAS_PROPERTY) {
|
||||
if shorthand.flags().contains(SHORTHAND_ALIAS_PROPERTY) {
|
||||
append_serialization::<_, Cloned<slice::Iter< _>>, _>(
|
||||
dest,
|
||||
&property,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue