Skip to content

Commit

Permalink
Add CSS property inset to the w3c_css.js externs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563568092
  • Loading branch information
Closure Team authored and copybara-github committed Sep 7, 2023
1 parent 6206b02 commit dc5ed73
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions externs/browser/w3c_css.js
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,48 @@ CSSProperties.prototype.gridTemplateRows;
*/
CSSProperties.prototype.height;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#propdef-inset
*/
CSSProperties.prototype.inset;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetBlock;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetBlockEnd;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetBlockStart;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetInline;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetInlineEnd;

/**
* @type {string}
* @see https://drafts.csswg.org/css-logical/#position-properties
*/
CSSProperties.prototype.insetInlineStart;

/**
* @type {string}
* @see https://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html#propdef-left
Expand Down

0 comments on commit dc5ed73

Please sign in to comment.