Skip to content

Commit

Permalink
Enable CSSMaskingInterop by default
Browse files Browse the repository at this point in the history
This patch enables our unprefixed and updated css masking behavior.

Spec: https://drafts.fxtf.org/css-masking/#the-mask
Intent-to-ship: https://groups.google.com/a/chromium.org/g/blink-dev/c/ihw9gYY2ko0

Bug: 1418401
Change-Id: I00b5e672c4dc62c9f17d797c3632f0625d4d8bfe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4985827
Commit-Queue: Philip Rogers <pdr@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1216712}
  • Loading branch information
progers authored and Chromium LUCI CQ committed Oct 29, 2023
1 parent 9fa83be commit d86c9f2
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
// Tracking bug: https://crbug.com/1418401
// Spec: https://drafts.fxtf.org/css-masking/#the-mask
name: "CSSMaskingInterop",
status: "experimental",
status: "stable",
},
{
name: "CSSMixBlendModePlusLighter",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,14 @@ markerEnd
markerMid
markerStart
mask
maskClip
maskComposite
maskImage
maskMode
maskOrigin
maskPosition
maskRepeat
maskSize
maskType
mathDepth
mathShift
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ All changes to this list should go through Blink's feature review process: http:
-webkit-mask-box-image-slice
-webkit-mask-box-image-source
-webkit-mask-box-image-width
-webkit-mask-clip
-webkit-mask-composite
-webkit-mask-image
-webkit-mask-origin
-webkit-mask-position-x
-webkit-mask-position-y
-webkit-mask-repeat
-webkit-mask-size
-webkit-perspective-origin-x
-webkit-perspective-origin-y
-webkit-print-color-adjust
Expand Down Expand Up @@ -246,7 +240,13 @@ All changes to this list should go through Blink's feature review process: http:
marker-end
marker-mid
marker-start
mask
mask-clip
mask-composite
mask-image
mask-mode
mask-origin
mask-repeat
mask-size
mask-type
math-depth
math-shift
Expand Down Expand Up @@ -414,23 +414,12 @@ All changes to this list should go through Blink's feature review process: http:
break-before
-webkit-column-break-inside
break-inside
-webkit-mask
-webkit-mask-clip
-webkit-mask-image
-webkit-mask-origin
-webkit-mask-position-x
-webkit-mask-position-y
-webkit-mask-repeat
-webkit-mask-size
-webkit-mask-box-image
-webkit-mask-box-image-outset
-webkit-mask-box-image-repeat
-webkit-mask-box-image-slice
-webkit-mask-box-image-source
-webkit-mask-box-image-width
-webkit-mask-position
-webkit-mask-position-x
-webkit-mask-position-y
-webkit-text-stroke
-webkit-text-stroke-color
-webkit-text-stroke-width
Expand Down Expand Up @@ -683,6 +672,19 @@ All changes to this list should go through Blink's feature review process: http:
marker-end
marker-mid
marker-start
mask
-webkit-mask-position-x
-webkit-mask-position-y
mask-clip
mask-composite
mask-image
mask-mode
mask-origin
mask-repeat
mask-size
mask-position
-webkit-mask-position-x
-webkit-mask-position-y
offset
offset-anchor
offset-distance
Expand Down Expand Up @@ -927,6 +929,22 @@ All changes to this list should go through Blink's feature review process: http:
margin-inline-end
-webkit-margin-start
margin-inline-start
-webkit-mask
mask
-webkit-mask-clip
mask-clip
-webkit-mask-composite
mask-composite
-webkit-mask-image
mask-image
-webkit-mask-origin
mask-origin
-webkit-mask-position
mask-position
-webkit-mask-repeat
mask-repeat
-webkit-mask-size
mask-size
-webkit-max-logical-height
max-block-size
-webkit-max-logical-width
Expand Down

0 comments on commit d86c9f2

Please sign in to comment.