@pandacss/types 0.0.0-dev-20230331162939 → 0.0.0-dev-20230402115615
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/csstype.d.ts +1130 -638
- package/package.json +2 -2
package/dist/csstype.d.ts
CHANGED
|
@@ -89,9 +89,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
89
89
|
*
|
|
90
90
|
* **Initial value**: `replace`
|
|
91
91
|
*
|
|
92
|
-
* | Chrome
|
|
93
|
-
* |
|
|
94
|
-
* |
|
|
92
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
93
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
94
|
+
* | **112** | n/a | **16** | n/a | No |
|
|
95
95
|
*
|
|
96
96
|
* @see https://developer.mozilla.org/docs/Web/CSS/animation-composition
|
|
97
97
|
*/
|
|
@@ -172,7 +172,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
172
172
|
*/
|
|
173
173
|
animationIterationCount?: Property.AnimationIterationCount | undefined;
|
|
174
174
|
/**
|
|
175
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
175
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
176
176
|
*
|
|
177
177
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
178
178
|
*
|
|
@@ -202,7 +202,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
202
202
|
*/
|
|
203
203
|
animationPlayState?: Property.AnimationPlayState | undefined;
|
|
204
204
|
/**
|
|
205
|
-
* The **`animation-timeline`** CSS property specifies the
|
|
205
|
+
* The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
|
|
206
206
|
*
|
|
207
207
|
* **Syntax**: `<single-animation-timeline>#`
|
|
208
208
|
*
|
|
@@ -231,7 +231,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
231
231
|
*/
|
|
232
232
|
animationTimingFunction?: Property.AnimationTimingFunction | undefined;
|
|
233
233
|
/**
|
|
234
|
-
* The **`appearance`** CSS property is used to
|
|
234
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
235
235
|
*
|
|
236
236
|
* **Syntax**: `none | auto | textfield | menulist-button | <compat-auto>`
|
|
237
237
|
*
|
|
@@ -705,7 +705,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
705
705
|
*/
|
|
706
706
|
borderImageOutset?: Property.BorderImageOutset<TLength> | undefined;
|
|
707
707
|
/**
|
|
708
|
-
* The **`border-image-repeat`** CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's border image.
|
|
708
|
+
* The **`border-image-repeat`** CSS property defines how the edge regions and middle region of a source image are adjusted to fit the dimensions of an element's border image. The middle region can be displayed by using the keyword "fill" in the border-image-slice property.
|
|
709
709
|
*
|
|
710
710
|
* **Syntax**: `[ stretch | repeat | round | space ]{1,2}`
|
|
711
711
|
*
|
|
@@ -976,7 +976,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
976
976
|
*/
|
|
977
977
|
borderRightWidth?: Property.BorderRightWidth<TLength> | undefined;
|
|
978
978
|
/**
|
|
979
|
-
* The **`border-spacing`** CSS property sets the distance between the borders of adjacent `<table
|
|
979
|
+
* The **`border-spacing`** CSS property sets the distance between the borders of adjacent cells in a `<table>`. This property applies only when `border-collapse` is `separate`.
|
|
980
980
|
*
|
|
981
981
|
* **Syntax**: `<length> <length>?`
|
|
982
982
|
*
|
|
@@ -1217,6 +1217,12 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1217
1217
|
* @see https://developer.mozilla.org/docs/Web/CSS/caret-color
|
|
1218
1218
|
*/
|
|
1219
1219
|
caretColor?: Property.CaretColor | undefined;
|
|
1220
|
+
/**
|
|
1221
|
+
* **Syntax**: `auto | bar | block | underscore`
|
|
1222
|
+
*
|
|
1223
|
+
* **Initial value**: `auto`
|
|
1224
|
+
*/
|
|
1225
|
+
caretShape?: Property.CaretShape | undefined;
|
|
1220
1226
|
/**
|
|
1221
1227
|
* The **`clear`** CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The `clear` property applies to floating and non-floating elements.
|
|
1222
1228
|
*
|
|
@@ -1247,7 +1253,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1247
1253
|
*/
|
|
1248
1254
|
clipPath?: Property.ClipPath | undefined;
|
|
1249
1255
|
/**
|
|
1250
|
-
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the
|
|
1256
|
+
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `currentcolor` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.
|
|
1251
1257
|
*
|
|
1252
1258
|
* **Syntax**: `<color>`
|
|
1253
1259
|
*
|
|
@@ -1409,7 +1415,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1409
1415
|
*/
|
|
1410
1416
|
columnWidth?: Property.ColumnWidth<TLength> | undefined;
|
|
1411
1417
|
/**
|
|
1412
|
-
* The **`contain`** CSS property
|
|
1418
|
+
* The **`contain`** CSS property indicates that an element and its contents are, as much as possible, independent from the rest of the document tree. Containment enables isolating a subsection of the DOM, providing performance benefits by limiting calculations of layout, style, paint, size, or any combination to a DOM subtree rather than the entire page. Containment can also be used to scope CSS counters and quotes.
|
|
1413
1419
|
*
|
|
1414
1420
|
* **Syntax**: `none | strict | content | [ [ size || inline-size ] || layout || style || paint ]`
|
|
1415
1421
|
*
|
|
@@ -1422,6 +1428,90 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1422
1428
|
* @see https://developer.mozilla.org/docs/Web/CSS/contain
|
|
1423
1429
|
*/
|
|
1424
1430
|
contain?: Property.Contain | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* The **`contain-intrinsic-block-size`** CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.
|
|
1433
|
+
*
|
|
1434
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
1435
|
+
*
|
|
1436
|
+
* **Initial value**: `none`
|
|
1437
|
+
*
|
|
1438
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1439
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1440
|
+
* | **95** | **107** | No | n/a | No |
|
|
1441
|
+
*
|
|
1442
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-block-size
|
|
1443
|
+
*/
|
|
1444
|
+
containIntrinsicBlockSize?: Property.ContainIntrinsicBlockSize<TLength> | undefined;
|
|
1445
|
+
/**
|
|
1446
|
+
* The **`contain-intrinsic-length`** CSS property sets the height of an element that a browser can use for layout when the element is subject to size containment.
|
|
1447
|
+
*
|
|
1448
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
1449
|
+
*
|
|
1450
|
+
* **Initial value**: `none`
|
|
1451
|
+
*
|
|
1452
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1453
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1454
|
+
* | **83** | **107** | No | n/a | No |
|
|
1455
|
+
*
|
|
1456
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
|
|
1457
|
+
*/
|
|
1458
|
+
containIntrinsicHeight?: Property.ContainIntrinsicHeight<TLength> | undefined;
|
|
1459
|
+
/**
|
|
1460
|
+
* The **`contain-intrinsic-inline-size`** CSS logical property defines the inline-size of an element that a browser can use for layout when the element is subject to size containment.
|
|
1461
|
+
*
|
|
1462
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
1463
|
+
*
|
|
1464
|
+
* **Initial value**: `none`
|
|
1465
|
+
*
|
|
1466
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1467
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1468
|
+
* | **95** | **107** | No | n/a | No |
|
|
1469
|
+
*
|
|
1470
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-inline-size
|
|
1471
|
+
*/
|
|
1472
|
+
containIntrinsicInlineSize?: Property.ContainIntrinsicInlineSize<TLength> | undefined;
|
|
1473
|
+
/**
|
|
1474
|
+
* The **`contain-intrinsic-width`** CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.
|
|
1475
|
+
*
|
|
1476
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
1477
|
+
*
|
|
1478
|
+
* **Initial value**: `none`
|
|
1479
|
+
*
|
|
1480
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1481
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1482
|
+
* | **83** | **107** | No | n/a | No |
|
|
1483
|
+
*
|
|
1484
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
|
|
1485
|
+
*/
|
|
1486
|
+
containIntrinsicWidth?: Property.ContainIntrinsicWidth<TLength> | undefined;
|
|
1487
|
+
/**
|
|
1488
|
+
* The **container-name** CSS property specifies a list of query container names used by the @container at-rule in a container query. A container query will apply styles to elements based on the size of the nearest ancestor with a containment context. When a containment context is given a name, it can be specifically targeted using the `@container` at-rule instead of the nearest ancestor with containment.
|
|
1489
|
+
*
|
|
1490
|
+
* **Syntax**: `none | <custom-ident>+`
|
|
1491
|
+
*
|
|
1492
|
+
* **Initial value**: `none`
|
|
1493
|
+
*
|
|
1494
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1495
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
1496
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
1497
|
+
*
|
|
1498
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container-name
|
|
1499
|
+
*/
|
|
1500
|
+
containerName?: Property.ContainerName | undefined;
|
|
1501
|
+
/**
|
|
1502
|
+
* The **container-type** CSS property is used to define the type of containment used in a container query.
|
|
1503
|
+
*
|
|
1504
|
+
* **Syntax**: `normal | size | inline-size`
|
|
1505
|
+
*
|
|
1506
|
+
* **Initial value**: `normal`
|
|
1507
|
+
*
|
|
1508
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1509
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
1510
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
1511
|
+
*
|
|
1512
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container-type
|
|
1513
|
+
*/
|
|
1514
|
+
containerType?: Property.ContainerType | undefined;
|
|
1425
1515
|
/**
|
|
1426
1516
|
* The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements**.
|
|
1427
1517
|
*
|
|
@@ -1437,7 +1527,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1437
1527
|
*/
|
|
1438
1528
|
content?: Property.Content | undefined;
|
|
1439
1529
|
/**
|
|
1440
|
-
* The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed.
|
|
1530
|
+
* The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. It enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.
|
|
1441
1531
|
*
|
|
1442
1532
|
* **Syntax**: `visible | auto | hidden`
|
|
1443
1533
|
*
|
|
@@ -1445,7 +1535,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1445
1535
|
*
|
|
1446
1536
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1447
1537
|
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1448
|
-
* | **85** |
|
|
1538
|
+
* | **85** | n/a | No | n/a | No |
|
|
1449
1539
|
*
|
|
1450
1540
|
* @see https://developer.mozilla.org/docs/Web/CSS/content-visibility
|
|
1451
1541
|
*/
|
|
@@ -1725,6 +1815,18 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1725
1815
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing
|
|
1726
1816
|
*/
|
|
1727
1817
|
fontOpticalSizing?: Property.FontOpticalSizing | undefined;
|
|
1818
|
+
/**
|
|
1819
|
+
* **Syntax**: `normal | light | dark | <palette-identifier>`
|
|
1820
|
+
*
|
|
1821
|
+
* **Initial value**: `normal`
|
|
1822
|
+
*
|
|
1823
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1824
|
+
* | :-----: | :-----: | :------: | :--: | :-: |
|
|
1825
|
+
* | **101** | **107** | **15.4** | n/a | No |
|
|
1826
|
+
*
|
|
1827
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-palette
|
|
1828
|
+
*/
|
|
1829
|
+
fontPalette?: Property.FontPalette | undefined;
|
|
1728
1830
|
/**
|
|
1729
1831
|
* The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.
|
|
1730
1832
|
*
|
|
@@ -1746,9 +1848,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1746
1848
|
*
|
|
1747
1849
|
* **Initial value**: `none`
|
|
1748
1850
|
*
|
|
1749
|
-
* | Chrome | Firefox |
|
|
1750
|
-
* | :----: | :-----: |
|
|
1751
|
-
* | No | **3** |
|
|
1851
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1852
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
1853
|
+
* | No | **3** | **16.4** | n/a | No |
|
|
1752
1854
|
*
|
|
1753
1855
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-size-adjust
|
|
1754
1856
|
*/
|
|
@@ -1865,6 +1967,18 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
1865
1967
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
|
|
1866
1968
|
*/
|
|
1867
1969
|
fontVariantEastAsian?: Property.FontVariantEastAsian | undefined;
|
|
1970
|
+
/**
|
|
1971
|
+
* **Syntax**: `normal | text | emoji | unicode`
|
|
1972
|
+
*
|
|
1973
|
+
* **Initial value**: `normal`
|
|
1974
|
+
*
|
|
1975
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
1976
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
1977
|
+
* | No | **108** | No | n/a | No |
|
|
1978
|
+
*
|
|
1979
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-variant-emoji
|
|
1980
|
+
*/
|
|
1981
|
+
fontVariantEmoji?: Property.FontVariantEmoji | undefined;
|
|
1868
1982
|
/**
|
|
1869
1983
|
* The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.
|
|
1870
1984
|
*
|
|
@@ -2126,13 +2240,26 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2126
2240
|
*
|
|
2127
2241
|
* **Initial value**: `auto`
|
|
2128
2242
|
*
|
|
2129
|
-
* |
|
|
2130
|
-
* |
|
|
2131
|
-
* | **
|
|
2243
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2244
|
+
* | :-----: | :-----: | :-----------: | :--: | :-: |
|
|
2245
|
+
* | **106** | **98** | **5.1** _-x-_ | n/a | No |
|
|
2246
|
+
* | 6 _-x-_ | | | | |
|
|
2132
2247
|
*
|
|
2133
2248
|
* @see https://developer.mozilla.org/docs/Web/CSS/hyphenate-character
|
|
2134
2249
|
*/
|
|
2135
2250
|
hyphenateCharacter?: Property.HyphenateCharacter | undefined;
|
|
2251
|
+
/**
|
|
2252
|
+
* The **`hyphenate-limit-chars`** CSS property specifies the minimum word length to allow hyphenation of words as well as the the minimum number of characters before and after the hyphen.
|
|
2253
|
+
*
|
|
2254
|
+
* **Syntax**: `[ auto | <integer> ]{1,3}`
|
|
2255
|
+
*
|
|
2256
|
+
* **Initial value**: `auto`
|
|
2257
|
+
*
|
|
2258
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2259
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
2260
|
+
* | **109** | No | No | n/a | No |
|
|
2261
|
+
*/
|
|
2262
|
+
hyphenateLimitChars?: Property.HyphenateLimitChars | undefined;
|
|
2136
2263
|
/**
|
|
2137
2264
|
* The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.
|
|
2138
2265
|
*
|
|
@@ -2189,9 +2316,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2189
2316
|
*
|
|
2190
2317
|
* **Initial value**: `normal`
|
|
2191
2318
|
*
|
|
2192
|
-
* | Chrome
|
|
2193
|
-
* |
|
|
2194
|
-
* |
|
|
2319
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2320
|
+
* | :-----: | :-----: | :---------: | :--: | :-: |
|
|
2321
|
+
* | **110** | No | **9** _-x-_ | n/a | No |
|
|
2195
2322
|
*
|
|
2196
2323
|
* @see https://developer.mozilla.org/docs/Web/CSS/initial-letter
|
|
2197
2324
|
*/
|
|
@@ -2216,34 +2343,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2216
2343
|
* **Initial value**: `auto`
|
|
2217
2344
|
*/
|
|
2218
2345
|
inputSecurity?: Property.InputSecurity | undefined;
|
|
2219
|
-
/**
|
|
2220
|
-
* The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
|
|
2221
|
-
*
|
|
2222
|
-
* **Syntax**: `<'top'>{1,4}`
|
|
2223
|
-
*
|
|
2224
|
-
* **Initial value**: `auto`
|
|
2225
|
-
*
|
|
2226
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2227
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2228
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
2229
|
-
*
|
|
2230
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset
|
|
2231
|
-
*/
|
|
2232
|
-
inset?: Property.Inset<TLength> | undefined;
|
|
2233
|
-
/**
|
|
2234
|
-
* The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
2235
|
-
*
|
|
2236
|
-
* **Syntax**: `<'top'>{1,2}`
|
|
2237
|
-
*
|
|
2238
|
-
* **Initial value**: `auto`
|
|
2239
|
-
*
|
|
2240
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2241
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2242
|
-
* | **87** | **63** | **14.1** | n/a | No |
|
|
2243
|
-
*
|
|
2244
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block
|
|
2245
|
-
*/
|
|
2246
|
-
insetBlock?: Property.InsetBlock<TLength> | undefined;
|
|
2247
2346
|
/**
|
|
2248
2347
|
* The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
2249
2348
|
*
|
|
@@ -2272,20 +2371,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2272
2371
|
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block-start
|
|
2273
2372
|
*/
|
|
2274
2373
|
insetBlockStart?: Property.InsetBlockStart<TLength> | undefined;
|
|
2275
|
-
/**
|
|
2276
|
-
* The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
2277
|
-
*
|
|
2278
|
-
* **Syntax**: `<'top'>{1,2}`
|
|
2279
|
-
*
|
|
2280
|
-
* **Initial value**: `auto`
|
|
2281
|
-
*
|
|
2282
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2283
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2284
|
-
* | **87** | **63** | **14.1** | n/a | No |
|
|
2285
|
-
*
|
|
2286
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset-inline
|
|
2287
|
-
*/
|
|
2288
|
-
insetInline?: Property.InsetInline<TLength> | undefined;
|
|
2289
2374
|
/**
|
|
2290
2375
|
* The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
2291
2376
|
*
|
|
@@ -2498,20 +2583,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2498
2583
|
* @see https://developer.mozilla.org/docs/Web/CSS/list-style-type
|
|
2499
2584
|
*/
|
|
2500
2585
|
listStyleType?: Property.ListStyleType | undefined;
|
|
2501
|
-
/**
|
|
2502
|
-
* The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
2503
|
-
*
|
|
2504
|
-
* **Syntax**: `<'margin-left'>{1,2}`
|
|
2505
|
-
*
|
|
2506
|
-
* **Initial value**: `0`
|
|
2507
|
-
*
|
|
2508
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2509
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2510
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
2511
|
-
*
|
|
2512
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/margin-block
|
|
2513
|
-
*/
|
|
2514
|
-
marginBlock?: Property.MarginBlock<TLength> | undefined;
|
|
2515
2586
|
/**
|
|
2516
2587
|
* The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.
|
|
2517
2588
|
*
|
|
@@ -2554,20 +2625,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2554
2625
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin-bottom
|
|
2555
2626
|
*/
|
|
2556
2627
|
marginBottom?: Property.MarginBottom<TLength> | undefined;
|
|
2557
|
-
/**
|
|
2558
|
-
* The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
2559
|
-
*
|
|
2560
|
-
* **Syntax**: `<'margin-left'>{1,2}`
|
|
2561
|
-
*
|
|
2562
|
-
* **Initial value**: `0`
|
|
2563
|
-
*
|
|
2564
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2565
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2566
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
2567
|
-
*
|
|
2568
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/margin-inline
|
|
2569
|
-
*/
|
|
2570
|
-
marginInline?: Property.MarginInline<TLength> | undefined;
|
|
2571
2628
|
/**
|
|
2572
2629
|
* The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
2573
2630
|
*
|
|
@@ -2640,6 +2697,20 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2640
2697
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin-top
|
|
2641
2698
|
*/
|
|
2642
2699
|
marginTop?: Property.MarginTop<TLength> | undefined;
|
|
2700
|
+
/**
|
|
2701
|
+
* The `margin-trim` property allows the container to trim the margins of its children where they adjoin the container's edges.
|
|
2702
|
+
*
|
|
2703
|
+
* **Syntax**: `none | in-flow | all`
|
|
2704
|
+
*
|
|
2705
|
+
* **Initial value**: `none`
|
|
2706
|
+
*
|
|
2707
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2708
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
2709
|
+
* | No | No | **16.4** | n/a | No |
|
|
2710
|
+
*
|
|
2711
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-trim
|
|
2712
|
+
*/
|
|
2713
|
+
marginTrim?: Property.MarginTrim | undefined;
|
|
2643
2714
|
/**
|
|
2644
2715
|
* The **`mask-border-mode`** CSS property specifies the blending mode used in a mask border.
|
|
2645
2716
|
*
|
|
@@ -2811,7 +2882,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2811
2882
|
*
|
|
2812
2883
|
* **Syntax**: `<repeat-style>#`
|
|
2813
2884
|
*
|
|
2814
|
-
* **Initial value**: `
|
|
2885
|
+
* **Initial value**: `repeat`
|
|
2815
2886
|
*
|
|
2816
2887
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2817
2888
|
* | :---------: | :-----: | :-------: | :---: | :-: |
|
|
@@ -2857,9 +2928,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2857
2928
|
*
|
|
2858
2929
|
* **Initial value**: `0`
|
|
2859
2930
|
*
|
|
2860
|
-
* | Chrome
|
|
2861
|
-
* |
|
|
2862
|
-
* |
|
|
2931
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2932
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
2933
|
+
* | **109** | n/a | No | n/a | No |
|
|
2863
2934
|
*
|
|
2864
2935
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-depth
|
|
2865
2936
|
*/
|
|
@@ -2871,9 +2942,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2871
2942
|
*
|
|
2872
2943
|
* **Initial value**: `normal`
|
|
2873
2944
|
*
|
|
2874
|
-
* | Chrome
|
|
2875
|
-
* |
|
|
2876
|
-
* |
|
|
2945
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2946
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
2947
|
+
* | **109** | No | No | n/a | No |
|
|
2877
2948
|
*
|
|
2878
2949
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-shift
|
|
2879
2950
|
*/
|
|
@@ -2885,9 +2956,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
2885
2956
|
*
|
|
2886
2957
|
* **Initial value**: `normal`
|
|
2887
2958
|
*
|
|
2888
|
-
* | Chrome
|
|
2889
|
-
* |
|
|
2890
|
-
* |
|
|
2959
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
2960
|
+
* | :-----: | :-----: | :------: | :--: | :-: |
|
|
2961
|
+
* | **109** | n/a | **14.1** | n/a | No |
|
|
2891
2962
|
*
|
|
2892
2963
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-style
|
|
2893
2964
|
*/
|
|
@@ -3032,10 +3103,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3032
3103
|
*
|
|
3033
3104
|
* **Initial value**: `0`
|
|
3034
3105
|
*
|
|
3035
|
-
* | Chrome | Firefox |
|
|
3036
|
-
* | :--------------------: | :-----: |
|
|
3037
|
-
* | **55** | **72** |
|
|
3038
|
-
* | 46 _(motion-distance)_ | |
|
|
3106
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3107
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
3108
|
+
* | **55** | **72** | **preview** | n/a | No |
|
|
3109
|
+
* | 46 _(motion-distance)_ | | | | |
|
|
3039
3110
|
*
|
|
3040
3111
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-distance
|
|
3041
3112
|
*/
|
|
@@ -3062,10 +3133,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3062
3133
|
*
|
|
3063
3134
|
* **Initial value**: `auto`
|
|
3064
3135
|
*
|
|
3065
|
-
* | Chrome | Firefox |
|
|
3066
|
-
* | :--------------------: | :-----: |
|
|
3067
|
-
* | **56** | **72** |
|
|
3068
|
-
* | 46 _(motion-rotation)_ | |
|
|
3136
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3137
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
3138
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
3139
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
3069
3140
|
*
|
|
3070
3141
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
3071
3142
|
*/
|
|
@@ -3103,9 +3174,9 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3103
3174
|
*
|
|
3104
3175
|
* **Initial value**: `auto`
|
|
3105
3176
|
*
|
|
3106
|
-
* | Chrome | Firefox |
|
|
3107
|
-
* | :----: | :-----: |
|
|
3108
|
-
* | No | **72** |
|
|
3177
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3178
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
3179
|
+
* | No | **72** | **preview** | n/a | No |
|
|
3109
3180
|
*
|
|
3110
3181
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-anchor
|
|
3111
3182
|
*/
|
|
@@ -3117,10 +3188,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3117
3188
|
*
|
|
3118
3189
|
* **Initial value**: `0`
|
|
3119
3190
|
*
|
|
3120
|
-
* | Chrome | Firefox |
|
|
3121
|
-
* | :--------------------: | :-----: |
|
|
3122
|
-
* | **55** | **72** |
|
|
3123
|
-
* | 46 _(motion-distance)_ | |
|
|
3191
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3192
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
3193
|
+
* | **55** | **72** | **preview** | n/a | No |
|
|
3194
|
+
* | 46 _(motion-distance)_ | | | | |
|
|
3124
3195
|
*
|
|
3125
3196
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-distance
|
|
3126
3197
|
*/
|
|
@@ -3140,6 +3211,18 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3140
3211
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-path
|
|
3141
3212
|
*/
|
|
3142
3213
|
offsetPath?: Property.OffsetPath | undefined;
|
|
3214
|
+
/**
|
|
3215
|
+
* **Syntax**: `auto | <position>`
|
|
3216
|
+
*
|
|
3217
|
+
* **Initial value**: `auto`
|
|
3218
|
+
*
|
|
3219
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3220
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
3221
|
+
* | No | No | **preview** | n/a | No |
|
|
3222
|
+
*
|
|
3223
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/offset-position
|
|
3224
|
+
*/
|
|
3225
|
+
offsetPosition?: Property.OffsetPosition<TLength> | undefined;
|
|
3143
3226
|
/**
|
|
3144
3227
|
* The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.
|
|
3145
3228
|
*
|
|
@@ -3147,10 +3230,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3147
3230
|
*
|
|
3148
3231
|
* **Initial value**: `auto`
|
|
3149
3232
|
*
|
|
3150
|
-
* | Chrome | Firefox |
|
|
3151
|
-
* | :--------------------: | :-----: |
|
|
3152
|
-
* | **56** | **72** |
|
|
3153
|
-
* | 46 _(motion-rotation)_ | |
|
|
3233
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3234
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
3235
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
3236
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
3154
3237
|
*
|
|
3155
3238
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
3156
3239
|
*/
|
|
@@ -3162,10 +3245,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3162
3245
|
*
|
|
3163
3246
|
* **Initial value**: `auto`
|
|
3164
3247
|
*
|
|
3165
|
-
* | Chrome | Firefox |
|
|
3166
|
-
* | :--------------------: | :-----: |
|
|
3167
|
-
* | **56** | **72** |
|
|
3168
|
-
* | 46 _(motion-rotation)_ | |
|
|
3248
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3249
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
3250
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
3251
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
3169
3252
|
*
|
|
3170
3253
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
3171
3254
|
*/
|
|
@@ -3314,7 +3397,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3314
3397
|
*
|
|
3315
3398
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3316
3399
|
* | :----: | :-----: | :----: | :--: | :-: |
|
|
3317
|
-
* | **90** |
|
|
3400
|
+
* | **90** | **102** | No | n/a | No |
|
|
3318
3401
|
*
|
|
3319
3402
|
* @see https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin
|
|
3320
3403
|
*/
|
|
@@ -3430,20 +3513,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3430
3513
|
* @see https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
|
|
3431
3514
|
*/
|
|
3432
3515
|
overscrollBehaviorY?: Property.OverscrollBehaviorY | undefined;
|
|
3433
|
-
/**
|
|
3434
|
-
* The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
3435
|
-
*
|
|
3436
|
-
* **Syntax**: `<'padding-left'>{1,2}`
|
|
3437
|
-
*
|
|
3438
|
-
* **Initial value**: `0`
|
|
3439
|
-
*
|
|
3440
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3441
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3442
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
3443
|
-
*
|
|
3444
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/padding-block
|
|
3445
|
-
*/
|
|
3446
|
-
paddingBlock?: Property.PaddingBlock<TLength> | undefined;
|
|
3447
3516
|
/**
|
|
3448
3517
|
* The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.
|
|
3449
3518
|
*
|
|
@@ -3486,20 +3555,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3486
3555
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
|
|
3487
3556
|
*/
|
|
3488
3557
|
paddingBottom?: Property.PaddingBottom<TLength> | undefined;
|
|
3489
|
-
/**
|
|
3490
|
-
* The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
3491
|
-
*
|
|
3492
|
-
* **Syntax**: `<'padding-left'>{1,2}`
|
|
3493
|
-
*
|
|
3494
|
-
* **Initial value**: `0`
|
|
3495
|
-
*
|
|
3496
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3497
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3498
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
3499
|
-
*
|
|
3500
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/padding-inline
|
|
3501
|
-
*/
|
|
3502
|
-
paddingInline?: Property.PaddingInline<TLength> | undefined;
|
|
3503
3558
|
/**
|
|
3504
3559
|
* The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.
|
|
3505
3560
|
*
|
|
@@ -3572,6 +3627,20 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3572
3627
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding-top
|
|
3573
3628
|
*/
|
|
3574
3629
|
paddingTop?: Property.PaddingTop<TLength> | undefined;
|
|
3630
|
+
/**
|
|
3631
|
+
* The **`page`** CSS property is used to specify the named page, a specific type of page defined by the `@page` at-rule.
|
|
3632
|
+
*
|
|
3633
|
+
* **Syntax**: `auto | <custom-ident>`
|
|
3634
|
+
*
|
|
3635
|
+
* **Initial value**: `auto`
|
|
3636
|
+
*
|
|
3637
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3638
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
3639
|
+
* | **85** | **110** | **preview** | n/a | No |
|
|
3640
|
+
*
|
|
3641
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/page
|
|
3642
|
+
*/
|
|
3643
|
+
page?: Property.Page | undefined;
|
|
3575
3644
|
/**
|
|
3576
3645
|
* The **`page-break-after`** CSS property adjusts page breaks _after_ the current element.
|
|
3577
3646
|
*
|
|
@@ -3658,20 +3727,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3658
3727
|
* @see https://developer.mozilla.org/docs/Web/CSS/perspective-origin
|
|
3659
3728
|
*/
|
|
3660
3729
|
perspectiveOrigin?: Property.PerspectiveOrigin<TLength> | undefined;
|
|
3661
|
-
/**
|
|
3662
|
-
* The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.
|
|
3663
|
-
*
|
|
3664
|
-
* **Syntax**: `<'align-content'> <'justify-content'>?`
|
|
3665
|
-
*
|
|
3666
|
-
* **Initial value**: `normal`
|
|
3667
|
-
*
|
|
3668
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3669
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
3670
|
-
* | **59** | **45** | **9** | n/a | No |
|
|
3671
|
-
*
|
|
3672
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/place-content
|
|
3673
|
-
*/
|
|
3674
|
-
placeContent?: Property.PlaceContent | undefined;
|
|
3675
3730
|
/**
|
|
3676
3731
|
* The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.
|
|
3677
3732
|
*
|
|
@@ -3772,7 +3827,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3772
3827
|
*/
|
|
3773
3828
|
rotate?: Property.Rotate | undefined;
|
|
3774
3829
|
/**
|
|
3775
|
-
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's
|
|
3830
|
+
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
|
|
3776
3831
|
*
|
|
3777
3832
|
* **Syntax**: `normal | <length-percentage>`
|
|
3778
3833
|
*
|
|
@@ -3849,50 +3904,21 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3849
3904
|
*/
|
|
3850
3905
|
scrollBehavior?: Property.ScrollBehavior | undefined;
|
|
3851
3906
|
/**
|
|
3852
|
-
* The
|
|
3907
|
+
* The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
3853
3908
|
*
|
|
3854
|
-
* **Syntax**: `<length
|
|
3909
|
+
* **Syntax**: `<length>`
|
|
3855
3910
|
*
|
|
3856
3911
|
* **Initial value**: `0`
|
|
3857
3912
|
*
|
|
3858
|
-
* | Chrome | Firefox |
|
|
3859
|
-
* | :----: | :-----: |
|
|
3860
|
-
* | **69** | **
|
|
3861
|
-
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
3913
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3914
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3915
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
3862
3916
|
*
|
|
3863
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
3917
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
|
|
3864
3918
|
*/
|
|
3865
|
-
|
|
3919
|
+
scrollMarginBlockEnd?: Property.ScrollMarginBlockEnd<TLength> | undefined;
|
|
3866
3920
|
/**
|
|
3867
|
-
* The `scroll-margin-block`
|
|
3868
|
-
*
|
|
3869
|
-
* **Syntax**: `<length>{1,2}`
|
|
3870
|
-
*
|
|
3871
|
-
* **Initial value**: `0`
|
|
3872
|
-
*
|
|
3873
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3874
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3875
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
3876
|
-
*
|
|
3877
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
|
|
3878
|
-
*/
|
|
3879
|
-
scrollMarginBlock?: Property.ScrollMarginBlock<TLength> | undefined;
|
|
3880
|
-
/**
|
|
3881
|
-
* The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
3882
|
-
*
|
|
3883
|
-
* **Syntax**: `<length>`
|
|
3884
|
-
*
|
|
3885
|
-
* **Initial value**: `0`
|
|
3886
|
-
*
|
|
3887
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3888
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3889
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
3890
|
-
*
|
|
3891
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block-end
|
|
3892
|
-
*/
|
|
3893
|
-
scrollMarginBlockEnd?: Property.ScrollMarginBlockEnd<TLength> | undefined;
|
|
3894
|
-
/**
|
|
3895
|
-
* The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
3921
|
+
* The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
3896
3922
|
*
|
|
3897
3923
|
* **Syntax**: `<length>`
|
|
3898
3924
|
*
|
|
@@ -3920,20 +3946,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
3920
3946
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom
|
|
3921
3947
|
*/
|
|
3922
3948
|
scrollMarginBottom?: Property.ScrollMarginBottom<TLength> | undefined;
|
|
3923
|
-
/**
|
|
3924
|
-
* The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.
|
|
3925
|
-
*
|
|
3926
|
-
* **Syntax**: `<length>{1,2}`
|
|
3927
|
-
*
|
|
3928
|
-
* **Initial value**: `0`
|
|
3929
|
-
*
|
|
3930
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
3931
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
3932
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
3933
|
-
*
|
|
3934
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
|
|
3935
|
-
*/
|
|
3936
|
-
scrollMarginInline?: Property.ScrollMarginInline<TLength> | undefined;
|
|
3937
3949
|
/**
|
|
3938
3950
|
* The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
3939
3951
|
*
|
|
@@ -4007,34 +4019,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4007
4019
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top
|
|
4008
4020
|
*/
|
|
4009
4021
|
scrollMarginTop?: Property.ScrollMarginTop<TLength> | undefined;
|
|
4010
|
-
/**
|
|
4011
|
-
* The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.
|
|
4012
|
-
*
|
|
4013
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,4}`
|
|
4014
|
-
*
|
|
4015
|
-
* **Initial value**: `auto`
|
|
4016
|
-
*
|
|
4017
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4018
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
4019
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
4020
|
-
*
|
|
4021
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding
|
|
4022
|
-
*/
|
|
4023
|
-
scrollPadding?: Property.ScrollPadding<TLength> | undefined;
|
|
4024
|
-
/**
|
|
4025
|
-
* The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.
|
|
4026
|
-
*
|
|
4027
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
4028
|
-
*
|
|
4029
|
-
* **Initial value**: `auto`
|
|
4030
|
-
*
|
|
4031
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4032
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
4033
|
-
* | **69** | **68** | **15** | n/a | No |
|
|
4034
|
-
*
|
|
4035
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
|
|
4036
|
-
*/
|
|
4037
|
-
scrollPaddingBlock?: Property.ScrollPaddingBlock<TLength> | undefined;
|
|
4038
4022
|
/**
|
|
4039
4023
|
* The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
|
4040
4024
|
*
|
|
@@ -4077,20 +4061,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4077
4061
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
|
|
4078
4062
|
*/
|
|
4079
4063
|
scrollPaddingBottom?: Property.ScrollPaddingBottom<TLength> | undefined;
|
|
4080
|
-
/**
|
|
4081
|
-
* The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.
|
|
4082
|
-
*
|
|
4083
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
4084
|
-
*
|
|
4085
|
-
* **Initial value**: `auto`
|
|
4086
|
-
*
|
|
4087
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4088
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
4089
|
-
* | **69** | **68** | **15** | n/a | No |
|
|
4090
|
-
*
|
|
4091
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
|
|
4092
|
-
*/
|
|
4093
|
-
scrollPaddingInline?: Property.ScrollPaddingInline<TLength> | undefined;
|
|
4094
4064
|
/**
|
|
4095
4065
|
* The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
|
4096
4066
|
*
|
|
@@ -4175,21 +4145,6 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4175
4145
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
|
|
4176
4146
|
*/
|
|
4177
4147
|
scrollSnapAlign?: Property.ScrollSnapAlign | undefined;
|
|
4178
|
-
/**
|
|
4179
|
-
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
4180
|
-
*
|
|
4181
|
-
* **Syntax**: `<length>{1,4}`
|
|
4182
|
-
*
|
|
4183
|
-
* **Initial value**: `0`
|
|
4184
|
-
*
|
|
4185
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4186
|
-
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
4187
|
-
* | **69** | 68-90 | **14.1** | n/a | No |
|
|
4188
|
-
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
4189
|
-
*
|
|
4190
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
4191
|
-
*/
|
|
4192
|
-
scrollSnapMargin?: Property.ScrollMargin<TLength> | undefined;
|
|
4193
4148
|
/**
|
|
4194
4149
|
* The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
4195
4150
|
*
|
|
@@ -4251,7 +4206,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4251
4206
|
*/
|
|
4252
4207
|
scrollSnapMarginTop?: Property.ScrollMarginTop<TLength> | undefined;
|
|
4253
4208
|
/**
|
|
4254
|
-
* The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to "pass over" possible snap positions.
|
|
4209
|
+
* The **`scroll-snap-stop`** CSS property defines whether or not the scroll container is allowed to "pass over" possible snap positions.
|
|
4255
4210
|
*
|
|
4256
4211
|
* **Syntax**: `normal | always`
|
|
4257
4212
|
*
|
|
@@ -4279,6 +4234,34 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4279
4234
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
|
|
4280
4235
|
*/
|
|
4281
4236
|
scrollSnapType?: Property.ScrollSnapType | undefined;
|
|
4237
|
+
/**
|
|
4238
|
+
* The **`scroll-timeline-axis`** CSS property can be used to specify the scrollbar that will be used to provide the timeline for a scroll-timeline animation.
|
|
4239
|
+
*
|
|
4240
|
+
* **Syntax**: `[ block | inline | vertical | horizontal ]#`
|
|
4241
|
+
*
|
|
4242
|
+
* **Initial value**: `block`
|
|
4243
|
+
*
|
|
4244
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4245
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
4246
|
+
* | No | n/a | No | n/a | No |
|
|
4247
|
+
*
|
|
4248
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
|
|
4249
|
+
*/
|
|
4250
|
+
scrollTimelineAxis?: Property.ScrollTimelineAxis | undefined;
|
|
4251
|
+
/**
|
|
4252
|
+
* The **`scroll-timeline-name`** CSS property defines a name that can be used to identify an element as the source of a scroll timeline for an animation.
|
|
4253
|
+
*
|
|
4254
|
+
* **Syntax**: `none | <custom-ident>#`
|
|
4255
|
+
*
|
|
4256
|
+
* **Initial value**: `none`
|
|
4257
|
+
*
|
|
4258
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4259
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
4260
|
+
* | No | n/a | No | n/a | No |
|
|
4261
|
+
*
|
|
4262
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
|
|
4263
|
+
*/
|
|
4264
|
+
scrollTimelineName?: Property.ScrollTimelineName | undefined;
|
|
4282
4265
|
/**
|
|
4283
4266
|
* The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
|
|
4284
4267
|
*
|
|
@@ -4393,7 +4376,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4393
4376
|
*/
|
|
4394
4377
|
tableLayout?: Property.TableLayout | undefined;
|
|
4395
4378
|
/**
|
|
4396
|
-
* The **`text-align`** CSS property sets the horizontal alignment of the content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.
|
|
4379
|
+
* The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.
|
|
4397
4380
|
*
|
|
4398
4381
|
* **Syntax**: `start | end | left | right | center | justify | match-parent`
|
|
4399
4382
|
*
|
|
@@ -4427,10 +4410,10 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4427
4410
|
*
|
|
4428
4411
|
* **Initial value**: `none`
|
|
4429
4412
|
*
|
|
4430
|
-
* | Chrome | Firefox |
|
|
4431
|
-
* | :------------------------: | :-----: |
|
|
4432
|
-
* | **48** | **48** |
|
|
4433
|
-
* | 9 _(-webkit-text-combine)_ | |
|
|
4413
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4414
|
+
* | :------------------------: | :-----: | :--------------------------: | :---: | :------------------------------------: |
|
|
4415
|
+
* | **48** | **48** | **preview** | 15-79 | **11** _(-ms-text-combine-horizontal)_ |
|
|
4416
|
+
* | 9 _(-webkit-text-combine)_ | | 5.1 _(-webkit-text-combine)_ | | |
|
|
4434
4417
|
*
|
|
4435
4418
|
* @see https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
|
|
4436
4419
|
*/
|
|
@@ -4755,7 +4738,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4755
4738
|
*/
|
|
4756
4739
|
transform?: Property.Transform | undefined;
|
|
4757
4740
|
/**
|
|
4758
|
-
* The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.
|
|
4741
|
+
* The **`transform-box`** CSS property defines the layout box to which the `transform`, individual transform properties `translate`,`scale`, and `rotate`, and `transform-origin` properties relate.
|
|
4759
4742
|
*
|
|
4760
4743
|
* **Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`
|
|
4761
4744
|
*
|
|
@@ -4915,6 +4898,20 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
4915
4898
|
* @see https://developer.mozilla.org/docs/Web/CSS/vertical-align
|
|
4916
4899
|
*/
|
|
4917
4900
|
verticalAlign?: Property.VerticalAlign<TLength> | undefined;
|
|
4901
|
+
/**
|
|
4902
|
+
* The **`view-transition-name`** CSS property provides the selected element with a distinct identifying name (a `<custom-ident>`) and causes it to participate in a separate view transition from the root view transition — or no view transition if the `none` value is specified.
|
|
4903
|
+
*
|
|
4904
|
+
* **Syntax**: `none | <custom-ident>`
|
|
4905
|
+
*
|
|
4906
|
+
* **Initial value**: `none`
|
|
4907
|
+
*
|
|
4908
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
4909
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
4910
|
+
* | **111** | No | No | n/a | No |
|
|
4911
|
+
*
|
|
4912
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/view-transition-name
|
|
4913
|
+
*/
|
|
4914
|
+
viewTransitionName?: Property.ViewTransitionName | undefined;
|
|
4918
4915
|
/**
|
|
4919
4916
|
* The **`visibility`** CSS property shows or hides an element without changing the layout of a document. The property can also hide rows or columns in a `<table>`.
|
|
4920
4917
|
*
|
|
@@ -5051,7 +5048,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
5051
5048
|
*/
|
|
5052
5049
|
zIndex?: Property.ZIndex | undefined;
|
|
5053
5050
|
/**
|
|
5054
|
-
* The non-standard
|
|
5051
|
+
* The non-standard **`zoom`** CSS property can be used to control the magnification level of an element. `transform: scale()` should be used instead of this property, if possible. However, unlike CSS Transforms, `zoom` affects the layout size of the element.
|
|
5055
5052
|
*
|
|
5056
5053
|
* **Syntax**: `normal | reset | <number> | <percentage>`
|
|
5057
5054
|
*
|
|
@@ -5068,7 +5065,7 @@ export interface StandardLonghandProperties<TLength = (string & {}) | 0, TTime =
|
|
|
5068
5065
|
|
|
5069
5066
|
export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
5070
5067
|
/**
|
|
5071
|
-
* The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.
|
|
5068
|
+
* The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.
|
|
5072
5069
|
*
|
|
5073
5070
|
* **Syntax**: `initial | inherit | unset | revert | revert-layer`
|
|
5074
5071
|
*
|
|
@@ -5314,6 +5311,8 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5314
5311
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-width
|
|
5315
5312
|
*/
|
|
5316
5313
|
borderWidth?: Property.BorderWidth<TLength> | undefined;
|
|
5314
|
+
/** **Syntax**: `<'caret-color'> || <'caret-shape'>` */
|
|
5315
|
+
caret?: Property.Caret | undefined;
|
|
5317
5316
|
/**
|
|
5318
5317
|
* The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.
|
|
5319
5318
|
*
|
|
@@ -5340,6 +5339,30 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5340
5339
|
* @see https://developer.mozilla.org/docs/Web/CSS/columns
|
|
5341
5340
|
*/
|
|
5342
5341
|
columns?: Property.Columns<TLength> | undefined;
|
|
5342
|
+
/**
|
|
5343
|
+
* The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
|
|
5344
|
+
*
|
|
5345
|
+
* **Syntax**: `[ none | <length> | auto <length> ]{1,2}`
|
|
5346
|
+
*
|
|
5347
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5348
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
5349
|
+
* | **83** | **107** | No | n/a | No |
|
|
5350
|
+
*
|
|
5351
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
|
|
5352
|
+
*/
|
|
5353
|
+
containIntrinsicSize?: Property.ContainIntrinsicSize<TLength> | undefined;
|
|
5354
|
+
/**
|
|
5355
|
+
* The **container** shorthand CSS property establishes the element as a query container and specifies the name or name for the containment context used in a container query.
|
|
5356
|
+
*
|
|
5357
|
+
* **Syntax**: `<'container-name'> [ / <'container-type'> ]?`
|
|
5358
|
+
*
|
|
5359
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5360
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
5361
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
5362
|
+
*
|
|
5363
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container
|
|
5364
|
+
*/
|
|
5365
|
+
container?: Property.Container | undefined;
|
|
5343
5366
|
/**
|
|
5344
5367
|
* The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.
|
|
5345
5368
|
*
|
|
@@ -5427,7 +5450,7 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5427
5450
|
*/
|
|
5428
5451
|
gridColumn?: Property.GridColumn | undefined;
|
|
5429
5452
|
/**
|
|
5430
|
-
* The **`grid-row`** CSS shorthand property specifies a grid item's size and location within
|
|
5453
|
+
* The **`grid-row`** CSS shorthand property specifies a grid item's size and location within a grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.
|
|
5431
5454
|
*
|
|
5432
5455
|
* **Syntax**: `<grid-line> [ / <grid-line> ]?`
|
|
5433
5456
|
*
|
|
@@ -5439,7 +5462,7 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5439
5462
|
*/
|
|
5440
5463
|
gridRow?: Property.GridRow | undefined;
|
|
5441
5464
|
/**
|
|
5442
|
-
* The **`grid-template`** CSS property is a shorthand property for defining grid columns, rows, and areas.
|
|
5465
|
+
* The **`grid-template`** CSS property is a shorthand property for defining grid columns, grid rows, and grid areas.
|
|
5443
5466
|
*
|
|
5444
5467
|
* **Syntax**: `none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?`
|
|
5445
5468
|
*
|
|
@@ -5450,6 +5473,42 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5450
5473
|
* @see https://developer.mozilla.org/docs/Web/CSS/grid-template
|
|
5451
5474
|
*/
|
|
5452
5475
|
gridTemplate?: Property.GridTemplate | undefined;
|
|
5476
|
+
/**
|
|
5477
|
+
* The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
|
|
5478
|
+
*
|
|
5479
|
+
* **Syntax**: `<'top'>{1,4}`
|
|
5480
|
+
*
|
|
5481
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5482
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5483
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
5484
|
+
*
|
|
5485
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset
|
|
5486
|
+
*/
|
|
5487
|
+
inset?: Property.Inset<TLength> | undefined;
|
|
5488
|
+
/**
|
|
5489
|
+
* The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
5490
|
+
*
|
|
5491
|
+
* **Syntax**: `<'top'>{1,2}`
|
|
5492
|
+
*
|
|
5493
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5494
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5495
|
+
* | **87** | **63** | **14.1** | n/a | No |
|
|
5496
|
+
*
|
|
5497
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block
|
|
5498
|
+
*/
|
|
5499
|
+
insetBlock?: Property.InsetBlock<TLength> | undefined;
|
|
5500
|
+
/**
|
|
5501
|
+
* The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
5502
|
+
*
|
|
5503
|
+
* **Syntax**: `<'top'>{1,2}`
|
|
5504
|
+
*
|
|
5505
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5506
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5507
|
+
* | **87** | **63** | **14.1** | n/a | No |
|
|
5508
|
+
*
|
|
5509
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset-inline
|
|
5510
|
+
*/
|
|
5511
|
+
insetInline?: Property.InsetInline<TLength> | undefined;
|
|
5453
5512
|
/**
|
|
5454
5513
|
* **Syntax**: `none | <integer>`
|
|
5455
5514
|
*
|
|
@@ -5480,6 +5539,30 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5480
5539
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin
|
|
5481
5540
|
*/
|
|
5482
5541
|
margin?: Property.Margin<TLength> | undefined;
|
|
5542
|
+
/**
|
|
5543
|
+
* The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
5544
|
+
*
|
|
5545
|
+
* **Syntax**: `<'margin-left'>{1,2}`
|
|
5546
|
+
*
|
|
5547
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5548
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5549
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
5550
|
+
*
|
|
5551
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-block
|
|
5552
|
+
*/
|
|
5553
|
+
marginBlock?: Property.MarginBlock<TLength> | undefined;
|
|
5554
|
+
/**
|
|
5555
|
+
* The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
5556
|
+
*
|
|
5557
|
+
* **Syntax**: `<'margin-left'>{1,2}`
|
|
5558
|
+
*
|
|
5559
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5560
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5561
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
5562
|
+
*
|
|
5563
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-inline
|
|
5564
|
+
*/
|
|
5565
|
+
marginInline?: Property.MarginInline<TLength> | undefined;
|
|
5483
5566
|
/**
|
|
5484
5567
|
* The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.
|
|
5485
5568
|
*
|
|
@@ -5531,13 +5614,13 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5531
5614
|
*/
|
|
5532
5615
|
offset?: Property.Offset<TLength> | undefined;
|
|
5533
5616
|
/**
|
|
5534
|
-
* The **`outline`** CSS shorthand property
|
|
5617
|
+
* The **`outline`** CSS shorthand property sets most of the outline properties in a single declaration.
|
|
5535
5618
|
*
|
|
5536
5619
|
* **Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`
|
|
5537
5620
|
*
|
|
5538
5621
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5539
5622
|
* | :----: | :-----: | :-----: | :----: | :---: |
|
|
5540
|
-
* | **
|
|
5623
|
+
* | **94** | **88** | **1.2** | **94** | **8** |
|
|
5541
5624
|
*
|
|
5542
5625
|
* @see https://developer.mozilla.org/docs/Web/CSS/outline
|
|
5543
5626
|
*/
|
|
@@ -5582,6 +5665,42 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5582
5665
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding
|
|
5583
5666
|
*/
|
|
5584
5667
|
padding?: Property.Padding<TLength> | undefined;
|
|
5668
|
+
/**
|
|
5669
|
+
* The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
5670
|
+
*
|
|
5671
|
+
* **Syntax**: `<'padding-left'>{1,2}`
|
|
5672
|
+
*
|
|
5673
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5674
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5675
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
5676
|
+
*
|
|
5677
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-block
|
|
5678
|
+
*/
|
|
5679
|
+
paddingBlock?: Property.PaddingBlock<TLength> | undefined;
|
|
5680
|
+
/**
|
|
5681
|
+
* The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
5682
|
+
*
|
|
5683
|
+
* **Syntax**: `<'padding-left'>{1,2}`
|
|
5684
|
+
*
|
|
5685
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5686
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5687
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
5688
|
+
*
|
|
5689
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-inline
|
|
5690
|
+
*/
|
|
5691
|
+
paddingInline?: Property.PaddingInline<TLength> | undefined;
|
|
5692
|
+
/**
|
|
5693
|
+
* The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.
|
|
5694
|
+
*
|
|
5695
|
+
* **Syntax**: `<'align-content'> <'justify-content'>?`
|
|
5696
|
+
*
|
|
5697
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5698
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
5699
|
+
* | **59** | **45** | **9** | n/a | No |
|
|
5700
|
+
*
|
|
5701
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/place-content
|
|
5702
|
+
*/
|
|
5703
|
+
placeContent?: Property.PlaceContent | undefined;
|
|
5585
5704
|
/**
|
|
5586
5705
|
* The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.
|
|
5587
5706
|
*
|
|
@@ -5606,6 +5725,104 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
|
|
|
5606
5725
|
* @see https://developer.mozilla.org/docs/Web/CSS/place-self
|
|
5607
5726
|
*/
|
|
5608
5727
|
placeSelf?: Property.PlaceSelf | undefined;
|
|
5728
|
+
/**
|
|
5729
|
+
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
5730
|
+
*
|
|
5731
|
+
* **Syntax**: `<length>{1,4}`
|
|
5732
|
+
*
|
|
5733
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5734
|
+
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
5735
|
+
* | **69** | **90** | **14.1** | n/a | No |
|
|
5736
|
+
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
5737
|
+
*
|
|
5738
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
5739
|
+
*/
|
|
5740
|
+
scrollMargin?: Property.ScrollMargin<TLength> | undefined;
|
|
5741
|
+
/**
|
|
5742
|
+
* The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.
|
|
5743
|
+
*
|
|
5744
|
+
* **Syntax**: `<length>{1,2}`
|
|
5745
|
+
*
|
|
5746
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5747
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5748
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
5749
|
+
*
|
|
5750
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
|
|
5751
|
+
*/
|
|
5752
|
+
scrollMarginBlock?: Property.ScrollMarginBlock<TLength> | undefined;
|
|
5753
|
+
/**
|
|
5754
|
+
* The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.
|
|
5755
|
+
*
|
|
5756
|
+
* **Syntax**: `<length>{1,2}`
|
|
5757
|
+
*
|
|
5758
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5759
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5760
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
5761
|
+
*
|
|
5762
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
|
|
5763
|
+
*/
|
|
5764
|
+
scrollMarginInline?: Property.ScrollMarginInline<TLength> | undefined;
|
|
5765
|
+
/**
|
|
5766
|
+
* The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.
|
|
5767
|
+
*
|
|
5768
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,4}`
|
|
5769
|
+
*
|
|
5770
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5771
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
5772
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
5773
|
+
*
|
|
5774
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding
|
|
5775
|
+
*/
|
|
5776
|
+
scrollPadding?: Property.ScrollPadding<TLength> | undefined;
|
|
5777
|
+
/**
|
|
5778
|
+
* The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.
|
|
5779
|
+
*
|
|
5780
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
5781
|
+
*
|
|
5782
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5783
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
5784
|
+
* | **69** | **68** | **15** | n/a | No |
|
|
5785
|
+
*
|
|
5786
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
|
|
5787
|
+
*/
|
|
5788
|
+
scrollPaddingBlock?: Property.ScrollPaddingBlock<TLength> | undefined;
|
|
5789
|
+
/**
|
|
5790
|
+
* The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.
|
|
5791
|
+
*
|
|
5792
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
5793
|
+
*
|
|
5794
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5795
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
5796
|
+
* | **69** | **68** | **15** | n/a | No |
|
|
5797
|
+
*
|
|
5798
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
|
|
5799
|
+
*/
|
|
5800
|
+
scrollPaddingInline?: Property.ScrollPaddingInline<TLength> | undefined;
|
|
5801
|
+
/**
|
|
5802
|
+
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
5803
|
+
*
|
|
5804
|
+
* **Syntax**: `<length>{1,4}`
|
|
5805
|
+
*
|
|
5806
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5807
|
+
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
5808
|
+
* | **69** | 68-90 | **14.1** | n/a | No |
|
|
5809
|
+
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
5810
|
+
*
|
|
5811
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
5812
|
+
*/
|
|
5813
|
+
scrollSnapMargin?: Property.ScrollMargin<TLength> | undefined;
|
|
5814
|
+
/**
|
|
5815
|
+
* The **`scroll-timeline`** CSS shorthand property defines a name that can be used to identify the source element of a scroll timeline, along with the scrollbar axis that should provide the timeline.
|
|
5816
|
+
*
|
|
5817
|
+
* **Syntax**: `[<'scroll-timeline-name'> <'scroll-timeline-axis'>?]#`
|
|
5818
|
+
*
|
|
5819
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
5820
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
5821
|
+
* | No | n/a | No | n/a | No |
|
|
5822
|
+
*
|
|
5823
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline
|
|
5824
|
+
*/
|
|
5825
|
+
scrollTimeline?: Property.ScrollTimeline | undefined;
|
|
5609
5826
|
/**
|
|
5610
5827
|
* The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.
|
|
5611
5828
|
*
|
|
@@ -5692,7 +5909,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
5692
5909
|
*/
|
|
5693
5910
|
MozAnimationIterationCount?: Property.AnimationIterationCount | undefined;
|
|
5694
5911
|
/**
|
|
5695
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
5912
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
5696
5913
|
*
|
|
5697
5914
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
5698
5915
|
*
|
|
@@ -5716,7 +5933,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
5716
5933
|
*/
|
|
5717
5934
|
MozAnimationTimingFunction?: Property.AnimationTimingFunction | undefined;
|
|
5718
5935
|
/**
|
|
5719
|
-
* The **`appearance`** CSS property is used to
|
|
5936
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
5720
5937
|
*
|
|
5721
5938
|
* **Syntax**: `none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized`
|
|
5722
5939
|
*
|
|
@@ -5731,6 +5948,14 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
5731
5948
|
* **Initial value**: `visible`
|
|
5732
5949
|
*/
|
|
5733
5950
|
MozBackfaceVisibility?: Property.BackfaceVisibility | undefined;
|
|
5951
|
+
/**
|
|
5952
|
+
* The **`-moz-binding`** CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
|
|
5953
|
+
*
|
|
5954
|
+
* **Syntax**: `<url> | none`
|
|
5955
|
+
*
|
|
5956
|
+
* **Initial value**: `none`
|
|
5957
|
+
*/
|
|
5958
|
+
MozBinding?: Property.MozBinding | undefined;
|
|
5734
5959
|
/**
|
|
5735
5960
|
* In Mozilla applications like Firefox, the **`-moz-border-bottom-colors`** CSS property sets a list of colors for the bottom border.
|
|
5736
5961
|
*
|
|
@@ -6524,7 +6749,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
6524
6749
|
*/
|
|
6525
6750
|
msTransitionTimingFunction?: Property.TransitionTimingFunction | undefined;
|
|
6526
6751
|
/**
|
|
6527
|
-
* The
|
|
6752
|
+
* The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.
|
|
6528
6753
|
*
|
|
6529
6754
|
* **Syntax**: `none | element | text`
|
|
6530
6755
|
*
|
|
@@ -6636,7 +6861,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
6636
6861
|
*/
|
|
6637
6862
|
WebkitAnimationIterationCount?: Property.AnimationIterationCount | undefined;
|
|
6638
6863
|
/**
|
|
6639
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
6864
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
6640
6865
|
*
|
|
6641
6866
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
6642
6867
|
*
|
|
@@ -6660,7 +6885,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
6660
6885
|
*/
|
|
6661
6886
|
WebkitAnimationTimingFunction?: Property.AnimationTimingFunction | undefined;
|
|
6662
6887
|
/**
|
|
6663
|
-
* The **`appearance`** CSS property is used to
|
|
6888
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
6664
6889
|
*
|
|
6665
6890
|
* **Syntax**: `none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button`
|
|
6666
6891
|
*
|
|
@@ -6982,7 +7207,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
6982
7207
|
*/
|
|
6983
7208
|
WebkitLineBreak?: Property.LineBreak | undefined;
|
|
6984
7209
|
/**
|
|
6985
|
-
* The **`-webkit-line-clamp`** CSS property allows limiting of the contents of a block
|
|
7210
|
+
* The **`-webkit-line-clamp`** CSS property allows limiting of the contents of a block to the specified number of lines.
|
|
6986
7211
|
*
|
|
6987
7212
|
* **Syntax**: `none | <integer>`
|
|
6988
7213
|
*
|
|
@@ -7006,7 +7231,7 @@ export interface VendorLonghandProperties<TLength = (string & {}) | 0, TTime = s
|
|
|
7006
7231
|
*/
|
|
7007
7232
|
WebkitMarginStart?: Property.MarginInlineStart<TLength> | undefined;
|
|
7008
7233
|
/**
|
|
7009
|
-
* If a
|
|
7234
|
+
* If a `mask-image` is specified, `-webkit-mask-attachment` determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block.
|
|
7010
7235
|
*
|
|
7011
7236
|
* **Syntax**: `<attachment>#`
|
|
7012
7237
|
*
|
|
@@ -7712,7 +7937,7 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
7712
7937
|
*/
|
|
7713
7938
|
gridGap?: Property.GridGap<TLength> | undefined;
|
|
7714
7939
|
/**
|
|
7715
|
-
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's
|
|
7940
|
+
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
|
|
7716
7941
|
*
|
|
7717
7942
|
* **Syntax**: `<length-percentage>`
|
|
7718
7943
|
*
|
|
@@ -7736,8 +7961,6 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
7736
7961
|
*
|
|
7737
7962
|
* **Syntax**: `<'top'>{1,2}`
|
|
7738
7963
|
*
|
|
7739
|
-
* **Initial value**: `auto`
|
|
7740
|
-
*
|
|
7741
7964
|
* @deprecated
|
|
7742
7965
|
*/
|
|
7743
7966
|
offsetBlock?: Property.InsetBlock<TLength> | undefined;
|
|
@@ -7766,8 +7989,6 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
7766
7989
|
*
|
|
7767
7990
|
* **Syntax**: `<'top'>{1,2}`
|
|
7768
7991
|
*
|
|
7769
|
-
* **Initial value**: `auto`
|
|
7770
|
-
*
|
|
7771
7992
|
* @deprecated
|
|
7772
7993
|
*/
|
|
7773
7994
|
offsetInline?: Property.InsetInline<TLength> | undefined;
|
|
@@ -8001,16 +8222,6 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
8001
8222
|
* @deprecated
|
|
8002
8223
|
*/
|
|
8003
8224
|
MozBackgroundSize?: Property.BackgroundSize<TLength> | undefined;
|
|
8004
|
-
/**
|
|
8005
|
-
* The **`-moz-binding`** CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
|
|
8006
|
-
*
|
|
8007
|
-
* **Syntax**: `<url> | none`
|
|
8008
|
-
*
|
|
8009
|
-
* **Initial value**: `none`
|
|
8010
|
-
*
|
|
8011
|
-
* @deprecated
|
|
8012
|
-
*/
|
|
8013
|
-
MozBinding?: Property.MozBinding | undefined;
|
|
8014
8225
|
/**
|
|
8015
8226
|
* The **`border-radius`** CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.
|
|
8016
8227
|
*
|
|
@@ -8160,7 +8371,7 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
8160
8371
|
*/
|
|
8161
8372
|
MozOpacity?: Property.Opacity | undefined;
|
|
8162
8373
|
/**
|
|
8163
|
-
* The **`outline`** CSS shorthand property
|
|
8374
|
+
* The **`outline`** CSS shorthand property sets most of the outline properties in a single declaration.
|
|
8164
8375
|
*
|
|
8165
8376
|
* **Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`
|
|
8166
8377
|
*
|
|
@@ -8364,7 +8575,7 @@ export interface ObsoleteProperties<TLength = (string & {}) | 0, TTime = string
|
|
|
8364
8575
|
*/
|
|
8365
8576
|
OAnimationIterationCount?: Property.AnimationIterationCount | undefined;
|
|
8366
8577
|
/**
|
|
8367
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
8578
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
8368
8579
|
*
|
|
8369
8580
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
8370
8581
|
*
|
|
@@ -8771,9 +8982,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
8771
8982
|
*
|
|
8772
8983
|
* **Initial value**: `replace`
|
|
8773
8984
|
*
|
|
8774
|
-
* | Chrome
|
|
8775
|
-
* |
|
|
8776
|
-
* |
|
|
8985
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
8986
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
8987
|
+
* | **112** | n/a | **16** | n/a | No |
|
|
8777
8988
|
*
|
|
8778
8989
|
* @see https://developer.mozilla.org/docs/Web/CSS/animation-composition
|
|
8779
8990
|
*/
|
|
@@ -8854,7 +9065,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
8854
9065
|
*/
|
|
8855
9066
|
"animation-iteration-count"?: Property.AnimationIterationCount | undefined;
|
|
8856
9067
|
/**
|
|
8857
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
9068
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
8858
9069
|
*
|
|
8859
9070
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
8860
9071
|
*
|
|
@@ -8884,7 +9095,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
8884
9095
|
*/
|
|
8885
9096
|
"animation-play-state"?: Property.AnimationPlayState | undefined;
|
|
8886
9097
|
/**
|
|
8887
|
-
* The **`animation-timeline`** CSS property specifies the
|
|
9098
|
+
* The **`animation-timeline`** CSS property specifies the timeline that is used to control the progress of an animation.
|
|
8888
9099
|
*
|
|
8889
9100
|
* **Syntax**: `<single-animation-timeline>#`
|
|
8890
9101
|
*
|
|
@@ -8913,7 +9124,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
8913
9124
|
*/
|
|
8914
9125
|
"animation-timing-function"?: Property.AnimationTimingFunction | undefined;
|
|
8915
9126
|
/**
|
|
8916
|
-
* The **`appearance`** CSS property is used to
|
|
9127
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
8917
9128
|
*
|
|
8918
9129
|
* **Syntax**: `none | auto | textfield | menulist-button | <compat-auto>`
|
|
8919
9130
|
*
|
|
@@ -9387,7 +9598,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
9387
9598
|
*/
|
|
9388
9599
|
"border-image-outset"?: Property.BorderImageOutset<TLength> | undefined;
|
|
9389
9600
|
/**
|
|
9390
|
-
* The **`border-image-repeat`** CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's border image.
|
|
9601
|
+
* The **`border-image-repeat`** CSS property defines how the edge regions and middle region of a source image are adjusted to fit the dimensions of an element's border image. The middle region can be displayed by using the keyword "fill" in the border-image-slice property.
|
|
9391
9602
|
*
|
|
9392
9603
|
* **Syntax**: `[ stretch | repeat | round | space ]{1,2}`
|
|
9393
9604
|
*
|
|
@@ -9658,7 +9869,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
9658
9869
|
*/
|
|
9659
9870
|
"border-right-width"?: Property.BorderRightWidth<TLength> | undefined;
|
|
9660
9871
|
/**
|
|
9661
|
-
* The **`border-spacing`** CSS property sets the distance between the borders of adjacent `<table
|
|
9872
|
+
* The **`border-spacing`** CSS property sets the distance between the borders of adjacent cells in a `<table>`. This property applies only when `border-collapse` is `separate`.
|
|
9662
9873
|
*
|
|
9663
9874
|
* **Syntax**: `<length> <length>?`
|
|
9664
9875
|
*
|
|
@@ -9899,6 +10110,12 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
9899
10110
|
* @see https://developer.mozilla.org/docs/Web/CSS/caret-color
|
|
9900
10111
|
*/
|
|
9901
10112
|
"caret-color"?: Property.CaretColor | undefined;
|
|
10113
|
+
/**
|
|
10114
|
+
* **Syntax**: `auto | bar | block | underscore`
|
|
10115
|
+
*
|
|
10116
|
+
* **Initial value**: `auto`
|
|
10117
|
+
*/
|
|
10118
|
+
"caret-shape"?: Property.CaretShape | undefined;
|
|
9902
10119
|
/**
|
|
9903
10120
|
* The **`clear`** CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The `clear` property applies to floating and non-floating elements.
|
|
9904
10121
|
*
|
|
@@ -9929,7 +10146,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
9929
10146
|
*/
|
|
9930
10147
|
"clip-path"?: Property.ClipPath | undefined;
|
|
9931
10148
|
/**
|
|
9932
|
-
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the
|
|
10149
|
+
* The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `currentcolor` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.
|
|
9933
10150
|
*
|
|
9934
10151
|
* **Syntax**: `<color>`
|
|
9935
10152
|
*
|
|
@@ -10091,7 +10308,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10091
10308
|
*/
|
|
10092
10309
|
"column-width"?: Property.ColumnWidth<TLength> | undefined;
|
|
10093
10310
|
/**
|
|
10094
|
-
* The **`contain`** CSS property
|
|
10311
|
+
* The **`contain`** CSS property indicates that an element and its contents are, as much as possible, independent from the rest of the document tree. Containment enables isolating a subsection of the DOM, providing performance benefits by limiting calculations of layout, style, paint, size, or any combination to a DOM subtree rather than the entire page. Containment can also be used to scope CSS counters and quotes.
|
|
10095
10312
|
*
|
|
10096
10313
|
* **Syntax**: `none | strict | content | [ [ size || inline-size ] || layout || style || paint ]`
|
|
10097
10314
|
*
|
|
@@ -10104,6 +10321,90 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10104
10321
|
* @see https://developer.mozilla.org/docs/Web/CSS/contain
|
|
10105
10322
|
*/
|
|
10106
10323
|
contain?: Property.Contain | undefined;
|
|
10324
|
+
/**
|
|
10325
|
+
* The **`contain-intrinsic-block-size`** CSS logical property defines the block size of an element that a browser can use for layout when the element is subject to size containment.
|
|
10326
|
+
*
|
|
10327
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
10328
|
+
*
|
|
10329
|
+
* **Initial value**: `none`
|
|
10330
|
+
*
|
|
10331
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10332
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10333
|
+
* | **95** | **107** | No | n/a | No |
|
|
10334
|
+
*
|
|
10335
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-block-size
|
|
10336
|
+
*/
|
|
10337
|
+
"contain-intrinsic-block-size"?: Property.ContainIntrinsicBlockSize<TLength> | undefined;
|
|
10338
|
+
/**
|
|
10339
|
+
* The **`contain-intrinsic-length`** CSS property sets the height of an element that a browser can use for layout when the element is subject to size containment.
|
|
10340
|
+
*
|
|
10341
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
10342
|
+
*
|
|
10343
|
+
* **Initial value**: `none`
|
|
10344
|
+
*
|
|
10345
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10346
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10347
|
+
* | **83** | **107** | No | n/a | No |
|
|
10348
|
+
*
|
|
10349
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-height
|
|
10350
|
+
*/
|
|
10351
|
+
"contain-intrinsic-height"?: Property.ContainIntrinsicHeight<TLength> | undefined;
|
|
10352
|
+
/**
|
|
10353
|
+
* The **`contain-intrinsic-inline-size`** CSS logical property defines the inline-size of an element that a browser can use for layout when the element is subject to size containment.
|
|
10354
|
+
*
|
|
10355
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
10356
|
+
*
|
|
10357
|
+
* **Initial value**: `none`
|
|
10358
|
+
*
|
|
10359
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10360
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10361
|
+
* | **95** | **107** | No | n/a | No |
|
|
10362
|
+
*
|
|
10363
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-contain-intrinsic-inline-size
|
|
10364
|
+
*/
|
|
10365
|
+
"contain-intrinsic-inline-size"?: Property.ContainIntrinsicInlineSize<TLength> | undefined;
|
|
10366
|
+
/**
|
|
10367
|
+
* The **`contain-intrinsic-width`** CSS property sets the width of an element that a browser will use for layout when the element is subject to size containment.
|
|
10368
|
+
*
|
|
10369
|
+
* **Syntax**: `none | <length> | auto <length>`
|
|
10370
|
+
*
|
|
10371
|
+
* **Initial value**: `none`
|
|
10372
|
+
*
|
|
10373
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10374
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10375
|
+
* | **83** | **107** | No | n/a | No |
|
|
10376
|
+
*
|
|
10377
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-width
|
|
10378
|
+
*/
|
|
10379
|
+
"contain-intrinsic-width"?: Property.ContainIntrinsicWidth<TLength> | undefined;
|
|
10380
|
+
/**
|
|
10381
|
+
* The **container-name** CSS property specifies a list of query container names used by the @container at-rule in a container query. A container query will apply styles to elements based on the size of the nearest ancestor with a containment context. When a containment context is given a name, it can be specifically targeted using the `@container` at-rule instead of the nearest ancestor with containment.
|
|
10382
|
+
*
|
|
10383
|
+
* **Syntax**: `none | <custom-ident>+`
|
|
10384
|
+
*
|
|
10385
|
+
* **Initial value**: `none`
|
|
10386
|
+
*
|
|
10387
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10388
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
10389
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
10390
|
+
*
|
|
10391
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container-name
|
|
10392
|
+
*/
|
|
10393
|
+
"container-name"?: Property.ContainerName | undefined;
|
|
10394
|
+
/**
|
|
10395
|
+
* The **container-type** CSS property is used to define the type of containment used in a container query.
|
|
10396
|
+
*
|
|
10397
|
+
* **Syntax**: `normal | size | inline-size`
|
|
10398
|
+
*
|
|
10399
|
+
* **Initial value**: `normal`
|
|
10400
|
+
*
|
|
10401
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10402
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
10403
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
10404
|
+
*
|
|
10405
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container-type
|
|
10406
|
+
*/
|
|
10407
|
+
"container-type"?: Property.ContainerType | undefined;
|
|
10107
10408
|
/**
|
|
10108
10409
|
* The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements**.
|
|
10109
10410
|
*
|
|
@@ -10119,7 +10420,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10119
10420
|
*/
|
|
10120
10421
|
content?: Property.Content | undefined;
|
|
10121
10422
|
/**
|
|
10122
|
-
* The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed.
|
|
10423
|
+
* The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. It enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.
|
|
10123
10424
|
*
|
|
10124
10425
|
* **Syntax**: `visible | auto | hidden`
|
|
10125
10426
|
*
|
|
@@ -10127,7 +10428,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10127
10428
|
*
|
|
10128
10429
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10129
10430
|
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10130
|
-
* | **85** |
|
|
10431
|
+
* | **85** | n/a | No | n/a | No |
|
|
10131
10432
|
*
|
|
10132
10433
|
* @see https://developer.mozilla.org/docs/Web/CSS/content-visibility
|
|
10133
10434
|
*/
|
|
@@ -10407,6 +10708,18 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10407
10708
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-optical-sizing
|
|
10408
10709
|
*/
|
|
10409
10710
|
"font-optical-sizing"?: Property.FontOpticalSizing | undefined;
|
|
10711
|
+
/**
|
|
10712
|
+
* **Syntax**: `normal | light | dark | <palette-identifier>`
|
|
10713
|
+
*
|
|
10714
|
+
* **Initial value**: `normal`
|
|
10715
|
+
*
|
|
10716
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10717
|
+
* | :-----: | :-----: | :------: | :--: | :-: |
|
|
10718
|
+
* | **101** | **107** | **15.4** | n/a | No |
|
|
10719
|
+
*
|
|
10720
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-palette
|
|
10721
|
+
*/
|
|
10722
|
+
"font-palette"?: Property.FontPalette | undefined;
|
|
10410
10723
|
/**
|
|
10411
10724
|
* The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.
|
|
10412
10725
|
*
|
|
@@ -10428,9 +10741,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10428
10741
|
*
|
|
10429
10742
|
* **Initial value**: `none`
|
|
10430
10743
|
*
|
|
10431
|
-
* | Chrome | Firefox |
|
|
10432
|
-
* | :----: | :-----: |
|
|
10433
|
-
* | No | **3** |
|
|
10744
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10745
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
10746
|
+
* | No | **3** | **16.4** | n/a | No |
|
|
10434
10747
|
*
|
|
10435
10748
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-size-adjust
|
|
10436
10749
|
*/
|
|
@@ -10547,6 +10860,18 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10547
10860
|
* @see https://developer.mozilla.org/docs/Web/CSS/font-variant-east-asian
|
|
10548
10861
|
*/
|
|
10549
10862
|
"font-variant-east-asian"?: Property.FontVariantEastAsian | undefined;
|
|
10863
|
+
/**
|
|
10864
|
+
* **Syntax**: `normal | text | emoji | unicode`
|
|
10865
|
+
*
|
|
10866
|
+
* **Initial value**: `normal`
|
|
10867
|
+
*
|
|
10868
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10869
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
10870
|
+
* | No | **108** | No | n/a | No |
|
|
10871
|
+
*
|
|
10872
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/font-variant-emoji
|
|
10873
|
+
*/
|
|
10874
|
+
"font-variant-emoji"?: Property.FontVariantEmoji | undefined;
|
|
10550
10875
|
/**
|
|
10551
10876
|
* The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.
|
|
10552
10877
|
*
|
|
@@ -10808,13 +11133,26 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10808
11133
|
*
|
|
10809
11134
|
* **Initial value**: `auto`
|
|
10810
11135
|
*
|
|
10811
|
-
* |
|
|
10812
|
-
* |
|
|
10813
|
-
* | **
|
|
11136
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11137
|
+
* | :-----: | :-----: | :-----------: | :--: | :-: |
|
|
11138
|
+
* | **106** | **98** | **5.1** _-x-_ | n/a | No |
|
|
11139
|
+
* | 6 _-x-_ | | | | |
|
|
10814
11140
|
*
|
|
10815
11141
|
* @see https://developer.mozilla.org/docs/Web/CSS/hyphenate-character
|
|
10816
11142
|
*/
|
|
10817
11143
|
"hyphenate-character"?: Property.HyphenateCharacter | undefined;
|
|
11144
|
+
/**
|
|
11145
|
+
* The **`hyphenate-limit-chars`** CSS property specifies the minimum word length to allow hyphenation of words as well as the the minimum number of characters before and after the hyphen.
|
|
11146
|
+
*
|
|
11147
|
+
* **Syntax**: `[ auto | <integer> ]{1,3}`
|
|
11148
|
+
*
|
|
11149
|
+
* **Initial value**: `auto`
|
|
11150
|
+
*
|
|
11151
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11152
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
11153
|
+
* | **109** | No | No | n/a | No |
|
|
11154
|
+
*/
|
|
11155
|
+
"hyphenate-limit-chars"?: Property.HyphenateLimitChars | undefined;
|
|
10818
11156
|
/**
|
|
10819
11157
|
* The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.
|
|
10820
11158
|
*
|
|
@@ -10871,9 +11209,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10871
11209
|
*
|
|
10872
11210
|
* **Initial value**: `normal`
|
|
10873
11211
|
*
|
|
10874
|
-
* | Chrome
|
|
10875
|
-
* |
|
|
10876
|
-
* |
|
|
11212
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11213
|
+
* | :-----: | :-----: | :---------: | :--: | :-: |
|
|
11214
|
+
* | **110** | No | **9** _-x-_ | n/a | No |
|
|
10877
11215
|
*
|
|
10878
11216
|
* @see https://developer.mozilla.org/docs/Web/CSS/initial-letter
|
|
10879
11217
|
*/
|
|
@@ -10898,34 +11236,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10898
11236
|
* **Initial value**: `auto`
|
|
10899
11237
|
*/
|
|
10900
11238
|
"input-security"?: Property.InputSecurity | undefined;
|
|
10901
|
-
/**
|
|
10902
|
-
* The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
|
|
10903
|
-
*
|
|
10904
|
-
* **Syntax**: `<'top'>{1,4}`
|
|
10905
|
-
*
|
|
10906
|
-
* **Initial value**: `auto`
|
|
10907
|
-
*
|
|
10908
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10909
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
10910
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
10911
|
-
*
|
|
10912
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset
|
|
10913
|
-
*/
|
|
10914
|
-
inset?: Property.Inset<TLength> | undefined;
|
|
10915
|
-
/**
|
|
10916
|
-
* The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
10917
|
-
*
|
|
10918
|
-
* **Syntax**: `<'top'>{1,2}`
|
|
10919
|
-
*
|
|
10920
|
-
* **Initial value**: `auto`
|
|
10921
|
-
*
|
|
10922
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10923
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
10924
|
-
* | **87** | **63** | **14.1** | n/a | No |
|
|
10925
|
-
*
|
|
10926
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block
|
|
10927
|
-
*/
|
|
10928
|
-
"inset-block"?: Property.InsetBlock<TLength> | undefined;
|
|
10929
11239
|
/**
|
|
10930
11240
|
* The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
10931
11241
|
*
|
|
@@ -10954,20 +11264,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
10954
11264
|
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block-start
|
|
10955
11265
|
*/
|
|
10956
11266
|
"inset-block-start"?: Property.InsetBlockStart<TLength> | undefined;
|
|
10957
|
-
/**
|
|
10958
|
-
* The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
10959
|
-
*
|
|
10960
|
-
* **Syntax**: `<'top'>{1,2}`
|
|
10961
|
-
*
|
|
10962
|
-
* **Initial value**: `auto`
|
|
10963
|
-
*
|
|
10964
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
10965
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
10966
|
-
* | **87** | **63** | **14.1** | n/a | No |
|
|
10967
|
-
*
|
|
10968
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/inset-inline
|
|
10969
|
-
*/
|
|
10970
|
-
"inset-inline"?: Property.InsetInline<TLength> | undefined;
|
|
10971
11267
|
/**
|
|
10972
11268
|
* The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
10973
11269
|
*
|
|
@@ -11171,29 +11467,15 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11171
11467
|
*
|
|
11172
11468
|
* **Syntax**: `<counter-style> | <string> | none`
|
|
11173
11469
|
*
|
|
11174
|
-
* **Initial value**: `disc`
|
|
11175
|
-
*
|
|
11176
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11177
|
-
* | :----: | :-----: | :----: | :----: | :---: |
|
|
11178
|
-
* | **1** | **1** | **1** | **12** | **4** |
|
|
11179
|
-
*
|
|
11180
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/list-style-type
|
|
11181
|
-
*/
|
|
11182
|
-
"list-style-type"?: Property.ListStyleType | undefined;
|
|
11183
|
-
/**
|
|
11184
|
-
* The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
11185
|
-
*
|
|
11186
|
-
* **Syntax**: `<'margin-left'>{1,2}`
|
|
11187
|
-
*
|
|
11188
|
-
* **Initial value**: `0`
|
|
11470
|
+
* **Initial value**: `disc`
|
|
11189
11471
|
*
|
|
11190
|
-
* | Chrome | Firefox |
|
|
11191
|
-
* | :----: | :-----: |
|
|
11192
|
-
* | **
|
|
11472
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11473
|
+
* | :----: | :-----: | :----: | :----: | :---: |
|
|
11474
|
+
* | **1** | **1** | **1** | **12** | **4** |
|
|
11193
11475
|
*
|
|
11194
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/
|
|
11476
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/list-style-type
|
|
11195
11477
|
*/
|
|
11196
|
-
"
|
|
11478
|
+
"list-style-type"?: Property.ListStyleType | undefined;
|
|
11197
11479
|
/**
|
|
11198
11480
|
* The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.
|
|
11199
11481
|
*
|
|
@@ -11236,20 +11518,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11236
11518
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin-bottom
|
|
11237
11519
|
*/
|
|
11238
11520
|
"margin-bottom"?: Property.MarginBottom<TLength> | undefined;
|
|
11239
|
-
/**
|
|
11240
|
-
* The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
11241
|
-
*
|
|
11242
|
-
* **Syntax**: `<'margin-left'>{1,2}`
|
|
11243
|
-
*
|
|
11244
|
-
* **Initial value**: `0`
|
|
11245
|
-
*
|
|
11246
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11247
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
11248
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
11249
|
-
*
|
|
11250
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/margin-inline
|
|
11251
|
-
*/
|
|
11252
|
-
"margin-inline"?: Property.MarginInline<TLength> | undefined;
|
|
11253
11521
|
/**
|
|
11254
11522
|
* The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
11255
11523
|
*
|
|
@@ -11322,6 +11590,20 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11322
11590
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin-top
|
|
11323
11591
|
*/
|
|
11324
11592
|
"margin-top"?: Property.MarginTop<TLength> | undefined;
|
|
11593
|
+
/**
|
|
11594
|
+
* The `margin-trim` property allows the container to trim the margins of its children where they adjoin the container's edges.
|
|
11595
|
+
*
|
|
11596
|
+
* **Syntax**: `none | in-flow | all`
|
|
11597
|
+
*
|
|
11598
|
+
* **Initial value**: `none`
|
|
11599
|
+
*
|
|
11600
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11601
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
11602
|
+
* | No | No | **16.4** | n/a | No |
|
|
11603
|
+
*
|
|
11604
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-trim
|
|
11605
|
+
*/
|
|
11606
|
+
"margin-trim"?: Property.MarginTrim | undefined;
|
|
11325
11607
|
/**
|
|
11326
11608
|
* The **`mask-border-mode`** CSS property specifies the blending mode used in a mask border.
|
|
11327
11609
|
*
|
|
@@ -11493,7 +11775,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11493
11775
|
*
|
|
11494
11776
|
* **Syntax**: `<repeat-style>#`
|
|
11495
11777
|
*
|
|
11496
|
-
* **Initial value**: `
|
|
11778
|
+
* **Initial value**: `repeat`
|
|
11497
11779
|
*
|
|
11498
11780
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11499
11781
|
* | :---------: | :-----: | :-------: | :---: | :-: |
|
|
@@ -11539,9 +11821,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11539
11821
|
*
|
|
11540
11822
|
* **Initial value**: `0`
|
|
11541
11823
|
*
|
|
11542
|
-
* | Chrome
|
|
11543
|
-
* |
|
|
11544
|
-
* |
|
|
11824
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11825
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
11826
|
+
* | **109** | n/a | No | n/a | No |
|
|
11545
11827
|
*
|
|
11546
11828
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-depth
|
|
11547
11829
|
*/
|
|
@@ -11553,9 +11835,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11553
11835
|
*
|
|
11554
11836
|
* **Initial value**: `normal`
|
|
11555
11837
|
*
|
|
11556
|
-
* | Chrome
|
|
11557
|
-
* |
|
|
11558
|
-
* |
|
|
11838
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11839
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
11840
|
+
* | **109** | No | No | n/a | No |
|
|
11559
11841
|
*
|
|
11560
11842
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-shift
|
|
11561
11843
|
*/
|
|
@@ -11567,9 +11849,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11567
11849
|
*
|
|
11568
11850
|
* **Initial value**: `normal`
|
|
11569
11851
|
*
|
|
11570
|
-
* | Chrome
|
|
11571
|
-
* |
|
|
11572
|
-
* |
|
|
11852
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11853
|
+
* | :-----: | :-----: | :------: | :--: | :-: |
|
|
11854
|
+
* | **109** | n/a | **14.1** | n/a | No |
|
|
11573
11855
|
*
|
|
11574
11856
|
* @see https://developer.mozilla.org/docs/Web/CSS/math-style
|
|
11575
11857
|
*/
|
|
@@ -11714,10 +11996,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11714
11996
|
*
|
|
11715
11997
|
* **Initial value**: `0`
|
|
11716
11998
|
*
|
|
11717
|
-
* | Chrome | Firefox |
|
|
11718
|
-
* | :--------------------: | :-----: |
|
|
11719
|
-
* | **55** | **72** |
|
|
11720
|
-
* | 46 _(motion-distance)_ | |
|
|
11999
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12000
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
12001
|
+
* | **55** | **72** | **preview** | n/a | No |
|
|
12002
|
+
* | 46 _(motion-distance)_ | | | | |
|
|
11721
12003
|
*
|
|
11722
12004
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-distance
|
|
11723
12005
|
*/
|
|
@@ -11744,10 +12026,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11744
12026
|
*
|
|
11745
12027
|
* **Initial value**: `auto`
|
|
11746
12028
|
*
|
|
11747
|
-
* | Chrome | Firefox |
|
|
11748
|
-
* | :--------------------: | :-----: |
|
|
11749
|
-
* | **56** | **72** |
|
|
11750
|
-
* | 46 _(motion-rotation)_ | |
|
|
12029
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12030
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
12031
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
12032
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
11751
12033
|
*
|
|
11752
12034
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
11753
12035
|
*/
|
|
@@ -11785,9 +12067,9 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11785
12067
|
*
|
|
11786
12068
|
* **Initial value**: `auto`
|
|
11787
12069
|
*
|
|
11788
|
-
* | Chrome | Firefox |
|
|
11789
|
-
* | :----: | :-----: |
|
|
11790
|
-
* | No | **72** |
|
|
12070
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12071
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
12072
|
+
* | No | **72** | **preview** | n/a | No |
|
|
11791
12073
|
*
|
|
11792
12074
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-anchor
|
|
11793
12075
|
*/
|
|
@@ -11799,10 +12081,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11799
12081
|
*
|
|
11800
12082
|
* **Initial value**: `0`
|
|
11801
12083
|
*
|
|
11802
|
-
* | Chrome | Firefox |
|
|
11803
|
-
* | :--------------------: | :-----: |
|
|
11804
|
-
* | **55** | **72** |
|
|
11805
|
-
* | 46 _(motion-distance)_ | |
|
|
12084
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12085
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
12086
|
+
* | **55** | **72** | **preview** | n/a | No |
|
|
12087
|
+
* | 46 _(motion-distance)_ | | | | |
|
|
11806
12088
|
*
|
|
11807
12089
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-distance
|
|
11808
12090
|
*/
|
|
@@ -11822,6 +12104,18 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11822
12104
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-path
|
|
11823
12105
|
*/
|
|
11824
12106
|
"offset-path"?: Property.OffsetPath | undefined;
|
|
12107
|
+
/**
|
|
12108
|
+
* **Syntax**: `auto | <position>`
|
|
12109
|
+
*
|
|
12110
|
+
* **Initial value**: `auto`
|
|
12111
|
+
*
|
|
12112
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12113
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
12114
|
+
* | No | No | **preview** | n/a | No |
|
|
12115
|
+
*
|
|
12116
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/offset-position
|
|
12117
|
+
*/
|
|
12118
|
+
"offset-position"?: Property.OffsetPosition<TLength> | undefined;
|
|
11825
12119
|
/**
|
|
11826
12120
|
* The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.
|
|
11827
12121
|
*
|
|
@@ -11829,10 +12123,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11829
12123
|
*
|
|
11830
12124
|
* **Initial value**: `auto`
|
|
11831
12125
|
*
|
|
11832
|
-
* | Chrome | Firefox |
|
|
11833
|
-
* | :--------------------: | :-----: |
|
|
11834
|
-
* | **56** | **72** |
|
|
11835
|
-
* | 46 _(motion-rotation)_ | |
|
|
12126
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12127
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
12128
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
12129
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
11836
12130
|
*
|
|
11837
12131
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
11838
12132
|
*/
|
|
@@ -11844,10 +12138,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11844
12138
|
*
|
|
11845
12139
|
* **Initial value**: `auto`
|
|
11846
12140
|
*
|
|
11847
|
-
* | Chrome | Firefox |
|
|
11848
|
-
* | :--------------------: | :-----: |
|
|
11849
|
-
* | **56** | **72** |
|
|
11850
|
-
* | 46 _(motion-rotation)_ | |
|
|
12141
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12142
|
+
* | :--------------------: | :-----: | :---------: | :--: | :-: |
|
|
12143
|
+
* | **56** | **72** | **preview** | n/a | No |
|
|
12144
|
+
* | 46 _(motion-rotation)_ | | | | |
|
|
11851
12145
|
*
|
|
11852
12146
|
* @see https://developer.mozilla.org/docs/Web/CSS/offset-rotate
|
|
11853
12147
|
*/
|
|
@@ -11996,7 +12290,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
11996
12290
|
*
|
|
11997
12291
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
11998
12292
|
* | :----: | :-----: | :----: | :--: | :-: |
|
|
11999
|
-
* | **90** |
|
|
12293
|
+
* | **90** | **102** | No | n/a | No |
|
|
12000
12294
|
*
|
|
12001
12295
|
* @see https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin
|
|
12002
12296
|
*/
|
|
@@ -12112,20 +12406,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12112
12406
|
* @see https://developer.mozilla.org/docs/Web/CSS/overscroll-behavior-y
|
|
12113
12407
|
*/
|
|
12114
12408
|
"overscroll-behavior-y"?: Property.OverscrollBehaviorY | undefined;
|
|
12115
|
-
/**
|
|
12116
|
-
* The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
12117
|
-
*
|
|
12118
|
-
* **Syntax**: `<'padding-left'>{1,2}`
|
|
12119
|
-
*
|
|
12120
|
-
* **Initial value**: `0`
|
|
12121
|
-
*
|
|
12122
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12123
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
12124
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
12125
|
-
*
|
|
12126
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/padding-block
|
|
12127
|
-
*/
|
|
12128
|
-
"padding-block"?: Property.PaddingBlock<TLength> | undefined;
|
|
12129
12409
|
/**
|
|
12130
12410
|
* The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.
|
|
12131
12411
|
*
|
|
@@ -12168,20 +12448,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12168
12448
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding-bottom
|
|
12169
12449
|
*/
|
|
12170
12450
|
"padding-bottom"?: Property.PaddingBottom<TLength> | undefined;
|
|
12171
|
-
/**
|
|
12172
|
-
* The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
12173
|
-
*
|
|
12174
|
-
* **Syntax**: `<'padding-left'>{1,2}`
|
|
12175
|
-
*
|
|
12176
|
-
* **Initial value**: `0`
|
|
12177
|
-
*
|
|
12178
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12179
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
12180
|
-
* | **87** | **66** | **14.1** | n/a | No |
|
|
12181
|
-
*
|
|
12182
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/padding-inline
|
|
12183
|
-
*/
|
|
12184
|
-
"padding-inline"?: Property.PaddingInline<TLength> | undefined;
|
|
12185
12451
|
/**
|
|
12186
12452
|
* The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.
|
|
12187
12453
|
*
|
|
@@ -12254,6 +12520,20 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12254
12520
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding-top
|
|
12255
12521
|
*/
|
|
12256
12522
|
"padding-top"?: Property.PaddingTop<TLength> | undefined;
|
|
12523
|
+
/**
|
|
12524
|
+
* The **`page`** CSS property is used to specify the named page, a specific type of page defined by the `@page` at-rule.
|
|
12525
|
+
*
|
|
12526
|
+
* **Syntax**: `auto | <custom-ident>`
|
|
12527
|
+
*
|
|
12528
|
+
* **Initial value**: `auto`
|
|
12529
|
+
*
|
|
12530
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12531
|
+
* | :----: | :-----: | :---------: | :--: | :-: |
|
|
12532
|
+
* | **85** | **110** | **preview** | n/a | No |
|
|
12533
|
+
*
|
|
12534
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/page
|
|
12535
|
+
*/
|
|
12536
|
+
page?: Property.Page | undefined;
|
|
12257
12537
|
/**
|
|
12258
12538
|
* The **`page-break-after`** CSS property adjusts page breaks _after_ the current element.
|
|
12259
12539
|
*
|
|
@@ -12340,20 +12620,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12340
12620
|
* @see https://developer.mozilla.org/docs/Web/CSS/perspective-origin
|
|
12341
12621
|
*/
|
|
12342
12622
|
"perspective-origin"?: Property.PerspectiveOrigin<TLength> | undefined;
|
|
12343
|
-
/**
|
|
12344
|
-
* The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.
|
|
12345
|
-
*
|
|
12346
|
-
* **Syntax**: `<'align-content'> <'justify-content'>?`
|
|
12347
|
-
*
|
|
12348
|
-
* **Initial value**: `normal`
|
|
12349
|
-
*
|
|
12350
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12351
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
12352
|
-
* | **59** | **45** | **9** | n/a | No |
|
|
12353
|
-
*
|
|
12354
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/place-content
|
|
12355
|
-
*/
|
|
12356
|
-
"place-content"?: Property.PlaceContent | undefined;
|
|
12357
12623
|
/**
|
|
12358
12624
|
* The **`pointer-events`** CSS property sets under what circumstances (if any) a particular graphic element can become the target of pointer events.
|
|
12359
12625
|
*
|
|
@@ -12454,7 +12720,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12454
12720
|
*/
|
|
12455
12721
|
rotate?: Property.Rotate | undefined;
|
|
12456
12722
|
/**
|
|
12457
|
-
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's
|
|
12723
|
+
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
|
|
12458
12724
|
*
|
|
12459
12725
|
* **Syntax**: `normal | <length-percentage>`
|
|
12460
12726
|
*
|
|
@@ -12530,35 +12796,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12530
12796
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-behavior
|
|
12531
12797
|
*/
|
|
12532
12798
|
"scroll-behavior"?: Property.ScrollBehavior | undefined;
|
|
12533
|
-
/**
|
|
12534
|
-
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
12535
|
-
*
|
|
12536
|
-
* **Syntax**: `<length>{1,4}`
|
|
12537
|
-
*
|
|
12538
|
-
* **Initial value**: `0`
|
|
12539
|
-
*
|
|
12540
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12541
|
-
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
12542
|
-
* | **69** | **90** | **14.1** | n/a | No |
|
|
12543
|
-
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
12544
|
-
*
|
|
12545
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
12546
|
-
*/
|
|
12547
|
-
"scroll-margin"?: Property.ScrollMargin<TLength> | undefined;
|
|
12548
|
-
/**
|
|
12549
|
-
* The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.
|
|
12550
|
-
*
|
|
12551
|
-
* **Syntax**: `<length>{1,2}`
|
|
12552
|
-
*
|
|
12553
|
-
* **Initial value**: `0`
|
|
12554
|
-
*
|
|
12555
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12556
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
12557
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
12558
|
-
*
|
|
12559
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
|
|
12560
|
-
*/
|
|
12561
|
-
"scroll-margin-block"?: Property.ScrollMarginBlock<TLength> | undefined;
|
|
12562
12799
|
/**
|
|
12563
12800
|
* The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
12564
12801
|
*
|
|
@@ -12602,20 +12839,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12602
12839
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-bottom
|
|
12603
12840
|
*/
|
|
12604
12841
|
"scroll-margin-bottom"?: Property.ScrollMarginBottom<TLength> | undefined;
|
|
12605
|
-
/**
|
|
12606
|
-
* The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.
|
|
12607
|
-
*
|
|
12608
|
-
* **Syntax**: `<length>{1,2}`
|
|
12609
|
-
*
|
|
12610
|
-
* **Initial value**: `0`
|
|
12611
|
-
*
|
|
12612
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12613
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
12614
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
12615
|
-
*
|
|
12616
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
|
|
12617
|
-
*/
|
|
12618
|
-
"scroll-margin-inline"?: Property.ScrollMarginInline<TLength> | undefined;
|
|
12619
12842
|
/**
|
|
12620
12843
|
* The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
12621
12844
|
*
|
|
@@ -12689,34 +12912,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12689
12912
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-top
|
|
12690
12913
|
*/
|
|
12691
12914
|
"scroll-margin-top"?: Property.ScrollMarginTop<TLength> | undefined;
|
|
12692
|
-
/**
|
|
12693
|
-
* The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.
|
|
12694
|
-
*
|
|
12695
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,4}`
|
|
12696
|
-
*
|
|
12697
|
-
* **Initial value**: `auto`
|
|
12698
|
-
*
|
|
12699
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12700
|
-
* | :----: | :-----: | :------: | :--: | :-: |
|
|
12701
|
-
* | **69** | **68** | **14.1** | n/a | No |
|
|
12702
|
-
*
|
|
12703
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding
|
|
12704
|
-
*/
|
|
12705
|
-
"scroll-padding"?: Property.ScrollPadding<TLength> | undefined;
|
|
12706
|
-
/**
|
|
12707
|
-
* The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.
|
|
12708
|
-
*
|
|
12709
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
12710
|
-
*
|
|
12711
|
-
* **Initial value**: `auto`
|
|
12712
|
-
*
|
|
12713
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12714
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
12715
|
-
* | **69** | **68** | **15** | n/a | No |
|
|
12716
|
-
*
|
|
12717
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
|
|
12718
|
-
*/
|
|
12719
|
-
"scroll-padding-block"?: Property.ScrollPaddingBlock<TLength> | undefined;
|
|
12720
12915
|
/**
|
|
12721
12916
|
* The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
|
12722
12917
|
*
|
|
@@ -12759,20 +12954,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12759
12954
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-bottom
|
|
12760
12955
|
*/
|
|
12761
12956
|
"scroll-padding-bottom"?: Property.ScrollPaddingBottom<TLength> | undefined;
|
|
12762
|
-
/**
|
|
12763
|
-
* The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.
|
|
12764
|
-
*
|
|
12765
|
-
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
12766
|
-
*
|
|
12767
|
-
* **Initial value**: `auto`
|
|
12768
|
-
*
|
|
12769
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12770
|
-
* | :----: | :-----: | :----: | :--: | :-: |
|
|
12771
|
-
* | **69** | **68** | **15** | n/a | No |
|
|
12772
|
-
*
|
|
12773
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
|
|
12774
|
-
*/
|
|
12775
|
-
"scroll-padding-inline"?: Property.ScrollPaddingInline<TLength> | undefined;
|
|
12776
12957
|
/**
|
|
12777
12958
|
* The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.
|
|
12778
12959
|
*
|
|
@@ -12857,21 +13038,6 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12857
13038
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-snap-align
|
|
12858
13039
|
*/
|
|
12859
13040
|
"scroll-snap-align"?: Property.ScrollSnapAlign | undefined;
|
|
12860
|
-
/**
|
|
12861
|
-
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
12862
|
-
*
|
|
12863
|
-
* **Syntax**: `<length>{1,4}`
|
|
12864
|
-
*
|
|
12865
|
-
* **Initial value**: `0`
|
|
12866
|
-
*
|
|
12867
|
-
* | Chrome | Firefox | Safari | Edge | IE |
|
|
12868
|
-
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
12869
|
-
* | **69** | 68-90 | **14.1** | n/a | No |
|
|
12870
|
-
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
12871
|
-
*
|
|
12872
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
12873
|
-
*/
|
|
12874
|
-
"scroll-snap-margin"?: Property.ScrollMargin<TLength> | undefined;
|
|
12875
13041
|
/**
|
|
12876
13042
|
* The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.
|
|
12877
13043
|
*
|
|
@@ -12933,7 +13099,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12933
13099
|
*/
|
|
12934
13100
|
"scroll-snap-margin-top"?: Property.ScrollMarginTop<TLength> | undefined;
|
|
12935
13101
|
/**
|
|
12936
|
-
* The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to "pass over" possible snap positions.
|
|
13102
|
+
* The **`scroll-snap-stop`** CSS property defines whether or not the scroll container is allowed to "pass over" possible snap positions.
|
|
12937
13103
|
*
|
|
12938
13104
|
* **Syntax**: `normal | always`
|
|
12939
13105
|
*
|
|
@@ -12961,6 +13127,34 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
12961
13127
|
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type
|
|
12962
13128
|
*/
|
|
12963
13129
|
"scroll-snap-type"?: Property.ScrollSnapType | undefined;
|
|
13130
|
+
/**
|
|
13131
|
+
* The **`scroll-timeline-axis`** CSS property can be used to specify the scrollbar that will be used to provide the timeline for a scroll-timeline animation.
|
|
13132
|
+
*
|
|
13133
|
+
* **Syntax**: `[ block | inline | vertical | horizontal ]#`
|
|
13134
|
+
*
|
|
13135
|
+
* **Initial value**: `block`
|
|
13136
|
+
*
|
|
13137
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
13138
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
13139
|
+
* | No | n/a | No | n/a | No |
|
|
13140
|
+
*
|
|
13141
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-axis
|
|
13142
|
+
*/
|
|
13143
|
+
"scroll-timeline-axis"?: Property.ScrollTimelineAxis | undefined;
|
|
13144
|
+
/**
|
|
13145
|
+
* The **`scroll-timeline-name`** CSS property defines a name that can be used to identify an element as the source of a scroll timeline for an animation.
|
|
13146
|
+
*
|
|
13147
|
+
* **Syntax**: `none | <custom-ident>#`
|
|
13148
|
+
*
|
|
13149
|
+
* **Initial value**: `none`
|
|
13150
|
+
*
|
|
13151
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
13152
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
13153
|
+
* | No | n/a | No | n/a | No |
|
|
13154
|
+
*
|
|
13155
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline-name
|
|
13156
|
+
*/
|
|
13157
|
+
"scroll-timeline-name"?: Property.ScrollTimelineName | undefined;
|
|
12964
13158
|
/**
|
|
12965
13159
|
* The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.
|
|
12966
13160
|
*
|
|
@@ -13075,7 +13269,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13075
13269
|
*/
|
|
13076
13270
|
"table-layout"?: Property.TableLayout | undefined;
|
|
13077
13271
|
/**
|
|
13078
|
-
* The **`text-align`** CSS property sets the horizontal alignment of the content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.
|
|
13272
|
+
* The **`text-align`** CSS property sets the horizontal alignment of the inline-level content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.
|
|
13079
13273
|
*
|
|
13080
13274
|
* **Syntax**: `start | end | left | right | center | justify | match-parent`
|
|
13081
13275
|
*
|
|
@@ -13109,10 +13303,10 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13109
13303
|
*
|
|
13110
13304
|
* **Initial value**: `none`
|
|
13111
13305
|
*
|
|
13112
|
-
* | Chrome | Firefox |
|
|
13113
|
-
* | :------------------------: | :-----: |
|
|
13114
|
-
* | **48** | **48** |
|
|
13115
|
-
* | 9 _(-webkit-text-combine)_ | |
|
|
13306
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
13307
|
+
* | :------------------------: | :-----: | :--------------------------: | :---: | :------------------------------------: |
|
|
13308
|
+
* | **48** | **48** | **preview** | 15-79 | **11** _(-ms-text-combine-horizontal)_ |
|
|
13309
|
+
* | 9 _(-webkit-text-combine)_ | | 5.1 _(-webkit-text-combine)_ | | |
|
|
13116
13310
|
*
|
|
13117
13311
|
* @see https://developer.mozilla.org/docs/Web/CSS/text-combine-upright
|
|
13118
13312
|
*/
|
|
@@ -13437,7 +13631,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13437
13631
|
*/
|
|
13438
13632
|
transform?: Property.Transform | undefined;
|
|
13439
13633
|
/**
|
|
13440
|
-
* The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.
|
|
13634
|
+
* The **`transform-box`** CSS property defines the layout box to which the `transform`, individual transform properties `translate`,`scale`, and `rotate`, and `transform-origin` properties relate.
|
|
13441
13635
|
*
|
|
13442
13636
|
* **Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`
|
|
13443
13637
|
*
|
|
@@ -13597,6 +13791,20 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13597
13791
|
* @see https://developer.mozilla.org/docs/Web/CSS/vertical-align
|
|
13598
13792
|
*/
|
|
13599
13793
|
"vertical-align"?: Property.VerticalAlign<TLength> | undefined;
|
|
13794
|
+
/**
|
|
13795
|
+
* The **`view-transition-name`** CSS property provides the selected element with a distinct identifying name (a `<custom-ident>`) and causes it to participate in a separate view transition from the root view transition — or no view transition if the `none` value is specified.
|
|
13796
|
+
*
|
|
13797
|
+
* **Syntax**: `none | <custom-ident>`
|
|
13798
|
+
*
|
|
13799
|
+
* **Initial value**: `none`
|
|
13800
|
+
*
|
|
13801
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
13802
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
13803
|
+
* | **111** | No | No | n/a | No |
|
|
13804
|
+
*
|
|
13805
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/view-transition-name
|
|
13806
|
+
*/
|
|
13807
|
+
"view-transition-name"?: Property.ViewTransitionName | undefined;
|
|
13600
13808
|
/**
|
|
13601
13809
|
* The **`visibility`** CSS property shows or hides an element without changing the layout of a document. The property can also hide rows or columns in a `<table>`.
|
|
13602
13810
|
*
|
|
@@ -13733,7 +13941,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13733
13941
|
*/
|
|
13734
13942
|
"z-index"?: Property.ZIndex | undefined;
|
|
13735
13943
|
/**
|
|
13736
|
-
* The non-standard
|
|
13944
|
+
* The non-standard **`zoom`** CSS property can be used to control the magnification level of an element. `transform: scale()` should be used instead of this property, if possible. However, unlike CSS Transforms, `zoom` affects the layout size of the element.
|
|
13737
13945
|
*
|
|
13738
13946
|
* **Syntax**: `normal | reset | <number> | <percentage>`
|
|
13739
13947
|
*
|
|
@@ -13750,7 +13958,7 @@ export interface StandardLonghandPropertiesHyphen<TLength = (string & {}) | 0, T
|
|
|
13750
13958
|
|
|
13751
13959
|
export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
13752
13960
|
/**
|
|
13753
|
-
* The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.
|
|
13961
|
+
* The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.
|
|
13754
13962
|
*
|
|
13755
13963
|
* **Syntax**: `initial | inherit | unset | revert | revert-layer`
|
|
13756
13964
|
*
|
|
@@ -13996,6 +14204,8 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
13996
14204
|
* @see https://developer.mozilla.org/docs/Web/CSS/border-width
|
|
13997
14205
|
*/
|
|
13998
14206
|
"border-width"?: Property.BorderWidth<TLength> | undefined;
|
|
14207
|
+
/** **Syntax**: `<'caret-color'> || <'caret-shape'>` */
|
|
14208
|
+
caret?: Property.Caret | undefined;
|
|
13999
14209
|
/**
|
|
14000
14210
|
* The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.
|
|
14001
14211
|
*
|
|
@@ -14006,22 +14216,46 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14006
14216
|
* | **50** | **52** | **9** | **12** | **10** |
|
|
14007
14217
|
* | 1 _-x-_ | | 3 _-x-_ | | |
|
|
14008
14218
|
*
|
|
14009
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/column-rule
|
|
14219
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/column-rule
|
|
14220
|
+
*/
|
|
14221
|
+
"column-rule"?: Property.ColumnRule<TLength> | undefined;
|
|
14222
|
+
/**
|
|
14223
|
+
* The **`columns`** CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.
|
|
14224
|
+
*
|
|
14225
|
+
* **Syntax**: `<'column-width'> || <'column-count'>`
|
|
14226
|
+
*
|
|
14227
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14228
|
+
* | :----: | :-----: | :-----: | :----: | :----: |
|
|
14229
|
+
* | **50** | **52** | **9** | **12** | **10** |
|
|
14230
|
+
* | | | 3 _-x-_ | | |
|
|
14231
|
+
*
|
|
14232
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/columns
|
|
14233
|
+
*/
|
|
14234
|
+
columns?: Property.Columns<TLength> | undefined;
|
|
14235
|
+
/**
|
|
14236
|
+
* The **`contain-intrinsic-size`** CSS shorthand property sets the size of an element that a browser will use for layout when the element is subject to size containment.
|
|
14237
|
+
*
|
|
14238
|
+
* **Syntax**: `[ none | <length> | auto <length> ]{1,2}`
|
|
14239
|
+
*
|
|
14240
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14241
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
14242
|
+
* | **83** | **107** | No | n/a | No |
|
|
14243
|
+
*
|
|
14244
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/contain-intrinsic-size
|
|
14010
14245
|
*/
|
|
14011
|
-
"
|
|
14246
|
+
"contain-intrinsic-size"?: Property.ContainIntrinsicSize<TLength> | undefined;
|
|
14012
14247
|
/**
|
|
14013
|
-
* The
|
|
14248
|
+
* The **container** shorthand CSS property establishes the element as a query container and specifies the name or name for the containment context used in a container query.
|
|
14014
14249
|
*
|
|
14015
|
-
* **Syntax**: `<'
|
|
14250
|
+
* **Syntax**: `<'container-name'> [ / <'container-type'> ]?`
|
|
14016
14251
|
*
|
|
14017
|
-
* | Chrome
|
|
14018
|
-
* |
|
|
14019
|
-
* | **
|
|
14020
|
-
* | | | 3 _-x-_ | | |
|
|
14252
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14253
|
+
* | :-----: | :-----: | :----: | :--: | :-: |
|
|
14254
|
+
* | **105** | **110** | **16** | n/a | No |
|
|
14021
14255
|
*
|
|
14022
|
-
* @see https://developer.mozilla.org/docs/Web/CSS/
|
|
14256
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/container
|
|
14023
14257
|
*/
|
|
14024
|
-
|
|
14258
|
+
container?: Property.Container | undefined;
|
|
14025
14259
|
/**
|
|
14026
14260
|
* The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.
|
|
14027
14261
|
*
|
|
@@ -14109,7 +14343,7 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14109
14343
|
*/
|
|
14110
14344
|
"grid-column"?: Property.GridColumn | undefined;
|
|
14111
14345
|
/**
|
|
14112
|
-
* The **`grid-row`** CSS shorthand property specifies a grid item's size and location within
|
|
14346
|
+
* The **`grid-row`** CSS shorthand property specifies a grid item's size and location within a grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.
|
|
14113
14347
|
*
|
|
14114
14348
|
* **Syntax**: `<grid-line> [ / <grid-line> ]?`
|
|
14115
14349
|
*
|
|
@@ -14121,7 +14355,7 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14121
14355
|
*/
|
|
14122
14356
|
"grid-row"?: Property.GridRow | undefined;
|
|
14123
14357
|
/**
|
|
14124
|
-
* The **`grid-template`** CSS property is a shorthand property for defining grid columns, rows, and areas.
|
|
14358
|
+
* The **`grid-template`** CSS property is a shorthand property for defining grid columns, grid rows, and grid areas.
|
|
14125
14359
|
*
|
|
14126
14360
|
* **Syntax**: `none | [ <'grid-template-rows'> / <'grid-template-columns'> ] | [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?`
|
|
14127
14361
|
*
|
|
@@ -14132,6 +14366,42 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14132
14366
|
* @see https://developer.mozilla.org/docs/Web/CSS/grid-template
|
|
14133
14367
|
*/
|
|
14134
14368
|
"grid-template"?: Property.GridTemplate | undefined;
|
|
14369
|
+
/**
|
|
14370
|
+
* The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.
|
|
14371
|
+
*
|
|
14372
|
+
* **Syntax**: `<'top'>{1,4}`
|
|
14373
|
+
*
|
|
14374
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14375
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14376
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
14377
|
+
*
|
|
14378
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset
|
|
14379
|
+
*/
|
|
14380
|
+
inset?: Property.Inset<TLength> | undefined;
|
|
14381
|
+
/**
|
|
14382
|
+
* The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
14383
|
+
*
|
|
14384
|
+
* **Syntax**: `<'top'>{1,2}`
|
|
14385
|
+
*
|
|
14386
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14387
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14388
|
+
* | **87** | **63** | **14.1** | n/a | No |
|
|
14389
|
+
*
|
|
14390
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset-block
|
|
14391
|
+
*/
|
|
14392
|
+
"inset-block"?: Property.InsetBlock<TLength> | undefined;
|
|
14393
|
+
/**
|
|
14394
|
+
* The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.
|
|
14395
|
+
*
|
|
14396
|
+
* **Syntax**: `<'top'>{1,2}`
|
|
14397
|
+
*
|
|
14398
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14399
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14400
|
+
* | **87** | **63** | **14.1** | n/a | No |
|
|
14401
|
+
*
|
|
14402
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/inset-inline
|
|
14403
|
+
*/
|
|
14404
|
+
"inset-inline"?: Property.InsetInline<TLength> | undefined;
|
|
14135
14405
|
/**
|
|
14136
14406
|
* **Syntax**: `none | <integer>`
|
|
14137
14407
|
*
|
|
@@ -14162,6 +14432,30 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14162
14432
|
* @see https://developer.mozilla.org/docs/Web/CSS/margin
|
|
14163
14433
|
*/
|
|
14164
14434
|
margin?: Property.Margin<TLength> | undefined;
|
|
14435
|
+
/**
|
|
14436
|
+
* The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
14437
|
+
*
|
|
14438
|
+
* **Syntax**: `<'margin-left'>{1,2}`
|
|
14439
|
+
*
|
|
14440
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14441
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14442
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
14443
|
+
*
|
|
14444
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-block
|
|
14445
|
+
*/
|
|
14446
|
+
"margin-block"?: Property.MarginBlock<TLength> | undefined;
|
|
14447
|
+
/**
|
|
14448
|
+
* The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.
|
|
14449
|
+
*
|
|
14450
|
+
* **Syntax**: `<'margin-left'>{1,2}`
|
|
14451
|
+
*
|
|
14452
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14453
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14454
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
14455
|
+
*
|
|
14456
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/margin-inline
|
|
14457
|
+
*/
|
|
14458
|
+
"margin-inline"?: Property.MarginInline<TLength> | undefined;
|
|
14165
14459
|
/**
|
|
14166
14460
|
* The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.
|
|
14167
14461
|
*
|
|
@@ -14213,13 +14507,13 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14213
14507
|
*/
|
|
14214
14508
|
offset?: Property.Offset<TLength> | undefined;
|
|
14215
14509
|
/**
|
|
14216
|
-
* The **`outline`** CSS shorthand property
|
|
14510
|
+
* The **`outline`** CSS shorthand property sets most of the outline properties in a single declaration.
|
|
14217
14511
|
*
|
|
14218
14512
|
* **Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`
|
|
14219
14513
|
*
|
|
14220
14514
|
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14221
14515
|
* | :----: | :-----: | :-----: | :----: | :---: |
|
|
14222
|
-
* | **
|
|
14516
|
+
* | **94** | **88** | **1.2** | **94** | **8** |
|
|
14223
14517
|
*
|
|
14224
14518
|
* @see https://developer.mozilla.org/docs/Web/CSS/outline
|
|
14225
14519
|
*/
|
|
@@ -14264,6 +14558,42 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14264
14558
|
* @see https://developer.mozilla.org/docs/Web/CSS/padding
|
|
14265
14559
|
*/
|
|
14266
14560
|
padding?: Property.Padding<TLength> | undefined;
|
|
14561
|
+
/**
|
|
14562
|
+
* The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
14563
|
+
*
|
|
14564
|
+
* **Syntax**: `<'padding-left'>{1,2}`
|
|
14565
|
+
*
|
|
14566
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14567
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14568
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
14569
|
+
*
|
|
14570
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-block
|
|
14571
|
+
*/
|
|
14572
|
+
"padding-block"?: Property.PaddingBlock<TLength> | undefined;
|
|
14573
|
+
/**
|
|
14574
|
+
* The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.
|
|
14575
|
+
*
|
|
14576
|
+
* **Syntax**: `<'padding-left'>{1,2}`
|
|
14577
|
+
*
|
|
14578
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14579
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14580
|
+
* | **87** | **66** | **14.1** | n/a | No |
|
|
14581
|
+
*
|
|
14582
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/padding-inline
|
|
14583
|
+
*/
|
|
14584
|
+
"padding-inline"?: Property.PaddingInline<TLength> | undefined;
|
|
14585
|
+
/**
|
|
14586
|
+
* The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.
|
|
14587
|
+
*
|
|
14588
|
+
* **Syntax**: `<'align-content'> <'justify-content'>?`
|
|
14589
|
+
*
|
|
14590
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14591
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
14592
|
+
* | **59** | **45** | **9** | n/a | No |
|
|
14593
|
+
*
|
|
14594
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/place-content
|
|
14595
|
+
*/
|
|
14596
|
+
"place-content"?: Property.PlaceContent | undefined;
|
|
14267
14597
|
/**
|
|
14268
14598
|
* The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.
|
|
14269
14599
|
*
|
|
@@ -14288,6 +14618,104 @@ export interface StandardShorthandPropertiesHyphen<TLength = (string & {}) | 0,
|
|
|
14288
14618
|
* @see https://developer.mozilla.org/docs/Web/CSS/place-self
|
|
14289
14619
|
*/
|
|
14290
14620
|
"place-self"?: Property.PlaceSelf | undefined;
|
|
14621
|
+
/**
|
|
14622
|
+
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
14623
|
+
*
|
|
14624
|
+
* **Syntax**: `<length>{1,4}`
|
|
14625
|
+
*
|
|
14626
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14627
|
+
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
14628
|
+
* | **69** | **90** | **14.1** | n/a | No |
|
|
14629
|
+
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
14630
|
+
*
|
|
14631
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
14632
|
+
*/
|
|
14633
|
+
"scroll-margin"?: Property.ScrollMargin<TLength> | undefined;
|
|
14634
|
+
/**
|
|
14635
|
+
* The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.
|
|
14636
|
+
*
|
|
14637
|
+
* **Syntax**: `<length>{1,2}`
|
|
14638
|
+
*
|
|
14639
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14640
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14641
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
14642
|
+
*
|
|
14643
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-block
|
|
14644
|
+
*/
|
|
14645
|
+
"scroll-margin-block"?: Property.ScrollMarginBlock<TLength> | undefined;
|
|
14646
|
+
/**
|
|
14647
|
+
* The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.
|
|
14648
|
+
*
|
|
14649
|
+
* **Syntax**: `<length>{1,2}`
|
|
14650
|
+
*
|
|
14651
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14652
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14653
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
14654
|
+
*
|
|
14655
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin-inline
|
|
14656
|
+
*/
|
|
14657
|
+
"scroll-margin-inline"?: Property.ScrollMarginInline<TLength> | undefined;
|
|
14658
|
+
/**
|
|
14659
|
+
* The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.
|
|
14660
|
+
*
|
|
14661
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,4}`
|
|
14662
|
+
*
|
|
14663
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14664
|
+
* | :----: | :-----: | :------: | :--: | :-: |
|
|
14665
|
+
* | **69** | **68** | **14.1** | n/a | No |
|
|
14666
|
+
*
|
|
14667
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding
|
|
14668
|
+
*/
|
|
14669
|
+
"scroll-padding"?: Property.ScrollPadding<TLength> | undefined;
|
|
14670
|
+
/**
|
|
14671
|
+
* The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.
|
|
14672
|
+
*
|
|
14673
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
14674
|
+
*
|
|
14675
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14676
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
14677
|
+
* | **69** | **68** | **15** | n/a | No |
|
|
14678
|
+
*
|
|
14679
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-block
|
|
14680
|
+
*/
|
|
14681
|
+
"scroll-padding-block"?: Property.ScrollPaddingBlock<TLength> | undefined;
|
|
14682
|
+
/**
|
|
14683
|
+
* The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.
|
|
14684
|
+
*
|
|
14685
|
+
* **Syntax**: `[ auto | <length-percentage> ]{1,2}`
|
|
14686
|
+
*
|
|
14687
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14688
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
14689
|
+
* | **69** | **68** | **15** | n/a | No |
|
|
14690
|
+
*
|
|
14691
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-padding-inline
|
|
14692
|
+
*/
|
|
14693
|
+
"scroll-padding-inline"?: Property.ScrollPaddingInline<TLength> | undefined;
|
|
14694
|
+
/**
|
|
14695
|
+
* The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.
|
|
14696
|
+
*
|
|
14697
|
+
* **Syntax**: `<length>{1,4}`
|
|
14698
|
+
*
|
|
14699
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14700
|
+
* | :----: | :-----: | :-----------------------: | :--: | :-: |
|
|
14701
|
+
* | **69** | 68-90 | **14.1** | n/a | No |
|
|
14702
|
+
* | | | 11 _(scroll-snap-margin)_ | | |
|
|
14703
|
+
*
|
|
14704
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-margin
|
|
14705
|
+
*/
|
|
14706
|
+
"scroll-snap-margin"?: Property.ScrollMargin<TLength> | undefined;
|
|
14707
|
+
/**
|
|
14708
|
+
* The **`scroll-timeline`** CSS shorthand property defines a name that can be used to identify the source element of a scroll timeline, along with the scrollbar axis that should provide the timeline.
|
|
14709
|
+
*
|
|
14710
|
+
* **Syntax**: `[<'scroll-timeline-name'> <'scroll-timeline-axis'>?]#`
|
|
14711
|
+
*
|
|
14712
|
+
* | Chrome | Firefox | Safari | Edge | IE |
|
|
14713
|
+
* | :----: | :-----: | :----: | :--: | :-: |
|
|
14714
|
+
* | No | n/a | No | n/a | No |
|
|
14715
|
+
*
|
|
14716
|
+
* @see https://developer.mozilla.org/docs/Web/CSS/scroll-timeline
|
|
14717
|
+
*/
|
|
14718
|
+
"scroll-timeline"?: Property.ScrollTimeline | undefined;
|
|
14291
14719
|
/**
|
|
14292
14720
|
* The **`text-decoration`** shorthand CSS property sets the appearance of decorative lines on text. It is a shorthand for `text-decoration-line`, `text-decoration-color`, `text-decoration-style`, and the newer `text-decoration-thickness` property.
|
|
14293
14721
|
*
|
|
@@ -14374,7 +14802,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
14374
14802
|
*/
|
|
14375
14803
|
"-moz-animation-iteration-count"?: Property.AnimationIterationCount | undefined;
|
|
14376
14804
|
/**
|
|
14377
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
14805
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
14378
14806
|
*
|
|
14379
14807
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
14380
14808
|
*
|
|
@@ -14398,7 +14826,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
14398
14826
|
*/
|
|
14399
14827
|
"-moz-animation-timing-function"?: Property.AnimationTimingFunction | undefined;
|
|
14400
14828
|
/**
|
|
14401
|
-
* The **`appearance`** CSS property is used to
|
|
14829
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
14402
14830
|
*
|
|
14403
14831
|
* **Syntax**: `none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized`
|
|
14404
14832
|
*
|
|
@@ -14413,6 +14841,14 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
14413
14841
|
* **Initial value**: `visible`
|
|
14414
14842
|
*/
|
|
14415
14843
|
"-moz-backface-visibility"?: Property.BackfaceVisibility | undefined;
|
|
14844
|
+
/**
|
|
14845
|
+
* The **`-moz-binding`** CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
|
|
14846
|
+
*
|
|
14847
|
+
* **Syntax**: `<url> | none`
|
|
14848
|
+
*
|
|
14849
|
+
* **Initial value**: `none`
|
|
14850
|
+
*/
|
|
14851
|
+
"-moz-binding"?: Property.MozBinding | undefined;
|
|
14416
14852
|
/**
|
|
14417
14853
|
* In Mozilla applications like Firefox, the **`-moz-border-bottom-colors`** CSS property sets a list of colors for the bottom border.
|
|
14418
14854
|
*
|
|
@@ -15206,7 +15642,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
15206
15642
|
*/
|
|
15207
15643
|
"-ms-transition-timing-function"?: Property.TransitionTimingFunction | undefined;
|
|
15208
15644
|
/**
|
|
15209
|
-
* The
|
|
15645
|
+
* The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.
|
|
15210
15646
|
*
|
|
15211
15647
|
* **Syntax**: `none | element | text`
|
|
15212
15648
|
*
|
|
@@ -15318,7 +15754,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
15318
15754
|
*/
|
|
15319
15755
|
"-webkit-animation-iteration-count"?: Property.AnimationIterationCount | undefined;
|
|
15320
15756
|
/**
|
|
15321
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
15757
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
15322
15758
|
*
|
|
15323
15759
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
15324
15760
|
*
|
|
@@ -15342,7 +15778,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
15342
15778
|
*/
|
|
15343
15779
|
"-webkit-animation-timing-function"?: Property.AnimationTimingFunction | undefined;
|
|
15344
15780
|
/**
|
|
15345
|
-
* The **`appearance`** CSS property is used to
|
|
15781
|
+
* The **`appearance`** CSS property is used to control native appearance of UI controls, that are based on operating system's theme.
|
|
15346
15782
|
*
|
|
15347
15783
|
* **Syntax**: `none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button`
|
|
15348
15784
|
*
|
|
@@ -15664,7 +16100,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
15664
16100
|
*/
|
|
15665
16101
|
"-webkit-line-break"?: Property.LineBreak | undefined;
|
|
15666
16102
|
/**
|
|
15667
|
-
* The **`-webkit-line-clamp`** CSS property allows limiting of the contents of a block
|
|
16103
|
+
* The **`-webkit-line-clamp`** CSS property allows limiting of the contents of a block to the specified number of lines.
|
|
15668
16104
|
*
|
|
15669
16105
|
* **Syntax**: `none | <integer>`
|
|
15670
16106
|
*
|
|
@@ -15688,7 +16124,7 @@ export interface VendorLonghandPropertiesHyphen<TLength = (string & {}) | 0, TTi
|
|
|
15688
16124
|
*/
|
|
15689
16125
|
"-webkit-margin-start"?: Property.MarginInlineStart<TLength> | undefined;
|
|
15690
16126
|
/**
|
|
15691
|
-
* If a
|
|
16127
|
+
* If a `mask-image` is specified, `-webkit-mask-attachment` determines whether the mask image's position is fixed within the viewport, or scrolls along with its containing block.
|
|
15692
16128
|
*
|
|
15693
16129
|
* **Syntax**: `<attachment>#`
|
|
15694
16130
|
*
|
|
@@ -16396,7 +16832,7 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
16396
16832
|
*/
|
|
16397
16833
|
"grid-gap"?: Property.GridGap<TLength> | undefined;
|
|
16398
16834
|
/**
|
|
16399
|
-
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's
|
|
16835
|
+
* The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's rows.
|
|
16400
16836
|
*
|
|
16401
16837
|
* **Syntax**: `<length-percentage>`
|
|
16402
16838
|
*
|
|
@@ -16420,8 +16856,6 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
16420
16856
|
*
|
|
16421
16857
|
* **Syntax**: `<'top'>{1,2}`
|
|
16422
16858
|
*
|
|
16423
|
-
* **Initial value**: `auto`
|
|
16424
|
-
*
|
|
16425
16859
|
* @deprecated
|
|
16426
16860
|
*/
|
|
16427
16861
|
"offset-block"?: Property.InsetBlock<TLength> | undefined;
|
|
@@ -16450,8 +16884,6 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
16450
16884
|
*
|
|
16451
16885
|
* **Syntax**: `<'top'>{1,2}`
|
|
16452
16886
|
*
|
|
16453
|
-
* **Initial value**: `auto`
|
|
16454
|
-
*
|
|
16455
16887
|
* @deprecated
|
|
16456
16888
|
*/
|
|
16457
16889
|
"offset-inline"?: Property.InsetInline<TLength> | undefined;
|
|
@@ -16685,16 +17117,6 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
16685
17117
|
* @deprecated
|
|
16686
17118
|
*/
|
|
16687
17119
|
"-moz-background-size"?: Property.BackgroundSize<TLength> | undefined;
|
|
16688
|
-
/**
|
|
16689
|
-
* The **`-moz-binding`** CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.
|
|
16690
|
-
*
|
|
16691
|
-
* **Syntax**: `<url> | none`
|
|
16692
|
-
*
|
|
16693
|
-
* **Initial value**: `none`
|
|
16694
|
-
*
|
|
16695
|
-
* @deprecated
|
|
16696
|
-
*/
|
|
16697
|
-
"-moz-binding"?: Property.MozBinding | undefined;
|
|
16698
17120
|
/**
|
|
16699
17121
|
* The **`border-radius`** CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.
|
|
16700
17122
|
*
|
|
@@ -16844,7 +17266,7 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
16844
17266
|
*/
|
|
16845
17267
|
"-moz-opacity"?: Property.Opacity | undefined;
|
|
16846
17268
|
/**
|
|
16847
|
-
* The **`outline`** CSS shorthand property
|
|
17269
|
+
* The **`outline`** CSS shorthand property sets most of the outline properties in a single declaration.
|
|
16848
17270
|
*
|
|
16849
17271
|
* **Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`
|
|
16850
17272
|
*
|
|
@@ -17048,7 +17470,7 @@ export interface ObsoletePropertiesHyphen<TLength = (string & {}) | 0, TTime = s
|
|
|
17048
17470
|
*/
|
|
17049
17471
|
"-o-animation-iteration-count"?: Property.AnimationIterationCount | undefined;
|
|
17050
17472
|
/**
|
|
17051
|
-
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules
|
|
17473
|
+
* The **`animation-name`** CSS property specifies the names of one or more `@keyframes` at-rules that describe the animation to apply to an element. Multiple `@keyframe` at-rules are specified as a comma-separated list of names. If the specified name does not match any `@keyframe` at-rule, no properties are animated.
|
|
17052
17474
|
*
|
|
17053
17475
|
* **Syntax**: `[ none | <keyframes-name> ]#`
|
|
17054
17476
|
*
|
|
@@ -17432,6 +17854,7 @@ export type AtRules =
|
|
|
17432
17854
|
| "@document"
|
|
17433
17855
|
| "@font-face"
|
|
17434
17856
|
| "@font-feature-values"
|
|
17857
|
+
| "@font-palette-values"
|
|
17435
17858
|
| "@import"
|
|
17436
17859
|
| "@keyframes"
|
|
17437
17860
|
| "@layer"
|
|
@@ -17451,6 +17874,10 @@ export type AdvancedPseudos =
|
|
|
17451
17874
|
| "::cue-region"
|
|
17452
17875
|
| "::part"
|
|
17453
17876
|
| "::slotted"
|
|
17877
|
+
| "::view-transition-group"
|
|
17878
|
+
| "::view-transition-image-pair"
|
|
17879
|
+
| "::view-transition-new"
|
|
17880
|
+
| "::view-transition-old"
|
|
17454
17881
|
| ":dir"
|
|
17455
17882
|
| ":has"
|
|
17456
17883
|
| ":host"
|
|
@@ -17521,6 +17948,7 @@ export type SimplePseudos =
|
|
|
17521
17948
|
| "::selection"
|
|
17522
17949
|
| "::spelling-error"
|
|
17523
17950
|
| "::target-text"
|
|
17951
|
+
| "::view-transition"
|
|
17524
17952
|
| ":active"
|
|
17525
17953
|
| ":after"
|
|
17526
17954
|
| ":any-link"
|
|
@@ -17620,13 +18048,13 @@ export type HtmlAttributes =
|
|
|
17620
18048
|
| "[color]"
|
|
17621
18049
|
| "[cols]"
|
|
17622
18050
|
| "[colspan]"
|
|
17623
|
-
| "[command]"
|
|
17624
18051
|
| "[compact]"
|
|
17625
18052
|
| "[content]"
|
|
17626
18053
|
| "[contenteditable]"
|
|
17627
18054
|
| "[contextmenu]"
|
|
17628
18055
|
| "[controls]"
|
|
17629
18056
|
| "[coords]"
|
|
18057
|
+
| "[credentialless]"
|
|
17630
18058
|
| "[crossorigin]"
|
|
17631
18059
|
| "[data]"
|
|
17632
18060
|
| "[datafld]"
|
|
@@ -17664,7 +18092,6 @@ export type HtmlAttributes =
|
|
|
17664
18092
|
| "[hreflang]"
|
|
17665
18093
|
| "[hspace]"
|
|
17666
18094
|
| "[http-equiv]"
|
|
17667
|
-
| "[icon]"
|
|
17668
18095
|
| "[id]"
|
|
17669
18096
|
| "[imagesizes]"
|
|
17670
18097
|
| "[imagesrcset]"
|
|
@@ -17725,7 +18152,6 @@ export type HtmlAttributes =
|
|
|
17725
18152
|
| "[prefetch]"
|
|
17726
18153
|
| "[preload]"
|
|
17727
18154
|
| "[profile]"
|
|
17728
|
-
| "[radiogroup]"
|
|
17729
18155
|
| "[readonly]"
|
|
17730
18156
|
| "[referrerpolicy]"
|
|
17731
18157
|
| "[rel]"
|
|
@@ -17751,6 +18177,7 @@ export type HtmlAttributes =
|
|
|
17751
18177
|
| "[scrolling]"
|
|
17752
18178
|
| "[selected]"
|
|
17753
18179
|
| "[shadowroot]"
|
|
18180
|
+
| "[shadowrootmode]"
|
|
17754
18181
|
| "[shape]"
|
|
17755
18182
|
| "[size]"
|
|
17756
18183
|
| "[sizes]"
|
|
@@ -17779,6 +18206,7 @@ export type HtmlAttributes =
|
|
|
17779
18206
|
| "[value]"
|
|
17780
18207
|
| "[valuetype]"
|
|
17781
18208
|
| "[version]"
|
|
18209
|
+
| "[virtualkeyboardpolicy]"
|
|
17782
18210
|
| "[vlink]"
|
|
17783
18211
|
| "[vspace]"
|
|
17784
18212
|
| "[webkitallowfullscreen]"
|
|
@@ -18043,7 +18471,7 @@ export namespace Property {
|
|
|
18043
18471
|
|
|
18044
18472
|
export type Animation<TTime = string & {}> = Globals | DataType.SingleAnimation<TTime> | (string & {});
|
|
18045
18473
|
|
|
18046
|
-
export type AnimationComposition = Globals | (string & {});
|
|
18474
|
+
export type AnimationComposition = Globals | DataType.SingleAnimationComposition | (string & {});
|
|
18047
18475
|
|
|
18048
18476
|
export type AnimationDelay<TTime = string & {}> = Globals | TTime | (string & {});
|
|
18049
18477
|
|
|
@@ -18310,8 +18738,12 @@ export namespace Property {
|
|
|
18310
18738
|
|
|
18311
18739
|
export type CaptionSide = Globals | "block-end" | "block-start" | "bottom" | "inline-end" | "inline-start" | "top";
|
|
18312
18740
|
|
|
18741
|
+
export type Caret = Globals | DataType.Color | "auto" | "bar" | "block" | "underscore" | (string & {});
|
|
18742
|
+
|
|
18313
18743
|
export type CaretColor = Globals | DataType.Color | "auto";
|
|
18314
18744
|
|
|
18745
|
+
export type CaretShape = Globals | "auto" | "bar" | "block" | "underscore";
|
|
18746
|
+
|
|
18315
18747
|
export type Clear = Globals | "both" | "inline-end" | "inline-start" | "left" | "none" | "right";
|
|
18316
18748
|
|
|
18317
18749
|
export type Clip = Globals | "auto" | (string & {});
|
|
@@ -18346,6 +18778,22 @@ export namespace Property {
|
|
|
18346
18778
|
|
|
18347
18779
|
export type Contain = Globals | "content" | "inline-size" | "layout" | "none" | "paint" | "size" | "strict" | "style" | (string & {});
|
|
18348
18780
|
|
|
18781
|
+
export type ContainIntrinsicBlockSize<TLength = (string & {}) | 0> = Globals | TLength | "none" | (string & {});
|
|
18782
|
+
|
|
18783
|
+
export type ContainIntrinsicHeight<TLength = (string & {}) | 0> = Globals | TLength | "none" | (string & {});
|
|
18784
|
+
|
|
18785
|
+
export type ContainIntrinsicInlineSize<TLength = (string & {}) | 0> = Globals | TLength | "none" | (string & {});
|
|
18786
|
+
|
|
18787
|
+
export type ContainIntrinsicSize<TLength = (string & {}) | 0> = Globals | TLength | "none" | (string & {});
|
|
18788
|
+
|
|
18789
|
+
export type ContainIntrinsicWidth<TLength = (string & {}) | 0> = Globals | TLength | "none" | (string & {});
|
|
18790
|
+
|
|
18791
|
+
export type Container = Globals | "none" | (string & {});
|
|
18792
|
+
|
|
18793
|
+
export type ContainerName = Globals | "none" | (string & {});
|
|
18794
|
+
|
|
18795
|
+
export type ContainerType = Globals | "inline-size" | "normal" | "size";
|
|
18796
|
+
|
|
18349
18797
|
export type Content = Globals | DataType.ContentList | "none" | "normal" | (string & {});
|
|
18350
18798
|
|
|
18351
18799
|
export type ContentVisibility = Globals | "auto" | "hidden" | "visible";
|
|
@@ -18455,6 +18903,8 @@ export namespace Property {
|
|
|
18455
18903
|
|
|
18456
18904
|
export type FontOpticalSizing = Globals | "auto" | "none";
|
|
18457
18905
|
|
|
18906
|
+
export type FontPalette = Globals | "dark" | "light" | "normal" | (string & {});
|
|
18907
|
+
|
|
18458
18908
|
export type FontSize<TLength = (string & {}) | 0> = Globals | DataType.AbsoluteSize | TLength | "larger" | "smaller" | (string & {});
|
|
18459
18909
|
|
|
18460
18910
|
export type FontSizeAdjust = Globals | "from-font" | "none" | (string & {}) | (number & {});
|
|
@@ -18506,6 +18956,8 @@ export namespace Property {
|
|
|
18506
18956
|
|
|
18507
18957
|
export type FontVariantEastAsian = Globals | DataType.EastAsianVariantValues | "full-width" | "normal" | "proportional-width" | "ruby" | (string & {});
|
|
18508
18958
|
|
|
18959
|
+
export type FontVariantEmoji = Globals | "emoji" | "normal" | "text" | "unicode";
|
|
18960
|
+
|
|
18509
18961
|
export type FontVariantLigatures =
|
|
18510
18962
|
| Globals
|
|
18511
18963
|
| "common-ligatures"
|
|
@@ -18595,6 +19047,8 @@ export namespace Property {
|
|
|
18595
19047
|
|
|
18596
19048
|
export type HyphenateCharacter = Globals | "auto" | (string & {});
|
|
18597
19049
|
|
|
19050
|
+
export type HyphenateLimitChars = Globals | "auto" | (string & {}) | (number & {});
|
|
19051
|
+
|
|
18598
19052
|
export type Hyphens = Globals | "auto" | "manual" | "none";
|
|
18599
19053
|
|
|
18600
19054
|
export type ImageOrientation = Globals | "flip" | "from-image" | (string & {});
|
|
@@ -18688,6 +19142,8 @@ export namespace Property {
|
|
|
18688
19142
|
|
|
18689
19143
|
export type MarginTop<TLength = (string & {}) | 0> = Globals | TLength | "auto" | (string & {});
|
|
18690
19144
|
|
|
19145
|
+
export type MarginTrim = Globals | "all" | "in-flow" | "none";
|
|
19146
|
+
|
|
18691
19147
|
export type Mask<TLength = (string & {}) | 0> = Globals | DataType.MaskLayer<TLength> | (string & {});
|
|
18692
19148
|
|
|
18693
19149
|
export type MaskBorder = Globals | "alpha" | "luminance" | "none" | "repeat" | "round" | "space" | "stretch" | (string & {}) | (number & {});
|
|
@@ -18862,6 +19318,8 @@ export namespace Property {
|
|
|
18862
19318
|
|
|
18863
19319
|
export type OffsetAnchor<TLength = (string & {}) | 0> = Globals | DataType.Position<TLength> | "auto";
|
|
18864
19320
|
|
|
19321
|
+
export type OffsetPosition<TLength = (string & {}) | 0> = Globals | DataType.Position<TLength> | "auto";
|
|
19322
|
+
|
|
18865
19323
|
export type Opacity = Globals | (string & {}) | (number & {});
|
|
18866
19324
|
|
|
18867
19325
|
export type Order = Globals | (number & {}) | (string & {});
|
|
@@ -18928,6 +19386,8 @@ export namespace Property {
|
|
|
18928
19386
|
|
|
18929
19387
|
export type PaddingTop<TLength = (string & {}) | 0> = Globals | TLength | (string & {});
|
|
18930
19388
|
|
|
19389
|
+
export type Page = Globals | "auto" | (string & {});
|
|
19390
|
+
|
|
18931
19391
|
export type PageBreakAfter = Globals | "always" | "auto" | "avoid" | "left" | "recto" | "right" | "verso";
|
|
18932
19392
|
|
|
18933
19393
|
export type PageBreakBefore = Globals | "always" | "auto" | "avoid" | "left" | "recto" | "right" | "verso";
|
|
@@ -19032,6 +19492,12 @@ export namespace Property {
|
|
|
19032
19492
|
|
|
19033
19493
|
export type ScrollSnapTypeY = Globals | "mandatory" | "none" | "proximity";
|
|
19034
19494
|
|
|
19495
|
+
export type ScrollTimeline = Globals | "none" | (string & {});
|
|
19496
|
+
|
|
19497
|
+
export type ScrollTimelineAxis = Globals | "block" | "horizontal" | "inline" | "vertical" | (string & {});
|
|
19498
|
+
|
|
19499
|
+
export type ScrollTimelineName = Globals | "none" | (string & {});
|
|
19500
|
+
|
|
19035
19501
|
export type ScrollbarColor = Globals | "auto" | (string & {});
|
|
19036
19502
|
|
|
19037
19503
|
export type ScrollbarGutter = Globals | "auto" | "stable" | (string & {});
|
|
@@ -19183,6 +19649,8 @@ export namespace Property {
|
|
|
19183
19649
|
| "top"
|
|
19184
19650
|
| (string & {});
|
|
19185
19651
|
|
|
19652
|
+
export type ViewTransitionName = Globals | "none" | (string & {});
|
|
19653
|
+
|
|
19186
19654
|
export type Visibility = Globals | "collapse" | "hidden" | "visible";
|
|
19187
19655
|
|
|
19188
19656
|
export type WhiteSpace = Globals | "-moz-pre-wrap" | "break-spaces" | "normal" | "nowrap" | "pre" | "pre-line" | "pre-wrap";
|
|
@@ -19746,15 +20214,33 @@ export namespace AtRule {
|
|
|
19746
20214
|
|
|
19747
20215
|
export type FontFaceHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<FontFaceHyphen<TLength, TTime>>;
|
|
19748
20216
|
|
|
20217
|
+
export interface FontPaletteValues<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
20218
|
+
basePalette?: BasePalette | undefined;
|
|
20219
|
+
fontFamily?: string | undefined;
|
|
20220
|
+
overrideColors?: string | undefined;
|
|
20221
|
+
}
|
|
20222
|
+
|
|
20223
|
+
export interface FontPaletteValuesHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
20224
|
+
"base-palette"?: BasePalette | undefined;
|
|
20225
|
+
"font-family"?: string | undefined;
|
|
20226
|
+
"override-colors"?: string | undefined;
|
|
20227
|
+
}
|
|
20228
|
+
|
|
20229
|
+
export type FontPaletteValuesFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<FontPaletteValues<TLength, TTime>>;
|
|
20230
|
+
|
|
20231
|
+
export type FontPaletteValuesHyphenFallback<TLength = (string & {}) | 0, TTime = string & {}> = Fallback<FontPaletteValuesHyphen<TLength, TTime>>;
|
|
20232
|
+
|
|
19749
20233
|
export interface Page<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
19750
20234
|
bleed?: Bleed<TLength> | undefined;
|
|
19751
20235
|
marks?: Marks | undefined;
|
|
20236
|
+
pageOrientation?: PageOrientation | undefined;
|
|
19752
20237
|
size?: Size<TLength> | undefined;
|
|
19753
20238
|
}
|
|
19754
20239
|
|
|
19755
20240
|
export interface PageHyphen<TLength = (string & {}) | 0, TTime = string & {}> {
|
|
19756
20241
|
bleed?: Bleed<TLength> | undefined;
|
|
19757
20242
|
marks?: Marks | undefined;
|
|
20243
|
+
"page-orientation"?: PageOrientation | undefined;
|
|
19758
20244
|
size?: Size<TLength> | undefined;
|
|
19759
20245
|
}
|
|
19760
20246
|
|
|
@@ -19868,10 +20354,14 @@ export namespace AtRule {
|
|
|
19868
20354
|
|
|
19869
20355
|
type LineGapOverride = "normal" | (string & {});
|
|
19870
20356
|
|
|
20357
|
+
type BasePalette = "dark" | "light" | (number & {}) | (string & {});
|
|
20358
|
+
|
|
19871
20359
|
type Bleed<TLength> = TLength | "auto";
|
|
19872
20360
|
|
|
19873
20361
|
type Marks = "crop" | "cross" | "none" | (string & {});
|
|
19874
20362
|
|
|
20363
|
+
type PageOrientation = "rotate-left" | "rotate-right" | "upright";
|
|
20364
|
+
|
|
19875
20365
|
type Size<TLength> = DataType.PageSize | TLength | "auto" | "landscape" | "portrait" | (string & {});
|
|
19876
20366
|
|
|
19877
20367
|
type Inherits = "false" | "true";
|
|
@@ -20238,6 +20728,8 @@ export namespace DataType {
|
|
|
20238
20728
|
| (string & {})
|
|
20239
20729
|
| (number & {});
|
|
20240
20730
|
|
|
20731
|
+
type SingleAnimationComposition = "accumulate" | "add" | "replace";
|
|
20732
|
+
|
|
20241
20733
|
type SingleAnimationDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
|
|
20242
20734
|
|
|
20243
20735
|
type SingleAnimationFillMode = "backwards" | "both" | "forwards" | "none";
|