@webstudio-is/css-data 0.90.0 → 0.266.0

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.
Files changed (95) hide show
  1. package/lib/index.js +17534 -15
  2. package/lib/types/__generated__/animatable-properties.d.ts +1 -0
  3. package/lib/types/__generated__/html.d.ts +2 -0
  4. package/lib/types/__generated__/keyword-values.d.ts +4 -358
  5. package/lib/types/__generated__/properties.d.ts +10 -3674
  6. package/lib/types/__generated__/property-value-descriptions.d.ts +7 -5446
  7. package/lib/types/__generated__/pseudo-classes.d.ts +1 -0
  8. package/lib/types/__generated__/pseudo-elements.d.ts +1 -0
  9. package/lib/types/__generated__/pseudo-selector-descriptions.d.ts +2 -0
  10. package/lib/types/__generated__/shorthand-properties.d.ts +1 -0
  11. package/lib/types/css-tree.d.ts +772 -0
  12. package/lib/types/index.d.ts +18 -3680
  13. package/lib/types/media-condition-simulator.d.ts +7 -0
  14. package/lib/types/parse-css-value.d.ts +8 -3
  15. package/lib/types/parse-css.d.ts +75 -6
  16. package/lib/types/property-parsers/conic-gradient.d.ts +3 -0
  17. package/lib/types/property-parsers/gradient-utils.d.ts +20 -0
  18. package/lib/types/property-parsers/grid-template-areas.d.ts +21 -0
  19. package/lib/types/property-parsers/grid-template-tracks.d.ts +128 -0
  20. package/lib/types/property-parsers/index.d.ts +6 -2
  21. package/lib/types/property-parsers/linear-gradient.d.ts +4 -0
  22. package/lib/types/property-parsers/radial-gradient.d.ts +3 -0
  23. package/lib/types/property-parsers/types.d.ts +28 -0
  24. package/lib/types/selector-validation.d.ts +13 -0
  25. package/lib/types/shorthands.d.ts +2 -0
  26. package/package.json +29 -33
  27. package/lib/__generated__/keyword-values.js +0 -5255
  28. package/lib/__generated__/properties.js +0 -3697
  29. package/lib/__generated__/property-value-descriptions.js +0 -2740
  30. package/lib/__generated__/units.js +0 -65
  31. package/lib/cjs/__generated__/keyword-values.js +0 -5275
  32. package/lib/cjs/__generated__/properties.js +0 -3717
  33. package/lib/cjs/__generated__/property-value-descriptions.js +0 -2760
  34. package/lib/cjs/__generated__/units.js +0 -85
  35. package/lib/cjs/custom-data.js +0 -64
  36. package/lib/cjs/html-check.js +0 -25
  37. package/lib/cjs/html.js +0 -581
  38. package/lib/cjs/index.js +0 -48
  39. package/lib/cjs/package.json +0 -1
  40. package/lib/cjs/parse-css-value.js +0 -152
  41. package/lib/cjs/parse-css.js +0 -136
  42. package/lib/cjs/popularity-index.js +0 -4633
  43. package/lib/cjs/property-parsers/background.js +0 -119
  44. package/lib/cjs/property-parsers/box-shadow.js +0 -129
  45. package/lib/cjs/property-parsers/index.js +0 -19
  46. package/lib/cjs/property-parsers/parsers.js +0 -26
  47. package/lib/cjs/property-parsers/to-longhand.js +0 -24
  48. package/lib/cjs/schema.js +0 -135
  49. package/lib/custom-data.js +0 -44
  50. package/lib/html-check.js +0 -2
  51. package/lib/html.js +0 -561
  52. package/lib/parse-css-value.js +0 -122
  53. package/lib/parse-css.js +0 -106
  54. package/lib/popularity-index.js +0 -4613
  55. package/lib/property-parsers/background.js +0 -89
  56. package/lib/property-parsers/box-shadow.js +0 -99
  57. package/lib/property-parsers/index.js +0 -2
  58. package/lib/property-parsers/parsers.js +0 -6
  59. package/lib/property-parsers/to-longhand.js +0 -4
  60. package/lib/schema.js +0 -115
  61. package/lib/types/custom-data.d.ts +0 -15
  62. package/lib/types/html-check.d.ts +0 -1
  63. package/lib/types/html.d.ts +0 -62
  64. package/lib/types/parse-css-value.test.d.ts +0 -1
  65. package/lib/types/parse-css.test.d.ts +0 -1
  66. package/lib/types/popularity-index.d.ts +0 -6
  67. package/lib/types/property-parsers/background.d.ts +0 -11
  68. package/lib/types/property-parsers/background.test.d.ts +0 -1
  69. package/lib/types/property-parsers/box-shadow.d.ts +0 -3
  70. package/lib/types/property-parsers/box-shadow.test.d.ts +0 -1
  71. package/lib/types/property-parsers/parsers.d.ts +0 -2
  72. package/lib/types/property-parsers/to-longhand.d.ts +0 -1
  73. package/lib/types/schema.d.ts +0 -3243
  74. package/src/__generated__/keyword-values.ts +0 -5253
  75. package/src/__generated__/properties.ts +0 -3696
  76. package/src/__generated__/property-value-descriptions.ts +0 -4008
  77. package/src/__generated__/units.ts +0 -63
  78. package/src/custom-data.ts +0 -57
  79. package/src/html-check.ts +0 -8
  80. package/src/html.ts +0 -617
  81. package/src/index.ts +0 -25
  82. package/src/parse-css-value.test.ts +0 -136
  83. package/src/parse-css-value.ts +0 -157
  84. package/src/parse-css.test.ts +0 -101
  85. package/src/parse-css.ts +0 -137
  86. package/src/popularity-index.ts +0 -4611
  87. package/src/property-parsers/README.md +0 -11
  88. package/src/property-parsers/background.test.ts +0 -184
  89. package/src/property-parsers/background.ts +0 -147
  90. package/src/property-parsers/box-shadow.test.ts +0 -294
  91. package/src/property-parsers/box-shadow.ts +0 -130
  92. package/src/property-parsers/index.ts +0 -2
  93. package/src/property-parsers/parsers.ts +0 -5
  94. package/src/property-parsers/to-longhand.ts +0 -4
  95. package/src/schema.ts +0 -193
@@ -1,2760 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var property_value_descriptions_exports = {};
20
- __export(property_value_descriptions_exports, {
21
- declarations: () => declarations,
22
- declarationsGenerated: () => declarationsGenerated,
23
- declarationsOverrides: () => declarationsOverrides,
24
- properties: () => properties,
25
- propertiesGenerated: () => propertiesGenerated,
26
- propertiesOverrides: () => propertiesOverrides
27
- });
28
- module.exports = __toCommonJS(property_value_descriptions_exports);
29
- const propertiesGenerated = {
30
- accentColor: "Sets the color used for highlighting user interface controls.",
31
- alignContent: "Aligns a flex container's lines within the flex container.",
32
- alignItems: "Aligns items along the cross axis of a flex container.",
33
- alignSelf: "Aligns a flex item along the cross axis of its container.",
34
- alignTracks: "Defines how tracks are aligned in a grid container.",
35
- animationComposition: "Specifies whether an animation is additive or not.",
36
- animationDelay: "Defines a delay for the start of an animation.",
37
- animationDirection: "Defines whether an animation should play forwards, backwards, or alternate.",
38
- animationDuration: "Specifies how long an animation should take to complete one cycle.",
39
- animationFillMode: "Sets which values are applied before/after the animation.",
40
- animationIterationCount: "Defines how many times an animation should play.",
41
- animationName: "Specifies the name of an animation to apply to an element.",
42
- animationPlayState: "Specifies whether an animation is running or paused.",
43
- animationTimingFunction: "Specifies how an animation progresses over one cycle.",
44
- animationTimeline: "Defines the timeline of an animation.",
45
- appearance: "Determines whether an element should be styled like a standard HTML element or not.",
46
- aspectRatio: "Controls the aspect ratio of an element's box.",
47
- backdropFilter: "Applies a filter effect to the background of an element.",
48
- backfaceVisibility: "Defines whether the back face of an element is visible.",
49
- backgroundAttachment: "Sets whether a background image is fixed or scrolls with the rest of the page.",
50
- backgroundBlendMode: "Defines how background images blend with each other and the element's background color.",
51
- backgroundClip: "Specifies the area where the background image is visible.",
52
- backgroundColor: "Sets the background color of an element.",
53
- backgroundImage: "Sets one or more background images for an element.",
54
- backgroundOrigin: "Specifies where the background image(s) come from.",
55
- backgroundPosition: "Sets the starting position of a background image.",
56
- backgroundPositionX: "Sets the horizontal starting position of a background image.",
57
- backgroundPositionY: "Sets the vertical starting position of a background image.",
58
- backgroundRepeat: "Sets how a background image will be repeated.",
59
- backgroundSize: "Sets the size of a background image.",
60
- blockOverflow: "Defines how to handle content that overflows the block container.",
61
- blockSize: "Defines the height of an element's content box.",
62
- borderBlockColor: "Controls the color of the border of a block-level element.",
63
- borderBlockStyle: "Controls the style of the border of a block-level element.",
64
- borderBlockWidth: "Controls the width of the border of a block-level element.",
65
- borderBlockEndColor: "Controls the color of the border at the end of a block-level element.",
66
- borderBlockEndStyle: "Controls the style of the border at the end of a block-level element.",
67
- borderBlockEndWidth: "Controls the width of the border at the end of a block-level element.",
68
- borderBlockStartColor: "Controls the color of the border at the start of a block-level element.",
69
- borderBlockStartStyle: "Controls the style of the border at the start of a block-level element.",
70
- borderBlockStartWidth: "Controls the width of the border at the start of a block-level element.",
71
- borderBottomColor: "Controls the color of the bottom border of an element.",
72
- borderBottomLeftRadius: "Controls the radius of the bottom-left corner of an element.",
73
- borderBottomRightRadius: "Controls the radius of the bottom-right corner of an element.",
74
- borderBottomStyle: "Controls the style of the bottom border of an element.",
75
- borderBottomWidth: "Controls the width of the bottom border of an element.",
76
- borderCollapse: "Controls whether the borders of table cells are collapsed or separated.",
77
- borderEndEndRadius: "Controls the radius of the end of the border at the end of a block-level element.",
78
- borderEndStartRadius: "Controls the radius of the rounded border corners at the end and start of a box.",
79
- borderImageOutset: "Determines the amount by which the border image area extends beyond the border box.",
80
- borderImageRepeat: "Specifies how the border image is repeated.",
81
- borderImageSlice: "Defines how to slice the border image.",
82
- borderImageSource: "Specifies the path to the image to be used as a border.",
83
- borderImageWidth: "Specifies the width of the border image.",
84
- borderInlineColor: "Sets the color of the inline border.",
85
- borderInlineStyle: "Sets the style of the inline border.",
86
- borderInlineWidth: "Sets the width of the inline border.",
87
- borderInlineEndColor: "Sets the color of the inline border at the end of a box.",
88
- borderInlineEndStyle: "Sets the style of the inline border at the end of a box.",
89
- borderInlineEndWidth: "Sets the width of the inline border at the end of a box.",
90
- borderInlineStartColor: "Sets the color of the inline border at the start of a box.",
91
- borderInlineStartStyle: "Sets the style of the inline border at the start of a box.",
92
- borderInlineStartWidth: "Sets the width of the inline border at the start of a box.",
93
- borderLeftColor: "Sets the color of the left border.",
94
- borderLeftStyle: "Style of the left border of an element",
95
- borderLeftWidth: "Width of the left border of an element",
96
- borderRightColor: "Color of the right border of an element",
97
- borderRightStyle: "Style of the right border of an element",
98
- borderRightWidth: "Width of the right border of an element",
99
- borderSpacing: "Distance between adjacent borders of elements",
100
- borderStartEndRadius: "Radius of bottom right corner in block flow",
101
- borderStartStartRadius: "Radius of top left corner in block flow",
102
- borderTopColor: "Color of the top border of an element",
103
- borderTopLeftRadius: "Radius of top left corner of an element",
104
- borderTopRightRadius: "Radius of top right corner of an element",
105
- borderTopStyle: "Style of the top border of an element",
106
- borderTopWidth: "Width of the top border of an element",
107
- bottom: "Distance between the bottom edge of an element and the bottom edge of its containing block",
108
- boxDecorationBreak: "Specifies how the background, padding, border, and box shadow of an element are broken across multiple lines",
109
- boxShadow: "Shadow effect around an element",
110
- boxSizing: "Determines how the sizing of an element is calculated.",
111
- breakAfter: "Specifies how page breaks should occur after an element.",
112
- breakBefore: "Specifies how page breaks should occur before an element.",
113
- breakInside: "Specifies how page breaks should occur within an element.",
114
- captionSide: "Specifies the position of a table caption.",
115
- caretColor: "Specifies the color of the cursor caret.",
116
- caretShape: "Specifies the shape of the cursor caret.",
117
- clear: "Specifies which sides of an element where other floating elements are not allowed.",
118
- clip: "Clips an absolutely positioned element.",
119
- clipPath: "Clips an element to a specific shape.",
120
- color: "Specifies the color of text.",
121
- printColorAdjust: "Specifies how colors are adjusted during printing.",
122
- colorScheme: "Specifies the preferred color scheme for the user agent.",
123
- columnCount: "Specifies the number of columns an element should be divided into.",
124
- columnFill: "Specifies how to fill columns, balancing content.",
125
- columnGap: "Specifies the gap between columns.",
126
- columnRuleColor: "Sets the color of the rule between columns.",
127
- columnRuleStyle: "Sets the style of the rule between columns.",
128
- columnRuleWidth: "Sets the width of the rule between columns.",
129
- columnSpan: "Specifies how many columns an element should span across.",
130
- columnWidth: "Sets the width of columns in multi-column layouts.",
131
- contain: "Defines the scope of potential element re-layouts.",
132
- containIntrinsicBlockSize: "Specifies the ideal block size of the element.",
133
- containIntrinsicHeight: "Specifies the ideal height of the element.",
134
- containIntrinsicInlineSize: "Specifies the ideal inline size of the element.",
135
- containIntrinsicWidth: "Specifies the ideal width of the element.",
136
- content: "Inserts generated content, like icons or text, before or after an element.",
137
- contentVisibility: "Controls whether an element's content is visible.",
138
- counterIncrement: "Increments the value of one or more CSS counters.",
139
- counterReset: "Resets the value of one or more CSS counters.",
140
- counterSet: "Sets the value of one or more CSS counters.",
141
- cursor: "Defines the type of cursor to be displayed when pointing over an element.",
142
- direction: "Sets the direction of text, either left-to-right or right-to-left.",
143
- display: "Determines how an element is rendered on the page.",
144
- emptyCells: "Controls the display of borders and backgrounds for empty table cells.",
145
- filter: "Applies visual effects (blur, grayscale, etc.) to an element.",
146
- flexBasis: "Sets the initial size of a flex item before free space is distributed.",
147
- flexDirection: "Sets the direction of the main axis in a flex container.",
148
- flexGrow: "Determines how much a flex item will grow relative to others.",
149
- flexShrink: "Determines how much a flex item will shrink relative to others.",
150
- flexWrap: "Controls whether flex items are forced onto one line or can wrap onto multiple lines.",
151
- float: "Positions an element to the left or right of its container.",
152
- fontFamily: "Sets the font family of text content.",
153
- fontFeatureSettings: "Enables or disables font features like ligatures and kerning.",
154
- fontKerning: "Controls the usage of kerning in fonts.",
155
- fontLanguageOverride: "Overrides the language of text content.",
156
- fontOpticalSizing: "Enables or disables optical sizing of fonts.",
157
- fontVariationSettings: "Enables or disables font variations like weight and width.",
158
- fontSize: "The size of the font.",
159
- fontSizeAdjust: "Preserve the readability of text when font fallback occurs.",
160
- fontStretch: "The width variation of the font.",
161
- fontStyle: "The style of the font (italic, oblique, normal).",
162
- fontSynthesis: "The synthesis method used when rendering fonts.",
163
- fontVariant: "The variation of the font (normal, small-caps).",
164
- fontVariantAlternates: "Alternate glyphs for specific characters.",
165
- fontVariantCaps: "Control of the capitalization of text.",
166
- fontVariantEastAsian: "Alternate glyphs for East Asian scripts.",
167
- fontVariantLigatures: "Control of ligatures and contextual forms.",
168
- fontVariantNumeric: "Alternate glyphs for numbers, fractions, and ordinal markers.",
169
- fontVariantPosition: "Control of superscript and subscript glyphs.",
170
- fontWeight: "The weight (boldness) of the font.",
171
- forcedColorAdjust: "Control of forced background and foreground colors.",
172
- gridAutoColumns: "The size of columns that are not explicitly set.",
173
- gridAutoFlow: "The placement of grid items in the grid container.",
174
- gridAutoRows: "Defines the size of rows not explicitly set in a grid.",
175
- gridColumnEnd: "Defines the end position of a grid item's column.",
176
- gridColumnStart: "Defines the start position of a grid item's column.",
177
- gridRowEnd: "Defines the end position of a grid item's row.",
178
- gridRowStart: "Defines the start position of a grid item's row.",
179
- gridTemplateAreas: "Defines named grid areas for the grid container.",
180
- gridTemplateColumns: "Defines the number and size of columns in a grid.",
181
- gridTemplateRows: "Defines the number and size of rows in a grid.",
182
- hangingPunctuation: "Controls whether punctuation marks should hang outside the margin box of a block container.",
183
- height: "Defines the height of an element.",
184
- hyphenateCharacter: "Defines the character used as a hyphenation point.",
185
- hyphens: "Controls hyphenation of text in block elements.",
186
- imageOrientation: "Defines the orientation of an image.",
187
- imageRendering: "Controls image scaling and pixelation.",
188
- imageResolution: "Defines the pixel density of an image.",
189
- initialLetter: "Controls the styling of the first letter of a block-level element.",
190
- initialLetterAlign: "Controls the alignment of the first letter or character of an element.",
191
- inlineSize: "Sets the size of an element in the inline direction.",
192
- inputSecurity: "Determines whether or not the text entered into a password field is visible.",
193
- insetBlockEnd: "Sets the block-end position of an element relative to its nearest positioned ancestor.",
194
- insetBlockStart: "Sets the block-start position of an element relative to its nearest positioned ancestor.",
195
- insetInlineEnd: "Sets the inline-end position of an element relative to its nearest positioned ancestor.",
196
- insetInlineStart: "Sets the inline-start position of an element relative to its nearest positioned ancestor.",
197
- isolation: "Determines whether an element should create a new stacking context.",
198
- justifyContent: "Aligns flex items along the main axis of their container.",
199
- justifyItems: "Aligns items inside a grid cell along both the row and column axis.",
200
- justifySelf: "Aligns a grid item along both the row and column axis.",
201
- justifyTracks: "Aligns grid tracks along the row or column axis.",
202
- left: "Sets the left position of an element relative to its nearest positioned ancestor.",
203
- letterSpacing: "Controls the spacing between characters in a block of text.",
204
- lineBreak: "Specifies how lines should break within words and other elements.",
205
- lineClamp: "Limits the number of lines of text that can be displayed within an element.",
206
- lineHeight: "Controls the height of each line of text.",
207
- lineHeightStep: "Controls the step used to increment line-height.",
208
- listStyleImage: "Specifies an image as the list-item marker.",
209
- listStylePosition: "Specifies the position of the list-item markers.",
210
- listStyleType: "Specifies the type of list-item marker.",
211
- marginBlockEnd: "Sets the margin at the bottom of a block-level element.",
212
- marginBlockStart: "Sets the margin at the top of a block-level element.",
213
- marginBottom: "Sets the margin at the bottom of an element.",
214
- marginInlineEnd: "Sets the margin on the right side of an inline-level element.",
215
- marginInlineStart: "Sets the margin on the left side of an inline-level element.",
216
- marginLeft: "Sets the margin on the left side of an element.",
217
- marginRight: "Sets the margin on the right side of an element.",
218
- marginTop: "Sets the margin at the top of an element.",
219
- marginTrim: "Determines whether a margin is collapsed with its parent element.",
220
- maskBorderMode: "Specifies how to fill the border of a masked element.",
221
- maskBorderOutset: "Specifies the distance by which to extend the border image.",
222
- maskBorderRepeat: "Repeats the mask border image in the mask painting area.",
223
- maskBorderSlice: "Specifies inward offsets from the top, right, bottom, and left edges of the mask image.",
224
- maskBorderSource: "Determines the mask border image.",
225
- maskBorderWidth: "Specifies the widths of the mask border.",
226
- maskClip: "Limits the painting area to the area inside the mask.",
227
- maskComposite: "Specifies how the mask image is composited with the element's background.",
228
- maskImage: "Sets the mask image of an element.",
229
- maskMode: "Specifies how mask images are combined.",
230
- maskOrigin: "Determines the position of the mask image relative to the mask position.",
231
- maskPosition: "Sets the initial position of the mask image.",
232
- maskRepeat: "Specifies how the mask image is repeated.",
233
- maskSize: "Specifies the size of the mask image.",
234
- maskType: "Specifies the type of mask.",
235
- masonryAutoFlow: "Controls the flow direction and arrangement of grid items.",
236
- mathDepth: "Sets the minimum height of an element that contains math content.",
237
- mathShift: "Determines the amount of extra space to add between math content and the surrounding text.",
238
- mathStyle: "Sets the display style for MathML formulas.",
239
- maxBlockSize: "Specifies the maximum block-level size of an element.",
240
- maxHeight: "Sets the maximum height of an element.",
241
- maxInlineSize: "Specifies the maximum inline size of an element.",
242
- maxLines: "Sets the maximum number of lines for an element.",
243
- maxWidth: "Sets the maximum width of an element.",
244
- minBlockSize: "Specifies the minimum block-level size of an element.",
245
- minHeight: "Sets the minimum height of an element.",
246
- minInlineSize: "Specifies the minimum inline size of an element.",
247
- minWidth: "Sets the minimum width of an element.",
248
- mixBlendMode: "Specifies how an element blends with its background.",
249
- objectFit: "Specifies how the content of an element should fit.",
250
- objectPosition: "Specifies the alignment of the replaced element inside its container.",
251
- offsetAnchor: "Sets the positioning reference for an absolutely positioned element.",
252
- offsetDistance: "Specifies the distance between an element and its positioned container.",
253
- offsetPath: "Specifies a motion path for an absolutely positioned element.",
254
- offsetPosition: "Controls the position of a positioned element relative to its containing block.",
255
- offsetRotate: "Controls the rotation of an element around a fixed point in degrees.",
256
- opacity: "Controls the transparency of an element.",
257
- order: "Controls the order in which an element appears in a flex container.",
258
- orphans: "Controls the minimum number of lines for the last line of a block.",
259
- outlineColor: "Controls the color of an element's outline.",
260
- outlineOffset: "Controls the space between an element's outline and its border.",
261
- outlineStyle: "Controls the style of an element's outline.",
262
- outlineWidth: "Controls the width of an element's outline.",
263
- overflow: "Controls how content overflows its container when it is too large.",
264
- overflowAnchor: "Controls whether or not to allow an element to be anchored to a specific point in the viewport.",
265
- overflowBlock: "Controls how content overflows its container vertically.",
266
- overflowClipMargin: "Controls the margin that is used to clip the overflow of an element.",
267
- overflowInline: "Controls how content overflows its container horizontally.",
268
- overflowWrap: "Controls how words should be wrapped when they are too long for their container.",
269
- overflowX: "Controls how content overflows its container horizontally only.",
270
- overflowY: "overflowY",
271
- overscrollBehavior: "overscrollBehavior",
272
- overscrollBehaviorBlock: "overscrollBehaviorBlock",
273
- overscrollBehaviorInline: "overscrollBehaviorInline",
274
- overscrollBehaviorX: "overscrollBehaviorX",
275
- overscrollBehaviorY: "overscrollBehaviorY",
276
- paddingBlockEnd: "paddingBlockEnd",
277
- paddingBlockStart: "paddingBlockStart",
278
- paddingBottom: "Defines the space between the content of an element and its bottom border. Can affect layout height.",
279
- paddingInlineEnd: "paddingInlineEnd",
280
- paddingInlineStart: "paddingInlineStart",
281
- paddingLeft: "Defines the space between the content of an element and its left border. Can affect layout width.",
282
- paddingRight: "Defines the space between the content of an element and its right border. Can affect layout width.",
283
- paddingTop: "Defines the space between the content of an element and its top border. Can affect layout height.",
284
- pageBreakAfter: "pageBreakAfter",
285
- pageBreakBefore: "pageBreakBefore",
286
- pageBreakInside: "Controls whether a page break occurs inside an element.",
287
- paintOrder: "Specifies the order in which shapes are filled.",
288
- perspective: "Defines the perspective from which an element is viewed.",
289
- perspectiveOrigin: "Defines the position of the perspective element.",
290
- pointerEvents: "Determines whether an element can be clicked.",
291
- position: "Sets the position of an element.",
292
- quotes: "Defines the quotation marks for a blockquote.",
293
- resize: "Allows users to resize an element.",
294
- right: "Sets the distance between the right edge of an element and its container.",
295
- rotate: "Rotates an element.",
296
- rowGap: "Sets the size of the gap between rows in a grid.",
297
- rubyAlign: "Aligns ruby text to the start, center, or end of a ruby container.",
298
- rubyMerge: "Determines how ruby text is merged between adjacent elements.",
299
- rubyPosition: "Sets the position of the ruby text container.",
300
- scale: "Scales an element up or down.",
301
- scrollbarColor: "Sets the color of the scrollbar track and thumb.",
302
- scrollbarGutter: "Controls the size of the gutter (space) between scrollbar and element.",
303
- scrollbarWidth: "Controls the width of the scrollbar.",
304
- scrollBehavior: "Controls the smoothness of a scroll animation.",
305
- scrollMarginBlockStart: "Controls the margin before the starting of a block.",
306
- scrollMarginBlockEnd: "Controls the margin after the ending of a block.",
307
- scrollMarginBottom: "Controls the margin at the bottom of an element.",
308
- scrollMarginInlineStart: "Controls the margin before the starting of an inline element.",
309
- scrollMarginInlineEnd: "Controls the margin after the ending of an inline element.",
310
- scrollMarginLeft: "Controls the margin at the left side of an element.",
311
- scrollMarginRight: "Controls the margin at the right side of an element.",
312
- scrollMarginTop: "Controls the margin at the top of an element.",
313
- scrollPaddingBlockStart: "Controls the padding before the starting of a block.",
314
- scrollPaddingBlockEnd: "Controls the padding after the ending of a block.",
315
- scrollPaddingBottom: "Controls the padding at the bottom of an element.",
316
- scrollPaddingInlineStart: "Controls the padding before the starting of an inline element.",
317
- scrollPaddingInlineEnd: "Controls the padding after the ending of an inline element.",
318
- scrollPaddingLeft: "The padding area to the left of a scroll container.",
319
- scrollPaddingRight: "The padding area to the right of a scroll container.",
320
- scrollPaddingTop: "The padding area above a scroll container.",
321
- scrollSnapAlign: "Defines where a snap point will be aligned within a scroll container.",
322
- scrollSnapStop: "Defines whether the scroll container should stop on a snap point.",
323
- scrollSnapType: "Defines the type of snap points used in a scroll container.",
324
- scrollTimelineAxis: "Defines the axis of the scroll timeline.",
325
- scrollTimelineName: "Defines the name of the scroll timeline.",
326
- shapeImageThreshold: "Defines the alpha channel threshold for shape detection.",
327
- shapeMargin: "Defines the margin between a shape and its surrounding content.",
328
- shapeOutside: "Defines a shape to wrap content around.",
329
- tabSize: "Defines the width of a tab character.",
330
- tableLayout: "Defines the algorithm used to lay out table cells, rows, and columns.",
331
- textAlign: "Defines the horizontal alignment of text.",
332
- textAlignLast: "Defines the horizontal alignment of the last line of text in a block.",
333
- textCombineUpright: "Defines the combination of text in vertical orientation.",
334
- textDecorationColor: "Controls color of underlines, overlines, and strikethroughs.",
335
- textDecorationLine: "Specifies underlines, overlines, and strikethroughs.",
336
- textDecorationSkip: "Specifies which parts of text decoration are skipped over.",
337
- textDecorationSkipInk: "Specifies which parts of text decoration are skipped over, taking into account the ink area.",
338
- textDecorationStyle: "Specifies the style of underlines, overlines, and strikethroughs.",
339
- textDecorationThickness: "Specifies the thickness of underlines, overlines, and strikethroughs.",
340
- textEmphasisColor: "Controls color of text emphasis marks.",
341
- textEmphasisPosition: "Specifies position of text emphasis marks.",
342
- textEmphasisStyle: "Specifies style of text emphasis marks.",
343
- textIndent: "Specifies how much horizontal space is before the first line of text.",
344
- textJustify: "Specifies how the last line of a text is aligned.",
345
- textOrientation: "Specifies the orientation of text within a line.",
346
- textOverflow: "Specifies how overflowed content is displayed.",
347
- textRendering: "Specifies quality of text rendering.",
348
- textShadow: "Adds shadow to text.",
349
- textSizeAdjust: "Controls the sizing of text relative to its container.",
350
- textTransform: "Controls the capitalization of text.",
351
- textUnderlineOffset: "Controls the distance between the text and its underline.",
352
- textUnderlinePosition: "Controls the position of the underline in relation to the text.",
353
- top: "Controls the vertical position of an element relative to its container.",
354
- touchAction: "Controls how touch inputs are handled by the browser.",
355
- transform: "Applies a 2D or 3D transformation to an element.",
356
- transformBox: "Defines the layout box to which the transform applies.",
357
- transformOrigin: "Controls the origin point of a transform.",
358
- transformStyle: "Controls how nested elements are rendered in 3D space.",
359
- transitionDelay: "Controls the delay before a transition effect starts.",
360
- transitionDuration: "Controls the duration of a transition effect.",
361
- transitionProperty: "Controls which CSS properties are affected by a transition effect.",
362
- transitionTimingFunction: "Controls the speed curve of a transition effect.",
363
- translate: "Translates an element along the X and/or Y axis.",
364
- unicodeBidi: "Controls the handling of bidirectional text.",
365
- userSelect: "Controls whether an element can be selected by the user.",
366
- verticalAlign: "Aligns inline-level elements vertically.",
367
- visibility: "Determines whether an element is visible or hidden.",
368
- whiteSpace: "Determines how white space inside an element is handled.",
369
- widows: "Sets the minimum number of lines in a block container.",
370
- width: "Sets the width of an element.",
371
- willChange: "Lets you inform the browser about property changes in advance.",
372
- wordBreak: "Determines how words should break when reaching the end of a line.",
373
- wordSpacing: "Sets the spacing between words.",
374
- wordWrap: "Determines whether to break words if the text exceeds the container.",
375
- writingMode: "Sets the direction in which lines of text are written.",
376
- zIndex: "Sets the stack order of an element. Higher value means closer to the top."
377
- };
378
- const propertiesOverrides = {};
379
- const properties = {
380
- ...propertiesGenerated,
381
- ...propertiesOverrides
382
- };
383
- const declarationsGenerated = {
384
- "alignContent:normal": "Aligns and distributes grid items along the cross axis with different spacing options.",
385
- "alignContent:first": "Aligns and distributes grid items along the cross axis, prioritizing the first line.",
386
- "alignContent:last": "Aligns and distributes grid items along the cross axis, prioritizing the last line.",
387
- "alignContent:baseline": "Aligns grid items with their baselines.",
388
- "alignContent:space-between": "Aligns and distributes grid items with equal space between them.",
389
- "alignContent:space-around": "Aligns and distributes grid items with equal space around them.",
390
- "alignContent:space-evenly": "Aligns and distributes grid items with equal space between them and around the edges.",
391
- "alignContent:stretch": "Stretches grid items to fill the container.",
392
- "alignContent:unsafe": "Enables alignment modes that are considered risky.",
393
- "alignContent:safe": "Enables alignment modes that are safe to use.",
394
- "alignContent:center": "Centers and aligns grid items to the center.",
395
- "alignContent:start": "Aligns grid items to the start of the container.",
396
- "alignContent:end": "Aligns grid items to the end of the container.",
397
- "alignContent:flex-start": "Aligns grid items to the start of the first line.",
398
- "alignContent:flex-end": "Aligns grid items to the end of the last line.",
399
- "alignContent:initial": "Sets the default alignment for align-content.",
400
- "alignContent:inherit": "The element inherits the align-content value of its parent.",
401
- "alignContent:unset": "The element aligns its content as if it applies the initial values of all properties.",
402
- "alignItems:normal": "The default, stretches the element vertically depending on the height of the container.",
403
- "alignItems:stretch": "Stretches the element vertically to fill the container.",
404
- "alignItems:first": "Stretches flex items from the first baseline.",
405
- "alignItems:last": "Stretches flex items from the last baseline.",
406
- "alignItems:baseline": "Aligns the element with the baseline of the parent container.",
407
- "alignItems:unsafe": "Aligns the element with the unsafe region of the container.",
408
- "alignItems:safe": "Aligns the element with the safe region of the container.",
409
- "alignItems:center": "Aligns the element vertically centered with respect to the container element.",
410
- "alignItems:start": "Aligns the element at the start of the container.",
411
- "alignItems:end": "Aligns the element at the end of the container.",
412
- "alignItems:self-start": "Aligns the element at the start of itself.",
413
- "alignItems:self-end": "Aligns the element at the end of itself.",
414
- "alignItems:flex-start": "Aligns the element at the start of the flex container.",
415
- "alignItems:flex-end": "Aligns the element at the end of the flex container.",
416
- "alignItems:initial": "Items are aligned to their default position.",
417
- "alignItems:inherit": "Inherits the align-items property from the parent element.",
418
- "alignItems:unset": "Resets the align-items property to its default value.",
419
- "alignSelf:auto": "Default alignment for the individual flex item.",
420
- "alignSelf:normal": 'Same as "stretch", but only for flex items that haven\'t specified a `flex-basis` value.',
421
- "alignSelf:stretch": "Stretch to fill the container (the default value).",
422
- "alignSelf:first": "Places the item at the start of the cross axis.",
423
- "alignSelf:last": "Places the item at the end of the cross axis.",
424
- "alignSelf:baseline": "Aligns the baseline of the flex item with the baseline of the parent container.",
425
- "alignSelf:unsafe": "Enables a kind of backwards compatibility mode.",
426
- "alignSelf:safe": "Applies all but potentially hazardous alignment values.",
427
- "alignSelf:center": "Centers the flex item vertically.",
428
- "alignSelf:start": "Places the item at the start of the cross axis.",
429
- "alignSelf:end": "Places the item at the end of the cross axis.",
430
- "alignSelf:self-start": "Places the item at the start of the cross axis.",
431
- "alignSelf:self-end": "Places the item at the end of the cross axis.",
432
- "alignSelf:flex-start": "Aligns flex items to the start of the cross axis.",
433
- "alignSelf:flex-end": "Aligns flex items to the end of the cross axis.",
434
- "alignSelf:initial": "Sets the align-self property to its default value.",
435
- "alignSelf:inherit": "Inherits the align-self property from its parent element.",
436
- "alignSelf:unset": "Sets the align-self property to its inherited value, or to its default value.",
437
- "alignTracks:normal": "Aligns grid tracks using the default alignment of their grid container.",
438
- "alignTracks:first": "Aligns the first grid track to the first baseline of the grid container.",
439
- "alignTracks:last": "Aligns the last grid track to the last baseline of the grid container.",
440
- "alignTracks:baseline": "Aligns grid tracks to their baseline.",
441
- "alignTracks:space-between": "Distributes the grid tracks evenly, with the first track at the start and the last track at the end.",
442
- "alignTracks:space-around": "Distributes the grid tracks evenly, with equal space before and after the first and last tracks.",
443
- "alignTracks:space-evenly": "Distributes the grid tracks evenly, with equal space between them.",
444
- "alignTracks:stretch": "Stretches the grid tracks to fill the grid container.",
445
- "alignTracks:unsafe": "Enables overflow alignment of grid tracks when they exceed the grid container's size.",
446
- "alignTracks:safe": "Disables overflow alignment of grid tracks when they exceed the grid container's size.",
447
- "alignTracks:center": "Centers the grid tracks in the grid container.",
448
- "alignTracks:start": "Aligns the grid tracks to the start of the grid area.",
449
- "alignTracks:end": "Aligns the grid tracks to the end of the grid area.",
450
- "alignTracks:flex-start": "Aligns the grid tracks to the start of the flex container.",
451
- "alignTracks:flex-end": "Aligns the grid tracks to the end of the flex container.",
452
- "alignTracks:initial": "Sets the alignment to its default value.",
453
- "alignTracks:inherit": "Inherits the alignment from its parent element.",
454
- "alignTracks:unset": "Resets the alignment to its natural value.",
455
- "animationComposition:initial": "Sets the animation's composition to its default value.",
456
- "animationComposition:inherit": "Inherits the animation's composition from its parent element.",
457
- "animationComposition:unset": "Resets the animation's composition to its natural value.",
458
- "animationDelay:initial": "Sets the animation delay to its default value.",
459
- "animationDelay:inherit": "Inherits the animation delay from its parent element.",
460
- "animationDelay:unset": "Resets the animation delay to its natural value.",
461
- "animationDirection:normal": "Plays the animation in its default direction.",
462
- "animationDirection:reverse": "Plays the animation in reverse direction.",
463
- "animationDirection:alternate": "Plays the animation in alternate forward and reverse directions.",
464
- "animationDirection:alternate-reverse": "The animation plays backwards on every odd iteration starting from the last keyframe",
465
- "animationDirection:initial": "Sets an animation to its default values defined by the browser's stylesheet",
466
- "animationDirection:inherit": "Inherits the animation-direction property from the parent element",
467
- "animationDirection:unset": "Inherits the animation-direction property from the parent element, or sets to initial if there is no parent",
468
- "animationDuration:initial": "Sets the duration of an animation to its default value (0)",
469
- "animationDuration:inherit": "Inherits the animation-duration property from the parent element",
470
- "animationDuration:unset": "Inherits the animation-duration property from the parent element, or sets to initial if there is no parent",
471
- "animationFillMode:none": "The animation will not apply any styles to the target before or after its execution",
472
- "animationFillMode:forwards": "The target will retain the styles applied by the last keyframe",
473
- "animationFillMode:backwards": "The target will retain the styles applied by the first keyframe",
474
- "animationFillMode:both": "The target will retain the styles applied by both the first and last keyframe",
475
- "animationFillMode:initial": "Sets the animation-fill-mode property to its default value (none)",
476
- "animationFillMode:inherit": "Inherits the animation-fill-mode property from the parent element",
477
- "animationFillMode:unset": "Inherits the animation-fill-mode property from the parent element, or sets to initial if there is no parent",
478
- "animationIterationCount:infinite": "The animation will repeat indefinitely",
479
- "animationIterationCount:initial": "Sets the number of times an animation should run to its default value (1)",
480
- "animationIterationCount:inherit": "Inherits the iteration count from the parent element.",
481
- "animationIterationCount:unset": "Resets the iteration count to its inherited value.",
482
- "animationName:none": "No animation is applied.",
483
- "animationName:initial": "Specifies the default value of the property.",
484
- "animationName:inherit": "Inherits the animation name from the parent element.",
485
- "animationName:unset": "Resets the animation name to its inherited value.",
486
- "animationPlayState:running": "The animation is playing.",
487
- "animationPlayState:paused": "The animation is paused.",
488
- "animationPlayState:initial": "Specifies the default value of the property.",
489
- "animationPlayState:inherit": "Inherits the play state from the parent element.",
490
- "animationPlayState:unset": "Resets the play state to its inherited value.",
491
- "animationTimingFunction:linear": "The animation has a constant speed.",
492
- "animationTimingFunction:ease": "The animation starts slow, gets faster in the middle, and slows down at the end.",
493
- "animationTimingFunction:ease-in": "The animation starts slow and gets faster.",
494
- "animationTimingFunction:ease-out": "The animation starts fast and slows down.",
495
- "animationTimingFunction:ease-in-out": "The animation starts slow, gets faster, and slows down again.```",
496
- "animationTimingFunction:step-start": "Specifies an abrupt change in the animation's progress at the start of each interval.",
497
- "animationTimingFunction:step-end": "Specifies an abrupt change in the animation's progress at the end of each interval.",
498
- "animationTimingFunction:initial": "Sets the animation's timing function to its default value.",
499
- "animationTimingFunction:inherit": "Inherits the animation's timing function from its parent element.",
500
- "animationTimingFunction:unset": "Resets the animation's timing function to its natural value.",
501
- "animationTimeline:auto": "Sets the animation to play forwards and backwards once.",
502
- "animationTimeline:none": "Disables the animation.",
503
- "animationTimeline:initial": "Sets the animation's timeline to its default value.",
504
- "animationTimeline:inherit": "Inherits the animation's timeline from its parent element.",
505
- "animationTimeline:unset": "Resets the animation's timeline to its natural value.",
506
- "appearance:none": "Removes the default appearance of form controls.",
507
- "appearance:auto": "Allows the browser to display the default appearance of form controls.",
508
- "appearance:textfield": "Displays an input field with no border or other decoration.",
509
- "appearance:menulist-button": "Displays a drop-down list box with an arrow button.",
510
- "appearance:searchfield": "Displays a search field with a magnifying glass icon.",
511
- "appearance:textarea": "Displays a multi-line text input box.",
512
- "appearance:push-button": "Renders an element as a clickable button with a border.",
513
- "appearance:slider-horizontal": "Renders a slider in a horizontal direction.",
514
- "appearance:checkbox": "Renders an element as a checkbox.",
515
- "appearance:radio": "Renders an element as a radio button.",
516
- "appearance:square-button": "Renders an element as a square button.",
517
- "appearance:menulist": "Renders an element as a dropdown menu.",
518
- "appearance:listbox": "Renders an element as a list box.",
519
- "appearance:meter": "Renders an element as a progress indicator (like a speedometer).",
520
- "appearance:progress-bar": "Renders an element as a horizontal progress bar.",
521
- "appearance:button": "Renders an element as a button.",
522
- "appearance:initial": "Sets the appearance property to its default value.",
523
- "appearance:inherit": "Inherits the appearance property from its parent element.",
524
- "appearance:unset": "Sets the appearance property to its inherited value if it exists, otherwise its initial value.",
525
- "aspectRatio:auto": "Sets the height of an element based on its width and the aspect ratio.",
526
- "aspectRatio:initial": "Sets the aspect ratio property to its default value.",
527
- "aspectRatio:inherit": "Inherits the aspect ratio property from its parent element.",
528
- "aspectRatio:unset": "Uses the intrinsic aspect ratio of the element.",
529
- "backdropFilter:none": "No backdrop filtering effect is applied.",
530
- "backdropFilter:initial": "Sets backdrop-filter property to its default value.",
531
- "backdropFilter:inherit": "Inherits the backdrop-filter property from its parent element.",
532
- "backdropFilter:unset": "Sets backdrop-filter property to its inherited value.",
533
- "backfaceVisibility:visible": "The back face is visible.",
534
- "backfaceVisibility:hidden": "The back face is hidden.",
535
- "backfaceVisibility:initial": "Sets backface-visibility property to its default value.",
536
- "backfaceVisibility:inherit": "Inherits the backface-visibility property from its parent element.",
537
- "backfaceVisibility:unset": "Sets backface-visibility property to its inherited value.",
538
- "backgroundAttachment:scroll": "The background image will scroll with the page.",
539
- "backgroundAttachment:fixed": "The background image will not scroll with the page.",
540
- "backgroundAttachment:local": "The background image will scroll within the element.",
541
- "backgroundAttachment:initial": "Sets background-attachment property to its default value.",
542
- "backgroundAttachment:inherit": "Inherits the background-attachment property from its parent element.",
543
- "backgroundAttachment:unset": "Sets background-attachment property to its inherited value.",
544
- "backgroundBlendMode:normal": "The background image(s) are displayed as-is.",
545
- "backgroundBlendMode:multiply": "The pixels of the top layer are multiplied with the bottom layer.",
546
- "backgroundBlendMode:screen": "The pixels of the top layer are screened onto the bottom layer.",
547
- "backgroundBlendMode:overlay": "Combines multiply and screen blend modes.",
548
- "backgroundBlendMode:darken": "Displays the darker of the layers at each pixel.",
549
- "backgroundBlendMode:lighten": "Displays the lighter of the layers at each pixel.",
550
- "backgroundBlendMode:color-dodge": "Brightens the bottom layer to reflect the top layer.",
551
- "backgroundBlendMode:color-burn": "Darkens the bottom layer to reflect the top layer.",
552
- "backgroundBlendMode:hard-light": "Multiplies or screens the layers, depending on the top layer.",
553
- "backgroundBlendMode:soft-light": "Darkens or lightens the layers, depending on the top layer.",
554
- "backgroundBlendMode:difference": "Subtracts the darker from the lighter layer.",
555
- "backgroundBlendMode:exclusion": "Produces an effect similar to difference, but with low-contrast.",
556
- "backgroundBlendMode:hue": "Uses the hue of the top layer with the saturation and luminosity of the bottom layer.",
557
- "backgroundBlendMode:saturation": "Uses the saturation of the top layer with the hue and luminosity of the bottom layer.",
558
- "backgroundBlendMode:color": "Uses the hue and saturation of the top layer with the luminosity of the bottom layer.",
559
- "backgroundBlendMode:luminosity": "Uses the luminosity of the top layer with the hue and saturation of the bottom layer.",
560
- "backgroundBlendMode:initial": "The blending mode is set to its initial value.",
561
- "backgroundBlendMode:inherit": "The blending mode is inherited from its parent element.",
562
- "backgroundBlendMode:unset": "The blending mode is set to its default value.",
563
- "backgroundClip:border-box": "The background image is clipped to the border box.",
564
- "backgroundClip:padding-box": "The background image is clipped to the padding box.",
565
- "backgroundClip:content-box": "The background image is clipped to the content box.",
566
- "backgroundClip:text": "The background image is rendered within the text.",
567
- "backgroundClip:initial": "The clipping area is set to the border box.",
568
- "backgroundClip:inherit": "The clipping area is inherited from its parent element.",
569
- "backgroundClip:unset": "The clipping area is set to its default value.",
570
- "backgroundImage:none": "No background image is displayed.",
571
- "backgroundImage:initial": "The background image is set to its initial value.",
572
- "backgroundImage:inherit": "The background image is inherited from its parent element.",
573
- "backgroundImage:unset": "The background image is set to its default value.",
574
- "backgroundOrigin:border-box": "The background image originates from the border box.",
575
- "backgroundOrigin:padding-box": "The background image originates from the padding box.",
576
- "backgroundOrigin:content-box": "Determines the background positioning area as the content-box.",
577
- "backgroundOrigin:initial": "Sets the background positioning area to its default value.",
578
- "backgroundOrigin:inherit": "Inherits the background positioning area from its parent element.",
579
- "backgroundOrigin:unset": "Resets the background positioning area to its inherited value.",
580
- "backgroundPosition:left": "Sets the background image position to the left.",
581
- "backgroundPosition:center": "Sets the background image position to the center.",
582
- "backgroundPosition:right": "Sets the background image position to the right.",
583
- "backgroundPosition:top": "Sets the background image position to the top.",
584
- "backgroundPosition:bottom": "Sets the background image position to the bottom.",
585
- "backgroundPosition:initial": "Sets the background image position to its default values.",
586
- "backgroundPosition:inherit": "Inherits the background image position from its parent element.",
587
- "backgroundPosition:unset": "Resets the background image position to its inherited value.",
588
- "backgroundPositionX:center": "Sets the horizontal position of the background image to the center.",
589
- "backgroundPositionX:left": "Sets the horizontal position of the background image to the left.",
590
- "backgroundPositionX:right": "Sets the horizontal position of the background image to the right.",
591
- "backgroundPositionX:x-start": "Sets the horizontal position of the background image to the left in LTR and right in RTL.",
592
- "backgroundPositionX:x-end": "Sets the horizontal position of the background image's right edge to the right of the container.",
593
- "backgroundPositionX:initial": "Sets the default value for the horizontal position of the background image.",
594
- "backgroundPositionX:inherit": "Inherit the horizontal position of the background image from the parent element.",
595
- "backgroundPositionX:unset": "Resets the horizontal position of the background image to its default value.",
596
- "backgroundPositionY:center": "Vertically centers the background image.",
597
- "backgroundPositionY:top": "Places the background image at the top of the container.",
598
- "backgroundPositionY:bottom": "Places the background image at the bottom of the container.",
599
- "backgroundPositionY:y-start": "Sets the vertical position of the background image's top edge to the top of the container.",
600
- "backgroundPositionY:y-end": "Sets the vertical position of the background image's bottom edge to the bottom of the container.",
601
- "backgroundPositionY:initial": "Sets the default value for the vertical position of the background image.",
602
- "backgroundPositionY:inherit": "Inherit the vertical position of the background image from the parent element.",
603
- "backgroundPositionY:unset": "Resets the vertical position of the background image to its default value.",
604
- "backgroundRepeat:repeat-x": "Repeats the background image horizontally.",
605
- "backgroundRepeat:repeat-y": "Repeats the background image vertically.",
606
- "backgroundRepeat:repeat": "Repeats the background image horizontally and vertically.",
607
- "backgroundRepeat:space": "Repeats the background image horizontally and vertically, spacing out the images so that the last one touches the right and bottom edge of the container.",
608
- "backgroundRepeat:round": "Repeats the background image in a circle.",
609
- "backgroundRepeat:no-repeat": "Does not repeat the background image.",
610
- "backgroundRepeat:initial": "Sets the default value for the background repeat property.",
611
- "backgroundRepeat:inherit": "Inherits the background repeat property from its parent element.",
612
- "backgroundRepeat:unset": "Resets the background repeat property to its default value.",
613
- "backgroundSize:auto": "Sets the background image size to its original size.",
614
- "backgroundSize:cover": "Resizes the background image to cover the entire container.",
615
- "backgroundSize:contain": "Resizes the background image to fit inside the container.",
616
- "backgroundSize:initial": "Sets the default value for the background size property.",
617
- "backgroundSize:inherit": "Inherits the background size property from its parent element.",
618
- "backgroundSize:unset": "Resets the background size property to its default value.",
619
- "blockOverflow:clip": "Clips the overflow content.",
620
- "blockOverflow:ellipsis": "Adds an ellipsis when content overflows.",
621
- "blockOverflow:initial": "Sets the default value for block overflow.",
622
- "blockOverflow:inherit": "Inherits block overflow from its parent.",
623
- "blockOverflow:unset": "Resets block overflow to its default value.",
624
- "blockSize:auto": "The block element fills all available space.",
625
- "blockSize:min-content": "The height is the minimum required to contain contents.",
626
- "blockSize:max-content": "The height is the maximum required to contain contents.",
627
- "blockSize:fit-content": "The height is the smallest required to contain contents.",
628
- "blockSize:initial": "Sets the height to the default value.",
629
- "blockSize:inherit": "Inherits the height from the parent element.",
630
- "blockSize:unset": "Sets the height to its natural value.",
631
- "borderBlockStyle:none": "Disables all borders.",
632
- "borderBlockStyle:hidden": "Border is not visible, but still affects layout.",
633
- "borderBlockStyle:dotted": "Dot-style border.",
634
- "borderBlockStyle:dashed": "Dashed border.",
635
- "borderBlockStyle:solid": "Solid border.",
636
- "borderBlockStyle:double": "Double border.",
637
- "borderBlockStyle:groove": "3D grooved border.",
638
- "borderBlockStyle:ridge": "3D ridged border.",
639
- "borderBlockStyle:inset": "3D inset border.",
640
- "borderBlockStyle:outset": "Adds an outset border to block element.",
641
- "borderBlockStyle:initial": "Resets border to initial value.",
642
- "borderBlockStyle:inherit": "Inherits border style from parent element.",
643
- "borderBlockStyle:unset": "Resets border to inherited or initial value.",
644
- "borderBlockWidth:thin": "Sets a thin border for block element.",
645
- "borderBlockWidth:medium": "Sets a medium border for block element.",
646
- "borderBlockWidth:thick": "Sets a thick border for block element.",
647
- "borderBlockWidth:initial": "Resets border width to initial value.",
648
- "borderBlockWidth:inherit": "Inherits border width from parent element.",
649
- "borderBlockWidth:unset": "Resets border width to inherited or initial value.",
650
- "borderBlockEndStyle:none": "Removes border from the end of a block element.",
651
- "borderBlockEndStyle:hidden": "Hides border at the end of a block element.",
652
- "borderBlockEndStyle:dotted": "Adds a dotted border at the end of a block element.",
653
- "borderBlockEndStyle:dashed": "Adds a dashed border at the end of a block element.",
654
- "borderBlockEndStyle:solid": "Adds a solid border at the end of a block element.",
655
- "borderBlockEndStyle:double": "Adds a double border at the end of a block element.",
656
- "borderBlockEndStyle:groove": "Creates a groove border on the block-end side.",
657
- "borderBlockEndStyle:ridge": "Creates a ridge border on the block-end side.",
658
- "borderBlockEndStyle:inset": "Creates an inset border on the block-end side.",
659
- "borderBlockEndStyle:outset": "Creates an outset border on the block-end side.",
660
- "borderBlockEndStyle:initial": "Sets the border-block-end-style to its default value.",
661
- "borderBlockEndStyle:inherit": "Inherits the border-block-end-style property from the parent.",
662
- "borderBlockEndStyle:unset": "Resets the border-block-end-style property to its inherited value.",
663
- "borderBlockEndWidth:thin": "Creates a thin border on the block-end side.",
664
- "borderBlockEndWidth:medium": "Creates a medium border on the block-end side.",
665
- "borderBlockEndWidth:thick": "Creates a thick border on the block-end side.",
666
- "borderBlockEndWidth:initial": "Sets the border-block-end-width to its default value.",
667
- "borderBlockEndWidth:inherit": "Inherits the border-block-end-width property from the parent.",
668
- "borderBlockEndWidth:unset": "Resets the border-block-end-width property to its inherited value.",
669
- "borderBlockStartStyle:none": "Removes the border on the block-start side.",
670
- "borderBlockStartStyle:hidden": "Hides the border on the block-start side.",
671
- "borderBlockStartStyle:dotted": "Creates a dotted border on the block-start side.",
672
- "borderBlockStartStyle:dashed": "Sets the style of the top border of a block to dashed.",
673
- "borderBlockStartStyle:solid": "Sets the style of the top border of a block to solid.",
674
- "borderBlockStartStyle:double": "Sets the style of the top border of a block to double.",
675
- "borderBlockStartStyle:groove": "Sets the style of the top border of a block to groove.",
676
- "borderBlockStartStyle:ridge": "Sets the style of the top border of a block to ridge.",
677
- "borderBlockStartStyle:inset": "Sets the style of the top border of a block to inset.",
678
- "borderBlockStartStyle:outset": "Sets the style of the top border of a block to outset.",
679
- "borderBlockStartStyle:initial": "Sets the style of the top border of a block to its default value.",
680
- "borderBlockStartStyle:inherit": "Inherits the style of the top border of a block from its parent element.",
681
- "borderBlockStartStyle:unset": "Resets the style of the top border of a block to its inherited value or default if none.",
682
- "borderBlockStartWidth:thin": "Sets the thickness of the top border of a block to thin.",
683
- "borderBlockStartWidth:medium": "Sets the thickness of the top border of a block to medium.",
684
- "borderBlockStartWidth:thick": "Sets the thickness of the top border of a block to thick.",
685
- "borderBlockStartWidth:initial": "Sets the thickness of the top border of a block to its default value.",
686
- "borderBlockStartWidth:inherit": "Inherits the thickness of the top border of a block from its parent element.",
687
- "borderBlockStartWidth:unset": "Resets the thickness of the top border of a block to its inherited value or default if none.",
688
- "borderBottomLeftRadius:initial": "Sets the initial value for the bottom-left corner radius of an element's border.",
689
- "borderBottomLeftRadius:inherit": "Inherits the bottom-left corner radius value from the parent element.",
690
- "borderBottomLeftRadius:unset": "Removes the bottom-left corner radius value, falling back to the defined border radius.",
691
- "borderBottomRightRadius:initial": "Sets the initial value for the bottom-right corner radius of an element's border.",
692
- "borderBottomRightRadius:inherit": "Inherits the bottom-right corner radius value from the parent element.",
693
- "borderBottomRightRadius:unset": "Removes the bottom-right corner radius value, falling back to the defined border radius.",
694
- "borderBottomStyle:none": "Sets the style for the bottom border of an element to have no visible border.",
695
- "borderBottomStyle:hidden": "Sets the style for the bottom border of an element to be hidden, but still take up space.",
696
- "borderBottomStyle:dotted": "Sets the style for the bottom border of an element to be a series of dots.",
697
- "borderBottomStyle:dashed": "Sets the style for the bottom border of an element to be a series of dashed lines.",
698
- "borderBottomStyle:solid": "Sets the style for the bottom border of an element to be a single solid line.",
699
- "borderBottomStyle:double": "Sets the style for the bottom border of an element to be a double line (two parallel lines).",
700
- "borderBottomStyle:groove": "Sets the style for the bottom border of an element to be a three-dimensional groove.",
701
- "borderBottomStyle:ridge": "Sets the style for the bottom border of an element to be a three-dimensional ridge.",
702
- "borderBottomStyle:inset": 'Sets the style for the bottom border of an element to be an "inset" 3D groove.',
703
- "borderBottomStyle:outset": 'Sets the style for the bottom border of an element to be an "outset" 3D ridge.',
704
- "borderBottomStyle:initial": "Controls the style of the bottom border.",
705
- "borderBottomStyle:inherit": "Sets the bottom border style to its parent's value.",
706
- "borderBottomStyle:unset": "Sets the bottom border style to the default value.",
707
- "borderBottomWidth:thin": 'Sets the thickness of the bottom border to "thin".',
708
- "borderBottomWidth:medium": 'Sets the thickness of the bottom border to "medium".',
709
- "borderBottomWidth:thick": 'Sets the thickness of the bottom border to "thick".',
710
- "borderBottomWidth:initial": "Sets the bottom border width to its default value.",
711
- "borderBottomWidth:inherit": "Sets the bottom border width to its parent's value.",
712
- "borderBottomWidth:unset": "Sets the bottom border width to the default value.",
713
- "borderCollapse:collapse": "Merges the borders of adjacent cells.",
714
- "borderCollapse:separate": "Separates the borders of adjacent cells.",
715
- "borderCollapse:initial": "Sets the border-collpase value to its default value.",
716
- "borderCollapse:inherit": "Sets the border-collapse value to its parent's value.",
717
- "borderCollapse:unset": "Sets the border-collapse value to the default value.",
718
- "borderEndEndRadius:initial": "Sets the end-end corner radius of the border to the default value.",
719
- "borderEndEndRadius:inherit": "Sets the end-end corner radius of the border to its parent's value.",
720
- "borderEndEndRadius:unset": "The border radius of the corner where the end and the bottom edges meet is reset to its initial value.",
721
- "borderEndStartRadius:initial": "The border radius of the corner where the end and the top edges meet is set to its initial value.",
722
- "borderEndStartRadius:inherit": "The border radius of the corner where the end and the top edges meet is inherited from its parent element.",
723
- "borderEndStartRadius:unset": "The border radius of the corner where the end and the top edges meet is reset to its initial value.",
724
- "borderImageOutset:initial": "The border image expands beyond the border box by the width of the border, which is set to its initial value.",
725
- "borderImageOutset:inherit": "The border image expands beyond the border box by the width of the border, which is inherited from its parent element.",
726
- "borderImageOutset:unset": "The border image expands beyond the border box by the width of the border, which is reset to its initial value.",
727
- "borderImageRepeat:stretch": "The border image is stretched to fill the area of the border box.",
728
- "borderImageRepeat:repeat": "The border image is repeated both horizontally and vertically to fill the area of the border box.",
729
- "borderImageRepeat:round": "The border image is rescaled so that it repeats across each side exactly n times.",
730
- "borderImageRepeat:space": "The border image is repeated as much as possible without clipping and it is spaced out along the border.",
731
- "borderImageRepeat:initial": "The border image is set to its initial value, which is 'stretch'.",
732
- "borderImageRepeat:inherit": "The border image is inherited from its parent element.",
733
- "borderImageRepeat:unset": "The border image is reset to its initial value, which is 'stretch'.",
734
- "borderImageSlice:fill": "The entire border image will be displayed, where 'fill' is equivalent to '100%'.",
735
- "borderImageSlice:initial": "The border image is sliced using the default values, which is 100%.",
736
- "borderImageSlice:inherit": "The border image slices use the computed values from the parent element.",
737
- "borderImageSlice:unset": "The border image slices use the initial value.",
738
- "borderImageSource:none": "No image is used for the border.",
739
- "borderImageSource:initial": "The border image source is set to its initial value.",
740
- "borderImageSource:inherit": "The border image source uses the computed value from the parent element.",
741
- "borderImageSource:unset": "The border image source uses the unset value.",
742
- "borderImageWidth:auto": "The border image width is equal to the width of the border area.",
743
- "borderImageWidth:initial": "The border image width is set to its initial value.",
744
- "borderImageWidth:inherit": "The border image width uses the computed value from the parent element.",
745
- "borderImageWidth:unset": "The border image width uses the unset value.",
746
- "borderInlineStyle:none": "No border is displayed.",
747
- "borderInlineStyle:hidden": "A hidden border is displayed.",
748
- "borderInlineStyle:dotted": "A dotted border is displayed.",
749
- "borderInlineStyle:dashed": "A dashed border is displayed.",
750
- "borderInlineStyle:solid": "A solid border is displayed.",
751
- "borderInlineStyle:double": "A double border is displayed.",
752
- "borderInlineStyle:groove": "Sets the style of the inline border to a 3D groove.",
753
- "borderInlineStyle:ridge": "Sets the style of the inline border to a 3D ridge.",
754
- "borderInlineStyle:inset": "Sets the style of the inline border to a 3D inset.",
755
- "borderInlineStyle:outset": "Sets the style of the inline border to a 3D outset.",
756
- "borderInlineStyle:initial": "Sets the style of the inline border to its default value.",
757
- "borderInlineStyle:inherit": "Inherits the style of the inline border from the parent element.",
758
- "borderInlineStyle:unset": "Resets the style of the inline border to its inherited value.",
759
- "borderInlineWidth:thin": "Sets the width of the inline border to a thin line.",
760
- "borderInlineWidth:medium": "Sets the width of the inline border to a medium line.",
761
- "borderInlineWidth:thick": "Sets the width of the inline border to a thick line.",
762
- "borderInlineWidth:initial": "Sets the width of the inline border to its default value.",
763
- "borderInlineWidth:inherit": "Inherits the width of the inline border from the parent element.",
764
- "borderInlineWidth:unset": "Resets the width of the inline border to its inherited value.",
765
- "borderInlineEndStyle:none": "Sets the style of the ending side of the inline border to none.",
766
- "borderInlineEndStyle:hidden": "Sets the style of the ending side of the inline border to hidden.",
767
- "borderInlineEndStyle:dotted": "Sets the style of the ending side of the inline border to a dotted line.",
768
- "borderInlineEndStyle:dashed": "Creates a dashed border on the end inline side.",
769
- "borderInlineEndStyle:solid": "Creates a solid border on the end inline side.",
770
- "borderInlineEndStyle:double": "Creates a double border on the end inline side.",
771
- "borderInlineEndStyle:groove": "Creates a 3D grooved border on the end inline side.",
772
- "borderInlineEndStyle:ridge": "Creates a 3D ridged border on the end inline side.",
773
- "borderInlineEndStyle:inset": "Creates a 3D inset border on the end inline side.",
774
- "borderInlineEndStyle:outset": "Creates a 3D outset border on the end inline side.",
775
- "borderInlineEndStyle:initial": "Sets the border style to its default value on the end inline side.",
776
- "borderInlineEndStyle:inherit": "Inherits the border style from the parent element on the end inline side.",
777
- "borderInlineEndStyle:unset": "Resets the border style to its inherited value on the end inline side.",
778
- "borderInlineEndWidth:thin": "Sets the border width to a thin size on the end inline side.",
779
- "borderInlineEndWidth:medium": "Sets the border width to a medium size on the end inline side.",
780
- "borderInlineEndWidth:thick": "Sets the border width to a thick size on the end inline side.",
781
- "borderInlineEndWidth:initial": "Sets the border width to its default value on the end inline side.",
782
- "borderInlineEndWidth:inherit": "Inherits the border width from the parent element on the end inline side.",
783
- "borderInlineEndWidth:unset": "Resets the border width to its inherited value on the end inline side.",
784
- "borderInlineStartStyle:none": "No border on the starting side of an inline element",
785
- "borderInlineStartStyle:hidden": "Border is the same as `none`, but still takes up space",
786
- "borderInlineStartStyle:dotted": "Dotted border on the starting side of an inline element",
787
- "borderInlineStartStyle:dashed": "Dashed border on the starting side of an inline element",
788
- "borderInlineStartStyle:solid": "Solid border on the starting side of an inline element",
789
- "borderInlineStartStyle:double": "Double border on the starting side of an inline element",
790
- "borderInlineStartStyle:groove": "3D grooved border on the starting side of an inline element",
791
- "borderInlineStartStyle:ridge": "3D ridged border on the starting side of an inline element",
792
- "borderInlineStartStyle:inset": "3D inset border on the starting side of an inline element",
793
- "borderInlineStartStyle:outset": "3D outset border on the starting side of an inline element",
794
- "borderInlineStartStyle:initial": "Sets the property to its default value",
795
- "borderInlineStartStyle:inherit": "Inherits the property from its parent element",
796
- "borderInlineStartStyle:unset": "Resets the property to its inherited value",
797
- "borderInlineStartWidth:thin": "Thin width border on the starting side of an inline element",
798
- "borderInlineStartWidth:medium": "Medium width border on the starting side of an inline element",
799
- "borderInlineStartWidth:thick": "Thick width border on the starting side of an inline element",
800
- "borderInlineStartWidth:initial": "The inline start border width is set to its initial value.",
801
- "borderInlineStartWidth:inherit": "The inline start border width is inherited from its parent.",
802
- "borderInlineStartWidth:unset": "The inline start border width is set to its default value.",
803
- "borderLeftStyle:none": "No left border is shown.",
804
- "borderLeftStyle:hidden": "Same as none, but takes up space.",
805
- "borderLeftStyle:dotted": "A dotted border is shown.",
806
- "borderLeftStyle:dashed": "A dashed border is shown.",
807
- "borderLeftStyle:solid": "A solid border is shown.",
808
- "borderLeftStyle:double": "A double border is shown.",
809
- "borderLeftStyle:groove": "A 3D grooved border is shown.",
810
- "borderLeftStyle:ridge": "A 3D ridged border is shown.",
811
- "borderLeftStyle:inset": "A 3D inset border is shown.",
812
- "borderLeftStyle:outset": "A 3D outset border is shown.",
813
- "borderLeftStyle:initial": "The left border style is set to its initial value.",
814
- "borderLeftStyle:inherit": "The left border style is inherited from its parent.",
815
- "borderLeftStyle:unset": "The left border style is set to its default value.",
816
- "borderLeftWidth:thin": "Sets the thickness of the left border to a thin line.",
817
- "borderLeftWidth:medium": "Sets the thickness of the left border to a medium line.",
818
- "borderLeftWidth:thick": "Sets the thickness of the left border to a thick line.",
819
- "borderLeftWidth:initial": "Sets the thickness of the left border to its default value.",
820
- "borderLeftWidth:inherit": "Inherits the thickness of the left border from its parent element.",
821
- "borderLeftWidth:unset": "Sets the thickness of the left border to its default value, unless it's inherited.",
822
- "borderRightStyle:none": "Removes the right border.",
823
- "borderRightStyle:hidden": "Same as none, but occupies space.",
824
- "borderRightStyle:dotted": "Sets the right border to a dotted line.",
825
- "borderRightStyle:dashed": "Sets the right border to a dashed line.",
826
- "borderRightStyle:solid": "Sets the right border to a solid line.",
827
- "borderRightStyle:double": "Sets the right border to a double line.",
828
- "borderRightStyle:groove": "Sets the right border to a 3D groove.",
829
- "borderRightStyle:ridge": "Sets the right border to a 3D ridge.",
830
- "borderRightStyle:inset": "Sets the right border to a 3D inset.",
831
- "borderRightStyle:outset": "Sets the right border to a 3D outset.",
832
- "borderRightStyle:initial": "Sets the border style to its default value.",
833
- "borderRightStyle:inherit": "Inherits the border style from its parent element.",
834
- "borderRightStyle:unset": "Resets the border style to its initial value.",
835
- "borderRightWidth:thin": "Sets the width of the right border to a thin size.",
836
- "borderRightWidth:medium": "Sets the width of the right border to a medium size.",
837
- "borderRightWidth:thick": "Sets the width of the right border to a thick size.",
838
- "borderRightWidth:initial": "Sets the width of the right border to its default value.",
839
- "borderRightWidth:inherit": "Inherits the width of the right border from its parent element.",
840
- "borderRightWidth:unset": "Resets the width of the right border to its initial value.",
841
- "borderSpacing:initial": "Sets the distance between cells to its default value.",
842
- "borderSpacing:inherit": "Inherits the distance between cells from its parent element.",
843
- "borderSpacing:unset": "Resets the distance between cells to its initial value.",
844
- "borderStartEndRadius:initial": "Sets the border radius of the end and start edges to its default value.",
845
- "borderStartEndRadius:inherit": "Inherits the border radius of the end and start edges from its parent element.",
846
- "borderStartEndRadius:unset": "Resets the border radius of the end and start edges to its initial value.",
847
- "borderStartStartRadius:initial": "Sets the border radius of the start edge to its default value.",
848
- "borderStartStartRadius:inherit": "Inherits the border radius of the parent element for the top left corner.",
849
- "borderStartStartRadius:unset": "Resets the border radius of the top left corner to the default value.",
850
- "borderTopLeftRadius:initial": "Sets the top left corner of the border to the default radius value.",
851
- "borderTopLeftRadius:inherit": "Inherits the top left border radius of the parent element.",
852
- "borderTopLeftRadius:unset": "Resets the top left corner of the border to its default value.",
853
- "borderTopRightRadius:initial": "Sets the top right corner of the border to the default radius value.",
854
- "borderTopRightRadius:inherit": "Inherits the top right corner border radius of the parent element.",
855
- "borderTopRightRadius:unset": "Resets the top right corner of the border to its default value.",
856
- "borderTopStyle:none": "Displays no top border.",
857
- "borderTopStyle:hidden": "Hides the top border.",
858
- "borderTopStyle:dotted": "Displays a dotted top border.",
859
- "borderTopStyle:dashed": "Displays a dashed top border.",
860
- "borderTopStyle:solid": "Displays a solid top border.",
861
- "borderTopStyle:double": "Displays a double top border.",
862
- "borderTopStyle:groove": "Displays a 3D grooved top border.",
863
- "borderTopStyle:ridge": "Displays a 3D ridged top border.",
864
- "borderTopStyle:inset": 'Creates an "inset" border, which makes it look like the content is carved into the page.',
865
- "borderTopStyle:outset": 'Creates an "outset" border, which makes it look like the content is popping out of the page.',
866
- "borderTopStyle:initial": "Sets the border-style property to its default value.",
867
- "borderTopStyle:inherit": "Inherits the border-style property from its parent element.",
868
- "borderTopStyle:unset": "Resets the border-style property to its inherited value if it was set, otherwise sets it to the initial value.",
869
- "borderTopWidth:thin": "Sets the width of the top border to a thin size.",
870
- "borderTopWidth:medium": "Sets the width of the top border to a medium size.",
871
- "borderTopWidth:thick": "Sets the width of the top border to a thick size.",
872
- "borderTopWidth:initial": "Sets the border-width property to its default value.",
873
- "borderTopWidth:inherit": "Inherits the border-width property from its parent element.",
874
- "borderTopWidth:unset": "Resets the border-width property to its inherited value if it was set, otherwise sets it to the initial value.",
875
- "bottom:auto": "Sets the bottom position to be automatically determined by the browser.",
876
- "bottom:initial": "Sets the bottom position to its default value.",
877
- "bottom:inherit": "Inherits the bottom position from its parent element.",
878
- "bottom:unset": "Resets the bottom position to its inherited value if it was set, otherwise sets it to the initial value.",
879
- "boxDecorationBreak:slice": "The background, padding, and border of a box are broken and wrapped around each line of text.",
880
- "boxDecorationBreak:clone": "The element's background, border, and box-shadow are cloned to each fragment.",
881
- "boxDecorationBreak:initial": "The default value is applied.",
882
- "boxDecorationBreak:inherit": "The value is inherited from the parent element.",
883
- "boxDecorationBreak:unset": "The value is inherited, unless there is no inherited value, then it's set to initial.",
884
- "boxSizing:content-box": "The width and height properties only apply to the content, not including padding or border.",
885
- "boxSizing:border-box": "The width and height properties apply to the content, including padding and border.",
886
- "boxSizing:initial": "The default value is applied.",
887
- "boxSizing:inherit": "The value is inherited from the parent element.",
888
- "boxSizing:unset": "The value is inherited, unless there is no inherited value, then it's set to initial.",
889
- "breakAfter:auto": "The browser determines where to insert a page break after the element.",
890
- "breakAfter:avoid": "Avoids page breaks after the element.",
891
- "breakAfter:always": "Inserts a page break after the element.",
892
- "breakAfter:all": "Inserts a page break after all elements.",
893
- "breakAfter:avoid-page": "Avoids page breaks within a page spanned by the element.",
894
- "breakAfter:page": "Inserts a page break after the element, forcing the next page to be right-hand.",
895
- "breakAfter:left": "Inserts a page break after the element, forcing the next page to be left-hand.",
896
- "breakAfter:right": "Forces a page break immediately after the element.",
897
- "breakAfter:recto": "Forces a page break after a right-handed page.",
898
- "breakAfter:verso": "Forces a page break after a left-handed page.",
899
- "breakAfter:avoid-column": "Avoids a page break inside a column.",
900
- "breakAfter:column": "Forces a page break inside a column.",
901
- "breakAfter:avoid-region": "Avoids a page break inside a region.",
902
- "breakAfter:region": "Forces a page break inside a region.",
903
- "breakAfter:initial": "Sets this property to its default value.",
904
- "breakAfter:inherit": "Inherits this property from its parent element.",
905
- "breakAfter:unset": "Sets this property to its parent's computed value.",
906
- "breakBefore:auto": "Allows a page break before or after the element.",
907
- "breakBefore:avoid": "Avoids a page break before or after the element.",
908
- "breakBefore:always": "Forces a page break before the element.",
909
- "breakBefore:all": "Forces the break of a multi-column element to the next page.",
910
- "breakBefore:avoid-page": "Avoids a page break before the element.",
911
- "breakBefore:page": "Forces a page break before the element.",
912
- "breakBefore:left": "Forces a page break so that the next page starts on the left side of a physical paper.",
913
- "breakBefore:right": "Forces a page break so that the next page starts on the right side of a physical paper.",
914
- "breakBefore:recto": "Forces a page break so that the next page starts on the recto side of a paper (the front side).",
915
- "breakBefore:verso": "Forces a page break so that the next page starts on the verso side of a paper (the back side).",
916
- "breakBefore:avoid-column": "Avoids a page break before the element, if it would cause it to be split across columns.",
917
- "breakBefore:column": "Forces a page break before the element, always starting a new column.",
918
- "breakBefore:avoid-region": "Avoids a page break before the element, if it would cause it to be split across regions.",
919
- "breakBefore:region": "Forces a page break before the element, always starting a new region.",
920
- "breakBefore:initial": "Sets the break-before property to its default value.",
921
- "breakBefore:inherit": "Inherits the break-before property from its parent element.",
922
- "breakBefore:unset": "Resets the break-before property to its inherited value, or to the default value if there is no inherited value.",
923
- "breakInside:auto": "Allows the element to be broken across pages or columns as necessary.",
924
- "breakInside:avoid": "Avoids a page or column break inside the element, if possible.",
925
- "breakInside:avoid-page": "Avoids a page break inside the element, if possible.",
926
- "breakInside:avoid-column": "Avoids a column break inside the element, if possible.",
927
- "breakInside:avoid-region": "Avoids a region break inside the element, if possible.",
928
- "breakInside:initial": "Fragmentation behavior is determined by the parent element.",
929
- "breakInside:inherit": "Inherits the fragmentation behavior of the parent element.",
930
- "breakInside:unset": "Fragmentation behavior is determined by the parent, but can be overridden.",
931
- "captionSide:top": "Sets the position of the table caption above the table.",
932
- "captionSide:bottom": "Sets the position of the table caption below the table.",
933
- "captionSide:block-start": "Sets the position of the table caption at the start of the block.",
934
- "captionSide:block-end": "Sets the position of the table caption at the end of the block.",
935
- "captionSide:inline-start": "Sets the position of the table caption at the start of the inline content.",
936
- "captionSide:inline-end": "Sets the position of the table caption at the end of the inline content.",
937
- "captionSide:initial": "Sets the position of the table caption to the default value.",
938
- "captionSide:inherit": "Inherits the position of the table caption from the parent element.",
939
- "captionSide:unset": "Sets the position of the table caption to the initial value.",
940
- "caretShape:auto": "The shape of the input caret is browser specific.",
941
- "caretShape:bar": "The input caret is a vertical bar.",
942
- "caretShape:block": "The input caret is a solid square block.",
943
- "caretShape:underscore": "The input caret is a horizontal underscore.",
944
- "caretShape:initial": "Displays a caret that resembles a solid triangle pointing up.",
945
- "caretShape:inherit": "Inherits the caret shape from its parent element.",
946
- "caretShape:unset": "Resets the caret shape to its default value.",
947
- "clear:none": "The element is not moved down to clear past floated elements.",
948
- "clear:left": "The element is moved down to clear past left floated elements.",
949
- "clear:right": "The element is moved down to clear past right floated elements.",
950
- "clear:both": "The element is moved down to clear past both left and right floated elements.",
951
- "clear:inline-start": "The element is moved down to clear past left floated elements if the element is an inline-start.",
952
- "clear:inline-end": "The element is moved down to clear past right floated elements if the element is an inline-end.",
953
- "clear:initial": "The element is moved down to clear past both left and right floated elements.",
954
- "clear:inherit": "Inherits the clearance from its parent element.",
955
- "clear:unset": "Resets the clearance to its default value.",
956
- "clip:auto": "The element is not clipped.",
957
- "clip:initial": "Resets the clipping to its default value.",
958
- "clip:inherit": "Inherits the clipping from its parent element.",
959
- "clip:unset": "Resets the clipping to its default value.",
960
- "clipPath:border-box": "Applies clipping to the border-box of an element.",
961
- "clipPath:padding-box": "Applies clipping to the padding-box of an element.",
962
- "clipPath:content-box": "Applies clipping to the content-box of an element.",
963
- "clipPath:margin-box": "Applies clipping to the margin-box of an element.",
964
- "clipPath:fill-box": "Applies clipping to the fill-box of an element.",
965
- "clipPath:stroke-box": "Applies clipping to the stroke-box of an element.",
966
- "clipPath:view-box": "Applies clipping to the view-box of an element.",
967
- "clipPath:none": "Defines no clip path.",
968
- "clipPath:initial": "Sets the clip path to its default value.",
969
- "clipPath:inherit": "Specifies that the clip path should be inherited from the parent element.",
970
- "clipPath:unset": "Resets the clip-path property to its inherited value.",
971
- "columnCount:auto": "The number of columns will be determined by other CSS properties.",
972
- "columnCount:initial": "Sets the number of columns to its default value.",
973
- "columnCount:inherit": "Specifies that the number of columns should be inherited from the parent element.",
974
- "columnCount:unset": "Resets the number of columns to its inherited value.",
975
- "columnFill:auto": "Fills columns progressively and balances content between them.",
976
- "columnFill:balance": "Distributes content evenly between columns.",
977
- "columnFill:balance-all": "Distributes content evenly, even when using `break-after` or `break-before`.",
978
- "columnFill:initial": "Resets the property to its default value.",
979
- "columnFill:inherit": "Inherits the property from its parent element.",
980
- "columnFill:unset": "Resets the property to its inherited value.",
981
- "columnGap:normal": "Sets the normal gap between columns.",
982
- "columnGap:initial": "Resets the property to its default value.",
983
- "columnGap:inherit": "Inherits the property from its parent element.",
984
- "columnGap:unset": "Resets the property to its inherited value.",
985
- "columnRuleStyle:none": "No column rule style is displayed.",
986
- "columnRuleStyle:hidden": "Same as `none`, but still takes up space.",
987
- "columnRuleStyle:dotted": "Sets the column rule to a dotted line.",
988
- "columnRuleStyle:dashed": "Sets the column rule to a dashed line.",
989
- "columnRuleStyle:solid": "Sets the column rule to a solid line.",
990
- "columnRuleStyle:double": "Sets the column rule to a double line.",
991
- "columnRuleStyle:groove": "Sets the column rule to a 3D grooved line.",
992
- "columnRuleStyle:ridge": "The column rule will be displayed with a ridge-like pattern.",
993
- "columnRuleStyle:inset": "The column rule will be displayed with an inward pointing pattern.",
994
- "columnRuleStyle:outset": "The column rule will be displayed with an outward pointing pattern.",
995
- "columnRuleStyle:initial": "Resets the column rule style back to its default value.",
996
- "columnRuleStyle:inherit": "Inherits the column rule style from its parent element.",
997
- "columnRuleStyle:unset": "Resets the column rule style to its inherited value or to the default value if there is no inherited value.",
998
- "columnRuleWidth:thin": "The column rule will be displayed with a thin width.",
999
- "columnRuleWidth:medium": "The column rule will be displayed with a medium width.",
1000
- "columnRuleWidth:thick": "The column rule will be displayed with a thick width.",
1001
- "columnRuleWidth:initial": "Resets the column rule width back to its default value.",
1002
- "columnRuleWidth:inherit": "Inherits the column rule width from its parent element.",
1003
- "columnRuleWidth:unset": "Resets the column rule width to its inherited value or to the default value if there is no inherited value.",
1004
- "columnSpan:none": "The element will span across only one column.",
1005
- "columnSpan:all": "The element will span across all columns.",
1006
- "columnSpan:initial": "Resets the column span value back to its default value.",
1007
- "columnSpan:inherit": "Inherits the column span value from its parent element.",
1008
- "columnSpan:unset": "The element is treated as normal and can span multiple columns.",
1009
- "columnWidth:auto": "The width of each column is determined by the content it contains.",
1010
- "columnWidth:initial": "Sets the width of the columns to the default value.",
1011
- "columnWidth:inherit": "Inherits the width of the columns from the parent element.",
1012
- "columnWidth:unset": "Sets the width of the columns to the default value.",
1013
- "contain:none": "The element does not have any boxes nested inside.",
1014
- "contain:strict": "The element has a fully contained subtree.",
1015
- "contain:content": "The element has a partially contained subtree.",
1016
- "contain:size": "The element fully contains all its content.",
1017
- "contain:inline-size": "The element fully contains its inline content.",
1018
- "contain:layout": "The element does not affect the layout of other elements.",
1019
- "contain:style": "The element does not affect the styles of other elements.",
1020
- "contain:paint": "The element does not affect the painting of other elements.",
1021
- "contain:initial": "Sets the containment to its default value.",
1022
- "contain:inherit": "Inherits the containment from the parent element.",
1023
- "contain:unset": "Sets the containment to its default value.",
1024
- "containIntrinsicBlockSize:none": "The size of the element is not an intrinsic size.",
1025
- "containIntrinsicBlockSize:auto": "The intrinsic size of the element is its content size.",
1026
- "containIntrinsicBlockSize:initial": "Resets the property to its initial value.",
1027
- "containIntrinsicBlockSize:inherit": "Inherits the property from its parent element.",
1028
- "containIntrinsicBlockSize:unset": "Resets the property to its inherited value, or to the default value.",
1029
- "containIntrinsicHeight:none": "The height of the element is not an intrinsic size.",
1030
- "containIntrinsicHeight:auto": "The intrinsic size of the element is its content height.",
1031
- "containIntrinsicHeight:initial": "Resets the property to its initial value.",
1032
- "containIntrinsicHeight:inherit": "Inherits the property from its parent element.",
1033
- "containIntrinsicHeight:unset": "Resets the property to its inherited value, or to the default value.",
1034
- "containIntrinsicInlineSize:none": "The size of the element is not an intrinsic size.",
1035
- "containIntrinsicInlineSize:auto": "The intrinsic size of the element is its content size.",
1036
- "containIntrinsicInlineSize:initial": "Resets the property to its initial value.",
1037
- "containIntrinsicInlineSize:inherit": "Inherits the property from its parent element.",
1038
- "containIntrinsicInlineSize:unset": "Resets the property to its inherited value, or to the default value.",
1039
- "containIntrinsicWidth:none": "The width of the element is not an intrinsic size.",
1040
- "containIntrinsicWidth:auto": "contain-intrinsic-width: auto - Element can use its intrinsic width to determine size.",
1041
- "containIntrinsicWidth:initial": "contain-intrinsic-width: initial - Set intrinsic width as the maximum width.",
1042
- "containIntrinsicWidth:inherit": "contain-intrinsic-width: inherit - Takes the contain-intrinsic-width of the parent element.",
1043
- "containIntrinsicWidth:unset": "contain-intrinsic-width: unset - Inherits its value from the parent element if available.",
1044
- "content:normal": "content: normal - Uses normal content.",
1045
- "content:none": "content: none - No content is generated.",
1046
- "content:contents": "content: contents - Parent becomes the parent of the first child, instead of its actual parent.",
1047
- "content:open-quote": "content: open-quote - The opening quote is generated before the content.",
1048
- "content:close-quote": "content: close-quote - The closing quote is generated after the content.",
1049
- "content:no-open-quote": "content: no-open-quote - Quotes are not generated.",
1050
- "content:no-close-quote": "content: no-close-quote - Quotes are not generated.",
1051
- "content:initial": "content: initial - Sets the property to its default value.",
1052
- "content:inherit": "content: inherit - Inherits the property from its parents element.",
1053
- "content:unset": "content: unset - Inherits the property from its parents element if it exists, else initial.",
1054
- "contentVisibility:visible": "content-visibility: visible - The element is visible.",
1055
- "contentVisibility:auto": "content-visibility: auto - User agent makes the content visible only when needed.",
1056
- "contentVisibility:hidden": "Hides an element and its content from rendering.",
1057
- "contentVisibility:initial": "Sets the element's content to visible by default.",
1058
- "contentVisibility:inherit": "Inherits the content-visibility value from the parent.",
1059
- "contentVisibility:unset": "Unsets the content-visibility value and uses the default behavior.",
1060
- "counterIncrement:none": "Disables incrementing of a CSS counter.",
1061
- "counterIncrement:initial": "Sets the counter to 0 for the current element.",
1062
- "counterIncrement:inherit": "Inherits the counter value from the parent element.",
1063
- "counterIncrement:unset": "Removes the counter limit and resets the value to its initial state.",
1064
- "counterReset:none": "Disables resetting of a CSS counter.",
1065
- "counterReset:initial": "Resets the counter value to 0 for the current element.",
1066
- "counterReset:inherit": "Inherits the counter value from the parent element.",
1067
- "counterReset:unset": "Removes the counter limit and resets the value to its initial state.",
1068
- "counterSet:none": "Removes the specified counter value.",
1069
- "counterSet:initial": "Sets the counter value to the default value defined in the content's counter style.",
1070
- "counterSet:inherit": "Inherits the counter value from the parent element.",
1071
- "counterSet:unset": "Removes the counter limit and resets the value to its initial state.",
1072
- "cursor:auto": "Uses the platform's default cursor.",
1073
- "cursor:default": "Sets default arrow cursor.",
1074
- "cursor:none": "Hides the cursor.",
1075
- "cursor:context-menu": "Indicates context menu is available.",
1076
- "cursor:help": "Indicates help is available.",
1077
- "cursor:pointer": "Sets cursor as a hand.",
1078
- "cursor:progress": "Indicates an operation in progress.",
1079
- "cursor:wait": "Indicates the app is busy.",
1080
- "cursor:cell": "Sets cursor as a cell.",
1081
- "cursor:crosshair": "Sets cursor as a crosshair.",
1082
- "cursor:text": "Sets cursor as a text.",
1083
- "cursor:vertical-text": "Sets cursor as a vertical text.",
1084
- "cursor:alias": "Sets cursor as an alias.",
1085
- "cursor:copy": "Sets cursor as copy pointer.",
1086
- "cursor:move": "Indicates the object can be moved.",
1087
- "cursor:no-drop": "Indicates an object cannot be dropped here.```",
1088
- "cursor:not-allowed": 'Changes the cursor to a "not allowed" sign.',
1089
- "cursor:e-resize": "Changes the cursor to an east-resize arrow.",
1090
- "cursor:n-resize": "Changes the cursor to a north-resize arrow.",
1091
- "cursor:ne-resize": "Changes the cursor to a northeast-resize arrow.",
1092
- "cursor:nw-resize": "Changes the cursor to a northwest-resize arrow.",
1093
- "cursor:s-resize": "Changes the cursor to a south-resize arrow.",
1094
- "cursor:se-resize": "Changes the cursor to a southeast-resize arrow.",
1095
- "cursor:sw-resize": "Changes the cursor to a southwest-resize arrow.",
1096
- "cursor:w-resize": "Changes the cursor to a west-resize arrow.",
1097
- "cursor:ew-resize": "Changes the cursor to an east-west-resize arrow.",
1098
- "cursor:ns-resize": "Changes the cursor to a north-south-resize arrow.",
1099
- "cursor:nesw-resize": "Changes the cursor to a northeast-southwest-resize arrow.",
1100
- "cursor:nwse-resize": "Changes the cursor to a northwest-southeast-resize arrow.",
1101
- "cursor:col-resize": "Changes the cursor to a vertical resize arrow over columns.",
1102
- "cursor:row-resize": "Changes the cursor to a horizontal resize arrow over rows.",
1103
- "cursor:all-scroll": "Changes the cursor to a move arrow in all directions.",
1104
- "cursor:zoom-in": "Changes the cursor to a zoom-in icon.",
1105
- "cursor:zoom-out": "Changes the cursor to a zoom-out icon.",
1106
- "cursor:grab": "Changes the cursor to a hand icon when you hover over it.",
1107
- "cursor:grabbing": "Changes the cursor to a grabbing hand icon when you click and hold on it.",
1108
- "cursor:initial": "Sets the cursor to its initial value.",
1109
- "cursor:inherit": "Inherits the cursor value from its parent element.",
1110
- "cursor:unset": "Unsets the cursor value, letting the browser choose the appropriate one.",
1111
- "direction:ltr": "Sets text to flow from left-to-right.",
1112
- "direction:rtl": "Sets text to flow from right-to-left.",
1113
- "direction:initial": "Sets direction to its initial value.",
1114
- "direction:inherit": "Inherits direction value from its parent element.",
1115
- "direction:unset": "Unsets direction value, letting the browser choose the appropriate one.",
1116
- "display:block": "Displays an element as a block-level element.",
1117
- "display:inline": "Displays an element as an inline-level element.",
1118
- "display:run-in": "Displays an element as either block or inline, depending on context.",
1119
- "display:flow": "Displays an element as a flow container block, but the box itself is not a block box.",
1120
- "display:flow-root": "Establishes a new block formatting context.",
1121
- "display:table": "Displays an element as a table.",
1122
- "display:flex": "Displays an element as a block-level flex container.",
1123
- "display:grid": "Displays an element as a grid container.",
1124
- "display:ruby": "Displays an element as a block container box with a marker.",
1125
- "display:list-item": "Displays an element as a list-item.",
1126
- "display:table-row-group": "Displays an element as a table row group.",
1127
- "display:table-header-group": "Displays an element as a table header row group.",
1128
- "display:table-footer-group": "Displays an element as a table footer row group.",
1129
- "display:table-row": "Displays an element as a table row.",
1130
- "display:table-cell": "Displays an element as a table cell.",
1131
- "display:table-column-group": "Displays an element as a table column group.",
1132
- "display:table-column": "Displays an element as a table column.",
1133
- "display:table-caption": "Displays an element as a table caption.",
1134
- "display:ruby-base": "Displays an element as a ruby base container box.",
1135
- "display:ruby-text": "Displays an element as a ruby text container box.",
1136
- "display:ruby-base-container": "Makes the element a ruby base container.",
1137
- "display:ruby-text-container": "Makes the element a ruby text container.",
1138
- "display:contents": "Makes children the box's content.",
1139
- "display:none": "The element is not displayed.",
1140
- "display:inline-block": "Makes the element an inline-level block container.",
1141
- "display:inline-list-item": "Makes the element an inline-level list-item container.",
1142
- "display:inline-table": "Makes the element an inline-level table container.",
1143
- "display:inline-flex": "Makes the element an inline-level flex container.",
1144
- "display:inline-grid": "Makes the element an inline-level grid container.",
1145
- "display:initial": "Sets display to its default value.",
1146
- "display:inherit": "Inherits display from its parent element.",
1147
- "display:unset": "Sets display to its default value if it is inherited, otherwise to inherit.",
1148
- "emptyCells:show": "Shows borders and backgrounds of empty table cells.",
1149
- "emptyCells:hide": "Hides borders and backgrounds of empty table cells.",
1150
- "emptyCells:initial": "Sets empty-cells to its default value.",
1151
- "emptyCells:inherit": "Inherits empty-cells from its parent element.",
1152
- "emptyCells:unset": "The table cells will adopt their parent's `empty-cells` behavior when unset.",
1153
- "filter:none": "The `filter` value is set to none, indicating no initial filtering.",
1154
- "filter:initial": "The `filter` value is set to default, indicating an initial filter state.",
1155
- "filter:inherit": "The `filter` value is set to inherit, adopting the parent element's filter value.",
1156
- "filter:unset": "The element's initial main size axis is set to its content size.",
1157
- "flexBasis:content": "The element's initial main size axis is set to auto, based on content and flex-grow.",
1158
- "flexBasis:auto": "The element's initial main size axis is set to its minimum content size.",
1159
- "flexBasis:min-content": "The element's initial main size axis is set to its maximum content size.",
1160
- "flexBasis:max-content": "The element's initial main size axis is set to the available space.",
1161
- "flexBasis:fit-content": "The element's initial main size axis is set to its default value.",
1162
- "flexBasis:initial": "The element inherits its main size axis value from its parent element.",
1163
- "flexBasis:inherit": "The element's main size axis value is determined by the browser.",
1164
- "flexBasis:unset": "The element's main size axis value is unset, adopting the default value.",
1165
- "flexDirection:row": "The flex items's main axis layout is set to a horizontal direction (left to right).",
1166
- "flexDirection:row-reverse": "The flex items's main axis layout is set to a horizontal direction (right to left).",
1167
- "flexDirection:column": "The flex items's main axis layout is set to a vertical direction (top to bottom).",
1168
- "flexDirection:column-reverse": "The main axis runs vertically and starts from the bottom with flex-direction: column-reverse.",
1169
- "flexDirection:initial": "Sets the initial value of the flex-direction property.",
1170
- "flexDirection:inherit": "Inherits the flex-direction property from its parent element.",
1171
- "flexDirection:unset": "Resets the flex-direction property value to the browser's default setting.",
1172
- "flexGrow:initial": "Sets the initial value of the flex-grow property.",
1173
- "flexGrow:inherit": "Inherits the flex-grow property from its parent element.",
1174
- "flexGrow:unset": "Resets the flex-grow property value to the browser's default setting.",
1175
- "flexShrink:initial": "Sets the initial value of the flex-shrink property.",
1176
- "flexShrink:inherit": "Inherits the flex-shrink property from its parent element.",
1177
- "flexShrink:unset": "Resets the flex-shrink property value to the browser's default setting.",
1178
- "flexWrap:nowrap": "No wrapping occurs with flex-wrap: nowrap.",
1179
- "flexWrap:wrap": "Wraps items onto multiple lines from row to row with flex-wrap: wrap.",
1180
- "flexWrap:wrap-reverse": "Wraps items onto multiple lines from row to row in reverse with flex-wrap: wrap-reverse.",
1181
- "flexWrap:initial": "Sets the initial value for the flex-wrap property.",
1182
- "flexWrap:inherit": "Inherits the flex-wrap property from its parent element.",
1183
- "flexWrap:unset": "Resets the flex-wrap property to the browser's default setting.",
1184
- "float:left": "The element moves to the left of its container.",
1185
- "float:right": "The element moves to the right of its container.",
1186
- "float:none": "The element does not float.",
1187
- "float:inline-start": "The element moves to the start of the line.",
1188
- "float:inline-end": "The element moves to the end of the line.",
1189
- "float:initial": "The element floats according to the parent element.",
1190
- "float:inherit": "The element inherits the float value from its parent element.",
1191
- "float:unset": "The element floats according to the parent element, or it is not floated.",
1192
- "fontFamily:serif": "Sets the font to a serif typeface.",
1193
- "fontFamily:sans-serif": "Sets the font to a sans-serif typeface.",
1194
- "fontFamily:cursive": "Sets the font to a cursive typeface.",
1195
- "fontFamily:fantasy": "Sets the font to a fantasy typeface.",
1196
- "fontFamily:monospace": "Sets the font to a monospace typeface.",
1197
- "fontFamily:initial": "Sets the font to its initial value.",
1198
- "fontFamily:inherit": "Inherits the font family from its parent element.",
1199
- "fontFamily:unset": "Sets the font family to the parent element value or default if no parent value.",
1200
- "fontFeatureSettings:normal": "Disables all OpenType font features.",
1201
- "fontFeatureSettings:on": "Enables all OpenType font features.",
1202
- "fontFeatureSettings:off": "Disables all OpenType font features.",
1203
- "fontFeatureSettings:initial": "Sets to default OpenType font feature settings.",
1204
- "fontFeatureSettings:inherit": "Inherits OpenType font feature settings from parent.",
1205
- "fontFeatureSettings:unset": "Unsets OpenType font feature settings.",
1206
- "fontKerning:auto": "Browser decides if to use kerning or not.",
1207
- "fontKerning:normal": "Enables font kerning where applicable.",
1208
- "fontKerning:none": "Disables font kerning.",
1209
- "fontKerning:initial": "Sets font kerning to default value.",
1210
- "fontKerning:inherit": "Inherits font kerning from parent element.",
1211
- "fontKerning:unset": "Unsets font kerning.",
1212
- "fontLanguageOverride:normal": "No language-based glyph substitution occurs.",
1213
- "fontLanguageOverride:initial": "Sets font language override to default value.",
1214
- "fontLanguageOverride:inherit": "Inherits font language override from parent element.",
1215
- "fontLanguageOverride:unset": "Removes language-based glyph substitution.",
1216
- "fontOpticalSizing:auto": "The font size is adjusted based on the font family and the document's font size.",
1217
- "fontOpticalSizing:none": "Do not adjust the font size based on the font family.",
1218
- "fontOpticalSizing:initial": "Sets the font size to its default value.",
1219
- "fontOpticalSizing:inherit": "Inherits the font size from the parent element.",
1220
- "fontOpticalSizing:unset": "Sets the font size to its inherited value if it exists, else it sets it to its default value.",
1221
- "fontVariationSettings:normal": "Reset all font variation settings to their normal values.",
1222
- "fontVariationSettings:initial": "Sets the font variation settings to its default value.",
1223
- "fontVariationSettings:inherit": "Inherits the font variation settings from the parent element.",
1224
- "fontVariationSettings:unset": "Sets the font variation settings to its inherited value if it exists, else it sets it to its default value.",
1225
- "fontSize:xx-small": "Sets the font size to an extremely small size.",
1226
- "fontSize:x-small": "Sets the font size to an extra small size.",
1227
- "fontSize:small": "Sets the font size to a small size.",
1228
- "fontSize:medium": "Sets the font size to a medium size.",
1229
- "fontSize:large": "Sets the font size to a large size.",
1230
- "fontSize:x-large": "Sets the font size to an extra large size.",
1231
- "fontSize:xx-large": "Sets the font size to an extremely large size.",
1232
- "fontSize:xxx-large": "font-size: xxx-large - Sets font size to the largest size available.",
1233
- "fontSize:larger": "font-size: larger - Increases font size relative to parent element.",
1234
- "fontSize:smaller": "font-size: smaller - Decreases font size relative to parent element.",
1235
- "fontSize:initial": "font-size: initial - Sets font size to its default value.",
1236
- "fontSize:inherit": "font-size: inherit - Inherits font size from parent element.",
1237
- "fontSize:unset": "font-size: unset - Sets font size to its default value or inherits from parent element.",
1238
- "fontSizeAdjust:none": "font-size-adjust: none - Disables font size adjustment.",
1239
- "fontSizeAdjust:ex-height": "font-size-adjust: ex-height - Adjusts font size based on x-height of font.",
1240
- "fontSizeAdjust:cap-height": "font-size-adjust: cap-height - Adjusts font size based on capital letter height.",
1241
- "fontSizeAdjust:ch-width": "font-size-adjust: ch-width - Adjusts font size based on character width.",
1242
- "fontSizeAdjust:ic-width": "font-size-adjust: ic-width - Adjusts font size based on ideographic character width.",
1243
- "fontSizeAdjust:ic-height": "font-size-adjust: ic-height - Adjusts font size based on ideographic character height.",
1244
- "fontSizeAdjust:from-font": "font-size-adjust: from-font - Adjusts font size based on the font's own metrics.",
1245
- "fontSizeAdjust:initial": "font-size-adjust: initial - Sets font size adjustment to its default value.",
1246
- "fontSizeAdjust:inherit": "font-size-adjust: inherit - Inherits font size adjustment from parent element.",
1247
- "fontSizeAdjust:unset": "font-size-adjust: unset - Sets font size adjustment to its default value or inherits from parent element.",
1248
- "fontStretch:normal": "The font is not stretched or condensed.",
1249
- "fontStretch:ultra-condensed": "The font is ultra-condensed.",
1250
- "fontStretch:extra-condensed": "The font is extra-condensed.",
1251
- "fontStretch:condensed": "The font is condensed.",
1252
- "fontStretch:semi-condensed": "The font is somewhat condensed.",
1253
- "fontStretch:semi-expanded": "The font is somewhat expanded.",
1254
- "fontStretch:expanded": "The font is expanded.",
1255
- "fontStretch:extra-expanded": "The font is extra-expanded.",
1256
- "fontStretch:ultra-expanded": "The font is ultra-expanded.",
1257
- "fontStretch:initial": "Sets font-stretch to its default value.",
1258
- "fontStretch:inherit": "Inherits font-stretch from the parent element.",
1259
- "fontStretch:unset": "Resets font-stretch to its inherited value.",
1260
- "fontStyle:normal": "The font is in its normal style.",
1261
- "fontStyle:italic": "The font is in italic style.",
1262
- "fontStyle:oblique": "The font is tilted to the right using oblique style.",
1263
- "fontStyle:initial": "Sets font-style to its default value.",
1264
- "fontStyle:inherit": "Inherits font style from parent element.",
1265
- "fontStyle:unset": "Resets font style to inherit value.",
1266
- "fontSynthesis:none": "Disables font synthesis for weight, style and small-caps.",
1267
- "fontSynthesis:weight": "Allows font synthesis for font weight.",
1268
- "fontSynthesis:style": "Allows font synthesis for font style.",
1269
- "fontSynthesis:small-caps": "Allows font synthesis for small-caps.",
1270
- "fontSynthesis:initial": "Sets font synthesis to its default value.",
1271
- "fontSynthesis:inherit": "Inherits font synthesis from parent element.",
1272
- "fontSynthesis:unset": "Resets font synthesis to inherit value.",
1273
- "fontVariant:normal": "Displays text in normal font variant.",
1274
- "fontVariant:none": "Disables font variants.",
1275
- "fontVariant:common-ligatures": "Enables common-ligatures font variant.",
1276
- "fontVariant:no-common-ligatures": "Disables common-ligatures font variant.",
1277
- "fontVariant:discretionary-ligatures": "Enables discretionary-ligatures font variant.",
1278
- "fontVariant:no-discretionary-ligatures": "Disables discretionary-ligatures font variant.",
1279
- "fontVariant:historical-ligatures": "Enables historical-ligatures font variant.",
1280
- "fontVariant:no-historical-ligatures": "Disables display of historical ligatures.",
1281
- "fontVariant:contextual": "Enables display of contextual alternates.",
1282
- "fontVariant:no-contextual": "Disables display of contextual alternates.",
1283
- "fontVariant:historical-forms": "Enables display of historical forms.",
1284
- "fontVariant:small-caps": "Uses small caps instead of lowercase letters.",
1285
- "fontVariant:all-small-caps": "Uses small caps for all letters.",
1286
- "fontVariant:petite-caps": "Uses a smaller caps font for lowercase.",
1287
- "fontVariant:all-petite-caps": "Uses a smaller caps font for all letters.",
1288
- "fontVariant:unicase": "Uses uppercase and lowercase letters as equal height.",
1289
- "fontVariant:titling-caps": "Uses uppercase letters with increased height.",
1290
- "fontVariant:lining-nums": "Uses lining figures.",
1291
- "fontVariant:oldstyle-nums": "Uses figures with varying heights.",
1292
- "fontVariant:proportional-nums": "Uses figures with widths proportional to regular characters.",
1293
- "fontVariant:tabular-nums": "Uses figures with equal widths.",
1294
- "fontVariant:diagonal-fractions": "Uses diagonal fraction glyphs.",
1295
- "fontVariant:stacked-fractions": "Uses horizontally stacked fraction glyphs.",
1296
- "fontVariant:ordinal": "Uses small caps for uppercase letters and replaces lowercase letters with lowercase small caps.",
1297
- "fontVariant:slashed-zero": "Uses a slash through the zero to distinguish it from the capital letter O.",
1298
- "fontVariant:jis78": "Sets the font to use the JIS78 character set.",
1299
- "fontVariant:jis83": "Sets the font to use the JIS83 character set.",
1300
- "fontVariant:jis90": "Sets the font to use the JIS90 character set.",
1301
- "fontVariant:jis04": "Sets the font to use the JIS2004 character set.",
1302
- "fontVariant:simplified": "Uses simplified Chinese characters.",
1303
- "fontVariant:traditional": "Uses traditional Chinese characters.",
1304
- "fontVariant:full-width": "Expands the characters to full width.",
1305
- "fontVariant:proportional-width": "Uses characters with proportional width.",
1306
- "fontVariant:ruby": "Adds annotations to East Asian text.",
1307
- "fontVariant:initial": "Sets the font-variant to its default value.",
1308
- "fontVariant:inherit": "Inherits the font-variant from the parent element.",
1309
- "fontVariant:unset": "Resets the font-variant to its inherited value.",
1310
- "fontVariantAlternates:normal": "Uses normal font variant alternates.",
1311
- "fontVariantAlternates:historical-forms": "Uses historical font variant alternates.",
1312
- "fontVariantAlternates:initial": "font-variant-alternates: initial - No alternate glyphs.",
1313
- "fontVariantAlternates:inherit": "font-variant-alternates: inherit - Inherits the value from its parent element.",
1314
- "fontVariantAlternates:unset": "font-variant-alternates: unset - Resets to its natural value.",
1315
- "fontVariantCaps:normal": "font-variant-caps: normal - No effect on capitalization.",
1316
- "fontVariantCaps:small-caps": "font-variant-caps: small-caps - Small caps for lowercase letters.",
1317
- "fontVariantCaps:all-small-caps": "font-variant-caps: all-small-caps - All lowercase letters converted to small caps.",
1318
- "fontVariantCaps:petite-caps": "font-variant-caps: petite-caps - Shorter small caps than small-caps.",
1319
- "fontVariantCaps:all-petite-caps": "font-variant-caps: all-petite-caps - All lowercase letters converted to shorter small caps than small-caps.",
1320
- "fontVariantCaps:unicase": "font-variant-caps: unicase - A mixture of uppercase and lowercase letters.",
1321
- "fontVariantCaps:titling-caps": "font-variant-caps: titling-caps - All-capital letters.",
1322
- "fontVariantCaps:initial": "font-variant-caps: initial - Default value.",
1323
- "fontVariantCaps:inherit": "font-variant-caps: inherit - Inherits the value from its parent element.",
1324
- "fontVariantCaps:unset": "font-variant-caps: unset - Resets to its natural value.",
1325
- "fontVariantEastAsian:normal": "font-variant-east-asian: normal - Uses the default glyphs for East Asian languages.",
1326
- "fontVariantEastAsian:jis78": "font-variant-east-asian: jis78 - Uses JIS78 glyphs for East Asian languages.",
1327
- "fontVariantEastAsian:jis83": "font-variant-east-asian: jis83 - Uses JIS83 glyphs for East Asian languages.",
1328
- "fontVariantEastAsian:jis90": "Use JIS 90 font variants for East Asian text.",
1329
- "fontVariantEastAsian:jis04": "Use JIS 2004 font variants for East Asian text.",
1330
- "fontVariantEastAsian:simplified": "Use simplified Chinese font variants for East Asian text.",
1331
- "fontVariantEastAsian:traditional": "Use traditional Chinese font variants for East Asian text.",
1332
- "fontVariantEastAsian:full-width": "Use full-width font variants for East Asian text.",
1333
- "fontVariantEastAsian:proportional-width": "Use proportional-width font variants for East Asian text.",
1334
- "fontVariantEastAsian:ruby": "Use ruby (pronunciation aids) font variants for East Asian text.",
1335
- "fontVariantEastAsian:initial": "Sets the font-variant-east-asian property to its default value.",
1336
- "fontVariantEastAsian:inherit": "Inherits the font-variant-east-asian property from its parent element.",
1337
- "fontVariantEastAsian:unset": "Resets the font-variant-east-asian property to its inherited value.",
1338
- "fontVariantLigatures:normal": "Enables common ligatures for font display.",
1339
- "fontVariantLigatures:none": "Disables all ligatures for font display.",
1340
- "fontVariantLigatures:common-ligatures": "Enables common ligatures for font display.",
1341
- "fontVariantLigatures:no-common-ligatures": "Disables common ligatures for font display.",
1342
- "fontVariantLigatures:discretionary-ligatures": "Enables discretionary ligatures for font display.",
1343
- "fontVariantLigatures:no-discretionary-ligatures": "Disables discretionary ligatures for font display.",
1344
- "fontVariantLigatures:historical-ligatures": "Enables historical ligatures for text.",
1345
- "fontVariantLigatures:no-historical-ligatures": "Disables historical ligatures for text.",
1346
- "fontVariantLigatures:contextual": "Enables ligatures for contextual alternatives.",
1347
- "fontVariantLigatures:no-contextual": "Disables ligatures for contextual alternatives.",
1348
- "fontVariantLigatures:initial": "Sets font-variant-ligatures to its default value.",
1349
- "fontVariantLigatures:inherit": "Inherits font-variant-ligatures from parent element.",
1350
- "fontVariantLigatures:unset": "Resets font-variant-ligatures to its inherited value.",
1351
- "fontVariantNumeric:normal": "Resets all font-variant-numeric values to their defaults.",
1352
- "fontVariantNumeric:lining-nums": "Replaces lowercase numbers with uppercase numbers.",
1353
- "fontVariantNumeric:oldstyle-nums": "Replaces numbers with ones that have varying heights.",
1354
- "fontVariantNumeric:proportional-nums": "Replaces numbers with ones that have varying widths.",
1355
- "fontVariantNumeric:tabular-nums": "Replaces numbers with ones that align vertically.",
1356
- "fontVariantNumeric:diagonal-fractions": "Replaces numbers with diagonal fractions.",
1357
- "fontVariantNumeric:stacked-fractions": "Replaces numbers with stacked fractions.",
1358
- "fontVariantNumeric:ordinal": "Renders superscript characters correctly.",
1359
- "fontVariantNumeric:slashed-zero": "Replaces 0 with a slashed character.",
1360
- "fontVariantNumeric:initial": "The font displays numbers as normal.",
1361
- "fontVariantNumeric:inherit": "The font inherits its parent's numeric font variant.",
1362
- "fontVariantNumeric:unset": "The font inherits its parent's numeric font variant, or is set to normal if there is no inheritance.",
1363
- "fontVariantPosition:normal": "No variation on glyph position.",
1364
- "fontVariantPosition:sub": "The element displays its text as a subscript.",
1365
- "fontVariantPosition:super": "The element displays its text as a superscript.",
1366
- "fontVariantPosition:initial": "The element displays its text as subscript or superscript.",
1367
- "fontVariantPosition:inherit": "The element inherits its parent's `font-variant-position`.",
1368
- "fontVariantPosition:unset": "The element inherits its parent's `font-variant-position`.",
1369
- "fontWeight:normal": "The font displays normal weight.",
1370
- "fontWeight:bold": "The font displays bold weight.",
1371
- "fontWeight:bolder": "The font displays a weight higher than the parent value.",
1372
- "fontWeight:lighter": "The font displays a weight lighter than the parent value.",
1373
- "fontWeight:initial": "The font displays its normal weight.",
1374
- "fontWeight:inherit": "The font inherits the weight of its parent.",
1375
- "fontWeight:unset": "The font inherits the weight of its parent.",
1376
- "gridAutoColumns:min-content": "Grid auto columns are set to the minimum value necessary to fit the grid items.",
1377
- "gridAutoColumns:max-content": "Grid auto columns are set to the maximum value to fit their grid items.",
1378
- "gridAutoColumns:auto": "Grid auto columns are set to their default value based on the size of their grid items.",
1379
- "gridAutoColumns:initial": "Grid auto columns are set to their default value.",
1380
- "gridAutoColumns:inherit": "Grid auto columns inherit their value from their parent element.",
1381
- "gridAutoColumns:unset": "Grid auto columns are set to their default value if it exists, otherwise it behaves like inherit.",
1382
- "gridAutoFlow:row": "Grid items are placed along the grid's rows and positioned in the order they appear in the source code.",
1383
- "gridAutoFlow:column": "Grid items are placed along the grid's columns and positioned in the order they appear in the source code.",
1384
- "gridAutoFlow:dense": "Grid items are placed along both grid axes and empty cells are filled in the order they appear in the source code.",
1385
- "gridAutoFlow:initial": "Grid auto flow is set to its initial value.",
1386
- "gridAutoFlow:inherit": "Grid auto flow inherits its value from its parent element.",
1387
- "gridAutoFlow:unset": "Grid auto flow is set to its default value if it exists, otherwise it behaves like inherit.",
1388
- "gridAutoRows:min-content": "Grid auto rows are set to the minimum value necessary to fit the grid items.",
1389
- "gridAutoRows:max-content": "Grid auto rows are set to the maximum value to fit their grid items.",
1390
- "gridAutoRows:auto": "Grid auto rows are set to their default value based on the size of their grid items.",
1391
- "gridAutoRows:initial": "Grid auto rows are set to their default value.",
1392
- "gridAutoRows:inherit": "Rows sized by parent",
1393
- "gridAutoRows:unset": "Use default row size",
1394
- "gridColumnEnd:auto": "End at next implicit grid line",
1395
- "gridColumnEnd:span": "End after spanned columns",
1396
- "gridColumnEnd:initial": "Use default column end position",
1397
- "gridColumnEnd:inherit": "Inherit column end position",
1398
- "gridColumnEnd:unset": "Unset column end position",
1399
- "gridColumnStart:auto": "Start at next implicit grid line",
1400
- "gridColumnStart:span": "Start from spanned columns",
1401
- "gridColumnStart:initial": "Use default column start position",
1402
- "gridColumnStart:inherit": "Inherit column start position",
1403
- "gridColumnStart:unset": "Unset column start position",
1404
- "gridRowEnd:auto": "End at next implicit grid line",
1405
- "gridRowEnd:span": "End after spanned rows",
1406
- "gridRowEnd:initial": "Use default row end position",
1407
- "gridRowEnd:inherit": "Inherit row end position",
1408
- "gridRowEnd:unset": "The grid item extends to the last row line.",
1409
- "gridRowStart:auto": "The grid item starts on the next grid row.",
1410
- "gridRowStart:span": "The grid item spans across a number of grid rows.",
1411
- "gridRowStart:initial": "The grid item starts at the first row.",
1412
- "gridRowStart:inherit": "The grid item inherits its start position from its parent.",
1413
- "gridRowStart:unset": "The grid item starts at the first row line.",
1414
- "gridTemplateAreas:none": "The grid container has no named grid areas.",
1415
- "gridTemplateAreas:initial": "The grid container uses the initial value for grid areas.",
1416
- "gridTemplateAreas:inherit": "The grid container inherits the grid areas value from its parent.",
1417
- "gridTemplateAreas:unset": "The grid container has no named grid areas.",
1418
- "gridTemplateColumns:none": "The grid container has no fixed number of grid columns.",
1419
- "gridTemplateColumns:min-content": "The columns size to fit the content with minimum width.",
1420
- "gridTemplateColumns:max-content": "The columns size to fit the content with maximum width.",
1421
- "gridTemplateColumns:auto": "The columns size according to their intrinsic width.",
1422
- "gridTemplateColumns:subgrid": "The grid container inherits grid columns from its parent.",
1423
- "gridTemplateColumns:initial": "The grid container uses the initial value for grid columns.",
1424
- "gridTemplateColumns:inherit": "The grid-template-columns value is inherited from the parent element.",
1425
- "gridTemplateColumns:unset": "The grid-template-columns value is set to the initial value.",
1426
- "gridTemplateRows:none": "No grid rows are created.",
1427
- "gridTemplateRows:min-content": "Grid rows are set to their minimum content height.",
1428
- "gridTemplateRows:max-content": "Grid rows are set to their maximum content height.",
1429
- "gridTemplateRows:auto": "Grid rows are set to their default auto value.",
1430
- "gridTemplateRows:subgrid": "The grid-template-rows value is inherited from a named grid.",
1431
- "gridTemplateRows:initial": "The grid-template-rows value is set to the initial value.",
1432
- "gridTemplateRows:inherit": "The grid-template-rows value is inherited from the parent element.",
1433
- "gridTemplateRows:unset": "The grid-template-rows value is set to the initial value.",
1434
- "hangingPunctuation:none": "No hanging punctuation is allowed.",
1435
- "hangingPunctuation:first": "Only the first line ending is allowed to hang.",
1436
- "hangingPunctuation:force-end": "All lines are forced to hang, even with whitelines.",
1437
- "hangingPunctuation:allow-end": "Only the last line ending is allowed to hang.",
1438
- "hangingPunctuation:last": "Only the last line ending is allowed to hang.",
1439
- "hangingPunctuation:initial": "Hanging punctuation is set to the initial value.",
1440
- "hangingPunctuation:inherit": "Inherits the hanging punctuation behavior from the parent element.",
1441
- "hangingPunctuation:unset": "Resets the hanging punctuation to its default behavior.",
1442
- "height:auto": "Sets the height to fit the content automatically.",
1443
- "height:min-content": "Sets the height to the minimum height required for the content to fit.",
1444
- "height:max-content": "Sets the height to the maximum height required for the content to fit.",
1445
- "height:fit-content": "Sets the height to the smallest possible size while still fitting the content.",
1446
- "height:initial": "Sets the height to its default value.",
1447
- "height:inherit": "Inherits the height value from the parent element.",
1448
- "height:unset": "Resets the height to its default value.",
1449
- "hyphenateCharacter:auto": "Determines the automatic hyphenation character.",
1450
- "hyphenateCharacter:initial": "Sets the hyphenation character to its default value.",
1451
- "hyphenateCharacter:inherit": "Inherits the hyphenation character from the parent element.",
1452
- "hyphenateCharacter:unset": "Resets the hyphenation character to its default value.",
1453
- "hyphens:none": "Disables hyphenation.",
1454
- "hyphens:manual": "Specifies where hyphens should be added, if at all.",
1455
- "hyphens:auto": "Allows the browser to automatically hyphenate words.",
1456
- "hyphens:initial": "Words are not divided into hyphens.",
1457
- "hyphens:inherit": "Words inherit hyphenation from their parent element.",
1458
- "hyphens:unset": "The property is set to its inherited value.",
1459
- "imageOrientation:from-image": "Orientation set by image metadata.",
1460
- "imageOrientation:flip": "Vertical flip of the image orientation.",
1461
- "imageOrientation:initial": "Orientation sets to its default value.",
1462
- "imageOrientation:inherit": "Inherit orientation from parent element.",
1463
- "imageOrientation:unset": "The property is set to its inherited value.",
1464
- "imageRendering:auto": "Default rendering, with optimization.",
1465
- "imageRendering:crisp-edges": "No anti-aliasing on the image.",
1466
- "imageRendering:pixelated": "Pixelated image rendering.",
1467
- "imageRendering:initial": "Property will inherit its initial value.",
1468
- "imageRendering:inherit": "Inherit value from parent element.",
1469
- "imageRendering:unset": "The property is set to its inherited value.",
1470
- "imageResolution:from-image": "Determines pixels per inch from the image.",
1471
- "imageResolution:snap": "Image resolution snaps to the nearest integer.",
1472
- "imageResolution:initial": "Sets the image resolution to the default value.",
1473
- "imageResolution:inherit": "Inherits image resolution from parent element.",
1474
- "imageResolution:unset": "Resets image resolution to the default value.",
1475
- "initialLetter:normal": "Sets default styling for the dropped initial letter.",
1476
- "initialLetter:initial": "Sets the initial letter to its default value.",
1477
- "initialLetter:inherit": "Inherits the dropped initial letter style from the parent element.",
1478
- "initialLetter:unset": "Resets the dropped initial letter style to the default value.",
1479
- "initialLetterAlign:auto": "Aligns initial letter as specified by the font.",
1480
- "initialLetterAlign:alphabetic": "Aligns initial letter to the alphabetic baseline.",
1481
- "initialLetterAlign:hanging": "Aligns initial letter to hanging baseline.",
1482
- "initialLetterAlign:ideographic": "Aligns initial letter to the ideographic baseline.",
1483
- "initialLetterAlign:initial": "Sets initial letter alignment to default value.",
1484
- "initialLetterAlign:inherit": "Inherits initial-letter alignment from the parent element.",
1485
- "initialLetterAlign:unset": "Resets initial-letter alignment to default value.",
1486
- "inlineSize:auto": "Sets the inline size to the content's default size.",
1487
- "inlineSize:min-content": "Sets the inline size to the minimum size required to contain content.",
1488
- "inlineSize:max-content": "Sets the inline size of an element to fit its content up to a maximum size.",
1489
- "inlineSize:fit-content": "Sets the inline size of an element to fit its content as closely as possible.",
1490
- "inlineSize:initial": "Sets the inline size of an element to its default value.",
1491
- "inlineSize:inherit": "Inherits the inline size of the parent element.",
1492
- "inlineSize:unset": "Removes any previously set inline size value.",
1493
- "inputSecurity:auto": "Allows the browser to determine the security level for form input fields.",
1494
- "inputSecurity:none": "Disables security measures for form input fields.",
1495
- "inputSecurity:initial": "Sets the security level of form input fields to its default value.",
1496
- "inputSecurity:inherit": "Inherits the security level of the parent element for form input fields.",
1497
- "inputSecurity:unset": "Removes any previously set security level value for form input fields.",
1498
- "insetBlockEnd:auto": "Sets the inset block end (bottom) to its default value, auto.",
1499
- "insetBlockEnd:initial": "Sets the inset block end (bottom) to its initial value.",
1500
- "insetBlockEnd:inherit": "Inherits the inset block end (bottom) from the parent element.",
1501
- "insetBlockEnd:unset": "Removes any previously set inset block end (bottom) value.",
1502
- "insetBlockStart:auto": "Sets the inset block start (top) to its default value, auto.",
1503
- "insetBlockStart:initial": "Sets the inset block start (top) to its initial value.",
1504
- "insetBlockStart:inherit": "The block start position of an element is inherited from its parent.",
1505
- "insetBlockStart:unset": "The block start position of an element is unset.",
1506
- "insetInlineEnd:auto": "The inline end position of an element is automatically determined.",
1507
- "insetInlineEnd:initial": "The inline end position of an element is set to its initial value.",
1508
- "insetInlineEnd:inherit": "The inline end position of an element is inherited from its parent.",
1509
- "insetInlineEnd:unset": "The inline end position of an element is unset.",
1510
- "insetInlineStart:auto": "The inline start position of an element is automatically determined.",
1511
- "insetInlineStart:initial": "The inline start position of an element is set to its initial value.",
1512
- "insetInlineStart:inherit": "The inline start position of an element is inherited from its parent.",
1513
- "insetInlineStart:unset": "The inline start position of an element is unset.",
1514
- "isolation:auto": "Determines whether an element must create a new stacking context.",
1515
- "isolation:isolate": "Forces an element to create a new stacking context.",
1516
- "isolation:initial": "Sets the isolation of an element to its initial value.",
1517
- "isolation:inherit": "The isolation of an element is inherited from its parent.",
1518
- "isolation:unset": "The isolation of an element is unset.",
1519
- "justifyContent:normal": "The items are packed in their default position as if no justify-content value was set.",
1520
- "justifyContent:space-between": "Items are evenly distributed with equal space between them.",
1521
- "justifyContent:space-around": "Items are evenly distributed with equal space on both sides of them.",
1522
- "justifyContent:space-evenly": "Items are evenly distributed with equal space between them and around the edges.",
1523
- "justifyContent:stretch": "Items are stretched to fit container.",
1524
- "justifyContent:unsafe": "Allows content to potentially overlap container boundary. Use with caution.",
1525
- "justifyContent:safe": "Ensures that content does not overlap container boundary.",
1526
- "justifyContent:center": "Items are centered horizontally.",
1527
- "justifyContent:start": "Items start at the beginning of the container.",
1528
- "justifyContent:end": "Items end at the end of the container.",
1529
- "justifyContent:flex-start": "Items align to the start of the cross axis.",
1530
- "justifyContent:flex-end": "Items align to the end of the cross axis.",
1531
- "justifyContent:left": "Items are aligned to the left of the container.",
1532
- "justifyContent:right": "Items are aligned to the right of the container.",
1533
- "justifyContent:initial": "Sets the property to its default value.",
1534
- "justifyContent:inherit": "Inherits the property from its parent element.",
1535
- "justifyContent:unset": "Resets the property to its default value if it has been set before, otherwise behaves like inherit.",
1536
- "justifyItems:normal": "The grid items are aligned according to the default alignment for the items.",
1537
- "justifyItems:stretch": "The grid items are stretched to fill the grid area.",
1538
- "justifyItems:first": "Invalid value.",
1539
- "justifyItems:last": "Invalid value.",
1540
- "justifyItems:baseline": "The grid items are aligned such that their baselines align.",
1541
- "justifyItems:unsafe": "The grid items are aligned as if `start` if values are unsafe.",
1542
- "justifyItems:safe": "The grid items are aligned as if `center` if values are unsafe.",
1543
- "justifyItems:center": "The grid items are centered in the grid area.",
1544
- "justifyItems:start": "The grid items are aligned to the start of the grid area.",
1545
- "justifyItems:end": "The grid items are aligned to the end of the grid area.",
1546
- "justifyItems:self-start": "The grid items are aligned to the start of the grid area for their respective axis.",
1547
- "justifyItems:self-end": "The grid items are aligned to the end of the grid area for their respective axis.",
1548
- "justifyItems:flex-start": "The grid items are aligned to the start of the axis lines.",
1549
- "justifyItems:flex-end": "The grid items are aligned to the end of the axis lines.",
1550
- "justifyItems:left": "The grid items are aligned to the left of the grid area container.",
1551
- "justifyItems:right": "The grid items are aligned to the right of the grid area container.",
1552
- "justifyItems:legacy": "Aligns items according to their legacy alignment.",
1553
- "justifyItems:initial": "Sets the alignment to its default value.",
1554
- "justifyItems:inherit": "Inherits the alignment from its parent element.",
1555
- "justifyItems:unset": "Resets the alignment to its inherited value.",
1556
- "justifySelf:auto": "The browser selects the alignment.",
1557
- "justifySelf:normal": "The browser places the item according to the container's alignment rules.",
1558
- "justifySelf:stretch": "Stretches the item to fit the container.",
1559
- "justifySelf:first": "Places the item at the start of the grid area.",
1560
- "justifySelf:last": "Places the item at the end of the grid area.",
1561
- "justifySelf:baseline": "Aligns the item along the baseline.",
1562
- "justifySelf:unsafe": "Allows the item to be placed outside the grid area.",
1563
- "justifySelf:safe": "Prevents the item from being placed outside the grid area.",
1564
- "justifySelf:center": "Centers the item horizontally.",
1565
- "justifySelf:start": "Places the item at the start of the row.",
1566
- "justifySelf:end": "Places the item at the end of the row.",
1567
- "justifySelf:self-start": "Aligns the item at the start of its grid area.",
1568
- "justifySelf:self-end": "Aligns the content of a grid item to the end of its grid cell along the inline (row) axis.",
1569
- "justifySelf:flex-start": "Aligns a flex item to the start (beginning) of the container along the main axis.",
1570
- "justifySelf:flex-end": "Aligns a flex item to the end of the container along the main axis.",
1571
- "justifySelf:left": "Aligns the content of an element to the left of its container.",
1572
- "justifySelf:right": "Aligns the content of an element to the right of its container.",
1573
- "justifySelf:initial": "Sets the alignment of the element to its default (initial) value.",
1574
- "justifySelf:inherit": "Inherits the alignment of the element from its parent element.",
1575
- "justifySelf:unset": "Resets the alignment of the element to its natural (unset) value.",
1576
- "justifyTracks:normal": "Aligns grid items according to their order in the grid container.",
1577
- "justifyTracks:space-between": "Distributes the grid items with equal space between them, but not around the outer edges.",
1578
- "justifyTracks:space-around": "Distributes the grid items with equal space around them.",
1579
- "justifyTracks:space-evenly": "Distributes the grid items with equal space around them, including the outer edges.",
1580
- "justifyTracks:stretch": "Stretches the grid items to fill the available space in the grid container.",
1581
- "justifyTracks:unsafe": "Enables user agents to optimize the grid by increasing the number of tracks.",
1582
- "justifyTracks:safe": "Disables user agents from optimizing the grid and sets the tracks to their minimum size.",
1583
- "justifyTracks:center": "Centers the grid items horizontally in the grid container.",
1584
- "justifyTracks:start": "Aligns justification content to the start of the grid area.",
1585
- "justifyTracks:end": "Aligns justification content to the end of the grid area.",
1586
- "justifyTracks:flex-start": "Aligns justification content to the start of the flex container.",
1587
- "justifyTracks:flex-end": "Aligns justification content to the end of the flex container.",
1588
- "justifyTracks:left": "Aligns justification content to the left of the grid area.",
1589
- "justifyTracks:right": "Aligns justification content to the right of the grid area.",
1590
- "justifyTracks:initial": "Sets justification content to its default value.",
1591
- "justifyTracks:inherit": "Inherits the justification content from the parent element.",
1592
- "justifyTracks:unset": "Unsets the justification content, allowing inheritance.",
1593
- "left:auto": "Sets the left position to be determined by the browser.",
1594
- "left:initial": "Sets the left position to its default value.",
1595
- "left:inherit": "Inherits the left position from the parent element.",
1596
- "left:unset": "Unsets the left position, allowing inheritance.",
1597
- "letterSpacing:normal": "Sets normal spacing between characters.",
1598
- "letterSpacing:initial": "Sets the letter-spacing to its default value.",
1599
- "letterSpacing:inherit": "Inherits the letter-spacing from the parent element.",
1600
- "letterSpacing:unset": "Sets the spacing between characters to the parent element's value.",
1601
- "lineBreak:auto": "Lines can break between any two letters.",
1602
- "lineBreak:loose": "Lines can break between any two grapheme clusters.",
1603
- "lineBreak:normal": "Only break at allowed break points like spaces and hyphens.",
1604
- "lineBreak:strict": "Breaks are allowed only between characters with a mandatory break opportunity.",
1605
- "lineBreak:anywhere": "Lines can break at any character.",
1606
- "lineBreak:initial": "Sets the line break behavior to its default value.",
1607
- "lineBreak:inherit": "Inherits the line break behavior from the parent element.",
1608
- "lineBreak:unset": "Sets the line break behavior to its inherited value.",
1609
- "lineClamp:none": "The block container is shown as many lines as determined by its content.",
1610
- "lineClamp:initial": "Sets the number of lines that a block container should display to its default value.",
1611
- "lineClamp:inherit": "Inherits the number of lines that a block container should display from the parent element.",
1612
- "lineClamp:unset": "Sets the number of lines that a block container should display to its inherited value.",
1613
- "lineHeight:normal": "Sets the line height to a normal value. The default value depends on the user agent.",
1614
- "lineHeight:initial": "Sets the line height to its default value.",
1615
- "lineHeight:inherit": "Inherits the line height from the parent element.",
1616
- "lineHeight:unset": "Sets the line height to the browser's default value.",
1617
- "lineHeightStep:initial": "Sets the increment used in line-height computations to the CSS initial value.",
1618
- "lineHeightStep:inherit": "Sets the increment used in line-height computations to the parent element's value.",
1619
- "lineHeightStep:unset": "Sets the increment used in line-height computations to the browser's default value.",
1620
- "listStyleImage:none": "Removes the marker from a list item for the CSS unset value.",
1621
- "listStyleImage:initial": "Sets the marker to the initial value defined by the user agent for a list item.",
1622
- "listStyleImage:inherit": "Sets the marker to the value specified in the parent element for a list item.",
1623
- "listStyleImage:unset": "Resets the marker to its default none value for a list item.",
1624
- "listStylePosition:inside": "Sets the marker position to the inside of a list item.",
1625
- "listStylePosition:outside": "Sets the marker position to the outside of a list item.",
1626
- "listStylePosition:initial": "Sets the marker position to its default value for a list item.",
1627
- "listStylePosition:inherit": "Inherits the marker position from the parent element for a list item.",
1628
- "listStylePosition:unset": "Resets the marker position to the browser's default value for a list item.",
1629
- "listStyleType:none": "Removes the marker from a list item.",
1630
- "listStyleType:initial": "Sets the marker to the initial value defined by the user agent.",
1631
- "listStyleType:inherit": "Inherits the marker from the parent element.",
1632
- "listStyleType:unset": "Removes the list item marker and uses default.",
1633
- "marginBlockEnd:auto": "Automatically computes the bottom margin.",
1634
- "marginBlockEnd:initial": "Sets the bottom margin to its default value.",
1635
- "marginBlockEnd:inherit": "Sets the bottom margin to its parent's value.",
1636
- "marginBlockEnd:unset": "Inherits or sets the bottom margin to its default.",
1637
- "marginBlockStart:auto": "Automatically computes the top margin.",
1638
- "marginBlockStart:initial": "Sets the top margin to its default value.",
1639
- "marginBlockStart:inherit": "Sets the top margin to its parent's value.",
1640
- "marginBlockStart:unset": "Inherits or sets the top margin to its default.",
1641
- "marginBottom:auto": "Automatically computes the bottom margin.",
1642
- "marginBottom:initial": "Sets the bottom margin to its default value.",
1643
- "marginBottom:inherit": "Sets the bottom margin to its parent's value.",
1644
- "marginBottom:unset": "Inherits or sets the bottom margin to its default.",
1645
- "marginInlineEnd:auto": "Automatically computes the right/left margin.",
1646
- "marginInlineEnd:initial": "Sets the right/left margin to its default value.",
1647
- "marginInlineEnd:inherit": "Sets the right/left margin to its parent's value.",
1648
- "marginInlineEnd:unset": "Removes margin on the end inline side.",
1649
- "marginInlineStart:auto": "Sets margin to automatic on the inline start side.",
1650
- "marginInlineStart:initial": "Sets margin to default on the inline start side.",
1651
- "marginInlineStart:inherit": "Inherits margin from the parent element on the inline start side.",
1652
- "marginInlineStart:unset": "Removes margin on the start inline side.",
1653
- "marginLeft:auto": "Sets margin to automatic on the left side.",
1654
- "marginLeft:initial": "Sets margin to default on the left side.",
1655
- "marginLeft:inherit": "Inherits margin from the parent element on the left side.",
1656
- "marginLeft:unset": "Removes margin on the left side.",
1657
- "marginRight:auto": "Sets margin to automatic on the right side.",
1658
- "marginRight:initial": "Sets margin to default on the right side.",
1659
- "marginRight:inherit": "Inherits margin from the parent element on the right side.",
1660
- "marginRight:unset": "Removes margin on the right side.",
1661
- "marginTop:auto": "Sets margin to automatic on the top side.",
1662
- "marginTop:initial": "Sets margin to default on the top side.",
1663
- "marginTop:inherit": "Inherits margin from the parent element on the top side.",
1664
- "marginTop:unset": "Removes margin on top side of the element.",
1665
- "marginTrim:none": "No trimming of margin.",
1666
- "marginTrim:in-flow": "Trims only the margin perpendicular to the flow.",
1667
- "marginTrim:all": "Trims all margins.",
1668
- "marginTrim:initial": "Takes the default value of \u2018none\u2019",
1669
- "marginTrim:inherit": "Inherits the property from its parent element.",
1670
- "marginTrim:unset": "Unsets the value of this property.",
1671
- "maskBorderMode:luminance": "The mask border uses the luminance of the mask and the image",
1672
- "maskBorderMode:alpha": "The mask border uses the alpha values of the mask.",
1673
- "maskBorderMode:initial": "Uses the default value.",
1674
- "maskBorderMode:inherit": "Inherits from the parent element.",
1675
- "maskBorderMode:unset": "Unsets value of the property.",
1676
- "maskBorderOutset:initial": "Uses the initial value.",
1677
- "maskBorderOutset:inherit": "Inherits from the parent element.",
1678
- "maskBorderOutset:unset": "Unsets the value of the property.",
1679
- "maskBorderRepeat:stretch": "Stretches the image to fill the size of the mask.",
1680
- "maskBorderRepeat:repeat": "Repeats the mask border image.",
1681
- "maskBorderRepeat:round": "Rounds the mask border image.",
1682
- "maskBorderRepeat:space": "Spaces the mask border image.",
1683
- "maskBorderRepeat:initial": "Sets the mask border repeat to its default value.",
1684
- "maskBorderRepeat:inherit": "Inherits the mask border repeat from the parent element.",
1685
- "maskBorderRepeat:unset": "Sets the mask border repeat to its inherited value, or default if there is no inheritance.",
1686
- "maskBorderSlice:fill": "Fills the mask border slice with the mask border image.",
1687
- "maskBorderSlice:initial": "Sets the mask border slice to its default value.",
1688
- "maskBorderSlice:inherit": "Inherits the mask border slice from the parent element.",
1689
- "maskBorderSlice:unset": "Sets the mask border slice to its inherited value, or default if there is no inheritance.",
1690
- "maskBorderSource:none": "Specifies no mask border source image.",
1691
- "maskBorderSource:initial": "Sets the mask border source to its default value.",
1692
- "maskBorderSource:inherit": "Inherits the mask border source from the parent element.",
1693
- "maskBorderSource:unset": "Sets the mask border source to its inherited value, or default if there is no inheritance.",
1694
- "maskBorderWidth:auto": "Sets the mask border width to its default value.",
1695
- "maskBorderWidth:initial": "Sets the mask border width to its default value.",
1696
- "maskBorderWidth:inherit": "Inherits the mask border width from the parent element.",
1697
- "maskBorderWidth:unset": "Returns the mask border width to its default value.",
1698
- "maskClip:border-box": "Clips the mask image to the border box.",
1699
- "maskClip:padding-box": "Clips the mask image to the padding box.",
1700
- "maskClip:content-box": "Clips the mask image to the content box.",
1701
- "maskClip:margin-box": "Clips the mask image to the margin box.",
1702
- "maskClip:fill-box": "Clips the mask image to the painted area.",
1703
- "maskClip:stroke-box": "Clips the mask image to the stroke area.",
1704
- "maskClip:view-box": "Clips the mask image to the viewport.",
1705
- "maskClip:no-clip": "No clip is applied to the mask image.",
1706
- "maskClip:initial": "Sets the mask clip to its default value.",
1707
- "maskClip:inherit": "Inherits the mask clip value from the parent element.",
1708
- "maskClip:unset": "Returns the mask clip to its default value.",
1709
- "maskComposite:add": "Adds the mask image to the destination image.",
1710
- "maskComposite:subtract": "Subtracts the mask image from the destination image.",
1711
- "maskComposite:intersect": "Intersects the mask image with the destination image.",
1712
- "maskComposite:exclude": "The source and mask images are combined by excluding the overlapping parts of the mask.",
1713
- "maskComposite:initial": "Sets the mask composite property to its default value.",
1714
- "maskComposite:inherit": "Inherits the mask composite property from a parent element.",
1715
- "maskComposite:unset": "Resets the mask composite property to its inherited value, or to its initial value if it has no inherited value.",
1716
- "maskImage:none": "No mask image is displayed.",
1717
- "maskImage:initial": "Sets the mask image property to its default value.",
1718
- "maskImage:inherit": "Inherits the mask image property from a parent element.",
1719
- "maskImage:unset": "Resets the mask image property to its inherited value, or to its initial value if it has no inherited value.",
1720
- "maskMode:alpha": "The mask is treated as an alpha mask.",
1721
- "maskMode:luminance": "The mask is treated as a luminance mask.",
1722
- "maskMode:match-source": "The mask is treated as a luminance+alpha mask.",
1723
- "maskMode:initial": "Sets the mask mode property to its default value.",
1724
- "maskMode:inherit": "Inherits the mask mode property from a parent element.",
1725
- "maskMode:unset": "Resets the mask mode property to its inherited value, or to its initial value if it has no inherited value.",
1726
- "maskOrigin:border-box": "The mask is positioned relative to the border box of the element.",
1727
- "maskOrigin:padding-box": "The mask is positioned relative to the padding box of the element.",
1728
- "maskOrigin:content-box": "The image of the mask is positioned relative to the content box.",
1729
- "maskOrigin:margin-box": "The image of the mask is positioned relative to the margin box.",
1730
- "maskOrigin:fill-box": "The image of the mask is positioned relative to the fill box.",
1731
- "maskOrigin:stroke-box": "The image of the mask is positioned relative to the stroke box.",
1732
- "maskOrigin:view-box": "The image of the mask is positioned relative to the viewBox of the referenced SVG.",
1733
- "maskOrigin:initial": "Sets the mask-origin property to its default value.",
1734
- "maskOrigin:inherit": "Inherits the mask-origin property from its parent element.",
1735
- "maskOrigin:unset": "Resets the mask-origin property to its inherited value.",
1736
- "maskPosition:left": "Positions the mask image horizontally to the left.",
1737
- "maskPosition:center": "Positions the mask image horizontally to the center.",
1738
- "maskPosition:right": "Positions the mask image horizontally to the right.",
1739
- "maskPosition:top": "Positions the mask image vertically to the top.",
1740
- "maskPosition:bottom": "Positions the mask image vertically to the bottom.",
1741
- "maskPosition:initial": "Sets the mask-position property to its default value.",
1742
- "maskPosition:inherit": "Inherits the mask-position property from its parent element.",
1743
- "maskPosition:unset": "Resets the mask-position property to its inherited value.",
1744
- "maskRepeat:repeat-x": "Repeats the mask image horizontally.",
1745
- "maskRepeat:repeat-y": "Repeats the mask image vertically.",
1746
- "maskRepeat:repeat": "Repeats the mask image in both directions.",
1747
- "maskRepeat:space": "Scales the mask image to fill space between repetitions.",
1748
- "maskRepeat:round": "Scales the mask image to fit the space between repetitions.",
1749
- "maskRepeat:no-repeat": "Displays the mask image only once.",
1750
- "maskRepeat:initial": "Sets the mask repeat property to default value.",
1751
- "maskRepeat:inherit": "Inherits the mask repeat property from the parent element.",
1752
- "maskRepeat:unset": "Resets the mask repeat property to its inherited value, if any, or initial value.",
1753
- "maskSize:auto": "Sets the size of the mask image to its original size.",
1754
- "maskSize:cover": "Scales the mask image to cover the entire element.",
1755
- "maskSize:contain": "Scales the mask image to fit within the element.",
1756
- "maskSize:initial": "Sets the mask size property to default value.",
1757
- "maskSize:inherit": "Inherits the mask size property from the parent element.",
1758
- "maskSize:unset": "Resets the mask size property to its inherited value, if any, or initial value.",
1759
- "maskType:luminance": "Defines the luminance threshold used for an SVG mask image.",
1760
- "maskType:alpha": "Applies an alpha mask to the element.",
1761
- "maskType:initial": "Sets the mask type to its default value.",
1762
- "maskType:inherit": "Inherits the mask type from the parent element.",
1763
- "maskType:unset": "Resets the mask type to its inherited value.",
1764
- "masonryAutoFlow:pack": "Places items in the grid as tightly as possible.",
1765
- "masonryAutoFlow:next": "Places items in the next available position in the grid.",
1766
- "masonryAutoFlow:definite-first": "Places items in their source order until space runs out.",
1767
- "masonryAutoFlow:ordered": "Sorts and places items in the grid as defined in the source order.",
1768
- "masonryAutoFlow:initial": "Sets the flow to its default value.",
1769
- "masonryAutoFlow:inherit": "Inherits the flow from the parent element.",
1770
- "masonryAutoFlow:unset": "Resets the flow to its inherited value.",
1771
- "mathDepth:auto-add": "Automatically adds a math script element to the document body if the depth is exceeded.",
1772
- "mathDepth:initial": "Sets the math depth to its default value.",
1773
- "mathDepth:inherit": "Inherits the math depth from the parent element.",
1774
- "mathDepth:unset": "Resets the math depth to its inherited value.",
1775
- "mathShift:normal": "Resets the math shift to its default value.",
1776
- "mathShift:compact": "Reduces the amount of whitespace between math elements.",
1777
- "mathShift:initial": "Sets the math shift to its default value.",
1778
- "mathShift:inherit": "Sets the math shift to the same value as its parent element.",
1779
- "mathShift:unset": "Sets the math shift to its inherited value if it exists, otherwise its initial value.",
1780
- "mathStyle:normal": "Sets the rendering style to normal, which is typically upright.",
1781
- "mathStyle:compact": "Sets the rendering style to a more compact, condensed version.",
1782
- "mathStyle:initial": "Sets the math style to its default value.",
1783
- "mathStyle:inherit": "Sets the math style to the same value as its parent element.",
1784
- "mathStyle:unset": "Sets the math style to its inherited value if it exists, otherwise its initial value.",
1785
- "maxBlockSize:none": "Sets no maximum height for the block element.",
1786
- "maxBlockSize:min-content": "Sets the maximum height to the minimum content height.",
1787
- "maxBlockSize:max-content": "Sets the maximum height to the maximum content height.",
1788
- "maxBlockSize:fit-content": "Sets the maximum height to fit within the available space.",
1789
- "maxBlockSize:initial": "Sets the maximum height to its default value.",
1790
- "maxBlockSize:inherit": "Sets the maximum height to the same value as its parent element.",
1791
- "maxBlockSize:unset": "Sets the maximum height to its inherited value if it exists, otherwise its initial value.",
1792
- "maxHeight:none": "No limit on the maximum height.",
1793
- "maxHeight:min-content": "Maximum height is the smallest possible height to show content.",
1794
- "maxHeight:max-content": "Maximum height is the maximum height required to show all content.",
1795
- "maxHeight:fit-content": "Maximum height is the height required to fit all content, with a max limit if set.",
1796
- "maxHeight:initial": 'Maximum height is the initial value set by the browser (usually "none").',
1797
- "maxHeight:inherit": "Maximum height is inherited from the parent element.",
1798
- "maxHeight:unset": 'Maximum height is unset, which means it behaves as "initial" in most cases.',
1799
- "maxInlineSize:none": "No limit on the maximum size of an inline-level element.",
1800
- "maxInlineSize:min-content": "Maximum size is the smallest possible width to show content.",
1801
- "maxInlineSize:max-content": "Maximum size is the maximum width required to show all content.",
1802
- "maxInlineSize:fit-content": "Maximum size is the width required to fit all content, with a max limit if set.",
1803
- "maxInlineSize:initial": 'Maximum size is the initial value set by the browser (usually "auto").',
1804
- "maxInlineSize:inherit": "Maximum size is inherited from the parent element.",
1805
- "maxInlineSize:unset": 'Maximum size is unset, which means it behaves as "initial" in most cases.',
1806
- "maxLines:none": "No limit on the number of lines an element can have.",
1807
- "maxLines:initial": 'The number of lines is the initial value set by the browser (usually "none").',
1808
- "maxLines:inherit": "Inherits max-lines value from the parent element.",
1809
- "maxLines:unset": "Allows the max-lines value to be inherited or cascaded.",
1810
- "maxWidth:none": "Element has no maximum width limit.",
1811
- "maxWidth:min-content": "Element's width is determined by its smallest-sized content.",
1812
- "maxWidth:max-content": "Element's width is determined by its largest-sized content.",
1813
- "maxWidth:fit-content": "Element's width is determined by wrapping its content.",
1814
- "maxWidth:initial": "Sets the initial value of max-width property.",
1815
- "maxWidth:inherit": "Inherits the max-width value from the parent element.",
1816
- "maxWidth:unset": "Allows the max-width value to be inherited or cascaded.",
1817
- "minBlockSize:auto": "Element's block size is determined by its content.",
1818
- "minBlockSize:min-content": "Element's block size is determined by its smallest-sized content.",
1819
- "minBlockSize:max-content": "Element's block size is determined by its largest-sized content.",
1820
- "minBlockSize:fit-content": "Element's block size is determined by wrapping its content.",
1821
- "minBlockSize:initial": "Sets the initial value of min-block-size property.",
1822
- "minBlockSize:inherit": "Inherits the min-block-size value from the parent element.",
1823
- "minBlockSize:unset": "Allows the min-block-size value to be inherited or cascaded.",
1824
- "minHeight:auto": "The element's minimum height is determined by its content.",
1825
- "minHeight:min-content": "The element's minimum height is set to the smallest height required by its content.",
1826
- "minHeight:max-content": "The element's minimum height is set to the largest height required by its content.",
1827
- "minHeight:fit-content": "The element's minimum height is set to the height required by its content, but limited by the specified maximum height.",
1828
- "minHeight:initial": "The element's minimum height is set to its default value.",
1829
- "minHeight:inherit": "The element's minimum height is inherited from its parent element.",
1830
- "minHeight:unset": "The element's minimum height is set to the value of its parent element if it has one, otherwise it's set to its initial value.",
1831
- "minInlineSize:auto": "The element's minimum inline size is determined by its content.",
1832
- "minInlineSize:min-content": "The element's minimum inline size is set to the smallest width required by its content.",
1833
- "minInlineSize:max-content": "The element's minimum inline size is set to the largest width required by its content.",
1834
- "minInlineSize:fit-content": "The element's minimum inline size is set to the width required by its content, but limited by the specified maximum width.",
1835
- "minInlineSize:initial": "The element's minimum inline size is set to its default value.",
1836
- "minInlineSize:inherit": "The element's minimum inline size is inherited from its parent element.",
1837
- "minInlineSize:unset": "The element's minimum inline size is set to the value of its parent element if it has one, otherwise it's set to its initial value.",
1838
- "minWidth:auto": "The element's minimum width is determined by its content.",
1839
- "minWidth:min-content": "The element's minimum width is set to the smallest width required by its content.",
1840
- "minWidth:max-content": "The minimum width is set to the intrinsic width of the content.",
1841
- "minWidth:fit-content": "The minimum width is set to the fit-content of the element.",
1842
- "minWidth:initial": "The minimum width is set to the default value defined by the browser.",
1843
- "minWidth:inherit": "The minimum width is inherited from the parent element.",
1844
- "minWidth:unset": "The minimum width is set to the default value or inherited from the parent element.",
1845
- "mixBlendMode:normal": "The element is displayed with normal blending mode.",
1846
- "mixBlendMode:multiply": "The element is displayed with multiply blending mode.",
1847
- "mixBlendMode:screen": "The element is displayed with screen blending mode.",
1848
- "mixBlendMode:overlay": "The element is displayed with overlay blending mode.",
1849
- "mixBlendMode:darken": "The element is displayed with darken blending mode.",
1850
- "mixBlendMode:lighten": "The element is displayed with lighten blending mode.",
1851
- "mixBlendMode:color-dodge": "The element is displayed with color-dodge blending mode.",
1852
- "mixBlendMode:color-burn": "The element is displayed with color-burn blending mode.",
1853
- "mixBlendMode:hard-light": "The element is displayed with hard-light blending mode.",
1854
- "mixBlendMode:soft-light": "The element is displayed with soft-light blending mode.",
1855
- "mixBlendMode:difference": "The element is displayed with difference blending mode.",
1856
- "mixBlendMode:exclusion": "Blends elements by excluding the colors.",
1857
- "mixBlendMode:hue": "Blends elements by keeping the hue of the top layer.",
1858
- "mixBlendMode:saturation": "Blends elements by keeping the saturation of the top layer.",
1859
- "mixBlendMode:color": "Blends elements by keeping the color of the top layer.",
1860
- "mixBlendMode:luminosity": "Blends elements by keeping the luminosity of the top layer.",
1861
- "mixBlendMode:plus-lighter": "Blends elements by adding the colors.",
1862
- "mixBlendMode:initial": "Sets the mix-blend-mode to its default value.",
1863
- "mixBlendMode:inherit": "Inherits the mix-blend-mode from the parent element.",
1864
- "mixBlendMode:unset": "Resets the mix-blend-mode to its inherited value.",
1865
- "objectFit:fill": "Resizes the element to fill the container.",
1866
- "objectFit:contain": "Resizes the element to fit within the container while preserving its aspect ratio.",
1867
- "objectFit:cover": "Resizes the element to cover the container while preserving its aspect ratio.",
1868
- "objectFit:none": "Resizes the element without regard to the container or its aspect ratio.",
1869
- "objectFit:scale-down": "Resizes the element to the smaller of its natural size and the container.",
1870
- "objectFit:initial": "Sets the object-fit to its default value.",
1871
- "objectFit:inherit": "Inherits the object-fit from the parent element.",
1872
- "objectFit:unset": "object-fit: unset - The replaced element retains its intrinsic size and aspect ratio.",
1873
- "objectPosition:left": "object-position: left - Position the replaced element in the left.",
1874
- "objectPosition:center": "object-position: center - Position the replaced element in the center.",
1875
- "objectPosition:right": "object-position: right - Position the replaced element in the right.",
1876
- "objectPosition:top": "object-position: top - Position the replaced element in the top.",
1877
- "objectPosition:bottom": "object-position: bottom - Position the replaced element in the bottom.",
1878
- "objectPosition:initial": "object-position: initial - Sets the object-position to its default value.",
1879
- "objectPosition:inherit": "object-position: inherit - Inherits the object-position from its parent element.",
1880
- "objectPosition:unset": "object-position: unset - Inherits the object-position from its parent element, or its own default value.",
1881
- "offsetAnchor:auto": "offset-anchor: auto - The object is placed at a specified offset from a specific point on the region.",
1882
- "offsetAnchor:left": "offset-anchor: left - The offset is calculated relative to the left edge of the region.",
1883
- "offsetAnchor:center": "offset-anchor: center - The offset is calculated relative to the center of the region.",
1884
- "offsetAnchor:right": "offset-anchor: right - The offset is calculated relative to the right edge of the region.",
1885
- "offsetAnchor:top": "offset-anchor: top - The offset is calculated relative to the top edge of the region.",
1886
- "offsetAnchor:bottom": "offset-anchor: bottom - The offset is calculated relative to the bottom edge of the region.",
1887
- "offsetAnchor:initial": "offset-anchor: initial - Sets the property to its default value.",
1888
- "offsetAnchor:inherit": "Sets the anchor point to the computed value of the parent.",
1889
- "offsetAnchor:unset": "Resets the anchor point to the initial value.",
1890
- "offsetDistance:initial": "Sets the distance to the initial value.",
1891
- "offsetDistance:inherit": "Sets the distance to the computed value of the parent.",
1892
- "offsetDistance:unset": "Resets the distance to the initial value.",
1893
- "offsetPath:none": "Disables any transformation.",
1894
- "offsetPath:border-box": "Applies the transformation to the border box of the element.",
1895
- "offsetPath:padding-box": "Applies the transformation to the padding box of the element.",
1896
- "offsetPath:content-box": "Applies the transformation to the content box of the element.",
1897
- "offsetPath:margin-box": "Applies the transformation to the margin box of the element.",
1898
- "offsetPath:fill-box": "Applies the transformation to the fill box of the element.",
1899
- "offsetPath:stroke-box": "Applies the transformation to the stroke box of the element.",
1900
- "offsetPath:view-box": "Applies the transformation to the nearest SVG container.",
1901
- "offsetPath:initial": "Sets the path to the initial value.",
1902
- "offsetPath:inherit": "Sets the path to the computed value of the parent.",
1903
- "offsetPath:unset": "Resets the path to the initial value.",
1904
- "offsetPosition:auto": "The element is placed according to normal inline/block layout.",
1905
- "offsetPosition:left": "The element is positioned to the left of the container.",
1906
- "offsetPosition:center": "The element is positioned in the center of the container.",
1907
- "offsetPosition:right": "The element is positioned to the right of the container.",
1908
- "offsetPosition:top": "The element is positioned to the top of the container.",
1909
- "offsetPosition:bottom": "The element is positioned to the bottom of the container.",
1910
- "offsetPosition:initial": "The property to its default value.",
1911
- "offsetPosition:inherit": "The property is inherited from the parent element.",
1912
- "offsetPosition:unset": "The property acts as either inherit or initial depending on the presence of a parent rule.",
1913
- "offsetRotate:auto": "The element is placed in its default rotation.",
1914
- "offsetRotate:reverse": "The element is placed in reverse order.",
1915
- "offsetRotate:initial": "The property to its default value.",
1916
- "offsetRotate:inherit": "The property is inherited from the parent element.",
1917
- "offsetRotate:unset": "The property acts as either inherit or initial depending on the presence of a parent rule.",
1918
- "opacity:initial": "The element is transparent.",
1919
- "opacity:inherit": "The property is inherited from the parent element.",
1920
- "opacity:unset": "Sets the opacity to its initial value (1).",
1921
- "order:initial": "Sets the order of the element to its default value (0).",
1922
- "order:inherit": "Sets the order of the element to be the same as its parent.",
1923
- "order:unset": "Sets the order of the element to its inherited value or 0 if none.",
1924
- "orphans:initial": "Sets the minimum number of lines in a block container that must be left in a single page to its initial value (2).",
1925
- "orphans:inherit": "Inherits the minimum number of lines in a block container that must be left in a single page from its parent.",
1926
- "orphans:unset": "Sets the minimum number of lines in a block container that must be left in a single page to its inherited value or 2 if none.",
1927
- "outlineOffset:initial": "Sets the space between an outline and the edge of its containing block to its initial value (0).",
1928
- "outlineOffset:inherit": "Inherits the space between an outline and the edge of its containing block from its parent.",
1929
- "outlineOffset:unset": "Sets the space between an outline and the edge of its containing block to its inherited value or 0 if none.",
1930
- "outlineStyle:auto": "Sets the style of the outline to a style determined by the browser.",
1931
- "outlineStyle:none": "Removes the outline of an element.",
1932
- "outlineStyle:hidden": "Same as none except for accessibility purposes.",
1933
- "outlineStyle:dotted": "Sets the style of the outline to a series of dots.",
1934
- "outlineStyle:dashed": "Sets the style of the outline to a series of dashes.",
1935
- "outlineStyle:solid": "Sets the style of the outline to a solid line.",
1936
- "outlineStyle:double": "Creates a double line outline.",
1937
- "outlineStyle:groove": "Creates a 3D engraved outline.",
1938
- "outlineStyle:ridge": "Creates a 3D embossed outline.",
1939
- "outlineStyle:inset": "Creates an inset style outline.",
1940
- "outlineStyle:outset": "Creates an outset style outline.",
1941
- "outlineStyle:initial": "Sets the outline style to default.",
1942
- "outlineStyle:inherit": "Inherits the outline style from the parent element.",
1943
- "outlineStyle:unset": "Resets the outline style to its inherited value.",
1944
- "outlineWidth:thin": "Creates a thin outline.",
1945
- "outlineWidth:medium": "Creates a medium width outline.",
1946
- "outlineWidth:thick": "Creates a thick outline.",
1947
- "outlineWidth:initial": "Sets the outline width to default.",
1948
- "outlineWidth:inherit": "Inherits the outline width from the parent element.",
1949
- "outlineWidth:unset": "Resets the outline width to its inherited value.",
1950
- "overflow:visible": "Content overflows the element box.",
1951
- "overflow:hidden": "Hides the content that overflows the element box.",
1952
- "overflow:clip": "Clips the content with no scrollbars.",
1953
- "overflow:scroll": "Adds scrollbars if content overflows.",
1954
- "overflow:auto": "Adds scrollbars only if content overflows.",
1955
- "overflow:initial": "Sets the default value for an element.",
1956
- "overflow:inherit": "Inherits overflow value from parent element.",
1957
- "overflow:unset": "Sets the value to its natural behavior.",
1958
- "overflowAnchor:auto": "Automatically chooses the best anchor point.",
1959
- "overflowAnchor:none": "No anchor point is used.",
1960
- "overflowAnchor:initial": "Sets the default value for an element.",
1961
- "overflowAnchor:inherit": "Inherits from the parent element.",
1962
- "overflowAnchor:unset": "Sets the value to its natural behavior.",
1963
- "overflowBlock:visible": "Lets the content overflow the block.",
1964
- "overflowBlock:hidden": "Clips the content at the block's edge.",
1965
- "overflowBlock:clip": "Refuses to paint at or outside the block.",
1966
- "overflowBlock:scroll": "Adds scrollbars when content overflows.",
1967
- "overflowBlock:auto": "Adds scrollbars if content overflows.",
1968
- "overflowBlock:initial": "Specifies the default value for the overflow-block property.",
1969
- "overflowBlock:inherit": "Specifies that the value of the overflow-block property should be inherited from its parent element.",
1970
- "overflowBlock:unset": "Specifies that the value of the overflow-block property should be inherited if possible, or else behave like auto.",
1971
- "overflowClipMargin:content-box": "Specifies that the overflow area should not include the element's padding, only its content box.",
1972
- "overflowClipMargin:padding-box": "Specifies that the overflow area should include the element's padding box, but not its border.",
1973
- "overflowClipMargin:border-box": "Specifies that the overflow area should include the element's entire box, including its border.",
1974
- "overflowClipMargin:initial": "Specifies the default value for the overflow-clip-margin property.",
1975
- "overflowClipMargin:inherit": "Specifies that the value of the overflow-clip-margin property should be inherited from its parent element.",
1976
- "overflowClipMargin:unset": "Specifies that the value of the overflow-clip-margin property should be inherited if possible, or else behave like auto.",
1977
- "overflowInline:visible": "Specifies that the content is not clipped and may be rendered outside the element's box.",
1978
- "overflowInline:hidden": "Specifies that the content is clipped and not visible outside the element's box.",
1979
- "overflowInline:clip": "Specifies that the content is clipped and not visible outside the element's box.",
1980
- "overflowInline:scroll": "Specifies that the content is clipped and a scrollbar is added to see the rest of the content.",
1981
- "overflowInline:auto": "Specifies that the content is clipped if necessary and a scrollbar is added to see the rest of the content.",
1982
- "overflowInline:initial": "Specifies the default value for the overflow-inline property.",
1983
- "overflowInline:inherit": "Specifies that the value of the overflow-inline property should be inherited from its parent element.",
1984
- "overflowInline:unset": "The inline content is not clipped and it flows out of the container.",
1985
- "overflowWrap:normal": "Breaks words only when necessary, keeping whole words together.",
1986
- "overflowWrap:break-word": "Breaks words at any character, when they exceed the container width.",
1987
- "overflowWrap:anywhere": "Allows word breaking at arbitrary points, including within words.",
1988
- "overflowWrap:initial": "Sets the default value of a property.",
1989
- "overflowWrap:inherit": "Inherits a property from its parent element.",
1990
- "overflowWrap:unset": "Resets to its default value.",
1991
- "overflowX:visible": "The content is not clipped and may be rendered outside the content box.",
1992
- "overflowX:hidden": "The content is clipped and not visible.",
1993
- "overflowX:clip": "Creates no scrolling mechanism but clips the content at the borders of the element.",
1994
- "overflowX:scroll": "Creates a scrolling mechanism for the content outside the box.",
1995
- "overflowX:auto": "Adds a horizontal scrollbar when the content exceeds the borders of the element.",
1996
- "overflowX:initial": "Sets the default value of a property.",
1997
- "overflowX:inherit": "Inherits a property from its parent element.",
1998
- "overflowX:unset": "Resets to its default value.",
1999
- "overflowY:visible": "The content is not clipped and may be rendered outside the content box.",
2000
- "overflowY:hidden": "Hides any content that overflows the element.",
2001
- "overflowY:clip": "Clips any content that overflows the element.",
2002
- "overflowY:scroll": "Adds a vertical scrollbar when content overflows the element.",
2003
- "overflowY:auto": "Adds a vertical scrollbar when content overflows the element, only when necessary.",
2004
- "overflowY:initial": "Sets the `overflow-y` property to its default value.",
2005
- "overflowY:inherit": "Inherits the `overflow-y` property from its parent element.",
2006
- "overflowY:unset": "Removes any user-defined `overflow-y` value.",
2007
- "overscrollBehavior:contain": "Prevents pull-to-refresh and rubber band scrolling outside of the element.",
2008
- "overscrollBehavior:none": "Disables all overscrolling of the element's content.",
2009
- "overscrollBehavior:auto": "Enables overscrolling of the element's content if there is any.",
2010
- "overscrollBehavior:initial": "Sets the `overscroll-behavior` property to its default value.",
2011
- "overscrollBehavior:inherit": "Inherits the `overscroll-behavior` property from its parent element.",
2012
- "overscrollBehavior:unset": "Remotes any user-defined `overscroll-behavior` value.",
2013
- "overscrollBehaviorBlock:contain": "Disallows scrolling of the vertical axis of the element, unless it's a scroll container.",
2014
- "overscrollBehaviorBlock:none": "Enables rubber-banding of the vertical axis of the element during a paginated sequence.",
2015
- "overscrollBehaviorBlock:auto": "Enables rubber-banding of the vertical axis of the element, only if there is any overscroll.",
2016
- "overscrollBehaviorBlock:initial": "Default value, scroll of the element is constrained by its parent's scrollable area.",
2017
- "overscrollBehaviorBlock:inherit": "The value is inherited from the parent element.",
2018
- "overscrollBehaviorBlock:unset": "The value is either `inherit` or `initial` depending on the inherited value.",
2019
- "overscrollBehaviorInline:contain": "Scroll chaining is disabled when the scroll reaches an end boundary.",
2020
- "overscrollBehaviorInline:none": "Scroll chaining is disabled in inline direction.",
2021
- "overscrollBehaviorInline:auto": "Default value, scroll chaining occurs as normal.",
2022
- "overscrollBehaviorInline:initial": "Scroll chaining is enabled as normal in inline direction.",
2023
- "overscrollBehaviorInline:inherit": "The value is inherited from the parent element.",
2024
- "overscrollBehaviorInline:unset": "The value is either `inherit` or `initial` depending on the inherited value.",
2025
- "overscrollBehaviorX:contain": "Scroll chaining is disabled when the scroll reaches an end boundary for horizontal direction.",
2026
- "overscrollBehaviorX:none": "Scroll chaining is disabled in horizontal direction.",
2027
- "overscrollBehaviorX:auto": "Default value, scroll chaining occurs as normal in horizontal direction.",
2028
- "overscrollBehaviorX:initial": "Scroll chaining is enabled as normal in horizontal direction.",
2029
- "overscrollBehaviorX:inherit": "The value is inherited from the parent element.",
2030
- "overscrollBehaviorX:unset": "The value is either `inherit` or `initial` depending on the inherited value.",
2031
- "overscrollBehaviorY:contain": "Scroll chaining is disabled when the scroll reaches an end boundary for vertical direction.",
2032
- "overscrollBehaviorY:none": "Disables overshooting scrolling behavior on the Y axis.",
2033
- "overscrollBehaviorY:auto": "Enables overshooting scrolling behavior on the Y axis.",
2034
- "overscrollBehaviorY:initial": "Sets the Y axis overshooting behavior to its default value.",
2035
- "overscrollBehaviorY:inherit": "Sets the Y axis overshooting behavior to be the same as its parent.",
2036
- "overscrollBehaviorY:unset": "Sets the Y axis overshooting behavior to its inherited value, or default value if there is no inherited value.",
2037
- "paddingBlockEnd:initial": "Sets the end padding of a block-level element to its default value.",
2038
- "paddingBlockEnd:inherit": "Sets the end padding of a block-level element to be the same as its parent.",
2039
- "paddingBlockEnd:unset": "Sets the end padding of a block-level element to its inherited value, or default value if there is no inherited value.",
2040
- "paddingBlockStart:initial": "Sets the start padding of a block-level element to its default value.",
2041
- "paddingBlockStart:inherit": "Sets the start padding of a block-level element to be the same as its parent.",
2042
- "paddingBlockStart:unset": "Sets the start padding of a block-level element to its inherited value, or default value if there is no inherited value.",
2043
- "paddingBottom:initial": "Sets the bottom padding of an element to its default value.",
2044
- "paddingBottom:inherit": "Sets the bottom padding of an element to be the same as its parent.",
2045
- "paddingBottom:unset": "Sets the bottom padding of an element to its inherited value, or default value if there is no inherited value.",
2046
- "paddingInlineEnd:initial": "Sets the end padding of an inline-level element to its default value.",
2047
- "paddingInlineEnd:inherit": "Sets the end padding of an inline-level element to be the same as its parent.",
2048
- "paddingInlineEnd:unset": "Removes all padding on the end side of an inline element.",
2049
- "paddingInlineStart:initial": "Sets the padding on the start side of an inline element to its default value.",
2050
- "paddingInlineStart:inherit": "Sets the padding on the start side of an inline element to the computed value of its parent.",
2051
- "paddingInlineStart:unset": "Removes all padding on the start side of an inline element.",
2052
- "paddingLeft:initial": "Sets the left padding of an element to its default value.",
2053
- "paddingLeft:inherit": "Sets the left padding of an element to the computed value of its parent.",
2054
- "paddingLeft:unset": "Removes the left padding of an element.",
2055
- "paddingRight:initial": "Sets the right padding of an element to its default value.",
2056
- "paddingRight:inherit": "Sets the right padding of an element to the computed value of its parent.",
2057
- "paddingRight:unset": "Removes the right padding of an element.",
2058
- "paddingTop:initial": "Sets the top padding of an element to its default value.",
2059
- "paddingTop:inherit": "Sets the top padding of an element to the computed value of its parent.",
2060
- "paddingTop:unset": "Removes the top padding of an element.",
2061
- "pageBreakAfter:auto": "Adds a page break after an element if necessary.",
2062
- "pageBreakAfter:always": "Adds a page break after an element always.",
2063
- "pageBreakAfter:avoid": "Avoids a page break after an element if possible.",
2064
- "pageBreakAfter:left": "Forces a page break after the element, placing the next page left.",
2065
- "pageBreakAfter:right": "Forces a page break after the element, placing the next page right.",
2066
- "pageBreakAfter:recto": "Forces a page break after the element, placing the next page on a right-hand page.",
2067
- "pageBreakAfter:verso": "Forces a page break after the element, placing the next page on a left-hand page.",
2068
- "pageBreakAfter:initial": "Sets the property to its default value `auto`.",
2069
- "pageBreakAfter:inherit": "Inherits the property from its parent element.",
2070
- "pageBreakAfter:unset": "Resets the property to its natural value.",
2071
- "pageBreakBefore:auto": "Determines if a page break should occur before the element.",
2072
- "pageBreakBefore:always": "Forces a page break before the element.",
2073
- "pageBreakBefore:avoid": "Avoids a page break before the element.",
2074
- "pageBreakBefore:left": "Forces a page break before the element, placing the next page left.",
2075
- "pageBreakBefore:right": "Forces a page break before the element, placing the next page right.",
2076
- "pageBreakBefore:recto": "Forces a page break before the element, placing the next page on a right-hand page.",
2077
- "pageBreakBefore:verso": "Forces a page break before the element, placing the next page on a left-hand page.",
2078
- "pageBreakBefore:initial": "Sets the property to its default value `auto`.",
2079
- "pageBreakBefore:inherit": "Inherits the property from its parent element.",
2080
- "pageBreakBefore:unset": "`page-break-before` - Specifies whether a page break is allowed before an element.",
2081
- "pageBreakInside:auto": "Allows breaks inside the element if necessary.",
2082
- "pageBreakInside:avoid": "Avoids breaks inside the element if possible.",
2083
- "pageBreakInside:initial": "Sets the default value.",
2084
- "pageBreakInside:inherit": "Inherits the property from its parent element.",
2085
- "pageBreakInside:unset": "Resets to its default value.",
2086
- "paintOrder:normal": "Renders elements in default order.",
2087
- "paintOrder:fill": "Renders fills before strokes and markers.",
2088
- "paintOrder:stroke": "Renders strokes before fills and markers.",
2089
- "paintOrder:markers": "Renders markers after filling and stroking, regardless of their order in the code.",
2090
- "paintOrder:initial": "Sets the default value.",
2091
- "paintOrder:inherit": "Inherits the property from its parent element.",
2092
- "paintOrder:unset": "Resets to its default value.",
2093
- "perspective:none": "Disables the perspective.",
2094
- "perspective:initial": "Sets the default value.",
2095
- "perspective:inherit": "Inherits the property from its parent element.",
2096
- "perspective:unset": "perspective: unset - Resets the perspective property.",
2097
- "perspectiveOrigin:left": "perspective-origin: left - Defines the position of the observer.",
2098
- "perspectiveOrigin:center": "perspective-origin: center - Defines the position of the observer.",
2099
- "perspectiveOrigin:right": "perspective-origin: right - Defines the position of the observer.",
2100
- "perspectiveOrigin:top": "perspective-origin: top - Defines the position of the observer.",
2101
- "perspectiveOrigin:bottom": "perspective-origin: bottom - Defines the position of the observer.",
2102
- "perspectiveOrigin:initial": "perspective-origin: initial - Sets the initial value of the property.",
2103
- "perspectiveOrigin:inherit": "perspective-origin: inherit - Inherits the property from its parent.",
2104
- "perspectiveOrigin:unset": "perspective-origin: unset - Resets the property to its default value.",
2105
- "pointerEvents:auto": "pointer-events: auto - Specifes that the element should behave as usual.",
2106
- "pointerEvents:none": "pointer-events: none - Disables all pointer events on the element.",
2107
- "pointerEvents:visiblePainted": "pointer-events: visiblePainted - Allows events on visible painted areas.",
2108
- "pointerEvents:visibleFill": "pointer-events: visibleFill - Allows events on visible filled areas.",
2109
- "pointerEvents:visibleStroke": "pointer-events: visibleStroke - Allows events on visible stroked areas.",
2110
- "pointerEvents:visible": "pointer-events: visible - Allows events on visible areas.",
2111
- "pointerEvents:painted": "pointer-events: painted - Allows events on painted areas.",
2112
- "pointerEvents:fill": "Only the fill area of the element is clickable",
2113
- "pointerEvents:stroke": "Only the stroke area of the element is clickable",
2114
- "pointerEvents:all": "The element and its contents are clickable",
2115
- "pointerEvents:initial": "The pointer behavior is inherited from the parent",
2116
- "pointerEvents:inherit": "The pointer behavior is inherited from the parent",
2117
- "pointerEvents:unset": "The pointer behavior is the default",
2118
- "position:static": "The element is positioned according to normal flows",
2119
- "position:relative": "The element is positioned relative to its normal position",
2120
- "position:absolute": "The element is positioned relative to its first positioned ancestor",
2121
- "position:sticky": "The element is positioned relative to the closest scrolling ancestor",
2122
- "position:fixed": "The element is positioned relative to the browser window",
2123
- "position:initial": "The position property is set to its default value",
2124
- "position:inherit": "The position property is inherited from the parent element",
2125
- "position:unset": "The position property is set to the default value",
2126
- "quotes:none": "No quotes are added to the content",
2127
- "quotes:auto": "Quotes are added to the content automatically",
2128
- "quotes:initial": "Sets the quotes for embedded content marks to their initial value.",
2129
- "quotes:inherit": "Inherits quotes for embedded content marks from the parent element.",
2130
- "quotes:unset": "Removes any inherited quotes for embedded content marks.",
2131
- "resize:none": "Prevents resizing of the element in any direction.",
2132
- "resize:both": "Allows resizing of the element both horizontally and vertically.",
2133
- "resize:horizontal": "Allows horizontal resizing of the element only.",
2134
- "resize:vertical": "Allows vertical resizing of the element only.",
2135
- "resize:block": "Allows resizing of the element as a block box.",
2136
- "resize:inline": "Allows resizing of the element as an inline box.",
2137
- "resize:initial": "Sets resizing for the element to its initial value.",
2138
- "resize:inherit": "Inherits resizing for the element from the parent element.",
2139
- "resize:unset": "Removes any inherited resizing for the element.",
2140
- "right:auto": "Aligns the element to the right of its containing element.",
2141
- "right:initial": "Sets the right position of the element to its initial value.",
2142
- "right:inherit": "Inherits the right position of the element from the parent element.",
2143
- "right:unset": "Removes any inherited right position for the element.",
2144
- "rotate:none": "Element stays in its initial position.",
2145
- "rotate:x": "Element is rotated along the x-axis.",
2146
- "rotate:y": "Element is rotated along the y-axis.",
2147
- "rotate:z": "Element is rotated along the z-axis.",
2148
- "rotate:initial": "Element is not rotated.",
2149
- "rotate:inherit": "Inherits the rotation value from the parent element.",
2150
- "rotate:unset": "Element uses the browser default value.",
2151
- "rowGap:normal": "Default gap between rows in a grid.",
2152
- "rowGap:initial": "Reset to the default gap between rows.",
2153
- "rowGap:inherit": "Gets the gap value from the parent element.",
2154
- "rowGap:unset": "Uses the browser default gap between rows.",
2155
- "rubyAlign:start": "Aligns ruby text to the start of each base element.",
2156
- "rubyAlign:center": "Centers ruby text over each base element.",
2157
- "rubyAlign:space-between": "Spaces ruby text evenly between each base element.",
2158
- "rubyAlign:space-around": "Spaces ruby text evenly around each base element.",
2159
- "rubyAlign:initial": "Resets ruby text alignment to the default value.",
2160
- "rubyAlign:inherit": "The ruby alignment is inherited from the parent element",
2161
- "rubyAlign:unset": "The ruby alignment is determined by normal CSS rules",
2162
- "rubyMerge:separate": "The ruby text is separate from surrounding text",
2163
- "rubyMerge:collapse": "The ruby text is merged with surrounding text",
2164
- "rubyMerge:auto": "The ruby text is merged if the browser supports it",
2165
- "rubyMerge:initial": "The ruby text is separate from surrounding text",
2166
- "rubyMerge:inherit": "The ruby text merge value is inherited from the parent element",
2167
- "rubyMerge:unset": "The ruby text merge is determined by normal CSS rules",
2168
- "rubyPosition:alternate": "Alternate ruby text above and below base text",
2169
- "rubyPosition:over": "Vertical ruby text above base text, centered relative to it",
2170
- "rubyPosition:under": "Ruby text under base text",
2171
- "rubyPosition:inter-character": "Ruby text as annotations to specific characters",
2172
- "rubyPosition:initial": "The ruby position is above base text",
2173
- "rubyPosition:inherit": "The ruby position is inherited from the parent element",
2174
- "rubyPosition:unset": "The ruby position is determined by normal CSS rules",
2175
- "scale:none": "The element is not resized",
2176
- "scale:initial": "Scale is set to its initial value.",
2177
- "scale:inherit": "Scale is inherited from its parent element.",
2178
- "scale:unset": "Scale is either inherited or set to its initial value.",
2179
- "scrollbarGutter:auto": "Gutter appears when necessary.",
2180
- "scrollbarGutter:stable": "Gutter is always visible.",
2181
- "scrollbarGutter:both-edges": "Gutter is placed on both edges.",
2182
- "scrollbarGutter:initial": "Gutter adopts default behavior.",
2183
- "scrollbarGutter:inherit": "Gutter inherits value from parent.",
2184
- "scrollbarGutter:unset": "Gutter is either inherited or adopts default behavior.",
2185
- "scrollbarWidth:auto": "Width varies by browser or device.",
2186
- "scrollbarWidth:thin": "Width is set to a thin value.",
2187
- "scrollbarWidth:none": "Width is set to zero.",
2188
- "scrollbarWidth:initial": "Width adopts default behavior.",
2189
- "scrollbarWidth:inherit": "Width inherits value from parent.",
2190
- "scrollbarWidth:unset": "Width is either inherited or adopts default behavior.",
2191
- "scrollBehavior:auto": "Scroll animation is browser-dependent.",
2192
- "scrollBehavior:smooth": "Enables a smooth scrolling effect.",
2193
- "scrollBehavior:initial": "Sets scrolling behavior to default.",
2194
- "scrollBehavior:inherit": "Inherits scrolling behavior from parent element.",
2195
- "scrollBehavior:unset": "Sets scrolling behavior to default or inherited value.",
2196
- "scrollMarginBlockStart:initial": "Sets block-start margin to default.",
2197
- "scrollMarginBlockStart:inherit": "Inherits block-start margin from parent element.",
2198
- "scrollMarginBlockStart:unset": "Sets block-start margin to default or inherited value.",
2199
- "scrollMarginBlockEnd:initial": "Sets block-end margin to default.",
2200
- "scrollMarginBlockEnd:inherit": "Inherits block-end margin from parent element.",
2201
- "scrollMarginBlockEnd:unset": "Sets block-end margin to default or inherited value.",
2202
- "scrollMarginBottom:initial": "Sets bottom margin to default.",
2203
- "scrollMarginBottom:inherit": "Inherits bottom margin from parent element.",
2204
- "scrollMarginBottom:unset": "Sets bottom margin to default or inherited value.",
2205
- "scrollMarginInlineStart:initial": "Sets inline-start margin to default.",
2206
- "scrollMarginInlineStart:inherit": "Inherits inline-start margin from parent element.",
2207
- "scrollMarginInlineStart:unset": "Sets inline-start margin to default or inherited value.",
2208
- "scrollMarginInlineEnd:initial": "Sets inline end margin to its default value.",
2209
- "scrollMarginInlineEnd:inherit": "Inherits inline end margin from its parent element.",
2210
- "scrollMarginInlineEnd:unset": "Resets inline end margin to its inherited value.",
2211
- "scrollMarginLeft:initial": "Sets left margin to its default value.",
2212
- "scrollMarginLeft:inherit": "Inherits left margin from its parent element.",
2213
- "scrollMarginLeft:unset": "Resets left margin to its inherited value.",
2214
- "scrollMarginRight:initial": "Sets right margin to its default value.",
2215
- "scrollMarginRight:inherit": "Inherits right margin from its parent element.",
2216
- "scrollMarginRight:unset": "Resets right margin to its inherited value.",
2217
- "scrollMarginTop:initial": "Sets top margin to its default value.",
2218
- "scrollMarginTop:inherit": "Inherits top margin from its parent element.",
2219
- "scrollMarginTop:unset": "Resets top margin to its inherited value.",
2220
- "scrollPaddingBlockStart:auto": 'Sets the block start padding to "auto".',
2221
- "scrollPaddingBlockStart:initial": "Sets the block start padding to its default value.",
2222
- "scrollPaddingBlockStart:inherit": "Inherits the block start padding from its parent element.",
2223
- "scrollPaddingBlockStart:unset": "Resets the block start padding to its inherited value.",
2224
- "scrollPaddingBlockEnd:auto": "The padding for the bottom of the scroll area adapts to the available space.",
2225
- "scrollPaddingBlockEnd:initial": "Sets the padding to its default value.",
2226
- "scrollPaddingBlockEnd:inherit": "The padding will be inherited from its parent element.",
2227
- "scrollPaddingBlockEnd:unset": "The padding will be set to its inherited value if any, otherwise it will be set to its initial value (`0`).",
2228
- "scrollPaddingBottom:auto": "The padding for the bottom of the scroll area adapts to the available space.",
2229
- "scrollPaddingBottom:initial": "Sets the padding to its default value.",
2230
- "scrollPaddingBottom:inherit": "The padding will be inherited from its parent element.",
2231
- "scrollPaddingBottom:unset": "The padding will be set to its inherited value if any, otherwise it will be set to its initial value (`0`).",
2232
- "scrollPaddingInlineStart:auto": "The padding for the start of the scroll area adapts to available space.",
2233
- "scrollPaddingInlineStart:initial": "Sets the padding to its default value.",
2234
- "scrollPaddingInlineStart:inherit": "The padding will be inherited from its parent element.",
2235
- "scrollPaddingInlineStart:unset": "The padding will be set to its inherited value if any, otherwise it will be set to its initial value (`0`).",
2236
- "scrollPaddingInlineEnd:auto": "The padding for the end of the scroll area adapts to available space.",
2237
- "scrollPaddingInlineEnd:initial": "Sets the padding to its default value.",
2238
- "scrollPaddingInlineEnd:inherit": "The padding will be inherited from its parent element.",
2239
- "scrollPaddingInlineEnd:unset": "The padding will be set to its inherited value if any, otherwise it will be set to its initial value (`0`).",
2240
- "scrollPaddingLeft:auto": "Automatically sets the padding-left to allow for scrollbars.",
2241
- "scrollPaddingLeft:initial": "Sets padding-left to its default value.",
2242
- "scrollPaddingLeft:inherit": "Sets padding-left to the value of its parent.",
2243
- "scrollPaddingLeft:unset": "Sets padding-left to its inherited value, or default if none.",
2244
- "scrollPaddingRight:auto": "Automatically sets the padding-right to allow for scrollbars.",
2245
- "scrollPaddingRight:initial": "Sets padding-right to its default value.",
2246
- "scrollPaddingRight:inherit": "Sets padding-right to the value of its parent.",
2247
- "scrollPaddingRight:unset": "Sets padding-right to its inherited value, or default if none.",
2248
- "scrollPaddingTop:auto": "Automatically sets the padding-top to allow for scrollbars.",
2249
- "scrollPaddingTop:initial": "Sets padding-top to its default value.",
2250
- "scrollPaddingTop:inherit": "Sets padding-top to the value of its parent.",
2251
- "scrollPaddingTop:unset": "Sets padding-top to its inherited value, or default if none.",
2252
- "scrollSnapAlign:none": "Disables snapping behavior.",
2253
- "scrollSnapAlign:start": "Snaps to the start of each snap area, respecting directionality.",
2254
- "scrollSnapAlign:end": "Snaps to the end of each snap area, respecting directionality.",
2255
- "scrollSnapAlign:center": "Snaps to the center of each snap area.",
2256
- "scrollSnapAlign:initial": "The snap point gets aligned to the nearest one.",
2257
- "scrollSnapAlign:inherit": "Inherits the scroll-snap-align value from the parent element.",
2258
- "scrollSnapAlign:unset": "Resets the scroll-snap-align value to its default value.",
2259
- "scrollSnapStop:normal": "Snap points act normally.",
2260
- "scrollSnapStop:always": "Interpolates the scroll position to the nearest snap point.",
2261
- "scrollSnapStop:initial": "Resets the scroll-snap-stop value to its default value.",
2262
- "scrollSnapStop:inherit": "Inherits the scroll-snap-stop value from the parent element.",
2263
- "scrollSnapStop:unset": "Resets the scroll-snap-stop value to its default value.",
2264
- "scrollSnapType:none": "No snapping is performed.",
2265
- "scrollSnapType:x": "The scroll-snap-align applies on the horizontal axis.",
2266
- "scrollSnapType:y": "The scroll-snap-align applies on the vertical axis.",
2267
- "scrollSnapType:block": "The scroll-snap-align applies to the whole block container.",
2268
- "scrollSnapType:inline": "The scroll-snap-align applies to the inline content.",
2269
- "scrollSnapType:both": "The scroll-snap-align applies on both axes.",
2270
- "scrollSnapType:mandatory": "Forces snap points to snap.",
2271
- "scrollSnapType:proximity": "Snap points must be at a certain proximity to snap.",
2272
- "scrollSnapType:initial": "Defines how scroll positions are snapped.",
2273
- "scrollSnapType:inherit": "Inherits the scroll-snapping type from the parent element.",
2274
- "scrollSnapType:unset": "Resets the scroll-snapping type to its initial value.",
2275
- "scrollTimelineAxis:block": "Defines the scrolling axis for a scroll timeline.",
2276
- "scrollTimelineAxis:inline": "Defines the scrolling axis for a scroll timeline.",
2277
- "scrollTimelineAxis:vertical": "Defines the scrolling axis for a scroll timeline.",
2278
- "scrollTimelineAxis:horizontal": "Defines the scrolling axis for a scroll timeline.",
2279
- "scrollTimelineAxis:initial": "Sets the scrolling axis to its default value.",
2280
- "scrollTimelineAxis:inherit": "Inherits the scrolling axis from the parent element.",
2281
- "scrollTimelineAxis:unset": "Resets the scrolling axis to its initial value.",
2282
- "scrollTimelineName:none": "Removes a previously set scroll timeline.",
2283
- "scrollTimelineName:initial": "Sets the scroll timeline to its default value.",
2284
- "scrollTimelineName:inherit": "Inherits the scroll timeline name from the parent element.",
2285
- "scrollTimelineName:unset": "Resets the scroll timeline name to its initial value.",
2286
- "shapeImageThreshold:initial": "Sets the transparency threshold for the `shape-outside` property.",
2287
- "shapeImageThreshold:inherit": "Inherits the transparency threshold from the parent element.",
2288
- "shapeImageThreshold:unset": "Specifies the alpha channel threshold used to extract shape.",
2289
- "shapeMargin:initial": "Specifies the margin shape of an element.",
2290
- "shapeMargin:inherit": "Inherits the shape-margin property from its parent element.",
2291
- "shapeMargin:unset": "Resets the margin shape to its default value.",
2292
- "shapeOutside:none": "No shape is created around an element.",
2293
- "shapeOutside:border-box": "The shape extends to border box of the element.",
2294
- "shapeOutside:padding-box": "The shape extends to padding box of the element.",
2295
- "shapeOutside:content-box": "The shape extends to content box of the element.",
2296
- "shapeOutside:margin-box": "The shape extends to margin box of the element.",
2297
- "shapeOutside:initial": "Sets the shape to its default value.",
2298
- "shapeOutside:inherit": "Inherits the shape-outside property from its parent element.",
2299
- "shapeOutside:unset": "Resets the shape to its default value.",
2300
- "tabSize:initial": "Specifies the default tab size for the text within an element.",
2301
- "tabSize:inherit": "Inherits the tab-size property from its parent element.",
2302
- "tabSize:unset": "Resets the tab-size property to its default value.",
2303
- "tableLayout:auto": "Default table layout algorithm is used for the table.",
2304
- "tableLayout:fixed": "Table layout algorithm uses fixed layout.",
2305
- "tableLayout:initial": "Sets default value for table-layout.",
2306
- "tableLayout:inherit": "The value of the table-layout property is inherited from its parent element.",
2307
- "tableLayout:unset": "The value of this property is inherited from the parent element if it exists, or else it is set to its initial value.",
2308
- "textAlign:start": "Aligns the text at the start of the line.",
2309
- "textAlign:end": "Aligns the text at the end of the line.",
2310
- "textAlign:left": "`text-align: left`- Aligns the text to the left.",
2311
- "textAlign:right": "`text-align: right`- Aligns the text to the right.",
2312
- "textAlign:center": "`text-align: center`- Centers the text.",
2313
- "textAlign:justify": "`text-align: justify`- Stretches the text to fit the whole line.",
2314
- "textAlign:match-parent": "`text-align: match-parent`- Aligns the text to its parent element.",
2315
- "textAlign:initial": "`text-align: initial`- Sets the text alignment to the default value.",
2316
- "textAlign:inherit": "`text-align: inherit`- The text alignment is inherited from its parent element.",
2317
- "textAlign:unset": "`text-align: unset`- The text alignment is set to its default value or inherited from its parent element.",
2318
- "textAlignLast:auto": "`text-align-last: auto`- Aligns the last line of text to the left",
2319
- "textAlignLast:start": "`text-align-last: start`- Aligns the last line of text at the start of the paragraph.",
2320
- "textAlignLast:end": "Aligns the last line of a text block to the right side.",
2321
- "textAlignLast:left": "Aligns the last line of a text block to the left side.",
2322
- "textAlignLast:right": "Aligns the last line of a text block to the right side.",
2323
- "textAlignLast:center": "Aligns the last line of a text block to the center.",
2324
- "textAlignLast:justify": "Stretches the last line of a text block to fill the available width.",
2325
- "textAlignLast:initial": "Sets the text alignment to its default value.",
2326
- "textAlignLast:inherit": "Inherits the text alignment property from its parent element.",
2327
- "textAlignLast:unset": "Resets the text alignment to its inherited value.",
2328
- "textCombineUpright:none": "Displays upright text as usual (without combining characters).",
2329
- "textCombineUpright:all": "Combines all upright text, including punctuation and symbols.",
2330
- "textCombineUpright:digits": "Combines only digits in upright text.",
2331
- "textCombineUpright:initial": "Sets the upright text combination to its default value.",
2332
- "textCombineUpright:inherit": "Inherits the upright text combination property from its parent element.",
2333
- "textCombineUpright:unset": "Resets the upright text combination to its inherited value.",
2334
- "textDecorationLine:none": "No text decoration is applied.",
2335
- "textDecorationLine:underline": "Adds an underline decoration to the text.",
2336
- "textDecorationLine:overline": "Adds an overline to the text.",
2337
- "textDecorationLine:line-through": "Adds a line through the text.",
2338
- "textDecorationLine:blink": "Makes the text blink on and off (not widely supported).",
2339
- "textDecorationLine:spelling-error": "Underlines text in red to indicate spelling error.",
2340
- "textDecorationLine:grammar-error": "Underlines text in green to indicate grammar error.",
2341
- "textDecorationLine:initial": "Sets the text decoration to its default value.",
2342
- "textDecorationLine:inherit": "Inherits the text decoration from the parent element.",
2343
- "textDecorationLine:unset": "`text-decoration-line: unset`- Removes the text decoration if it has been set for the parent element.",
2344
- "textDecorationSkip:none": "No part of the text decoration is skipped.",
2345
- "textDecorationSkip:objects": "Skips any element with an object-fit or clip property.",
2346
- "textDecorationSkip:spaces": "Skips white spaces.",
2347
- "textDecorationSkip:leading-spaces": "Skips leading white spaces.",
2348
- "textDecorationSkip:trailing-spaces": "Skips trailing white spaces.",
2349
- "textDecorationSkip:edges": "Skips the edges of inline boxes.",
2350
- "textDecorationSkip:box-decoration": "Skips any element with a box-decoration-break property.",
2351
- "textDecorationSkip:initial": "Sets the text decoration skip to its default value.",
2352
- "textDecorationSkip:inherit": "Inherits the text-decoration-skip value from the parent element.",
2353
- "textDecorationSkip:unset": "Removes the text-decoration-skip value defined in the parent element.",
2354
- "textDecorationSkipInk:auto": "Allows the browser to determine what part of the text should be skipped.",
2355
- "textDecorationSkipInk:all": "Skips the entire ink area of the text.",
2356
- "textDecorationSkipInk:none": "Text decoration is not skipped.",
2357
- "textDecorationSkipInk:initial": "Sets the text decoration skip ink to its default value.",
2358
- "textDecorationSkipInk:inherit": "Inherits the text-decoration-skip-ink value from the parent element.",
2359
- "textDecorationSkipInk:unset": "Removes the text-decoration-skip-ink value from the parent element.",
2360
- "textDecorationStyle:solid": "Creates a solid underline for text decoration.",
2361
- "textDecorationStyle:double": "Creates a double underline for text decoration.",
2362
- "textDecorationStyle:dotted": "Creates a dotted underline for text decoration.",
2363
- "textDecorationStyle:dashed": "Creates a dashed underline for text decoration.",
2364
- "textDecorationStyle:wavy": "Creates a wavy underline for text decoration.",
2365
- "textDecorationStyle:initial": "Sets the text decoration style to its default value.",
2366
- "textDecorationStyle:inherit": "Inherits the text-decoration-style value from the parent element.",
2367
- "textDecorationStyle:unset": "Removes the text-decoration-style value defined in the parent element.",
2368
- "textDecorationThickness:auto": "Thickness determined by the browser.",
2369
- "textDecorationThickness:from-font": "Thickness based on the font size.",
2370
- "textDecorationThickness:initial": "Use default value.",
2371
- "textDecorationThickness:inherit": "Inherits the value of the parent element.",
2372
- "textDecorationThickness:unset": "Resets the value to its default.",
2373
- "textEmphasisPosition:over": "Emphasis mark above the text.",
2374
- "textEmphasisPosition:under": "Emphasis mark below the text.",
2375
- "textEmphasisPosition:right": "Emphasis mark to the right of the text.",
2376
- "textEmphasisPosition:left": "Emphasis mark to the left of the text.",
2377
- "textEmphasisPosition:initial": "Use default value.",
2378
- "textEmphasisPosition:inherit": "Inherits the value of the parent element.",
2379
- "textEmphasisPosition:unset": "Resets the value to its default.",
2380
- "textEmphasisStyle:none": "No emphasis mark.",
2381
- "textEmphasisStyle:filled": "Filled emphasis mark.",
2382
- "textEmphasisStyle:open": "Hollow emphasis mark.",
2383
- "textEmphasisStyle:dot": "Small dot emphasis mark.",
2384
- "textEmphasisStyle:circle": "Adds a circular emphasis mark to text.",
2385
- "textEmphasisStyle:double-circle": "Adds double circular emphasis mark to text.",
2386
- "textEmphasisStyle:triangle": "Adds a triangular emphasis mark to text.",
2387
- "textEmphasisStyle:sesame": "Adds a sesame seed emphasis mark to text.",
2388
- "textEmphasisStyle:initial": "Sets the text emphasis style to its default value.",
2389
- "textEmphasisStyle:inherit": "Inherits the text emphasis style from its parent element.",
2390
- "textEmphasisStyle:unset": "Resets the text emphasis style to its inherited value or initial if none.",
2391
- "textIndent:hanging": "The first line of text indents to the left of the subsequent lines.",
2392
- "textIndent:each-line": "Text wraps and subsequent lines indent.",
2393
- "textIndent:initial": "Sets the text indentation to its default value.",
2394
- "textIndent:inherit": "Inherits the text indentation from its parent element.",
2395
- "textIndent:unset": "Resets the text indentation to its inherited value or initial if none.",
2396
- "textJustify:auto": "Default justification algorithm is used.",
2397
- "textJustify:inter-character": "Character-by-character justification is used.",
2398
- "textJustify:inter-word": "Word-by-word justification is used.",
2399
- "textJustify:none": "Spaces do not expand and words may be hyphenated to justify.",
2400
- "textJustify:initial": "Justifies text according to browser default.",
2401
- "textJustify:inherit": "Inherits the text justification from parent element.",
2402
- "textJustify:unset": "Resets text justification to its natural value.",
2403
- "textOrientation:mixed": "Allows horizontal and vertical text in same block.",
2404
- "textOrientation:upright": "Vertically aligns text upright.",
2405
- "textOrientation:sideways": "Rotates letters on their side.",
2406
- "textOrientation:initial": "Sets text orientation according to browser default.",
2407
- "textOrientation:inherit": "Inherits text orientation from parent element.",
2408
- "textOrientation:unset": "Resets text orientation to its natural value.",
2409
- "textOverflow:clip": "Clips overflowing text.",
2410
- "textOverflow:ellipsis": "Shows an ellipsis when text overflows.",
2411
- "textOverflow:initial": "Sets text overflow to default.",
2412
- "textOverflow:inherit": "Inherits overflow behavior from parent element.",
2413
- "textOverflow:unset": "Resets text overflow to its natural value.",
2414
- "textRendering:auto": "Uses the browser's default text rendering method.",
2415
- "textRendering:optimizeSpeed": "Optimizes the text rendered for speed.",
2416
- "textRendering:optimizeLegibility": "Font is rendered for maximum readability.",
2417
- "textRendering:geometricPrecision": "Font is rendered with geometric precision.",
2418
- "textRendering:initial": "Sets the font rendering to its default value.",
2419
- "textRendering:inherit": "Sets the font rendering to that of its parent element.",
2420
- "textRendering:unset": "Resets font rendering to its inherited value.",
2421
- "textShadow:none": "Disables text shadow.",
2422
- "textShadow:transparent": "Adds a transparent text shadow.",
2423
- "textShadow:aliceblue": "Adds a light blue text shadow.",
2424
- "textShadow:antiquewhite": "Adds an antique white text shadow.",
2425
- "textShadow:aqua": "Adds an aqua text shadow.",
2426
- "textShadow:aquamarine": "Adds an aquamarine text shadow.",
2427
- "textShadow:azure": "Adds an azure text shadow.",
2428
- "textShadow:beige": "Adds a beige text shadow.",
2429
- "textShadow:bisque": "Adds a bisque text shadow.",
2430
- "textShadow:black": "Adds a black text shadow.",
2431
- "textShadow:blanchedalmond": "Adds a blanched almond text shadow.",
2432
- "textShadow:blue": "Adds a blue shadow to text.",
2433
- "textShadow:blueviolet": "Adds a blue-violet shadow to text.",
2434
- "textShadow:brown": "Adds a brown shadow to text.",
2435
- "textShadow:burlywood": "Adds a burlywood shadow to text.",
2436
- "textShadow:cadetblue": "Adds a cadet blue shadow to text.",
2437
- "textShadow:chartreuse": "Adds a chartreuse shadow to text.",
2438
- "textShadow:chocolate": "Adds a chocolate shadow to text.",
2439
- "textShadow:coral": "Adds a coral shadow to text.",
2440
- "textShadow:cornflowerblue": "Adds a cornflower blue shadow to text.",
2441
- "textShadow:cornsilk": "Adds a cornsilk shadow to text.",
2442
- "textShadow:crimson": "Adds a crimson shadow to text.",
2443
- "textShadow:cyan": "Adds a cyan shadow to text.",
2444
- "textShadow:darkblue": "Adds a dark blue shadow to text.",
2445
- "textShadow:darkcyan": "Adds a dark cyan shadow to text.",
2446
- "textShadow:darkgoldenrod": "Adds a dark goldenrod shadow to text.",
2447
- "textShadow:darkgray": "Adds a dark gray shadow to text.",
2448
- "textShadow:darkgreen": "Adds a dark green shadow to the text.",
2449
- "textShadow:darkgrey": "Adds a dark grey shadow to the text.",
2450
- "textShadow:darkkhaki": "Adds a dark khaki shadow to the text.",
2451
- "textShadow:darkmagenta": "Adds a dark magenta shadow to the text.",
2452
- "textShadow:darkolivegreen": "Adds a dark olive green shadow to the text.",
2453
- "textShadow:darkorange": "Adds a dark orange shadow to the text.",
2454
- "textShadow:darkorchid": "Adds a dark orchid shadow to the text.",
2455
- "textShadow:darkred": "Adds a dark red shadow to the text.",
2456
- "textShadow:darksalmon": "Adds a dark salmon shadow to the text.",
2457
- "textShadow:darkseagreen": "Adds a dark sea green shadow to the text.",
2458
- "textShadow:darkslateblue": "Adds a dark slate blue shadow to the text.",
2459
- "textShadow:darkslategray": "Adds a dark slate gray shadow to the text.",
2460
- "textShadow:darkslategrey": "Adds a dark slate grey shadow to the text.",
2461
- "textShadow:darkturquoise": "Adds a dark turquoise shadow to the text.",
2462
- "textShadow:darkviolet": "Adds a dark violet shadow to the text.",
2463
- "textShadow:deeppink": "Adds a deep pink shadow to the text.",
2464
- "textShadow:deepskyblue": "Adds a deep sky blue shadow to text.",
2465
- "textShadow:dimgray": "Adds a dim gray shadow to text.",
2466
- "textShadow:dimgrey": "Adds a dim gray shadow to text.",
2467
- "textShadow:dodgerblue": "Adds a dodger blue shadow to text.",
2468
- "textShadow:firebrick": "Adds a fire brick shadow to text.",
2469
- "textShadow:floralwhite": "Adds a floral white shadow to text.",
2470
- "textShadow:forestgreen": "Adds a forest green shadow to text.",
2471
- "textShadow:fuchsia": "Adds a fuchsia shadow to text.",
2472
- "textShadow:gainsboro": "Adds a gainsboro shadow to text.",
2473
- "textShadow:ghostwhite": "Adds a ghost white shadow to text.",
2474
- "textShadow:gold": "Adds a gold shadow to text.",
2475
- "textShadow:goldenrod": "Adds a goldenrod shadow to text.",
2476
- "textShadow:gray": "Adds a gray shadow to text.",
2477
- "textShadow:green": "Adds a green shadow to text.",
2478
- "textShadow:greenyellow": "Adds a green yellow shadow to text.",
2479
- "textShadow:grey": "Adds a gray shadow to text.",
2480
- "textShadow:honeydew": "Adds a honeydew-colored shadow to the text.",
2481
- "textShadow:hotpink": "Adds a hot pink-colored shadow to the text.",
2482
- "textShadow:indianred": "Adds an Indian red-colored shadow to the text.",
2483
- "textShadow:indigo": "Adds an indigo-colored shadow to the text.",
2484
- "textShadow:ivory": "Adds an ivory-colored shadow to the text.",
2485
- "textShadow:khaki": "Adds a khaki-colored shadow to the text.",
2486
- "textShadow:lavender": "Adds a lavender-colored shadow to the text.",
2487
- "textShadow:lavenderblush": "Adds a lavender blush-colored shadow to the text.",
2488
- "textShadow:lawngreen": "Adds a lawn green-colored shadow to the text.",
2489
- "textShadow:lemonchiffon": "Adds a lemon chiffon-colored shadow to the text.",
2490
- "textShadow:lightblue": "Adds a light blue-colored shadow to the text.",
2491
- "textShadow:lightcoral": "Adds a light coral-colored shadow to the text.",
2492
- "textShadow:lightcyan": "Adds a light cyan-colored shadow to the text.",
2493
- "textShadow:lightgoldenrodyellow": "Adds a light goldenrod yellow-colored shadow to the text.",
2494
- "textShadow:lightgray": "Adds a light gray-colored shadow to the text.",
2495
- "textShadow:lightgreen": "Adds a light green-colored shadow to the text.",
2496
- "textShadow:lightgrey": "Adds a light grey shadow to text.",
2497
- "textShadow:lightpink": "Adds a light pink shadow to text.",
2498
- "textShadow:lightsalmon": "Adds a light salmon shadow to text.",
2499
- "textShadow:lightseagreen": "Adds a light sea green shadow to text.",
2500
- "textShadow:lightskyblue": "Adds a light sky blue shadow to text.",
2501
- "textShadow:lightslategray": "Adds a light slate gray shadow to text.",
2502
- "textShadow:lightslategrey": "Adds a light slate grey shadow to text.",
2503
- "textShadow:lightsteelblue": "Adds a light steel blue shadow to text.",
2504
- "textShadow:lightyellow": "Adds a light yellow shadow to text.",
2505
- "textShadow:lime": "Adds a lime shadow to text.",
2506
- "textShadow:limegreen": "Adds a lime green shadow to text.",
2507
- "textShadow:linen": "Adds a linen colored shadow to text.",
2508
- "textShadow:magenta": "Adds a magenta shadow to text.",
2509
- "textShadow:maroon": "Adds a maroon shadow to text.",
2510
- "textShadow:mediumaquamarine": "Adds a medium aquamarine shadow to text.",
2511
- "textShadow:mediumblue": "Adds a medium blue shadow to text.",
2512
- "textShadow:mediumorchid": "Adds a medium orchid shadow to text.",
2513
- "textShadow:mediumpurple": "Adds a medium purple shadow to text.",
2514
- "textShadow:mediumseagreen": "Adds a medium sea green shadow to text.",
2515
- "textShadow:mediumslateblue": "Adds a medium slate blue shadow to text.",
2516
- "textShadow:mediumspringgreen": "Adds a medium spring green shadow to text.",
2517
- "textShadow:mediumturquoise": "Adds a medium turquoise shadow to text.",
2518
- "textShadow:mediumvioletred": "Adds a medium violet red shadow to text.",
2519
- "textShadow:midnightblue": "Adds a midnight blue shadow to text.",
2520
- "textShadow:mintcream": "Adds a mint cream shadow to text.",
2521
- "textShadow:mistyrose": "Adds a misty rose shadow to text.",
2522
- "textShadow:moccasin": "Adds a moccasin shadow to text.",
2523
- "textShadow:navajowhite": "Adds a navajo white shadow to text.",
2524
- "textShadow:navy": "Adds a navy shadow to text.",
2525
- "textShadow:oldlace": "Adds an old lace shadow to text.",
2526
- "textShadow:olive": "Adds an olive shadow to text.",
2527
- "textShadow:olivedrab": "Adds an olive drab shadow to text.",
2528
- "textShadow:orange": "Applies an orange shadow to text.",
2529
- "textShadow:orangered": "Applies an orange-red shadow to text.",
2530
- "textShadow:orchid": "Applies a purple-pink shadow to text.",
2531
- "textShadow:palegoldenrod": "Applies a pale goldenrod shadow to text.",
2532
- "textShadow:palegreen": "Applies a pale green shadow to text.",
2533
- "textShadow:paleturquoise": "Applies a pale turquoise shadow to text.",
2534
- "textShadow:palevioletred": "Applies a pale violet-red shadow to text.",
2535
- "textShadow:papayawhip": "Applies a papaya-whip shadow to text.",
2536
- "textShadow:peachpuff": "Applies a peach-puff shadow to text.",
2537
- "textShadow:peru": "Applies a dark orange-brown shadow to text.",
2538
- "textShadow:pink": "Applies a pink shadow to text.",
2539
- "textShadow:plum": "Applies a purple shadow to text.",
2540
- "textShadow:powderblue": "Applies a powder-blue shadow to text.",
2541
- "textShadow:purple": "Applies a dark purple shadow to text.",
2542
- "textShadow:rebeccapurple": "Applies a dark purple shadow to text.",
2543
- "textShadow:red": "Applies a red shadow to text.",
2544
- "textShadow:rosybrown": "Adds a rosybrown shadow to text.",
2545
- "textShadow:royalblue": "Adds a royalblue shadow to text.",
2546
- "textShadow:saddlebrown": "Adds a saddlebrown shadow to text.",
2547
- "textShadow:salmon": "Adds a salmon shadow to text.",
2548
- "textShadow:sandybrown": "Adds a sandybrown shadow to text.",
2549
- "textShadow:seagreen": "Adds a seagreen shadow to text.",
2550
- "textShadow:seashell": "Adds a seashell shadow to text.",
2551
- "textShadow:sienna": "Adds a sienna shadow to text.",
2552
- "textShadow:silver": "Adds a silver shadow to text.",
2553
- "textShadow:skyblue": "Adds a skyblue shadow to text.",
2554
- "textShadow:slateblue": "Adds a slateblue shadow to text.",
2555
- "textShadow:slategray": "Adds a slategray shadow to text.",
2556
- "textShadow:slategrey": "Adds a slategrey shadow to text.",
2557
- "textShadow:snow": "Adds a snow shadow to text.",
2558
- "textShadow:springgreen": "Adds a springgreen shadow to text.",
2559
- "textShadow:steelblue": "Adds a steelblue shadow to text.",
2560
- "textShadow:tan": "Adds a tan shadow to text.",
2561
- "textShadow:teal": "Adds a teal shadow to text.",
2562
- "textShadow:thistle": "Adds a thistle shadow to text.",
2563
- "textShadow:tomato": "Adds a tomato shadow to text.",
2564
- "textShadow:turquoise": "Adds a turquoise shadow to text.",
2565
- "textShadow:violet": "Adds a violet shadow to text.",
2566
- "textShadow:wheat": "Adds a wheat shadow to text.",
2567
- "textShadow:white": "Adds a white shadow to text.",
2568
- "textShadow:whitesmoke": "Adds a whitesmoke shadow to text.",
2569
- "textShadow:yellow": "Adds a yellow shadow to text.",
2570
- "textShadow:yellowgreen": "Adds a yellowgreen shadow to text.",
2571
- "textShadow:currentColor": "Adds a shadow with the same color as the text.",
2572
- "textShadow:initial": "Sets the default value of the property.",
2573
- "textShadow:inherit": "Inherits the value from the parent element.",
2574
- "textShadow:unset": "Resets the value to its default state.",
2575
- "textSizeAdjust:none": "Prevents mobile devices from adjusting font size based on user preferences.",
2576
- "textSizeAdjust:auto": "Allows users to adjust the font size.",
2577
- "textSizeAdjust:initial": "Specifies the default font size behavior.",
2578
- "textSizeAdjust:inherit": "Inherits font size adjustment behavior.",
2579
- "textSizeAdjust:unset": "Uses default value if no value is declared.",
2580
- "textTransform:none": "No text capitalization or transformation.",
2581
- "textTransform:capitalize": "Capitalizes first letter of each word.",
2582
- "textTransform:uppercase": "Converts text to UPPERCASE.",
2583
- "textTransform:lowercase": "Converts text to lowercase.",
2584
- "textTransform:full-width": "Converts to full width characters.",
2585
- "textTransform:full-size-kana": "Changes to full width for Japanese.",
2586
- "textTransform:initial": "Resets to initial capitalization or conversion.",
2587
- "textTransform:inherit": "Inherits text capitalization or conversion.",
2588
- "textTransform:unset": "Uses default value if no value is declared.",
2589
- "textUnderlineOffset:auto": "Allows the browser to adjust underline offset.",
2590
- "textUnderlineOffset:initial": "Specifies default underline offset.",
2591
- "textUnderlineOffset:inherit": "Inherits underline offset behavior.",
2592
- "textUnderlineOffset:unset": "The default offset of underlines.",
2593
- "textUnderlinePosition:auto": "Automatically aligns underlines.",
2594
- "textUnderlinePosition:from-font": "Uses the font's underline position.",
2595
- "textUnderlinePosition:under": "Underlines text.",
2596
- "textUnderlinePosition:left": "Underlines text, aligned to the left.",
2597
- "textUnderlinePosition:right": "Underlines text, aligned to the right.",
2598
- "textUnderlinePosition:initial": "Sets underline position to the default.",
2599
- "textUnderlinePosition:inherit": "Inherits underline position from the parent element.",
2600
- "textUnderlinePosition:unset": "Removes any set underline position.",
2601
- "top:auto": "The browser determines the top position.",
2602
- "top:initial": "Sets the top position to its default value.",
2603
- "top:inherit": "Inherits the top position from the parent element.",
2604
- "top:unset": "Removes any set top position.",
2605
- "touchAction:auto": "The browser determines the touch action.",
2606
- "touchAction:none": "Disables touch actions on the specified element.",
2607
- "touchAction:pan-x": "Allows horizontal panning through touch actions.",
2608
- "touchAction:pan-left": "Allows panning to the left.",
2609
- "touchAction:pan-right": "Allows panning to the right.",
2610
- "touchAction:pan-y": "Allows panning on the y-axis only.",
2611
- "touchAction:pan-up": "Allows panning upwards.",
2612
- "touchAction:pan-down": "Allows panning downwards.",
2613
- "touchAction:pinch-zoom": "Allows pinch zooming on touch devices.",
2614
- "touchAction:manipulation": "Allows any touch-gesture to be performed.",
2615
- "touchAction:initial": "Uses the default touch action.",
2616
- "touchAction:inherit": "Inherits the touch-action value from the parent element.",
2617
- "touchAction:unset": "Resets the touch-action value to its original value.",
2618
- "transform:none": "Disables any transformations.",
2619
- "transform:initial": "Applies the default transform values.",
2620
- "transform:inherit": "Inherits the transform value from the parent element.",
2621
- "transform:unset": "Resets the transform value to its original value.",
2622
- "transformBox:content-box": "Sets the transform origin to the content box.",
2623
- "transformBox:border-box": "Sets the transform origin to the border box.",
2624
- "transformBox:fill-box": "Applies transformations to the fill bounding box.",
2625
- "transformBox:stroke-box": "Applies transformations to the stroke bounding box.",
2626
- "transformBox:view-box": "Applies transformations to the nearest SVG viewport.",
2627
- "transformBox:initial": "Sets the property to its default value.",
2628
- "transformBox:inherit": "Inherits the property from its parent element.",
2629
- "transformBox:unset": "Resets the property to its inherited value (or default if no inheritable value).",
2630
- "transformOrigin:left": "Sets the horizontal position of the transform origin to the left.",
2631
- "transformOrigin:center": "Sets the horizontal position of the transform origin to the center.",
2632
- "transformOrigin:right": "Sets the horizontal position of the transform origin to the right.",
2633
- "transformOrigin:top": "Sets the vertical position of the transform origin to the top.",
2634
- "transformOrigin:bottom": "Sets the vertical position of the transform origin to the bottom.",
2635
- "transformOrigin:initial": "Sets the property to its default value.",
2636
- "transformOrigin:inherit": "Inherits the property from its parent element.",
2637
- "transformOrigin:unset": "Resets the property to its inherited value (or default if no inheritable value).",
2638
- "transformStyle:flat": "Disables 3D rendering effects on child elements.",
2639
- "transformStyle:preserve-3d": "Allows child elements to be transformed in 3D perspective.",
2640
- "transformStyle:initial": "The child elements don't preserve the 3D transformation of the parent.",
2641
- "transformStyle:inherit": "The child elements inherit the 3D transformation of the parent.",
2642
- "transformStyle:unset": "The property takes its parent value or initial if there is no parent except `transform-style: inherit`.",
2643
- "transitionDelay:initial": "No delay between the transition effect and the initiation.",
2644
- "transitionDelay:inherit": "Inherits the delay time from the parent element.",
2645
- "transitionDelay:unset": "Sets to the property's parent value if any, or initial.",
2646
- "transitionDuration:initial": "Duration takes no time to run the transition effect.",
2647
- "transitionDuration:inherit": "Inherits the duration time from the parent element.",
2648
- "transitionDuration:unset": "Sets to the property's parent value if any, or initial.",
2649
- "transitionProperty:none": "No CSS properties mentioned for transition effect.",
2650
- "transitionProperty:all": "Involves all CSS properties mentioned in the effect.",
2651
- "transitionProperty:initial": "Includes only the initial property value in the effect.",
2652
- "transitionProperty:inherit": "Inherits the properties from the parent element.",
2653
- "transitionProperty:unset": "Sets to the property's parent value if any, or initial.",
2654
- "transitionTimingFunction:linear": "The transition effect runs at a constant speed.",
2655
- "transitionTimingFunction:ease": "The transition effect starts slowly, runs quickly in the middle, and ends slowly at the end.",
2656
- "transitionTimingFunction:ease-in": "Specifies a transition effect with a slow start.",
2657
- "transitionTimingFunction:ease-out": "Specifies a transition effect with a slow end.",
2658
- "transitionTimingFunction:ease-in-out": "Specifies a transition effect with a slow start and end.",
2659
- "transitionTimingFunction:step-start": "Specifies a transition effect with an immediate start.",
2660
- "transitionTimingFunction:step-end": "Specifies a transition effect with an immediate end.",
2661
- "transitionTimingFunction:initial": "Sets a CSS property to its default value.",
2662
- "transitionTimingFunction:inherit": "Inherits the CSS property from its parent element.",
2663
- "transitionTimingFunction:unset": "Resets the CSS property to its inherited value.",
2664
- "translate:none": "Specifies no translation.",
2665
- "translate:initial": "Sets a CSS property to its default value.",
2666
- "translate:inherit": "Inherits the CSS property from its parent element.",
2667
- "translate:unset": "Resets the CSS property to its inherited value.",
2668
- "unicodeBidi:normal": "The element does not override the base direction of the text.",
2669
- "unicodeBidi:embed": "The element overrides the base direction of the text.",
2670
- "unicodeBidi:isolate": "The element isolates the text from its surrounding text.",
2671
- "unicodeBidi:bidi-override": "Overrides the base direction of the text and sets the directionality to right-to-left or left-to-right as determined by the first strong directional character.",
2672
- "unicodeBidi:isolate-override": "Overrides the element's bidirectional algorithm.",
2673
- "unicodeBidi:plaintext": "The element's content is treated as embedded in a left-to-right direction block.",
2674
- "unicodeBidi:initial": "Sets this property to its default value.",
2675
- "unicodeBidi:inherit": "Inherits this property from its parent element.",
2676
- "unicodeBidi:unset": "Sets this property to its inherited value if it exists, otherwise, it'll be the same as the initial value.",
2677
- "userSelect:auto": "The default value, enables text selection within the element.",
2678
- "userSelect:text": "Allows the selection of text contained within the element.",
2679
- "userSelect:none": "Disables user selection of the element's content.",
2680
- "userSelect:contain": "Allows selection of an element's children, but not the own element content.",
2681
- "userSelect:all": "Enables selecting the element's content and child elements.",
2682
- "userSelect:initial": "Sets the property to its default value of `auto`.",
2683
- "userSelect:inherit": "Inherits this property from parent element.",
2684
- "userSelect:unset": "Inherits the property if possible; otherwise defaults to `auto`.",
2685
- "verticalAlign:baseline": "Aligns the baseline of the element with the baseline of its parent text element.",
2686
- "verticalAlign:sub": "Aligns the element vertically to the subscript baseline of the parent.",
2687
- "verticalAlign:super": "Aligns the element vertically to the superscript baseline of the parent.",
2688
- "verticalAlign:text-top": "Aligns the top of the element with the top of the parent's content.",
2689
- "verticalAlign:text-bottom": "Aligns the bottom of the element with the bottom of the parent's content.",
2690
- "verticalAlign:middle": "Aligns the middle of the element with the baseline plus half the x-height of the parent.",
2691
- "verticalAlign:top": "Aligns the top of the element with the top of the tallest element in the parent.",
2692
- "verticalAlign:bottom": "Aligns the bottom of the element with the lowest element in the parent.",
2693
- "verticalAlign:initial": "Sets the property to its default value.",
2694
- "verticalAlign:inherit": "Inherits the value from the parent element.",
2695
- "verticalAlign:unset": "Resets the property to its natural value.",
2696
- "visibility:visible": "The element is visible.",
2697
- "visibility:hidden": "The element is hidden but takes up space.",
2698
- "visibility:collapse": "The element is hidden and does not take up space.",
2699
- "visibility:initial": "Sets the property value to its default value.",
2700
- "visibility:inherit": "Inherits the value from the parent element.",
2701
- "visibility:unset": "Resets the property to its natural value.",
2702
- "whiteSpace:normal": "Sequences of whitespace are collapsed. Newlines are treated as spaces.",
2703
- "whiteSpace:pre": "Sequences of whitespace are preserved, newlines are treated as line breaks.",
2704
- "whiteSpace:nowrap": "Keeps text in a single line without wrapping.",
2705
- "whiteSpace:pre-wrap": "Allows wrapping at specified points.",
2706
- "whiteSpace:pre-line": "Allows different lines to have different indents.",
2707
- "whiteSpace:break-spaces": "Allows long words to break at any character.",
2708
- "whiteSpace:initial": "Sets the white-space declaration to its initial value.",
2709
- "whiteSpace:inherit": "Inherits the white-space value from the parent element.",
2710
- "whiteSpace:unset": "The white-space property is set to its parent's computed value.",
2711
- "widows:initial": "Sets the minimum number of lines in a block container.",
2712
- "widows:inherit": "Uses the widows value from the parent element.",
2713
- "widows:unset": "Resets the widows value to its initial value.",
2714
- "width:auto": "Sets the width property to its default value (auto).",
2715
- "width:min-content": "Expands the elements to fit their entire content.",
2716
- "width:max-content": "Shrinks the element to fit its minimum content.",
2717
- "width:fit-content": "Expands the element to fit the available width.",
2718
- "width:initial": "Sets the width property to its initial value.",
2719
- "width:inherit": "Inherits the width value from the parent element.",
2720
- "width:unset": "The element inherits its width property from its parent.",
2721
- "willChange:auto": "The browser decides which properties to animate.",
2722
- "willChange:scroll-position": "The position of the element will be animated.",
2723
- "willChange:contents": "Changes in element content will be animated.",
2724
- "willChange:initial": "Sets the default property value.",
2725
- "willChange:inherit": "Inherits the will-change property value.",
2726
- "willChange:unset": "Resets the will-change property value.",
2727
- "wordBreak:normal": "Breaks words based on browser default.",
2728
- "wordBreak:break-all": "Allows unbroken words to be broken.",
2729
- "wordBreak:keep-all": "Keeps all words on the same line.",
2730
- "wordBreak:break-word": "Breaks words only when necessary.",
2731
- "wordBreak:initial": "Sets the default property value.",
2732
- "wordBreak:inherit": "Inherits the word-break property value.",
2733
- "wordBreak:unset": "Resets the word-break property value.",
2734
- "wordSpacing:normal": "Words are spaced based on browser default.",
2735
- "wordSpacing:initial": "Sets the default property value.",
2736
- "wordSpacing:inherit": "Inherits word-spacing from parent element.",
2737
- "wordSpacing:unset": "Removes inherited word-spacing.",
2738
- "wordWrap:normal": "Default behavior, no word wrapping.",
2739
- "wordWrap:break-word": "Breaks long words if they don't fit.",
2740
- "wordWrap:initial": "Sets the property to its default value.",
2741
- "wordWrap:inherit": "Inherits the property from parent element.",
2742
- "wordWrap:unset": "Removes inherited word-wrap.",
2743
- "writingMode:horizontal-tb": "Default horizontal, top to bottom.",
2744
- "writingMode:vertical-rl": "Vertical, right to left.",
2745
- "writingMode:vertical-lr": "Vertical, left to right.",
2746
- "writingMode:sideways-rl": "Letters laid on their right side, top to bottom.",
2747
- "writingMode:sideways-lr": "Letters laid on their left side, top to bottom.",
2748
- "writingMode:initial": "Sets the property to its default value.",
2749
- "writingMode:inherit": "Inherits the property from parent element.",
2750
- "writingMode:unset": "Removes inherited writing-mode.",
2751
- "zIndex:auto": "Default, elements stack in order of appearance.",
2752
- "zIndex:initial": "Sets the z-index to its default value.",
2753
- "zIndex:inherit": "Inherits the z-index from its parent element.",
2754
- "zIndex:unset": "Resets the z-index to its inherited value, or default if there is none."
2755
- };
2756
- const declarationsOverrides = {};
2757
- const declarations = {
2758
- ...declarationsGenerated,
2759
- ...declarationsOverrides
2760
- };