mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Alias -webkit-clip-path to clip-path for webcompat
Differential Revision: https://phabricator.services.mozilla.com/D162674
This commit is contained in:
parent
cc30a418a3
commit
62dddfb2a6
2 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,6 @@ COUNTED_UNKNOWN_PROPERTIES = [
|
||||||
"text-size-adjust",
|
"text-size-adjust",
|
||||||
"-webkit-font-feature-settings",
|
"-webkit-font-feature-settings",
|
||||||
"-webkit-user-drag",
|
"-webkit-user-drag",
|
||||||
"-webkit-clip-path",
|
|
||||||
"orphans",
|
"orphans",
|
||||||
"widows",
|
"widows",
|
||||||
"-webkit-user-modify",
|
"-webkit-user-modify",
|
||||||
|
|
|
@ -80,6 +80,7 @@ ${helpers.predefined_type(
|
||||||
"basic_shape::ClipPath",
|
"basic_shape::ClipPath",
|
||||||
"generics::basic_shape::ClipPath::None",
|
"generics::basic_shape::ClipPath::None",
|
||||||
engines="gecko",
|
engines="gecko",
|
||||||
|
extra_prefixes="webkit",
|
||||||
animation_value_type="basic_shape::ClipPath",
|
animation_value_type="basic_shape::ClipPath",
|
||||||
spec="https://drafts.fxtf.org/css-masking/#propdef-clip-path",
|
spec="https://drafts.fxtf.org/css-masking/#propdef-clip-path",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue