Skip to content

Commit

Permalink
Add CSS.prototype.maskImage extern
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676018596
  • Loading branch information
Closure Team authored and copybara-github committed Sep 18, 2024
1 parent f2fa038 commit 9369428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions externs/browser/w3c_css.js
Original file line number Diff line number Diff line change
Expand Up @@ -2292,6 +2292,12 @@ CSSProperties.prototype.objectPosition;
*/
CSSProperties.prototype.clipPath;

/**
* @type {string}
* @see https://www.w3.org/TR/css-masking-1/
*/
CSSProperties.prototype.maskImage;

// CSS Containment

/**
Expand Down

0 comments on commit 9369428

Please sign in to comment.