Skip to content

Commit dc5ed73

Browse files
Closure Teamcopybara-github
authored andcommitted
Add CSS property inset to the w3c_css.js externs.
PiperOrigin-RevId: 563568092
1 parent 6206b02 commit dc5ed73

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

externs/browser/w3c_css.js

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,48 @@ CSSProperties.prototype.gridTemplateRows;
15211521
*/
15221522
CSSProperties.prototype.height;
15231523

1524+
/**
1525+
* @type {string}
1526+
* @see https://drafts.csswg.org/css-logical/#propdef-inset
1527+
*/
1528+
CSSProperties.prototype.inset;
1529+
1530+
/**
1531+
* @type {string}
1532+
* @see https://drafts.csswg.org/css-logical/#position-properties
1533+
*/
1534+
CSSProperties.prototype.insetBlock;
1535+
1536+
/**
1537+
* @type {string}
1538+
* @see https://drafts.csswg.org/css-logical/#position-properties
1539+
*/
1540+
CSSProperties.prototype.insetBlockEnd;
1541+
1542+
/**
1543+
* @type {string}
1544+
* @see https://drafts.csswg.org/css-logical/#position-properties
1545+
*/
1546+
CSSProperties.prototype.insetBlockStart;
1547+
1548+
/**
1549+
* @type {string}
1550+
* @see https://drafts.csswg.org/css-logical/#position-properties
1551+
*/
1552+
CSSProperties.prototype.insetInline;
1553+
1554+
/**
1555+
* @type {string}
1556+
* @see https://drafts.csswg.org/css-logical/#position-properties
1557+
*/
1558+
CSSProperties.prototype.insetInlineEnd;
1559+
1560+
/**
1561+
* @type {string}
1562+
* @see https://drafts.csswg.org/css-logical/#position-properties
1563+
*/
1564+
CSSProperties.prototype.insetInlineStart;
1565+
15241566
/**
15251567
* @type {string}
15261568
* @see https://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html#propdef-left

0 commit comments

Comments
 (0)