mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add spec links for mask properties
This commit is contained in:
parent
3128694bff
commit
fdd6a409fb
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
<%helpers:shorthand name="mask" products="gecko"
|
||||
sub_properties="mask-mode mask-repeat mask-clip mask-origin mask-composite mask-position
|
||||
mask-size mask-image">
|
||||
mask-size mask-image"
|
||||
spec="https://drafts.fxtf.org/css-masking/#propdef-mask">
|
||||
use properties::longhands::{mask_mode, mask_repeat, mask_clip, mask_origin, mask_composite, mask_position};
|
||||
use properties::longhands::{mask_size, mask_image};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue