File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -1521,6 +1521,48 @@ CSSProperties.prototype.gridTemplateRows;
1521
1521
*/
1522
1522
CSSProperties . prototype . height ;
1523
1523
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
+
1524
1566
/**
1525
1567
* @type {string }
1526
1568
* @see https://www.w3.org/TR/1998/REC-CSS2-19980512/visuren.html#propdef-left
You can’t perform that action at this time.
0 commit comments