mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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",
|
||||
"-webkit-font-feature-settings",
|
||||
"-webkit-user-drag",
|
||||
"-webkit-clip-path",
|
||||
"orphans",
|
||||
"widows",
|
||||
"-webkit-user-modify",
|
||||
|
|
|
@ -80,6 +80,7 @@ ${helpers.predefined_type(
|
|||
"basic_shape::ClipPath",
|
||||
"generics::basic_shape::ClipPath::None",
|
||||
engines="gecko",
|
||||
extra_prefixes="webkit",
|
||||
animation_value_type="basic_shape::ClipPath",
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-clip-path",
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue