mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
issue #908 - implement missing parts of CSS mask
This commit is contained in:
parent
7b5e5f85de
commit
b5376e63c5
28 changed files with 574 additions and 449 deletions
|
|
@ -784,12 +784,10 @@ PropertySupportsVariant(nsCSSPropertyID aPropertyID, uint32_t aVariant)
|
|||
case eCSSProperty_background_position_x:
|
||||
case eCSSProperty_background_position_y:
|
||||
case eCSSProperty_background_size:
|
||||
#ifdef MOZ_ENABLE_MASK_AS_SHORTHAND
|
||||
case eCSSProperty_mask_position:
|
||||
case eCSSProperty_mask_position_x:
|
||||
case eCSSProperty_mask_position_y:
|
||||
case eCSSProperty_mask_size:
|
||||
#endif
|
||||
case eCSSProperty_grid_auto_columns:
|
||||
case eCSSProperty_grid_auto_rows:
|
||||
case eCSSProperty_grid_template_columns:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue