Skip to content

Commit

Permalink
Added typings for colorScheme property.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708220098
  • Loading branch information
Closure Team authored and lauraharker committed Dec 20, 2024
1 parent f969c32 commit 6fbe2aa
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 @@ -1293,6 +1293,12 @@ CSSProperties.prototype.clip;
*/
CSSProperties.prototype.color;

/**
* @type {string}
* @see https://drafts.csswg.org/css-color-adjust/#color-scheme-prop
*/
CSSProperties.prototype.colorScheme;

/**
* @type {string}
* @see http://www.w3.org/TR/css-contain-2/#contain-property
Expand Down

0 comments on commit 6fbe2aa

Please sign in to comment.