csskit 0.0.30-canary.dfdb2d1a65 → 0.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/nodes.js ADDED
@@ -0,0 +1,1408 @@
1
+ // AUTO-GENERATED by `mise run generate-node-classes`. Do not edit.
2
+ //
3
+ // One class per `css_ast` node kind. Each node from the addon is an instance of one of these.
4
+
5
+ import { Node } from './om.js';
6
+
7
+ export class AbsFunction extends Node { static tag = 'abs-function'; }
8
+ export class AbsoluteSize extends Node { static tag = 'absolute-size'; }
9
+ export class AccentColorStyleValue extends Node { static tag = 'accent-color-style-value'; }
10
+ export class AcosFunction extends Node { static tag = 'acos-function'; }
11
+ export class AdditiveSymbolsStyleValue extends Node { static tag = 'additive-symbols-style-value'; }
12
+ export class AlignContentStyleValue extends Node { static tag = 'align-content-style-value'; }
13
+ export class AlignItemsStyleValue extends Node { static tag = 'align-items-style-value'; }
14
+ export class AlignSelfStyleValue extends Node { static tag = 'align-self-style-value'; }
15
+ export class AlignmentBaselineStyleValue extends Node { static tag = 'alignment-baseline-style-value'; }
16
+ export class AllStyleValue extends Node { static tag = 'all-style-value'; }
17
+ export class AnchorName extends Node { static tag = 'anchor-name'; }
18
+ export class AnchorNameStyleValue extends Node { static tag = 'anchor-name-style-value'; }
19
+ export class AnchorScopeStyleValue extends Node { static tag = 'anchor-scope-style-value'; }
20
+ export class Angle extends Node { static tag = 'angle'; }
21
+ export class AnimateableFeature extends Node { static tag = 'animateable-feature'; }
22
+ export class AnimationAction extends Node { static tag = 'animation-action'; }
23
+ export class AnimationCompositionStyleValue extends Node { static tag = 'animation-composition-style-value'; }
24
+ export class AnimationDelayEndStyleValue extends Node { static tag = 'animation-delay-end-style-value'; }
25
+ export class AnimationDelayStartStyleValue extends Node { static tag = 'animation-delay-start-style-value'; }
26
+ export class AnimationDelayStyleValue extends Node { static tag = 'animation-delay-style-value'; }
27
+ export class AnimationDirectionStyleValue extends Node { static tag = 'animation-direction-style-value'; }
28
+ export class AnimationDurationStyleValue extends Node { static tag = 'animation-duration-style-value'; }
29
+ export class AnimationFillModeStyleValue extends Node { static tag = 'animation-fill-mode-style-value'; }
30
+ export class AnimationIterationCountStyleValue extends Node { static tag = 'animation-iteration-count-style-value'; }
31
+ export class AnimationNameStyleValue extends Node { static tag = 'animation-name-style-value'; }
32
+ export class AnimationPlayStateStyleValue extends Node { static tag = 'animation-play-state-style-value'; }
33
+ export class AnimationRangeCenterStyleValue extends Node { static tag = 'animation-range-center-style-value'; }
34
+ export class AnimationRangeEndStyleValue extends Node { static tag = 'animation-range-end-style-value'; }
35
+ export class AnimationRangeStartStyleValue extends Node { static tag = 'animation-range-start-style-value'; }
36
+ export class AnimationRangeStyleValue extends Node { static tag = 'animation-range-style-value'; }
37
+ export class AnimationStyleValue extends Node { static tag = 'animation-style-value'; }
38
+ export class AnimationTimelineStyleValue extends Node { static tag = 'animation-timeline-style-value'; }
39
+ export class AnimationTimingFunctionStyleValue extends Node { static tag = 'animation-timing-function-style-value'; }
40
+ export class AnimationTriggerStyleValue extends Node { static tag = 'animation-trigger-style-value'; }
41
+ export class AnnotationFunction extends Node { static tag = 'annotation-function'; }
42
+ export class AnyHoverMediaFeature extends Node { static tag = 'any-hover-media-feature'; }
43
+ export class AnyPointerMediaFeature extends Node { static tag = 'any-pointer-media-feature'; }
44
+ export class AppearanceStyleValue extends Node { static tag = 'appearance-style-value'; }
45
+ export class ArcCommand extends Node { static tag = 'arc-command'; }
46
+ export class ArcCommandParams extends Node { static tag = 'arc-command-params'; }
47
+ export class ArcRadii extends Node { static tag = 'arc-radii'; }
48
+ export class ArcRotate extends Node { static tag = 'arc-rotate'; }
49
+ export class ArcSize extends Node { static tag = 'arc-size'; }
50
+ export class ArcSweep extends Node { static tag = 'arc-sweep'; }
51
+ export class AsinFunction extends Node { static tag = 'asin-function'; }
52
+ export class AspectRatioContainerFeature extends Node { static tag = 'aspect-ratio-container-feature'; }
53
+ export class AspectRatioMediaFeature extends Node { static tag = 'aspect-ratio-media-feature'; }
54
+ export class AspectRatioStyleValue extends Node { static tag = 'aspect-ratio-style-value'; }
55
+ export class AtPosition extends Node { static tag = 'at-position'; }
56
+ export class Atan2Function extends Node { static tag = 'atan2-function'; }
57
+ export class AtanFunction extends Node { static tag = 'atan-function'; }
58
+ export class AttrFunction extends Node { static tag = 'attr-function'; }
59
+ export class Attribute extends Node { static tag = 'attribute'; }
60
+ export class AttributeModifier extends Node { static tag = 'attribute-modifier'; }
61
+ export class AttributeOperator extends Node { static tag = 'attribute-operator'; }
62
+ export class AttributeValue extends Node { static tag = 'attribute-value'; }
63
+ export class AutoFillOrFit extends Node { static tag = 'auto-fill-or-fit'; }
64
+ export class AutoTrackList extends Node { static tag = 'auto-track-list'; }
65
+ export class Autospace extends Node { static tag = 'autospace'; }
66
+ export class BackdropFilterStyleValue extends Node { static tag = 'backdrop-filter-style-value'; }
67
+ export class BackfaceVisibilityStyleValue extends Node { static tag = 'backface-visibility-style-value'; }
68
+ export class BackgroundAttachmentStyleValue extends Node { static tag = 'background-attachment-style-value'; }
69
+ export class BackgroundBlendModeStyleValue extends Node { static tag = 'background-blend-mode-style-value'; }
70
+ export class BackgroundClipStyleValue extends Node { static tag = 'background-clip-style-value'; }
71
+ export class BackgroundColorStyleValue extends Node { static tag = 'background-color-style-value'; }
72
+ export class BackgroundImageStyleValue extends Node { static tag = 'background-image-style-value'; }
73
+ export class BackgroundOriginStyleValue extends Node { static tag = 'background-origin-style-value'; }
74
+ export class BackgroundPositionBlockStyleValue extends Node { static tag = 'background-position-block-style-value'; }
75
+ export class BackgroundPositionInlineStyleValue extends Node { static tag = 'background-position-inline-style-value'; }
76
+ export class BackgroundPositionStyleValue extends Node { static tag = 'background-position-style-value'; }
77
+ export class BackgroundPositionXStyleValue extends Node { static tag = 'background-position-x-style-value'; }
78
+ export class BackgroundPositionYStyleValue extends Node { static tag = 'background-position-y-style-value'; }
79
+ export class BackgroundRepeatBlockStyleValue extends Node { static tag = 'background-repeat-block-style-value'; }
80
+ export class BackgroundRepeatInlineStyleValue extends Node { static tag = 'background-repeat-inline-style-value'; }
81
+ export class BackgroundRepeatStyleValue extends Node { static tag = 'background-repeat-style-value'; }
82
+ export class BackgroundRepeatXStyleValue extends Node { static tag = 'background-repeat-x-style-value'; }
83
+ export class BackgroundRepeatYStyleValue extends Node { static tag = 'background-repeat-y-style-value'; }
84
+ export class BackgroundSizeStyleValue extends Node { static tag = 'background-size-style-value'; }
85
+ export class BackgroundStyleValue extends Node { static tag = 'background-style-value'; }
86
+ export class BasePaletteValue extends Node { static tag = 'base-palette-value'; }
87
+ export class BaselineMetric extends Node { static tag = 'baseline-metric'; }
88
+ export class BaselinePosition extends Node { static tag = 'baseline-position'; }
89
+ export class BaselineShiftStyleValue extends Node { static tag = 'baseline-shift-style-value'; }
90
+ export class BaselineSourceStyleValue extends Node { static tag = 'baseline-source-style-value'; }
91
+ export class BasicShape extends Node { static tag = 'basic-shape'; }
92
+ export class BasicShapeRect extends Node { static tag = 'basic-shape-rect'; }
93
+ export class BgClip extends Node { static tag = 'bg-clip'; }
94
+ export class BgLayer extends Node { static tag = 'bg-layer'; }
95
+ export class BgPosition extends Node { static tag = 'bg-position'; }
96
+ export class BgPositionAndSize extends Node { static tag = 'bg-position-and-size'; }
97
+ export class BgSize extends Node { static tag = 'bg-size'; }
98
+ export class BlendMode extends Node { static tag = 'blend-mode'; }
99
+ export class BlockEllipsisStyleValue extends Node { static tag = 'block-ellipsis-style-value'; }
100
+ export class BlockSizeContainerFeature extends Node { static tag = 'block-size-container-feature'; }
101
+ export class BlockSizeStyleValue extends Node { static tag = 'block-size-style-value'; }
102
+ export class BlockStepAlignStyleValue extends Node { static tag = 'block-step-align-style-value'; }
103
+ export class BlockStepInsertStyleValue extends Node { static tag = 'block-step-insert-style-value'; }
104
+ export class BlockStepRoundStyleValue extends Node { static tag = 'block-step-round-style-value'; }
105
+ export class BlockStepSizeStyleValue extends Node { static tag = 'block-step-size-style-value'; }
106
+ export class BlockStepStyleValue extends Node { static tag = 'block-step-style-value'; }
107
+ export class BlurFunction extends Node { static tag = 'blur-function'; }
108
+ export class BookmarkLabelStyleValue extends Node { static tag = 'bookmark-label-style-value'; }
109
+ export class BookmarkLevelStyleValue extends Node { static tag = 'bookmark-level-style-value'; }
110
+ export class BookmarkStateStyleValue extends Node { static tag = 'bookmark-state-style-value'; }
111
+ export class BorderBlockClipStyleValue extends Node { static tag = 'border-block-clip-style-value'; }
112
+ export class BorderBlockColorStyleValue extends Node { static tag = 'border-block-color-style-value'; }
113
+ export class BorderBlockEndClipStyleValue extends Node { static tag = 'border-block-end-clip-style-value'; }
114
+ export class BorderBlockEndColorStyleValue extends Node { static tag = 'border-block-end-color-style-value'; }
115
+ export class BorderBlockEndRadiusStyleValue extends Node { static tag = 'border-block-end-radius-style-value'; }
116
+ export class BorderBlockEndStyleStyleValue extends Node { static tag = 'border-block-end-style-style-value'; }
117
+ export class BorderBlockEndStyleValue extends Node { static tag = 'border-block-end-style-value'; }
118
+ export class BorderBlockEndWidthStyleValue extends Node { static tag = 'border-block-end-width-style-value'; }
119
+ export class BorderBlockStartClipStyleValue extends Node { static tag = 'border-block-start-clip-style-value'; }
120
+ export class BorderBlockStartColorStyleValue extends Node { static tag = 'border-block-start-color-style-value'; }
121
+ export class BorderBlockStartRadiusStyleValue extends Node { static tag = 'border-block-start-radius-style-value'; }
122
+ export class BorderBlockStartStyleStyleValue extends Node { static tag = 'border-block-start-style-style-value'; }
123
+ export class BorderBlockStartStyleValue extends Node { static tag = 'border-block-start-style-value'; }
124
+ export class BorderBlockStartWidthStyleValue extends Node { static tag = 'border-block-start-width-style-value'; }
125
+ export class BorderBlockStyleStyleValue extends Node { static tag = 'border-block-style-style-value'; }
126
+ export class BorderBlockStyleValue extends Node { static tag = 'border-block-style-value'; }
127
+ export class BorderBlockWidthStyleValue extends Node { static tag = 'border-block-width-style-value'; }
128
+ export class BorderBottomClipStyleValue extends Node { static tag = 'border-bottom-clip-style-value'; }
129
+ export class BorderBottomColorStyleValue extends Node { static tag = 'border-bottom-color-style-value'; }
130
+ export class BorderBottomLeftRadiusStyleValue extends Node { static tag = 'border-bottom-left-radius-style-value'; }
131
+ export class BorderBottomRadiusStyleValue extends Node { static tag = 'border-bottom-radius-style-value'; }
132
+ export class BorderBottomRightRadiusStyleValue extends Node { static tag = 'border-bottom-right-radius-style-value'; }
133
+ export class BorderBottomStyleStyleValue extends Node { static tag = 'border-bottom-style-style-value'; }
134
+ export class BorderBottomStyleValue extends Node { static tag = 'border-bottom-style-value'; }
135
+ export class BorderBottomWidthStyleValue extends Node { static tag = 'border-bottom-width-style-value'; }
136
+ export class BorderBoundaryStyleValue extends Node { static tag = 'border-boundary-style-value'; }
137
+ export class BorderClipStyleValue extends Node { static tag = 'border-clip-style-value'; }
138
+ export class BorderCollapseStyleValue extends Node { static tag = 'border-collapse-style-value'; }
139
+ export class BorderColorStyleValue extends Node { static tag = 'border-color-style-value'; }
140
+ export class BorderEndEndRadiusStyleValue extends Node { static tag = 'border-end-end-radius-style-value'; }
141
+ export class BorderEndStartRadiusStyleValue extends Node { static tag = 'border-end-start-radius-style-value'; }
142
+ export class BorderImageOutsetStyleValue extends Node { static tag = 'border-image-outset-style-value'; }
143
+ export class BorderImageRepeatStyleValue extends Node { static tag = 'border-image-repeat-style-value'; }
144
+ export class BorderImageSliceStyleValue extends Node { static tag = 'border-image-slice-style-value'; }
145
+ export class BorderImageSourceStyleValue extends Node { static tag = 'border-image-source-style-value'; }
146
+ export class BorderImageStyleValue extends Node { static tag = 'border-image-style-value'; }
147
+ export class BorderImageWidthStyleValue extends Node { static tag = 'border-image-width-style-value'; }
148
+ export class BorderInlineClipStyleValue extends Node { static tag = 'border-inline-clip-style-value'; }
149
+ export class BorderInlineColorStyleValue extends Node { static tag = 'border-inline-color-style-value'; }
150
+ export class BorderInlineEndClipStyleValue extends Node { static tag = 'border-inline-end-clip-style-value'; }
151
+ export class BorderInlineEndColorStyleValue extends Node { static tag = 'border-inline-end-color-style-value'; }
152
+ export class BorderInlineEndRadiusStyleValue extends Node { static tag = 'border-inline-end-radius-style-value'; }
153
+ export class BorderInlineEndStyleStyleValue extends Node { static tag = 'border-inline-end-style-style-value'; }
154
+ export class BorderInlineEndStyleValue extends Node { static tag = 'border-inline-end-style-value'; }
155
+ export class BorderInlineEndWidthStyleValue extends Node { static tag = 'border-inline-end-width-style-value'; }
156
+ export class BorderInlineStartClipStyleValue extends Node { static tag = 'border-inline-start-clip-style-value'; }
157
+ export class BorderInlineStartColorStyleValue extends Node { static tag = 'border-inline-start-color-style-value'; }
158
+ export class BorderInlineStartRadiusStyleValue extends Node { static tag = 'border-inline-start-radius-style-value'; }
159
+ export class BorderInlineStartStyleStyleValue extends Node { static tag = 'border-inline-start-style-style-value'; }
160
+ export class BorderInlineStartStyleValue extends Node { static tag = 'border-inline-start-style-value'; }
161
+ export class BorderInlineStartWidthStyleValue extends Node { static tag = 'border-inline-start-width-style-value'; }
162
+ export class BorderInlineStyleStyleValue extends Node { static tag = 'border-inline-style-style-value'; }
163
+ export class BorderInlineStyleValue extends Node { static tag = 'border-inline-style-value'; }
164
+ export class BorderInlineWidthStyleValue extends Node { static tag = 'border-inline-width-style-value'; }
165
+ export class BorderLeftClipStyleValue extends Node { static tag = 'border-left-clip-style-value'; }
166
+ export class BorderLeftColorStyleValue extends Node { static tag = 'border-left-color-style-value'; }
167
+ export class BorderLeftRadiusStyleValue extends Node { static tag = 'border-left-radius-style-value'; }
168
+ export class BorderLeftStyleStyleValue extends Node { static tag = 'border-left-style-style-value'; }
169
+ export class BorderLeftStyleValue extends Node { static tag = 'border-left-style-value'; }
170
+ export class BorderLeftWidthStyleValue extends Node { static tag = 'border-left-width-style-value'; }
171
+ export class BorderLimitStyleValue extends Node { static tag = 'border-limit-style-value'; }
172
+ export class BorderRadius extends Node { static tag = 'border-radius'; }
173
+ export class BorderRadiusStyleValue extends Node { static tag = 'border-radius-style-value'; }
174
+ export class BorderRightClipStyleValue extends Node { static tag = 'border-right-clip-style-value'; }
175
+ export class BorderRightColorStyleValue extends Node { static tag = 'border-right-color-style-value'; }
176
+ export class BorderRightRadiusStyleValue extends Node { static tag = 'border-right-radius-style-value'; }
177
+ export class BorderRightStyleStyleValue extends Node { static tag = 'border-right-style-style-value'; }
178
+ export class BorderRightStyleValue extends Node { static tag = 'border-right-style-value'; }
179
+ export class BorderRightWidthStyleValue extends Node { static tag = 'border-right-width-style-value'; }
180
+ export class BorderShapeStyleValue extends Node { static tag = 'border-shape-style-value'; }
181
+ export class BorderSpacingStyleValue extends Node { static tag = 'border-spacing-style-value'; }
182
+ export class BorderStartEndRadiusStyleValue extends Node { static tag = 'border-start-end-radius-style-value'; }
183
+ export class BorderStartStartRadiusStyleValue extends Node { static tag = 'border-start-start-radius-style-value'; }
184
+ export class BorderStyleStyleValue extends Node { static tag = 'border-style-style-value'; }
185
+ export class BorderStyleValue extends Node { static tag = 'border-style-value'; }
186
+ export class BorderTopClipStyleValue extends Node { static tag = 'border-top-clip-style-value'; }
187
+ export class BorderTopColorStyleValue extends Node { static tag = 'border-top-color-style-value'; }
188
+ export class BorderTopLeftRadiusStyleValue extends Node { static tag = 'border-top-left-radius-style-value'; }
189
+ export class BorderTopRadiusStyleValue extends Node { static tag = 'border-top-radius-style-value'; }
190
+ export class BorderTopRightRadiusStyleValue extends Node { static tag = 'border-top-right-radius-style-value'; }
191
+ export class BorderTopStyleStyleValue extends Node { static tag = 'border-top-style-style-value'; }
192
+ export class BorderTopStyleValue extends Node { static tag = 'border-top-style-value'; }
193
+ export class BorderTopWidthStyleValue extends Node { static tag = 'border-top-width-style-value'; }
194
+ export class BorderWidthStyleValue extends Node { static tag = 'border-width-style-value'; }
195
+ export class BottomStyleValue extends Node { static tag = 'bottom-style-value'; }
196
+ export class BoxDecorationBreakStyleValue extends Node { static tag = 'box-decoration-break-style-value'; }
197
+ export class BoxShadowBlurStyleValue extends Node { static tag = 'box-shadow-blur-style-value'; }
198
+ export class BoxShadowColorStyleValue extends Node { static tag = 'box-shadow-color-style-value'; }
199
+ export class BoxShadowOffsetStyleValue extends Node { static tag = 'box-shadow-offset-style-value'; }
200
+ export class BoxShadowPositionStyleValue extends Node { static tag = 'box-shadow-position-style-value'; }
201
+ export class BoxShadowSpreadStyleValue extends Node { static tag = 'box-shadow-spread-style-value'; }
202
+ export class BoxShadowStyleValue extends Node { static tag = 'box-shadow-style-value'; }
203
+ export class BoxSizingStyleValue extends Node { static tag = 'box-sizing-style-value'; }
204
+ export class BoxSnapStyleValue extends Node { static tag = 'box-snap-style-value'; }
205
+ export class BreakAfterStyleValue extends Node { static tag = 'break-after-style-value'; }
206
+ export class BreakBeforeStyleValue extends Node { static tag = 'break-before-style-value'; }
207
+ export class BreakInsideStyleValue extends Node { static tag = 'break-inside-style-value'; }
208
+ export class BrightnessFunction extends Node { static tag = 'brightness-function'; }
209
+ export class CalcFunction extends Node { static tag = 'calc-function'; }
210
+ export class CalcInParens extends Node { static tag = 'calc-in-parens'; }
211
+ export class CalcProduct extends Node { static tag = 'calc-product'; }
212
+ export class CalcSizeFunction extends Node { static tag = 'calc-size-function'; }
213
+ export class CalcSum extends Node { static tag = 'calc-sum'; }
214
+ export class CaptionSideStyleValue extends Node { static tag = 'caption-side-style-value'; }
215
+ export class CaretAnimationStyleValue extends Node { static tag = 'caret-animation-style-value'; }
216
+ export class CaretColorStyleValue extends Node { static tag = 'caret-color-style-value'; }
217
+ export class CaretShapeStyleValue extends Node { static tag = 'caret-shape-style-value'; }
218
+ export class CaretStyleValue extends Node { static tag = 'caret-style-value'; }
219
+ export class CharacterVariantFunction extends Node { static tag = 'character-variant-function'; }
220
+ export class CharsetRule extends Node { static tag = 'charset-rule'; }
221
+ export class CircleFunction extends Node { static tag = 'circle-function'; }
222
+ export class CircleRadius extends Node { static tag = 'circle-radius'; }
223
+ export class ClampFunction extends Node { static tag = 'clamp-function'; }
224
+ export class Class extends Node { static tag = 'class'; }
225
+ export class ClearStyleValue extends Node { static tag = 'clear-style-value'; }
226
+ export class ClipPathStyleValue extends Node { static tag = 'clip-path-style-value'; }
227
+ export class ClipRuleStyleValue extends Node { static tag = 'clip-rule-style-value'; }
228
+ export class ClipStyleValue extends Node { static tag = 'clip-style-value'; }
229
+ export class Color extends Node { static tag = 'color'; }
230
+ export class ColorAdjustStyleValue extends Node { static tag = 'color-adjust-style-value'; }
231
+ export class ColorChannelKeyword extends Node { static tag = 'color-channel-keyword'; }
232
+ export class ColorFunction extends Node { static tag = 'color-function'; }
233
+ export class ColorFunctionColor extends Node { static tag = 'color-function-color'; }
234
+ export class ColorFunctionColorParams extends Node { static tag = 'color-function-color-params'; }
235
+ export class ColorGamutMediaFeature extends Node { static tag = 'color-gamut-media-feature'; }
236
+ export class ColorIndexMediaFeature extends Node { static tag = 'color-index-media-feature'; }
237
+ export class ColorInterpolationFiltersStyleValue extends Node { static tag = 'color-interpolation-filters-style-value'; }
238
+ export class ColorInterpolationMethod extends Node { static tag = 'color-interpolation-method'; }
239
+ export class ColorInterpolationStyleValue extends Node { static tag = 'color-interpolation-style-value'; }
240
+ export class ColorMediaFeature extends Node { static tag = 'color-media-feature'; }
241
+ export class ColorMixFunction extends Node { static tag = 'color-mix-function'; }
242
+ export class ColorProfilePrelude extends Node { static tag = 'color-profile-prelude'; }
243
+ export class ColorProfileRule extends Node { static tag = 'color-profile-rule'; }
244
+ export class ColorProfileRuleStyleValue extends Node { static tag = 'color-profile-rule-style-value'; }
245
+ export class ColorProfileSrcValue extends Node { static tag = 'color-profile-src-value'; }
246
+ export class ColorRelativeFunction extends Node { static tag = 'color-relative-function'; }
247
+ export class ColorSchemeName extends Node { static tag = 'color-scheme-name'; }
248
+ export class ColorSchemeStyleValue extends Node { static tag = 'color-scheme-style-value'; }
249
+ export class ColorSpace extends Node { static tag = 'color-space'; }
250
+ export class ColorStyleValue extends Node { static tag = 'color-style-value'; }
251
+ export class ColumnCountStyleValue extends Node { static tag = 'column-count-style-value'; }
252
+ export class ColumnFillStyleValue extends Node { static tag = 'column-fill-style-value'; }
253
+ export class ColumnGapStyleValue extends Node { static tag = 'column-gap-style-value'; }
254
+ export class ColumnHeightStyleValue extends Node { static tag = 'column-height-style-value'; }
255
+ export class ColumnRuleBreakStyleValue extends Node { static tag = 'column-rule-break-style-value'; }
256
+ export class ColumnRuleColorStyleValue extends Node { static tag = 'column-rule-color-style-value'; }
257
+ export class ColumnRuleInsetCapEndStyleValue extends Node { static tag = 'column-rule-inset-cap-end-style-value'; }
258
+ export class ColumnRuleInsetCapStartStyleValue extends Node { static tag = 'column-rule-inset-cap-start-style-value'; }
259
+ export class ColumnRuleInsetCapStyleValue extends Node { static tag = 'column-rule-inset-cap-style-value'; }
260
+ export class ColumnRuleInsetEndStyleValue extends Node { static tag = 'column-rule-inset-end-style-value'; }
261
+ export class ColumnRuleInsetJunctionEndStyleValue extends Node { static tag = 'column-rule-inset-junction-end-style-value'; }
262
+ export class ColumnRuleInsetJunctionStartStyleValue extends Node { static tag = 'column-rule-inset-junction-start-style-value'; }
263
+ export class ColumnRuleInsetJunctionStyleValue extends Node { static tag = 'column-rule-inset-junction-style-value'; }
264
+ export class ColumnRuleInsetStartStyleValue extends Node { static tag = 'column-rule-inset-start-style-value'; }
265
+ export class ColumnRuleInsetStyleValue extends Node { static tag = 'column-rule-inset-style-value'; }
266
+ export class ColumnRuleStyleStyleValue extends Node { static tag = 'column-rule-style-style-value'; }
267
+ export class ColumnRuleStyleValue extends Node { static tag = 'column-rule-style-value'; }
268
+ export class ColumnRuleVisibilityItemsStyleValue extends Node { static tag = 'column-rule-visibility-items-style-value'; }
269
+ export class ColumnRuleWidthStyleValue extends Node { static tag = 'column-rule-width-style-value'; }
270
+ export class ColumnSpanStyleValue extends Node { static tag = 'column-span-style-value'; }
271
+ export class ColumnWidthStyleValue extends Node { static tag = 'column-width-style-value'; }
272
+ export class ColumnWrapStyleValue extends Node { static tag = 'column-wrap-style-value'; }
273
+ export class ColumnsStyleValue extends Node { static tag = 'columns-style-value'; }
274
+ export class Combinator extends Node { static tag = 'combinator'; }
275
+ export class CommaOrSlash extends Node { static tag = 'comma-or-slash'; }
276
+ export class CommandEndPoint extends Node { static tag = 'command-end-point'; }
277
+ export class CommonLigValues extends Node { static tag = 'common-lig-values'; }
278
+ export class ComponentValue extends Node { static tag = 'component-value'; }
279
+ export class ComponentValues extends Node { static tag = 'component-values'; }
280
+ export class ComponentsValue extends Node { static tag = 'components-value'; }
281
+ export class CompositingOperator extends Node { static tag = 'compositing-operator'; }
282
+ export class CompoundSelector extends Node { static tag = 'compound-selector'; }
283
+ export class ContainIntrinsicBlockSizeStyleValue extends Node { static tag = 'contain-intrinsic-block-size-style-value'; }
284
+ export class ContainIntrinsicHeightStyleValue extends Node { static tag = 'contain-intrinsic-height-style-value'; }
285
+ export class ContainIntrinsicInlineSizeStyleValue extends Node { static tag = 'contain-intrinsic-inline-size-style-value'; }
286
+ export class ContainIntrinsicSizeStyleValue extends Node { static tag = 'contain-intrinsic-size-style-value'; }
287
+ export class ContainIntrinsicWidthStyleValue extends Node { static tag = 'contain-intrinsic-width-style-value'; }
288
+ export class ContainStyleValue extends Node { static tag = 'contain-style-value'; }
289
+ export class ContainerFeature extends Node { static tag = 'container-feature'; }
290
+ export class ContainerNameStyleValue extends Node { static tag = 'container-name-style-value'; }
291
+ export class ContainerQuery extends Node { static tag = 'container-query'; }
292
+ export class ContainerRule extends Node { static tag = 'container-rule'; }
293
+ export class ContainerStyleValue extends Node { static tag = 'container-style-value'; }
294
+ export class ContainerTypeStyleValue extends Node { static tag = 'container-type-style-value'; }
295
+ export class ContentAltItem extends Node { static tag = 'content-alt-item'; }
296
+ export class ContentDistribution extends Node { static tag = 'content-distribution'; }
297
+ export class ContentFunction extends Node { static tag = 'content-function'; }
298
+ export class ContentLevel extends Node { static tag = 'content-level'; }
299
+ export class ContentList extends Node { static tag = 'content-list'; }
300
+ export class ContentListItem extends Node { static tag = 'content-list-item'; }
301
+ export class ContentPosition extends Node { static tag = 'content-position'; }
302
+ export class ContentStyleValue extends Node { static tag = 'content-style-value'; }
303
+ export class ContentVisibilityStyleValue extends Node { static tag = 'content-visibility-style-value'; }
304
+ export class ContextualAltValues extends Node { static tag = 'contextual-alt-values'; }
305
+ export class ContinueStyleValue extends Node { static tag = 'continue-style-value'; }
306
+ export class ContrastFunction extends Node { static tag = 'contrast-function'; }
307
+ export class ControlPoint extends Node { static tag = 'control-point'; }
308
+ export class CoordinatePair extends Node { static tag = 'coordinate-pair'; }
309
+ export class CopyIntoStyleValue extends Node { static tag = 'copy-into-style-value'; }
310
+ export class CornerBlockEndShapeStyleValue extends Node { static tag = 'corner-block-end-shape-style-value'; }
311
+ export class CornerBlockEndStyleValue extends Node { static tag = 'corner-block-end-style-value'; }
312
+ export class CornerBlockStartShapeStyleValue extends Node { static tag = 'corner-block-start-shape-style-value'; }
313
+ export class CornerBlockStartStyleValue extends Node { static tag = 'corner-block-start-style-value'; }
314
+ export class CornerBottomLeftShapeStyleValue extends Node { static tag = 'corner-bottom-left-shape-style-value'; }
315
+ export class CornerBottomLeftStyleValue extends Node { static tag = 'corner-bottom-left-style-value'; }
316
+ export class CornerBottomRightShapeStyleValue extends Node { static tag = 'corner-bottom-right-shape-style-value'; }
317
+ export class CornerBottomRightStyleValue extends Node { static tag = 'corner-bottom-right-style-value'; }
318
+ export class CornerBottomShapeStyleValue extends Node { static tag = 'corner-bottom-shape-style-value'; }
319
+ export class CornerBottomStyleValue extends Node { static tag = 'corner-bottom-style-value'; }
320
+ export class CornerEndEndShapeStyleValue extends Node { static tag = 'corner-end-end-shape-style-value'; }
321
+ export class CornerEndEndStyleValue extends Node { static tag = 'corner-end-end-style-value'; }
322
+ export class CornerEndStartShapeStyleValue extends Node { static tag = 'corner-end-start-shape-style-value'; }
323
+ export class CornerEndStartStyleValue extends Node { static tag = 'corner-end-start-style-value'; }
324
+ export class CornerInlineEndShapeStyleValue extends Node { static tag = 'corner-inline-end-shape-style-value'; }
325
+ export class CornerInlineEndStyleValue extends Node { static tag = 'corner-inline-end-style-value'; }
326
+ export class CornerInlineStartShapeStyleValue extends Node { static tag = 'corner-inline-start-shape-style-value'; }
327
+ export class CornerInlineStartStyleValue extends Node { static tag = 'corner-inline-start-style-value'; }
328
+ export class CornerLeftShapeStyleValue extends Node { static tag = 'corner-left-shape-style-value'; }
329
+ export class CornerLeftStyleValue extends Node { static tag = 'corner-left-style-value'; }
330
+ export class CornerRightShapeStyleValue extends Node { static tag = 'corner-right-shape-style-value'; }
331
+ export class CornerRightStyleValue extends Node { static tag = 'corner-right-style-value'; }
332
+ export class CornerShapeStyleValue extends Node { static tag = 'corner-shape-style-value'; }
333
+ export class CornerShapeValue extends Node { static tag = 'corner-shape-value'; }
334
+ export class CornerStartEndShapeStyleValue extends Node { static tag = 'corner-start-end-shape-style-value'; }
335
+ export class CornerStartEndStyleValue extends Node { static tag = 'corner-start-end-style-value'; }
336
+ export class CornerStartStartShapeStyleValue extends Node { static tag = 'corner-start-start-shape-style-value'; }
337
+ export class CornerStartStartStyleValue extends Node { static tag = 'corner-start-start-style-value'; }
338
+ export class CornerStyleValue extends Node { static tag = 'corner-style-value'; }
339
+ export class CornerTopLeftShapeStyleValue extends Node { static tag = 'corner-top-left-shape-style-value'; }
340
+ export class CornerTopLeftStyleValue extends Node { static tag = 'corner-top-left-style-value'; }
341
+ export class CornerTopRightShapeStyleValue extends Node { static tag = 'corner-top-right-shape-style-value'; }
342
+ export class CornerTopRightStyleValue extends Node { static tag = 'corner-top-right-style-value'; }
343
+ export class CornerTopShapeStyleValue extends Node { static tag = 'corner-top-shape-style-value'; }
344
+ export class CornerTopStyleValue extends Node { static tag = 'corner-top-style-value'; }
345
+ export class CosFunction extends Node { static tag = 'cos-function'; }
346
+ export class CounterFunction extends Node { static tag = 'counter-function'; }
347
+ export class CounterIncrementStyleValue extends Node { static tag = 'counter-increment-style-value'; }
348
+ export class CounterName extends Node { static tag = 'counter-name'; }
349
+ export class CounterResetStyleValue extends Node { static tag = 'counter-reset-style-value'; }
350
+ export class CounterSetStyleValue extends Node { static tag = 'counter-set-style-value'; }
351
+ export class CounterStyle extends Node { static tag = 'counter-style'; }
352
+ export class CounterStyleRule extends Node { static tag = 'counter-style-rule'; }
353
+ export class CounterStyleRuleStyleValue extends Node { static tag = 'counter-style-rule-style-value'; }
354
+ export class CountersFunction extends Node { static tag = 'counters-function'; }
355
+ export class CrossFadeFunction extends Node { static tag = 'cross-fade-function'; }
356
+ export class CubicBezierFunction extends Node { static tag = 'cubic-bezier-function'; }
357
+ export class CueAfterStyleValue extends Node { static tag = 'cue-after-style-value'; }
358
+ export class CueBeforeStyleValue extends Node { static tag = 'cue-before-style-value'; }
359
+ export class CueStyleValue extends Node { static tag = 'cue-style-value'; }
360
+ export class CursorImage extends Node { static tag = 'cursor-image'; }
361
+ export class CursorStyleValue extends Node { static tag = 'cursor-style-value'; }
362
+ export class CurveCommand extends Node { static tag = 'curve-command'; }
363
+ export class CurveTarget extends Node { static tag = 'curve-target'; }
364
+ export class CustomElementTag extends Node { static tag = 'custom-element-tag'; }
365
+ export class CustomIdent extends Node { static tag = 'custom-ident'; }
366
+ export class DashedIdent extends Node { static tag = 'dashed-ident'; }
367
+ export class Decibel extends Node { static tag = 'decibel'; }
368
+ export class DeviceAspectRatioMediaFeature extends Node { static tag = 'device-aspect-ratio-media-feature'; }
369
+ export class DeviceHeightMediaFeature extends Node { static tag = 'device-height-media-feature'; }
370
+ export class DeviceWidthMediaFeature extends Node { static tag = 'device-width-media-feature'; }
371
+ export class DirPseudoFunction extends Node { static tag = 'dir-pseudo-function'; }
372
+ export class DirectionStyleValue extends Node { static tag = 'direction-style-value'; }
373
+ export class DiscretionaryLigValues extends Node { static tag = 'discretionary-lig-values'; }
374
+ export class DisplayModeMediaFeature extends Node { static tag = 'display-mode-media-feature'; }
375
+ export class DisplayStyleValue extends Node { static tag = 'display-style-value'; }
376
+ export class DocumentMatcher extends Node { static tag = 'document-matcher'; }
377
+ export class DocumentRule extends Node { static tag = 'document-rule'; }
378
+ export class DominantBaselineStyleValue extends Node { static tag = 'dominant-baseline-style-value'; }
379
+ export class DropShadowFunction extends Node { static tag = 'drop-shadow-function'; }
380
+ export class DynamicRangeLimitMixFunction extends Node { static tag = 'dynamic-range-limit-mix-function'; }
381
+ export class DynamicRangeLimitStyleValue extends Node { static tag = 'dynamic-range-limit-style-value'; }
382
+ export class DynamicRangeMediaFeature extends Node { static tag = 'dynamic-range-media-feature'; }
383
+ export class EasingFunction extends Node { static tag = 'easing-function'; }
384
+ export class EastAsianVariantValues extends Node { static tag = 'east-asian-variant-values'; }
385
+ export class EastAsianWidthValues extends Node { static tag = 'east-asian-width-values'; }
386
+ export class ElementFunction extends Node { static tag = 'element-function'; }
387
+ export class EllipseFunction extends Node { static tag = 'ellipse-function'; }
388
+ export class EmptyCellsStyleValue extends Node { static tag = 'empty-cells-style-value'; }
389
+ export class EnvFunction extends Node { static tag = 'env-function'; }
390
+ export class EnvironmentBlendingMediaFeature extends Node { static tag = 'environment-blending-media-feature'; }
391
+ export class EventTriggerEvent extends Node { static tag = 'event-trigger-event'; }
392
+ export class EventTriggerNameStyleValue extends Node { static tag = 'event-trigger-name-style-value'; }
393
+ export class EventTriggerSourceStyleValue extends Node { static tag = 'event-trigger-source-style-value'; }
394
+ export class EventTriggerStyleValue extends Node { static tag = 'event-trigger-style-value'; }
395
+ export class ExpFunction extends Node { static tag = 'exp-function'; }
396
+ export class ExplicitTrackList extends Node { static tag = 'explicit-track-list'; }
397
+ export class FadeFunction extends Node { static tag = 'fade-function'; }
398
+ export class FallbackStyleValue extends Node { static tag = 'fallback-style-value'; }
399
+ export class FieldSizingStyleValue extends Node { static tag = 'field-sizing-style-value'; }
400
+ export class FillBreakStyleValue extends Node { static tag = 'fill-break-style-value'; }
401
+ export class FillColorStyleValue extends Node { static tag = 'fill-color-style-value'; }
402
+ export class FillImageStyleValue extends Node { static tag = 'fill-image-style-value'; }
403
+ export class FillLayer extends Node { static tag = 'fill-layer'; }
404
+ export class FillOpacityStyleValue extends Node { static tag = 'fill-opacity-style-value'; }
405
+ export class FillOriginStyleValue extends Node { static tag = 'fill-origin-style-value'; }
406
+ export class FillPositionStyleValue extends Node { static tag = 'fill-position-style-value'; }
407
+ export class FillRepeatStyleValue extends Node { static tag = 'fill-repeat-style-value'; }
408
+ export class FillRuleStyleValue extends Node { static tag = 'fill-rule-style-value'; }
409
+ export class FillSizeStyleValue extends Node { static tag = 'fill-size-style-value'; }
410
+ export class FillStyleValue extends Node { static tag = 'fill-style-value'; }
411
+ export class FilterFunction extends Node { static tag = 'filter-function'; }
412
+ export class FilterStyleValue extends Node { static tag = 'filter-style-value'; }
413
+ export class FilterValue extends Node { static tag = 'filter-value'; }
414
+ export class FilterValueList extends Node { static tag = 'filter-value-list'; }
415
+ export class FirstValidFunction extends Node { static tag = 'first-valid-function'; }
416
+ export class FitContentFunction extends Node { static tag = 'fit-content-function'; }
417
+ export class FixedSize extends Node { static tag = 'fixed-size'; }
418
+ export class Flex extends Node { static tag = 'flex'; }
419
+ export class FlexBasisStyleValue extends Node { static tag = 'flex-basis-style-value'; }
420
+ export class FlexDirectionStyleValue extends Node { static tag = 'flex-direction-style-value'; }
421
+ export class FlexFlowStyleValue extends Node { static tag = 'flex-flow-style-value'; }
422
+ export class FlexGrowStyleValue extends Node { static tag = 'flex-grow-style-value'; }
423
+ export class FlexLineCountStyleValue extends Node { static tag = 'flex-line-count-style-value'; }
424
+ export class FlexShrinkStyleValue extends Node { static tag = 'flex-shrink-style-value'; }
425
+ export class FlexStyleValue extends Node { static tag = 'flex-style-value'; }
426
+ export class FlexWrapStyleValue extends Node { static tag = 'flex-wrap-style-value'; }
427
+ export class FloatDeferStyleValue extends Node { static tag = 'float-defer-style-value'; }
428
+ export class FloatOffsetStyleValue extends Node { static tag = 'float-offset-style-value'; }
429
+ export class FloatReferenceStyleValue extends Node { static tag = 'float-reference-style-value'; }
430
+ export class FloatStyleValue extends Node { static tag = 'float-style-value'; }
431
+ export class FloodColorStyleValue extends Node { static tag = 'flood-color-style-value'; }
432
+ export class FloodOpacityStyleValue extends Node { static tag = 'flood-opacity-style-value'; }
433
+ export class FlowFromStyleValue extends Node { static tag = 'flow-from-style-value'; }
434
+ export class FlowIntoStyleValue extends Node { static tag = 'flow-into-style-value'; }
435
+ export class FlowToleranceStyleValue extends Node { static tag = 'flow-tolerance-style-value'; }
436
+ export class FontDisplayValue extends Node { static tag = 'font-display-value'; }
437
+ export class FontFaceAscentOverrideDescriptor extends Node { static tag = 'font-face-ascent-override-descriptor'; }
438
+ export class FontFaceDescentOverrideDescriptor extends Node { static tag = 'font-face-descent-override-descriptor'; }
439
+ export class FontFaceFontFamilyDescriptor extends Node { static tag = 'font-face-font-family-descriptor'; }
440
+ export class FontFaceFontFeatureSettingsDescriptor extends Node { static tag = 'font-face-font-feature-settings-descriptor'; }
441
+ export class FontFaceFontLanguageOverrideDescriptor extends Node { static tag = 'font-face-font-language-override-descriptor'; }
442
+ export class FontFaceFontNamedInstanceDescriptor extends Node { static tag = 'font-face-font-named-instance-descriptor'; }
443
+ export class FontFaceFontSizeDescriptor extends Node { static tag = 'font-face-font-size-descriptor'; }
444
+ export class FontFaceFontStyleDescriptor extends Node { static tag = 'font-face-font-style-descriptor'; }
445
+ export class FontFaceFontVariationSettingsDescriptor extends Node { static tag = 'font-face-font-variation-settings-descriptor'; }
446
+ export class FontFaceFontWeightDescriptor extends Node { static tag = 'font-face-font-weight-descriptor'; }
447
+ export class FontFaceFontWidthDescriptor extends Node { static tag = 'font-face-font-width-descriptor'; }
448
+ export class FontFaceLineGapOverrideDescriptor extends Node { static tag = 'font-face-line-gap-override-descriptor'; }
449
+ export class FontFaceRule extends Node { static tag = 'font-face-rule'; }
450
+ export class FontFaceRuleStyleValue extends Node { static tag = 'font-face-rule-style-value'; }
451
+ export class FontFaceSizeAdjustDescriptor extends Node { static tag = 'font-face-size-adjust-descriptor'; }
452
+ export class FontFaceSrcDescriptor extends Node { static tag = 'font-face-src-descriptor'; }
453
+ export class FontFaceSubscriptPositionOverrideDescriptor extends Node { static tag = 'font-face-subscript-position-override-descriptor'; }
454
+ export class FontFaceSubscriptSizeOverrideDescriptor extends Node { static tag = 'font-face-subscript-size-override-descriptor'; }
455
+ export class FontFaceSuperscriptPositionOverrideDescriptor extends Node { static tag = 'font-face-superscript-position-override-descriptor'; }
456
+ export class FontFaceSuperscriptSizeOverrideDescriptor extends Node { static tag = 'font-face-superscript-size-override-descriptor'; }
457
+ export class FontFaceUnicodeRangeDescriptor extends Node { static tag = 'font-face-unicode-range-descriptor'; }
458
+ export class FontFamilyName extends Node { static tag = 'font-family-name'; }
459
+ export class FontFamilyStyleValue extends Node { static tag = 'font-family-style-value'; }
460
+ export class FontFeatureIndex extends Node { static tag = 'font-feature-index'; }
461
+ export class FontFeatureIndexList extends Node { static tag = 'font-feature-index-list'; }
462
+ export class FontFeatureIndexPair extends Node { static tag = 'font-feature-index-pair'; }
463
+ export class FontFeatureSettingsStyleValue extends Node { static tag = 'font-feature-settings-style-value'; }
464
+ export class FontFeatureValue extends Node { static tag = 'font-feature-value'; }
465
+ export class FontFeatureValueList extends Node { static tag = 'font-feature-value-list'; }
466
+ export class FontFeatureValuePair extends Node { static tag = 'font-feature-value-pair'; }
467
+ export class FontFeatureValueTypeRule extends Node { static tag = 'font-feature-value-type-rule'; }
468
+ export class FontFeatureValuesRule extends Node { static tag = 'font-feature-values-rule'; }
469
+ export class FontFeatureValuesRuleStyleValue extends Node { static tag = 'font-feature-values-rule-style-value'; }
470
+ export class FontFormat extends Node { static tag = 'font-format'; }
471
+ export class FontKerningStyleValue extends Node { static tag = 'font-kerning-style-value'; }
472
+ export class FontLanguageOverrideStyleValue extends Node { static tag = 'font-language-override-style-value'; }
473
+ export class FontOpticalSizingStyleValue extends Node { static tag = 'font-optical-sizing-style-value'; }
474
+ export class FontPaletteStyleValue extends Node { static tag = 'font-palette-style-value'; }
475
+ export class FontPaletteValuesFontFamilyValue extends Node { static tag = 'font-palette-values-font-family-value'; }
476
+ export class FontPaletteValuesRule extends Node { static tag = 'font-palette-values-rule'; }
477
+ export class FontPaletteValuesRuleStyleValue extends Node { static tag = 'font-palette-values-rule-style-value'; }
478
+ export class FontSizeAdjustStyleValue extends Node { static tag = 'font-size-adjust-style-value'; }
479
+ export class FontSizeStyleValue extends Node { static tag = 'font-size-style-value'; }
480
+ export class FontSrc extends Node { static tag = 'font-src'; }
481
+ export class FontSrcList extends Node { static tag = 'font-src-list'; }
482
+ export class FontStyleStyleValue extends Node { static tag = 'font-style-style-value'; }
483
+ export class FontStyleValue extends Node { static tag = 'font-style-value'; }
484
+ export class FontSynthesisPositionStyleValue extends Node { static tag = 'font-synthesis-position-style-value'; }
485
+ export class FontSynthesisSmallCapsStyleValue extends Node { static tag = 'font-synthesis-small-caps-style-value'; }
486
+ export class FontSynthesisStyleStyleValue extends Node { static tag = 'font-synthesis-style-style-value'; }
487
+ export class FontSynthesisStyleValue extends Node { static tag = 'font-synthesis-style-value'; }
488
+ export class FontSynthesisWeightStyleValue extends Node { static tag = 'font-synthesis-weight-style-value'; }
489
+ export class FontTech extends Node { static tag = 'font-tech'; }
490
+ export class FontVariantAlternatesStyleValue extends Node { static tag = 'font-variant-alternates-style-value'; }
491
+ export class FontVariantCapsStyleValue extends Node { static tag = 'font-variant-caps-style-value'; }
492
+ export class FontVariantEastAsianStyleValue extends Node { static tag = 'font-variant-east-asian-style-value'; }
493
+ export class FontVariantEmojiStyleValue extends Node { static tag = 'font-variant-emoji-style-value'; }
494
+ export class FontVariantKeyword extends Node { static tag = 'font-variant-keyword'; }
495
+ export class FontVariantLigaturesStyleValue extends Node { static tag = 'font-variant-ligatures-style-value'; }
496
+ export class FontVariantNumericStyleValue extends Node { static tag = 'font-variant-numeric-style-value'; }
497
+ export class FontVariantPositionStyleValue extends Node { static tag = 'font-variant-position-style-value'; }
498
+ export class FontVariantStyleValue extends Node { static tag = 'font-variant-style-value'; }
499
+ export class FontVariationSettingsStyleValue extends Node { static tag = 'font-variation-settings-style-value'; }
500
+ export class FontWeightAbsolute extends Node { static tag = 'font-weight-absolute'; }
501
+ export class FontWeightStyleValue extends Node { static tag = 'font-weight-style-value'; }
502
+ export class FontWidthKeyword extends Node { static tag = 'font-width-keyword'; }
503
+ export class FontWidthStyleValue extends Node { static tag = 'font-width-style-value'; }
504
+ export class FootnoteDisplayStyleValue extends Node { static tag = 'footnote-display-style-value'; }
505
+ export class FootnotePolicyStyleValue extends Node { static tag = 'footnote-policy-style-value'; }
506
+ export class ForcedColorAdjustStyleValue extends Node { static tag = 'forced-color-adjust-style-value'; }
507
+ export class ForcedColorsMediaFeature extends Node { static tag = 'forced-colors-media-feature'; }
508
+ export class FormatFunction extends Node { static tag = 'format-function'; }
509
+ export class FrameSizingStyleValue extends Node { static tag = 'frame-sizing-style-value'; }
510
+ export class Frequency extends Node { static tag = 'frequency'; }
511
+ export class FunctionalPseudoElement extends Node { static tag = 'functional-pseudo-element'; }
512
+ export class GapRepeatRule extends Node { static tag = 'gap-repeat-rule'; }
513
+ export class GapRuleList extends Node { static tag = 'gap-rule-list'; }
514
+ export class GapRuleOrRepeat extends Node { static tag = 'gap-rule-or-repeat'; }
515
+ export class GapStyleValue extends Node { static tag = 'gap-style-value'; }
516
+ export class GenericFontFamily extends Node { static tag = 'generic-font-family'; }
517
+ export class GenericVoice extends Node { static tag = 'generic-voice'; }
518
+ export class GeometryBox extends Node { static tag = 'geometry-box'; }
519
+ export class GlyphOrientationVerticalStyleValue extends Node { static tag = 'glyph-orientation-vertical-style-value'; }
520
+ export class Gradient extends Node { static tag = 'gradient'; }
521
+ export class GrayscaleFunction extends Node { static tag = 'grayscale-function'; }
522
+ export class GridAreaStyleValue extends Node { static tag = 'grid-area-style-value'; }
523
+ export class GridAutoColumnsStyleValue extends Node { static tag = 'grid-auto-columns-style-value'; }
524
+ export class GridAutoFlowStyleValue extends Node { static tag = 'grid-auto-flow-style-value'; }
525
+ export class GridAutoRowsStyleValue extends Node { static tag = 'grid-auto-rows-style-value'; }
526
+ export class GridColumnEndStyleValue extends Node { static tag = 'grid-column-end-style-value'; }
527
+ export class GridColumnStartStyleValue extends Node { static tag = 'grid-column-start-style-value'; }
528
+ export class GridColumnStyleValue extends Node { static tag = 'grid-column-style-value'; }
529
+ export class GridLine extends Node { static tag = 'grid-line'; }
530
+ export class GridMediaFeature extends Node { static tag = 'grid-media-feature'; }
531
+ export class GridRowEndStyleValue extends Node { static tag = 'grid-row-end-style-value'; }
532
+ export class GridRowStartStyleValue extends Node { static tag = 'grid-row-start-style-value'; }
533
+ export class GridRowStyleValue extends Node { static tag = 'grid-row-style-value'; }
534
+ export class GridStyleValue extends Node { static tag = 'grid-style-value'; }
535
+ export class GridTemplateAreasStyleValue extends Node { static tag = 'grid-template-areas-style-value'; }
536
+ export class GridTemplateColumnsStyleValue extends Node { static tag = 'grid-template-columns-style-value'; }
537
+ export class GridTemplateRowsStyleValue extends Node { static tag = 'grid-template-rows-style-value'; }
538
+ export class GridTemplateStyleValue extends Node { static tag = 'grid-template-style-value'; }
539
+ export class HangingPunctuationStyleValue extends Node { static tag = 'hanging-punctuation-style-value'; }
540
+ export class HasPseudoFunction extends Node { static tag = 'has-pseudo-function'; }
541
+ export class HeadingPseudoFunction extends Node { static tag = 'heading-pseudo-function'; }
542
+ export class HeightContainerFeature extends Node { static tag = 'height-container-feature'; }
543
+ export class HeightMediaFeature extends Node { static tag = 'height-media-feature'; }
544
+ export class HeightStyleValue extends Node { static tag = 'height-style-value'; }
545
+ export class HighlightPseudoElement extends Node { static tag = 'highlight-pseudo-element'; }
546
+ export class HistoricalLigValues extends Node { static tag = 'historical-lig-values'; }
547
+ export class HorizontalLineClause extends Node { static tag = 'horizontal-line-clause'; }
548
+ export class HorizontalLineCommand extends Node { static tag = 'horizontal-line-command'; }
549
+ export class HorizontalLineValue extends Node { static tag = 'horizontal-line-value'; }
550
+ export class HorizontalViewportSegmentsMediaFeature extends Node { static tag = 'horizontal-viewport-segments-media-feature'; }
551
+ export class HostContextPseudoFunction extends Node { static tag = 'host-context-pseudo-function'; }
552
+ export class HostPseudoFunction extends Node { static tag = 'host-pseudo-function'; }
553
+ export class HoverMediaFeature extends Node { static tag = 'hover-media-feature'; }
554
+ export class HslChannelKeyword extends Node { static tag = 'hsl-channel-keyword'; }
555
+ export class HslFunction extends Node { static tag = 'hsl-function'; }
556
+ export class HslFunctionParams extends Node { static tag = 'hsl-function-params'; }
557
+ export class HslRelativeFunction extends Node { static tag = 'hsl-relative-function'; }
558
+ export class HslaFunction extends Node { static tag = 'hsla-function'; }
559
+ export class HslaRelativeFunction extends Node { static tag = 'hsla-relative-function'; }
560
+ export class HtmlNonConformingTag extends Node { static tag = 'html-non-conforming-tag'; }
561
+ export class HtmlNonStandardTag extends Node { static tag = 'html-non-standard-tag'; }
562
+ export class HtmlTag extends Node { static tag = 'html-tag'; }
563
+ export class HueInterpolationDirection extends Node { static tag = 'hue-interpolation-direction'; }
564
+ export class HueInterpolationMethod extends Node { static tag = 'hue-interpolation-method'; }
565
+ export class HueRotateFunction extends Node { static tag = 'hue-rotate-function'; }
566
+ export class HwbChannelKeyword extends Node { static tag = 'hwb-channel-keyword'; }
567
+ export class HwbFunction extends Node { static tag = 'hwb-function'; }
568
+ export class HwbFunctionParams extends Node { static tag = 'hwb-function-params'; }
569
+ export class HwbRelativeFunction extends Node { static tag = 'hwb-relative-function'; }
570
+ export class HyphenateCharacterStyleValue extends Node { static tag = 'hyphenate-character-style-value'; }
571
+ export class HyphenateLimitCharsStyleValue extends Node { static tag = 'hyphenate-limit-chars-style-value'; }
572
+ export class HyphenateLimitLastStyleValue extends Node { static tag = 'hyphenate-limit-last-style-value'; }
573
+ export class HyphenateLimitLinesStyleValue extends Node { static tag = 'hyphenate-limit-lines-style-value'; }
574
+ export class HyphenateLimitZoneStyleValue extends Node { static tag = 'hyphenate-limit-zone-style-value'; }
575
+ export class HyphensStyleValue extends Node { static tag = 'hyphens-style-value'; }
576
+ export class HypotFunction extends Node { static tag = 'hypot-function'; }
577
+ export class Id extends Node { static tag = 'id'; }
578
+ export class IdentFunction extends Node { static tag = 'ident-function'; }
579
+ export class IfBranch extends Node { static tag = 'if-branch'; }
580
+ export class IfCondition extends Node { static tag = 'if-condition'; }
581
+ export class IfConditionExpr extends Node { static tag = 'if-condition-expr'; }
582
+ export class IfFunction extends Node { static tag = 'if-function'; }
583
+ export class IfTest extends Node { static tag = 'if-test'; }
584
+ export class Image extends Node { static tag = 'image'; }
585
+ export class Image1d extends Node { static tag = 'image1d'; }
586
+ export class ImageAnimationStyleValue extends Node { static tag = 'image-animation-style-value'; }
587
+ export class ImageFunction extends Node { static tag = 'image-function'; }
588
+ export class ImageOrientationStyleValue extends Node { static tag = 'image-orientation-style-value'; }
589
+ export class ImageRenderingStyleValue extends Node { static tag = 'image-rendering-style-value'; }
590
+ export class ImageResolutionStyleValue extends Node { static tag = 'image-resolution-style-value'; }
591
+ export class ImageSetFunction extends Node { static tag = 'image-set-function'; }
592
+ export class ImportLayer extends Node { static tag = 'import-layer'; }
593
+ export class ImportLayerFunction extends Node { static tag = 'import-layer-function'; }
594
+ export class ImportRule extends Node { static tag = 'import-rule'; }
595
+ export class ImportSupportsFunction extends Node { static tag = 'import-supports-function'; }
596
+ export class InflexibleBreadth extends Node { static tag = 'inflexible-breadth'; }
597
+ export class InheritsValue extends Node { static tag = 'inherits-value'; }
598
+ export class InitialLetterAlignStyleValue extends Node { static tag = 'initial-letter-align-style-value'; }
599
+ export class InitialLetterStyleValue extends Node { static tag = 'initial-letter-style-value'; }
600
+ export class InitialLetterWrapStyleValue extends Node { static tag = 'initial-letter-wrap-style-value'; }
601
+ export class InlineSizeContainerFeature extends Node { static tag = 'inline-size-container-feature'; }
602
+ export class InlineSizeStyleValue extends Node { static tag = 'inline-size-style-value'; }
603
+ export class InlineSizingStyleValue extends Node { static tag = 'inline-sizing-style-value'; }
604
+ export class InputSecurityStyleValue extends Node { static tag = 'input-security-style-value'; }
605
+ export class InsetBlockEndStyleValue extends Node { static tag = 'inset-block-end-style-value'; }
606
+ export class InsetBlockStartStyleValue extends Node { static tag = 'inset-block-start-style-value'; }
607
+ export class InsetBlockStyleValue extends Node { static tag = 'inset-block-style-value'; }
608
+ export class InsetFunction extends Node { static tag = 'inset-function'; }
609
+ export class InsetInlineEndStyleValue extends Node { static tag = 'inset-inline-end-style-value'; }
610
+ export class InsetInlineStartStyleValue extends Node { static tag = 'inset-inline-start-style-value'; }
611
+ export class InsetInlineStyleValue extends Node { static tag = 'inset-inline-style-value'; }
612
+ export class InsetStyleValue extends Node { static tag = 'inset-style-value'; }
613
+ export class InsetValue extends Node { static tag = 'inset-value'; }
614
+ export class IntegerOrInfinite extends Node { static tag = 'integer-or-infinite'; }
615
+ export class InteractivityStyleValue extends Node { static tag = 'interactivity-style-value'; }
616
+ export class InterestDelayEndStyleValue extends Node { static tag = 'interest-delay-end-style-value'; }
617
+ export class InterestDelayStartStyleValue extends Node { static tag = 'interest-delay-start-style-value'; }
618
+ export class InterestDelayStyleValue extends Node { static tag = 'interest-delay-style-value'; }
619
+ export class InterpolateSizeStyleValue extends Node { static tag = 'interpolate-size-style-value'; }
620
+ export class InterpolationColorSpace extends Node { static tag = 'interpolation-color-space'; }
621
+ export class InvertFunction extends Node { static tag = 'invert-function'; }
622
+ export class InvertedColorsMediaFeature extends Node { static tag = 'inverted-colors-media-feature'; }
623
+ export class IsPseudoFunction extends Node { static tag = 'is-pseudo-function'; }
624
+ export class IsolationMode extends Node { static tag = 'isolation-mode'; }
625
+ export class IsolationStyleValue extends Node { static tag = 'isolation-style-value'; }
626
+ export class JustifyContentStyleValue extends Node { static tag = 'justify-content-style-value'; }
627
+ export class JustifyItemsStyleValue extends Node { static tag = 'justify-items-style-value'; }
628
+ export class JustifySelfStyleValue extends Node { static tag = 'justify-self-style-value'; }
629
+ export class Keyframe extends Node { static tag = 'keyframe'; }
630
+ export class KeyframeSelector extends Node { static tag = 'keyframe-selector'; }
631
+ export class KeyframesName extends Node { static tag = 'keyframes-name'; }
632
+ export class KeyframesRule extends Node { static tag = 'keyframes-rule'; }
633
+ export class KeyframesRuleBlock extends Node { static tag = 'keyframes-rule-block'; }
634
+ export class KeypressFunction extends Node { static tag = 'keypress-function'; }
635
+ export class LabChannelKeyword extends Node { static tag = 'lab-channel-keyword'; }
636
+ export class LabFunction extends Node { static tag = 'lab-function'; }
637
+ export class LabFunctionParams extends Node { static tag = 'lab-function-params'; }
638
+ export class LabRelativeFunction extends Node { static tag = 'lab-relative-function'; }
639
+ export class LangPseudoFunction extends Node { static tag = 'lang-pseudo-function'; }
640
+ export class LayerName extends Node { static tag = 'layer-name'; }
641
+ export class LayerRule extends Node { static tag = 'layer-rule'; }
642
+ export class LchChannelKeyword extends Node { static tag = 'lch-channel-keyword'; }
643
+ export class LchFunction extends Node { static tag = 'lch-function'; }
644
+ export class LchFunctionParams extends Node { static tag = 'lch-function-params'; }
645
+ export class LchRelativeFunction extends Node { static tag = 'lch-relative-function'; }
646
+ export class LeaderFunction extends Node { static tag = 'leader-function'; }
647
+ export class LeftStyleValue extends Node { static tag = 'left-style-value'; }
648
+ export class LegacyPseudoElement extends Node { static tag = 'legacy-pseudo-element'; }
649
+ export class Length extends Node { static tag = 'length'; }
650
+ export class LengthPercentage extends Node { static tag = 'length-percentage'; }
651
+ export class LengthPercentageNumber extends Node { static tag = 'length-percentage-number'; }
652
+ export class LetterSpacingStyleValue extends Node { static tag = 'letter-spacing-style-value'; }
653
+ export class LightDarkFunction extends Node { static tag = 'light-dark-function'; }
654
+ export class LightingColorStyleValue extends Node { static tag = 'lighting-color-style-value'; }
655
+ export class LineBreakStyleValue extends Node { static tag = 'line-break-style-value'; }
656
+ export class LineClampStyleValue extends Node { static tag = 'line-clamp-style-value'; }
657
+ export class LineColorList extends Node { static tag = 'line-color-list'; }
658
+ export class LineColorOrRepeat extends Node { static tag = 'line-color-or-repeat'; }
659
+ export class LineCommand extends Node { static tag = 'line-command'; }
660
+ export class LineFitEdgeStyleValue extends Node { static tag = 'line-fit-edge-style-value'; }
661
+ export class LineGridStyleValue extends Node { static tag = 'line-grid-style-value'; }
662
+ export class LineHeightStepStyleValue extends Node { static tag = 'line-height-step-style-value'; }
663
+ export class LineHeightStyleValue extends Node { static tag = 'line-height-style-value'; }
664
+ export class LineNameList extends Node { static tag = 'line-name-list'; }
665
+ export class LineNames extends Node { static tag = 'line-names'; }
666
+ export class LinePaddingStyleValue extends Node { static tag = 'line-padding-style-value'; }
667
+ export class LineSnapStyleValue extends Node { static tag = 'line-snap-style-value'; }
668
+ export class LineStyle extends Node { static tag = 'line-style'; }
669
+ export class LineStyleList extends Node { static tag = 'line-style-list'; }
670
+ export class LineStyleOrRepeat extends Node { static tag = 'line-style-or-repeat'; }
671
+ export class LineWidth extends Node { static tag = 'line-width'; }
672
+ export class LineWidthList extends Node { static tag = 'line-width-list'; }
673
+ export class LineWidthOrRepeat extends Node { static tag = 'line-width-or-repeat'; }
674
+ export class LinearFunction extends Node { static tag = 'linear-function'; }
675
+ export class LinearFunctionParams extends Node { static tag = 'linear-function-params'; }
676
+ export class LinearGradientFunction extends Node { static tag = 'linear-gradient-function'; }
677
+ export class LinkParametersStyleValue extends Node { static tag = 'link-parameters-style-value'; }
678
+ export class ListStyleImageStyleValue extends Node { static tag = 'list-style-image-style-value'; }
679
+ export class ListStylePositionStyleValue extends Node { static tag = 'list-style-position-style-value'; }
680
+ export class ListStyleStyleValue extends Node { static tag = 'list-style-style-value'; }
681
+ export class ListStyleTypeStyleValue extends Node { static tag = 'list-style-type-style-value'; }
682
+ export class LocalFunction extends Node { static tag = 'local-function'; }
683
+ export class LogFunction extends Node { static tag = 'log-function'; }
684
+ export class MarginBlockEndStyleValue extends Node { static tag = 'margin-block-end-style-value'; }
685
+ export class MarginBlockStartStyleValue extends Node { static tag = 'margin-block-start-style-value'; }
686
+ export class MarginBlockStyleValue extends Node { static tag = 'margin-block-style-value'; }
687
+ export class MarginBottomStyleValue extends Node { static tag = 'margin-bottom-style-value'; }
688
+ export class MarginBreakStyleValue extends Node { static tag = 'margin-break-style-value'; }
689
+ export class MarginInlineEndStyleValue extends Node { static tag = 'margin-inline-end-style-value'; }
690
+ export class MarginInlineStartStyleValue extends Node { static tag = 'margin-inline-start-style-value'; }
691
+ export class MarginInlineStyleValue extends Node { static tag = 'margin-inline-style-value'; }
692
+ export class MarginLeftStyleValue extends Node { static tag = 'margin-left-style-value'; }
693
+ export class MarginRightStyleValue extends Node { static tag = 'margin-right-style-value'; }
694
+ export class MarginRule extends Node { static tag = 'margin-rule'; }
695
+ export class MarginStyleValue extends Node { static tag = 'margin-style-value'; }
696
+ export class MarginTopStyleValue extends Node { static tag = 'margin-top-style-value'; }
697
+ export class MarginTrimStyleValue extends Node { static tag = 'margin-trim-style-value'; }
698
+ export class MarkerEndStyleValue extends Node { static tag = 'marker-end-style-value'; }
699
+ export class MarkerMidStyleValue extends Node { static tag = 'marker-mid-style-value'; }
700
+ export class MarkerSideStyleValue extends Node { static tag = 'marker-side-style-value'; }
701
+ export class MarkerStartStyleValue extends Node { static tag = 'marker-start-style-value'; }
702
+ export class MarkerStyleValue extends Node { static tag = 'marker-style-value'; }
703
+ export class MaskBorderModeStyleValue extends Node { static tag = 'mask-border-mode-style-value'; }
704
+ export class MaskBorderOutsetStyleValue extends Node { static tag = 'mask-border-outset-style-value'; }
705
+ export class MaskBorderRepeatStyleValue extends Node { static tag = 'mask-border-repeat-style-value'; }
706
+ export class MaskBorderSliceStyleValue extends Node { static tag = 'mask-border-slice-style-value'; }
707
+ export class MaskBorderSourceStyleValue extends Node { static tag = 'mask-border-source-style-value'; }
708
+ export class MaskBorderStyleValue extends Node { static tag = 'mask-border-style-value'; }
709
+ export class MaskBorderWidthStyleValue extends Node { static tag = 'mask-border-width-style-value'; }
710
+ export class MaskClipStyleValue extends Node { static tag = 'mask-clip-style-value'; }
711
+ export class MaskCompositeStyleValue extends Node { static tag = 'mask-composite-style-value'; }
712
+ export class MaskImageStyleValue extends Node { static tag = 'mask-image-style-value'; }
713
+ export class MaskLayer extends Node { static tag = 'mask-layer'; }
714
+ export class MaskLayerClip extends Node { static tag = 'mask-layer-clip'; }
715
+ export class MaskModeStyleValue extends Node { static tag = 'mask-mode-style-value'; }
716
+ export class MaskOriginStyleValue extends Node { static tag = 'mask-origin-style-value'; }
717
+ export class MaskPositionStyleValue extends Node { static tag = 'mask-position-style-value'; }
718
+ export class MaskRepeatStyleValue extends Node { static tag = 'mask-repeat-style-value'; }
719
+ export class MaskSizeStyleValue extends Node { static tag = 'mask-size-style-value'; }
720
+ export class MaskStyleValue extends Node { static tag = 'mask-style-value'; }
721
+ export class MaskTypeStyleValue extends Node { static tag = 'mask-type-style-value'; }
722
+ export class MaskingMode extends Node { static tag = 'masking-mode'; }
723
+ export class MathFunction extends Node { static tag = 'math-function'; }
724
+ export class MathmlTag extends Node { static tag = 'mathml-tag'; }
725
+ export class Matrix3dFunction extends Node { static tag = 'matrix3d-function'; }
726
+ export class MatrixFunction extends Node { static tag = 'matrix-function'; }
727
+ export class MaxBlockSizeStyleValue extends Node { static tag = 'max-block-size-style-value'; }
728
+ export class MaxFunction extends Node { static tag = 'max-function'; }
729
+ export class MaxHeightStyleValue extends Node { static tag = 'max-height-style-value'; }
730
+ export class MaxInlineSizeStyleValue extends Node { static tag = 'max-inline-size-style-value'; }
731
+ export class MaxLinesStyleValue extends Node { static tag = 'max-lines-style-value'; }
732
+ export class MaxWidthStyleValue extends Node { static tag = 'max-width-style-value'; }
733
+ export class MediaPreCondition extends Node { static tag = 'media-pre-condition'; }
734
+ export class MediaRule extends Node { static tag = 'media-rule'; }
735
+ export class MediaType extends Node { static tag = 'media-type'; }
736
+ export class MinBlockSizeStyleValue extends Node { static tag = 'min-block-size-style-value'; }
737
+ export class MinFunction extends Node { static tag = 'min-function'; }
738
+ export class MinHeightStyleValue extends Node { static tag = 'min-height-style-value'; }
739
+ export class MinInlineSizeStyleValue extends Node { static tag = 'min-inline-size-style-value'; }
740
+ export class MinIntrinsicSizingStyleValue extends Node { static tag = 'min-intrinsic-sizing-style-value'; }
741
+ export class MinWidthStyleValue extends Node { static tag = 'min-width-style-value'; }
742
+ export class MinmaxFunction extends Node { static tag = 'minmax-function'; }
743
+ export class MixBlendModeStyleValue extends Node { static tag = 'mix-blend-mode-style-value'; }
744
+ export class ModFunction extends Node { static tag = 'mod-function'; }
745
+ export class MonochromeMediaFeature extends Node { static tag = 'monochrome-media-feature'; }
746
+ export class MoveCommand extends Node { static tag = 'move-command'; }
747
+ export class MozAppearanceStyleValue extends Node { static tag = 'moz-appearance-style-value'; }
748
+ export class MozBoxSizingStyleValue extends Node { static tag = 'moz-box-sizing-style-value'; }
749
+ export class MozColumnCountStyleValue extends Node { static tag = 'moz-column-count-style-value'; }
750
+ export class MozColumnGapStyleValue extends Node { static tag = 'moz-column-gap-style-value'; }
751
+ export class MozDeviceOrientationMediaFeature extends Node { static tag = 'moz-device-orientation-media-feature'; }
752
+ export class MozDevicePixelRatioMediaFeature extends Node { static tag = 'moz-device-pixel-ratio-media-feature'; }
753
+ export class MozDocumentRule extends Node { static tag = 'moz-document-rule'; }
754
+ export class MozFilterStyleValue extends Node { static tag = 'moz-filter-style-value'; }
755
+ export class MozFunctionalPseudoClass extends Node { static tag = 'moz-functional-pseudo-class'; }
756
+ export class MozFunctionalPseudoElement extends Node { static tag = 'moz-functional-pseudo-element'; }
757
+ export class MozImagesInMenusMediaFeature extends Node { static tag = 'moz-images-in-menus-media-feature'; }
758
+ export class MozLocaleDirFunctionalPseudoClass extends Node { static tag = 'moz-locale-dir-functional-pseudo-class'; }
759
+ export class MozMacGraphiteThemeMediaFeature extends Node { static tag = 'moz-mac-graphite-theme-media-feature'; }
760
+ export class MozMaemoClassicMediaFeature extends Node { static tag = 'moz-maemo-classic-media-feature'; }
761
+ export class MozOsVersionMediaFeature extends Node { static tag = 'moz-os-version-media-feature'; }
762
+ export class MozOsxFontSmoothingStyleValue extends Node { static tag = 'moz-osx-font-smoothing-style-value'; }
763
+ export class MozPseudoClass extends Node { static tag = 'moz-pseudo-class'; }
764
+ export class MozPseudoElement extends Node { static tag = 'moz-pseudo-element'; }
765
+ export class MozTouchEnabledMediaFeature extends Node { static tag = 'moz-touch-enabled-media-feature'; }
766
+ export class MozTransitionStyleValue extends Node { static tag = 'moz-transition-style-value'; }
767
+ export class MozUserSelectStyleValue extends Node { static tag = 'moz-user-select-style-value'; }
768
+ export class MsBoxSizingStyleValue extends Node { static tag = 'ms-box-sizing-style-value'; }
769
+ export class MsColumnCountMediaFeature extends Node { static tag = 'ms-column-count-media-feature'; }
770
+ export class MsDevicePixelRatioMediaFeature extends Node { static tag = 'ms-device-pixel-ratio-media-feature'; }
771
+ export class MsFilterStyleValue extends Node { static tag = 'ms-filter-style-value'; }
772
+ export class MsFlexAlignStyleValue extends Node { static tag = 'ms-flex-align-style-value'; }
773
+ export class MsFlexDirectionStyleValue extends Node { static tag = 'ms-flex-direction-style-value'; }
774
+ export class MsFlexFlowStyleValue extends Node { static tag = 'ms-flex-flow-style-value'; }
775
+ export class MsFlexItemAlignStyleValue extends Node { static tag = 'ms-flex-item-align-style-value'; }
776
+ export class MsFlexLinePackStyleValue extends Node { static tag = 'ms-flex-line-pack-style-value'; }
777
+ export class MsFlexNegativeStyleValue extends Node { static tag = 'ms-flex-negative-style-value'; }
778
+ export class MsFlexOrderStyleValue extends Node { static tag = 'ms-flex-order-style-value'; }
779
+ export class MsFlexPackStyleValue extends Node { static tag = 'ms-flex-pack-style-value'; }
780
+ export class MsFlexPositiveStyleValue extends Node { static tag = 'ms-flex-positive-style-value'; }
781
+ export class MsFlexPreferredSizeStyleValue extends Node { static tag = 'ms-flex-preferred-size-style-value'; }
782
+ export class MsFlexStyleValue extends Node { static tag = 'ms-flex-style-value'; }
783
+ export class MsFlexWrapStyleValue extends Node { static tag = 'ms-flex-wrap-style-value'; }
784
+ export class MsHighContrastMediaFeature extends Node { static tag = 'ms-high-contrast-media-feature'; }
785
+ export class MsImeAlignMediaFeature extends Node { static tag = 'ms-ime-align-media-feature'; }
786
+ export class MsInterpolationModeStyleValue extends Node { static tag = 'ms-interpolation-mode-style-value'; }
787
+ export class MsOverflowStyleStyleValue extends Node { static tag = 'ms-overflow-style-style-value'; }
788
+ export class MsPseudoClass extends Node { static tag = 'ms-pseudo-class'; }
789
+ export class MsPseudoElement extends Node { static tag = 'ms-pseudo-element'; }
790
+ export class MsTextSizeAdjustStyleValue extends Node { static tag = 'ms-text-size-adjust-style-value'; }
791
+ export class MsTouchActionStyleValue extends Node { static tag = 'ms-touch-action-style-value'; }
792
+ export class MsTransformOriginStyleValue extends Node { static tag = 'ms-transform-origin-style-value'; }
793
+ export class MsTransformStyleValue extends Node { static tag = 'ms-transform-style-value'; }
794
+ export class MsTransitionStyleValue extends Node { static tag = 'ms-transition-style-value'; }
795
+ export class MsUserSelectStyleValue extends Node { static tag = 'ms-user-select-style-value'; }
796
+ export class MsViewStateMediaFeature extends Node { static tag = 'ms-view-state-media-feature'; }
797
+ export class MsWordBreakStyleValue extends Node { static tag = 'ms-word-break-style-value'; }
798
+ export class NameRepeat extends Node { static tag = 'name-repeat'; }
799
+ export class NameRepeatCount extends Node { static tag = 'name-repeat-count'; }
800
+ export class NameRepeatParams extends Node { static tag = 'name-repeat-params'; }
801
+ export class NamedColor extends Node { static tag = 'named-color'; }
802
+ export class Namespace extends Node { static tag = 'namespace'; }
803
+ export class NamespaceRule extends Node { static tag = 'namespace-rule'; }
804
+ export class NavControlsMediaFeature extends Node { static tag = 'nav-controls-media-feature'; }
805
+ export class NavDownStyleValue extends Node { static tag = 'nav-down-style-value'; }
806
+ export class NavLeftStyleValue extends Node { static tag = 'nav-left-style-value'; }
807
+ export class NavRightStyleValue extends Node { static tag = 'nav-right-style-value'; }
808
+ export class NavUpStyleValue extends Node { static tag = 'nav-up-style-value'; }
809
+ export class NegativeStyleValue extends Node { static tag = 'negative-style-value'; }
810
+ export class NormalFromFontPercentage extends Node { static tag = 'normal-from-font-percentage'; }
811
+ export class NotPseudoFunction extends Node { static tag = 'not-pseudo-function'; }
812
+ export class Nth extends Node { static tag = 'nth'; }
813
+ export class NthChildPseudoFunction extends Node { static tag = 'nth-child-pseudo-function'; }
814
+ export class NthColPseudoFunction extends Node { static tag = 'nth-col-pseudo-function'; }
815
+ export class NthLastChildPseudoFunction extends Node { static tag = 'nth-last-child-pseudo-function'; }
816
+ export class NthLastColPseudoFunction extends Node { static tag = 'nth-last-col-pseudo-function'; }
817
+ export class NthLastOfTypePseudoFunction extends Node { static tag = 'nth-last-of-type-pseudo-function'; }
818
+ export class NthOfTypePseudoFunction extends Node { static tag = 'nth-of-type-pseudo-function'; }
819
+ export class NumberLength extends Node { static tag = 'number-length'; }
820
+ export class NumberPercentage extends Node { static tag = 'number-percentage'; }
821
+ export class NumericFigureValues extends Node { static tag = 'numeric-figure-values'; }
822
+ export class NumericFractionValues extends Node { static tag = 'numeric-fraction-values'; }
823
+ export class NumericSpacingValues extends Node { static tag = 'numeric-spacing-values'; }
824
+ export class OBoxSizingStyleValue extends Node { static tag = 'o-box-sizing-style-value'; }
825
+ export class ODevicePixelRatioMediaFeature extends Node { static tag = 'o-device-pixel-ratio-media-feature'; }
826
+ export class OFilterStyleValue extends Node { static tag = 'o-filter-style-value'; }
827
+ export class OObjectFitStyleValue extends Node { static tag = 'o-object-fit-style-value'; }
828
+ export class OPseudoClass extends Node { static tag = 'o-pseudo-class'; }
829
+ export class OPseudoElement extends Node { static tag = 'o-pseudo-element'; }
830
+ export class ObjectFitStyleValue extends Node { static tag = 'object-fit-style-value'; }
831
+ export class ObjectPositionStyleValue extends Node { static tag = 'object-position-style-value'; }
832
+ export class ObjectViewBoxStyleValue extends Node { static tag = 'object-view-box-style-value'; }
833
+ export class OffsetAnchorStyleValue extends Node { static tag = 'offset-anchor-style-value'; }
834
+ export class OffsetDistanceStyleValue extends Node { static tag = 'offset-distance-style-value'; }
835
+ export class OffsetPath extends Node { static tag = 'offset-path'; }
836
+ export class OffsetPathStyleValue extends Node { static tag = 'offset-path-style-value'; }
837
+ export class OffsetPositionStyleValue extends Node { static tag = 'offset-position-style-value'; }
838
+ export class OffsetRotateStyleValue extends Node { static tag = 'offset-rotate-style-value'; }
839
+ export class OffsetStyleValue extends Node { static tag = 'offset-style-value'; }
840
+ export class OklabFunction extends Node { static tag = 'oklab-function'; }
841
+ export class OklabRelativeFunction extends Node { static tag = 'oklab-relative-function'; }
842
+ export class OklchFunction extends Node { static tag = 'oklch-function'; }
843
+ export class OklchRelativeFunction extends Node { static tag = 'oklch-relative-function'; }
844
+ export class OpacityFunction extends Node { static tag = 'opacity-function'; }
845
+ export class OpacityStyleValue extends Node { static tag = 'opacity-style-value'; }
846
+ export class OpacityValue extends Node { static tag = 'opacity-value'; }
847
+ export class OrderStyleValue extends Node { static tag = 'order-style-value'; }
848
+ export class OrientationContainerFeature extends Node { static tag = 'orientation-container-feature'; }
849
+ export class OrientationMediaFeature extends Node { static tag = 'orientation-media-feature'; }
850
+ export class OrnamentsFunction extends Node { static tag = 'ornaments-function'; }
851
+ export class OrphansStyleValue extends Node { static tag = 'orphans-style-value'; }
852
+ export class OutlineColorStyleValue extends Node { static tag = 'outline-color-style-value'; }
853
+ export class OutlineOffsetStyleValue extends Node { static tag = 'outline-offset-style-value'; }
854
+ export class OutlineStyleStyleValue extends Node { static tag = 'outline-style-style-value'; }
855
+ export class OutlineStyleValue extends Node { static tag = 'outline-style-value'; }
856
+ export class OutlineWidthStyleValue extends Node { static tag = 'outline-width-style-value'; }
857
+ export class OverflowAnchorStyleValue extends Node { static tag = 'overflow-anchor-style-value'; }
858
+ export class OverflowBlockMediaFeature extends Node { static tag = 'overflow-block-media-feature'; }
859
+ export class OverflowBlockStyleValue extends Node { static tag = 'overflow-block-style-value'; }
860
+ export class OverflowClipMarginBlockEndStyleValue extends Node { static tag = 'overflow-clip-margin-block-end-style-value'; }
861
+ export class OverflowClipMarginBlockStartStyleValue extends Node { static tag = 'overflow-clip-margin-block-start-style-value'; }
862
+ export class OverflowClipMarginBlockStyleValue extends Node { static tag = 'overflow-clip-margin-block-style-value'; }
863
+ export class OverflowClipMarginBottomStyleValue extends Node { static tag = 'overflow-clip-margin-bottom-style-value'; }
864
+ export class OverflowClipMarginInlineEndStyleValue extends Node { static tag = 'overflow-clip-margin-inline-end-style-value'; }
865
+ export class OverflowClipMarginInlineStartStyleValue extends Node { static tag = 'overflow-clip-margin-inline-start-style-value'; }
866
+ export class OverflowClipMarginInlineStyleValue extends Node { static tag = 'overflow-clip-margin-inline-style-value'; }
867
+ export class OverflowClipMarginLeftStyleValue extends Node { static tag = 'overflow-clip-margin-left-style-value'; }
868
+ export class OverflowClipMarginRightStyleValue extends Node { static tag = 'overflow-clip-margin-right-style-value'; }
869
+ export class OverflowClipMarginStyleValue extends Node { static tag = 'overflow-clip-margin-style-value'; }
870
+ export class OverflowClipMarginTopStyleValue extends Node { static tag = 'overflow-clip-margin-top-style-value'; }
871
+ export class OverflowInlineMediaFeature extends Node { static tag = 'overflow-inline-media-feature'; }
872
+ export class OverflowInlineStyleValue extends Node { static tag = 'overflow-inline-style-value'; }
873
+ export class OverflowPosition extends Node { static tag = 'overflow-position'; }
874
+ export class OverflowStyleValue extends Node { static tag = 'overflow-style-value'; }
875
+ export class OverflowWrapStyleValue extends Node { static tag = 'overflow-wrap-style-value'; }
876
+ export class OverflowXStyleValue extends Node { static tag = 'overflow-x-style-value'; }
877
+ export class OverflowYStyleValue extends Node { static tag = 'overflow-y-style-value'; }
878
+ export class OverlayStyleValue extends Node { static tag = 'overlay-style-value'; }
879
+ export class OverrideColorsValue extends Node { static tag = 'override-colors-value'; }
880
+ export class OverscrollBehaviorBlockStyleValue extends Node { static tag = 'overscroll-behavior-block-style-value'; }
881
+ export class OverscrollBehaviorInlineStyleValue extends Node { static tag = 'overscroll-behavior-inline-style-value'; }
882
+ export class OverscrollBehaviorStyleValue extends Node { static tag = 'overscroll-behavior-style-value'; }
883
+ export class OverscrollBehaviorXStyleValue extends Node { static tag = 'overscroll-behavior-x-style-value'; }
884
+ export class OverscrollBehaviorYStyleValue extends Node { static tag = 'overscroll-behavior-y-style-value'; }
885
+ export class PadStyleValue extends Node { static tag = 'pad-style-value'; }
886
+ export class PaddingBlockEndStyleValue extends Node { static tag = 'padding-block-end-style-value'; }
887
+ export class PaddingBlockStartStyleValue extends Node { static tag = 'padding-block-start-style-value'; }
888
+ export class PaddingBlockStyleValue extends Node { static tag = 'padding-block-style-value'; }
889
+ export class PaddingBottomStyleValue extends Node { static tag = 'padding-bottom-style-value'; }
890
+ export class PaddingInlineEndStyleValue extends Node { static tag = 'padding-inline-end-style-value'; }
891
+ export class PaddingInlineStartStyleValue extends Node { static tag = 'padding-inline-start-style-value'; }
892
+ export class PaddingInlineStyleValue extends Node { static tag = 'padding-inline-style-value'; }
893
+ export class PaddingLeftStyleValue extends Node { static tag = 'padding-left-style-value'; }
894
+ export class PaddingRightStyleValue extends Node { static tag = 'padding-right-style-value'; }
895
+ export class PaddingStyleValue extends Node { static tag = 'padding-style-value'; }
896
+ export class PaddingTopStyleValue extends Node { static tag = 'padding-top-style-value'; }
897
+ export class PageRule extends Node { static tag = 'page-rule'; }
898
+ export class PageSelector extends Node { static tag = 'page-selector'; }
899
+ export class PageStyleValue extends Node { static tag = 'page-style-value'; }
900
+ export class Paint extends Node { static tag = 'paint'; }
901
+ export class PaintOrderStyleValue extends Node { static tag = 'paint-order-style-value'; }
902
+ export class PaletteIdentifier extends Node { static tag = 'palette-identifier'; }
903
+ export class PaletteMixFunction extends Node { static tag = 'palette-mix-function'; }
904
+ export class PaletteMixPalette extends Node { static tag = 'palette-mix-palette'; }
905
+ export class ParamFunction extends Node { static tag = 'param-function'; }
906
+ export class PartPseudoElement extends Node { static tag = 'part-pseudo-element'; }
907
+ export class PathFunction extends Node { static tag = 'path-function'; }
908
+ export class PauseAfterStyleValue extends Node { static tag = 'pause-after-style-value'; }
909
+ export class PauseBeforeStyleValue extends Node { static tag = 'pause-before-style-value'; }
910
+ export class PauseStyleValue extends Node { static tag = 'pause-style-value'; }
911
+ export class Percentage extends Node { static tag = 'percentage'; }
912
+ export class PerspectiveFunction extends Node { static tag = 'perspective-function'; }
913
+ export class PerspectiveOriginStyleValue extends Node { static tag = 'perspective-origin-style-value'; }
914
+ export class PerspectiveStyleValue extends Node { static tag = 'perspective-style-value'; }
915
+ export class PickerPseudoElement extends Node { static tag = 'picker-pseudo-element'; }
916
+ export class PlaceContentStyleValue extends Node { static tag = 'place-content-style-value'; }
917
+ export class PlaceItemsStyleValue extends Node { static tag = 'place-items-style-value'; }
918
+ export class PlaceSelfStyleValue extends Node { static tag = 'place-self-style-value'; }
919
+ export class PointerEventsStyleValue extends Node { static tag = 'pointer-events-style-value'; }
920
+ export class PointerMediaFeature extends Node { static tag = 'pointer-media-feature'; }
921
+ export class PointerTimelineAxisStyleValue extends Node { static tag = 'pointer-timeline-axis-style-value'; }
922
+ export class PointerTimelineNameStyleValue extends Node { static tag = 'pointer-timeline-name-style-value'; }
923
+ export class PointerTimelineStyleValue extends Node { static tag = 'pointer-timeline-style-value'; }
924
+ export class PolarColorSpace extends Node { static tag = 'polar-color-space'; }
925
+ export class PolygonFunction extends Node { static tag = 'polygon-function'; }
926
+ export class Position extends Node { static tag = 'position'; }
927
+ export class PositionAnchorStyleValue extends Node { static tag = 'position-anchor-style-value'; }
928
+ export class PositionAndSize extends Node { static tag = 'position-and-size'; }
929
+ export class PositionArea extends Node { static tag = 'position-area'; }
930
+ export class PositionAreaStyleValue extends Node { static tag = 'position-area-style-value'; }
931
+ export class PositionBlockAxis extends Node { static tag = 'position-block-axis'; }
932
+ export class PositionBlockAxisKeyword extends Node { static tag = 'position-block-axis-keyword'; }
933
+ export class PositionFour extends Node { static tag = 'position-four'; }
934
+ export class PositionHorizontal extends Node { static tag = 'position-horizontal'; }
935
+ export class PositionHorizontalKeyword extends Node { static tag = 'position-horizontal-keyword'; }
936
+ export class PositionInlineAxis extends Node { static tag = 'position-inline-axis'; }
937
+ export class PositionInlineAxisKeyword extends Node { static tag = 'position-inline-axis-keyword'; }
938
+ export class PositionOne extends Node { static tag = 'position-one'; }
939
+ export class PositionStyleValue extends Node { static tag = 'position-style-value'; }
940
+ export class PositionTryFallbacksStyleValue extends Node { static tag = 'position-try-fallbacks-style-value'; }
941
+ export class PositionTryOrderStyleValue extends Node { static tag = 'position-try-order-style-value'; }
942
+ export class PositionTryStyleValue extends Node { static tag = 'position-try-style-value'; }
943
+ export class PositionTwo extends Node { static tag = 'position-two'; }
944
+ export class PositionVertical extends Node { static tag = 'position-vertical'; }
945
+ export class PositionVerticalKeyword extends Node { static tag = 'position-vertical-keyword'; }
946
+ export class PositionVisibilityStyleValue extends Node { static tag = 'position-visibility-style-value'; }
947
+ export class PowFunction extends Node { static tag = 'pow-function'; }
948
+ export class PrefersColorSchemeMediaFeature extends Node { static tag = 'prefers-color-scheme-media-feature'; }
949
+ export class PrefersContrastMediaFeature extends Node { static tag = 'prefers-contrast-media-feature'; }
950
+ export class PrefersReducedDataMediaFeature extends Node { static tag = 'prefers-reduced-data-media-feature'; }
951
+ export class PrefersReducedMotionMediaFeature extends Node { static tag = 'prefers-reduced-motion-media-feature'; }
952
+ export class PrefersReducedTransparencyMediaFeature extends Node { static tag = 'prefers-reduced-transparency-media-feature'; }
953
+ export class PrefixStyleValue extends Node { static tag = 'prefix-style-value'; }
954
+ export class PrintColorAdjustStyleValue extends Node { static tag = 'print-color-adjust-style-value'; }
955
+ export class PropertyPrelude extends Node { static tag = 'property-prelude'; }
956
+ export class PropertyRule extends Node { static tag = 'property-rule'; }
957
+ export class PropertyRuleStyleValue extends Node { static tag = 'property-rule-style-value'; }
958
+ export class PseudoClass extends Node { static tag = 'pseudo-class'; }
959
+ export class PseudoElement extends Node { static tag = 'pseudo-element'; }
960
+ export class PtNameAndClassSelector extends Node { static tag = 'pt-name-and-class-selector'; }
961
+ export class Quote extends Node { static tag = 'quote'; }
962
+ export class QuotesStyleValue extends Node { static tag = 'quotes-style-value'; }
963
+ export class RadialGradientFunction extends Node { static tag = 'radial-gradient-function'; }
964
+ export class RangeStyleValue extends Node { static tag = 'range-style-value'; }
965
+ export class Ratio extends Node { static tag = 'ratio'; }
966
+ export class RayFunction extends Node { static tag = 'ray-function'; }
967
+ export class RayFunctionParams extends Node { static tag = 'ray-function-params'; }
968
+ export class ReadingFlowStyleValue extends Node { static tag = 'reading-flow-style-value'; }
969
+ export class ReadingOrderStyleValue extends Node { static tag = 'reading-order-style-value'; }
970
+ export class RectFunction extends Node { static tag = 'rect-function'; }
971
+ export class RectangularColorSpace extends Node { static tag = 'rectangular-color-space'; }
972
+ export class RegionFragmentStyleValue extends Node { static tag = 'region-fragment-style-value'; }
973
+ export class RelativeColorFunction extends Node { static tag = 'relative-color-function'; }
974
+ export class RelativeControlPoint extends Node { static tag = 'relative-control-point'; }
975
+ export class RelativeSize extends Node { static tag = 'relative-size'; }
976
+ export class RemFunction extends Node { static tag = 'rem-function'; }
977
+ export class RenderingIntentValue extends Node { static tag = 'rendering-intent-value'; }
978
+ export class RepeatStyle extends Node { static tag = 'repeat-style'; }
979
+ export class RepeatingLinearGradientFunction extends Node { static tag = 'repeating-linear-gradient-function'; }
980
+ export class RepeatingRadialGradientFunction extends Node { static tag = 'repeating-radial-gradient-function'; }
981
+ export class Repetition extends Node { static tag = 'repetition'; }
982
+ export class ResizeStyleValue extends Node { static tag = 'resize-style-value'; }
983
+ export class Resolution extends Node { static tag = 'resolution'; }
984
+ export class ResolutionMediaFeature extends Node { static tag = 'resolution-media-feature'; }
985
+ export class ResolutionMediaFeatureValue extends Node { static tag = 'resolution-media-feature-value'; }
986
+ export class RestAfterStyleValue extends Node { static tag = 'rest-after-style-value'; }
987
+ export class RestBeforeStyleValue extends Node { static tag = 'rest-before-style-value'; }
988
+ export class RestStyleValue extends Node { static tag = 'rest-style-value'; }
989
+ export class RgbChannelKeyword extends Node { static tag = 'rgb-channel-keyword'; }
990
+ export class RgbFunction extends Node { static tag = 'rgb-function'; }
991
+ export class RgbFunctionParams extends Node { static tag = 'rgb-function-params'; }
992
+ export class RgbRelativeFunction extends Node { static tag = 'rgb-relative-function'; }
993
+ export class RgbaFunction extends Node { static tag = 'rgba-function'; }
994
+ export class RgbaRelativeFunction extends Node { static tag = 'rgba-relative-function'; }
995
+ export class RightStyleValue extends Node { static tag = 'right-style-value'; }
996
+ export class Rotate3dFunction extends Node { static tag = 'rotate3d-function'; }
997
+ export class RotateFunction extends Node { static tag = 'rotate-function'; }
998
+ export class RotateStyleValue extends Node { static tag = 'rotate-style-value'; }
999
+ export class RotatexFunction extends Node { static tag = 'rotatex-function'; }
1000
+ export class RotateyFunction extends Node { static tag = 'rotatey-function'; }
1001
+ export class RotatezFunction extends Node { static tag = 'rotatez-function'; }
1002
+ export class RoundFunction extends Node { static tag = 'round-function'; }
1003
+ export class RowGapStyleValue extends Node { static tag = 'row-gap-style-value'; }
1004
+ export class RowRuleBreakStyleValue extends Node { static tag = 'row-rule-break-style-value'; }
1005
+ export class RowRuleColorStyleValue extends Node { static tag = 'row-rule-color-style-value'; }
1006
+ export class RowRuleInsetCapEndStyleValue extends Node { static tag = 'row-rule-inset-cap-end-style-value'; }
1007
+ export class RowRuleInsetCapStartStyleValue extends Node { static tag = 'row-rule-inset-cap-start-style-value'; }
1008
+ export class RowRuleInsetCapStyleValue extends Node { static tag = 'row-rule-inset-cap-style-value'; }
1009
+ export class RowRuleInsetEndStyleValue extends Node { static tag = 'row-rule-inset-end-style-value'; }
1010
+ export class RowRuleInsetJunctionEndStyleValue extends Node { static tag = 'row-rule-inset-junction-end-style-value'; }
1011
+ export class RowRuleInsetJunctionStartStyleValue extends Node { static tag = 'row-rule-inset-junction-start-style-value'; }
1012
+ export class RowRuleInsetJunctionStyleValue extends Node { static tag = 'row-rule-inset-junction-style-value'; }
1013
+ export class RowRuleInsetStartStyleValue extends Node { static tag = 'row-rule-inset-start-style-value'; }
1014
+ export class RowRuleInsetStyleValue extends Node { static tag = 'row-rule-inset-style-value'; }
1015
+ export class RowRuleStyleStyleValue extends Node { static tag = 'row-rule-style-style-value'; }
1016
+ export class RowRuleStyleValue extends Node { static tag = 'row-rule-style-value'; }
1017
+ export class RowRuleVisibilityItemsStyleValue extends Node { static tag = 'row-rule-visibility-items-style-value'; }
1018
+ export class RowRuleWidthStyleValue extends Node { static tag = 'row-rule-width-style-value'; }
1019
+ export class RubyAlignStyleValue extends Node { static tag = 'ruby-align-style-value'; }
1020
+ export class RubyMergeStyleValue extends Node { static tag = 'ruby-merge-style-value'; }
1021
+ export class RubyOverhangStyleValue extends Node { static tag = 'ruby-overhang-style-value'; }
1022
+ export class RubyPositionStyleValue extends Node { static tag = 'ruby-position-style-value'; }
1023
+ export class RuleBreakStyleValue extends Node { static tag = 'rule-break-style-value'; }
1024
+ export class RuleColorStyleValue extends Node { static tag = 'rule-color-style-value'; }
1025
+ export class RuleInsetCapStyleValue extends Node { static tag = 'rule-inset-cap-style-value'; }
1026
+ export class RuleInsetEndStyleValue extends Node { static tag = 'rule-inset-end-style-value'; }
1027
+ export class RuleInsetJunctionStyleValue extends Node { static tag = 'rule-inset-junction-style-value'; }
1028
+ export class RuleInsetStartStyleValue extends Node { static tag = 'rule-inset-start-style-value'; }
1029
+ export class RuleInsetStyleValue extends Node { static tag = 'rule-inset-style-value'; }
1030
+ export class RuleOverlapStyleValue extends Node { static tag = 'rule-overlap-style-value'; }
1031
+ export class RuleStyleStyleValue extends Node { static tag = 'rule-style-style-value'; }
1032
+ export class RuleStyleValue extends Node { static tag = 'rule-style-value'; }
1033
+ export class RuleVisibilityItemsStyleValue extends Node { static tag = 'rule-visibility-items-style-value'; }
1034
+ export class RuleWidthStyleValue extends Node { static tag = 'rule-width-style-value'; }
1035
+ export class RunningStyleValue extends Node { static tag = 'running-style-value'; }
1036
+ export class SaturateFunction extends Node { static tag = 'saturate-function'; }
1037
+ export class Scale3dFunction extends Node { static tag = 'scale3d-function'; }
1038
+ export class ScaleFunction extends Node { static tag = 'scale-function'; }
1039
+ export class ScaleStyleValue extends Node { static tag = 'scale-style-value'; }
1040
+ export class ScalexFunction extends Node { static tag = 'scalex-function'; }
1041
+ export class ScaleyFunction extends Node { static tag = 'scaley-function'; }
1042
+ export class ScalezFunction extends Node { static tag = 'scalez-function'; }
1043
+ export class ScanMediaFeature extends Node { static tag = 'scan-media-feature'; }
1044
+ export class ScopeRule extends Node { static tag = 'scope-rule'; }
1045
+ export class ScriptingMediaFeature extends Node { static tag = 'scripting-media-feature'; }
1046
+ export class ScrollAxisLockStyleValue extends Node { static tag = 'scroll-axis-lock-style-value'; }
1047
+ export class ScrollBehaviorStyleValue extends Node { static tag = 'scroll-behavior-style-value'; }
1048
+ export class ScrollInitialTargetStyleValue extends Node { static tag = 'scroll-initial-target-style-value'; }
1049
+ export class ScrollMarginBlockEndStyleValue extends Node { static tag = 'scroll-margin-block-end-style-value'; }
1050
+ export class ScrollMarginBlockStartStyleValue extends Node { static tag = 'scroll-margin-block-start-style-value'; }
1051
+ export class ScrollMarginBlockStyleValue extends Node { static tag = 'scroll-margin-block-style-value'; }
1052
+ export class ScrollMarginBottomStyleValue extends Node { static tag = 'scroll-margin-bottom-style-value'; }
1053
+ export class ScrollMarginInlineEndStyleValue extends Node { static tag = 'scroll-margin-inline-end-style-value'; }
1054
+ export class ScrollMarginInlineStartStyleValue extends Node { static tag = 'scroll-margin-inline-start-style-value'; }
1055
+ export class ScrollMarginInlineStyleValue extends Node { static tag = 'scroll-margin-inline-style-value'; }
1056
+ export class ScrollMarginLeftStyleValue extends Node { static tag = 'scroll-margin-left-style-value'; }
1057
+ export class ScrollMarginRightStyleValue extends Node { static tag = 'scroll-margin-right-style-value'; }
1058
+ export class ScrollMarginStyleValue extends Node { static tag = 'scroll-margin-style-value'; }
1059
+ export class ScrollMarginTopStyleValue extends Node { static tag = 'scroll-margin-top-style-value'; }
1060
+ export class ScrollMarkerGroupStyleValue extends Node { static tag = 'scroll-marker-group-style-value'; }
1061
+ export class ScrollPaddingBlockEndStyleValue extends Node { static tag = 'scroll-padding-block-end-style-value'; }
1062
+ export class ScrollPaddingBlockStartStyleValue extends Node { static tag = 'scroll-padding-block-start-style-value'; }
1063
+ export class ScrollPaddingBlockStyleValue extends Node { static tag = 'scroll-padding-block-style-value'; }
1064
+ export class ScrollPaddingBottomStyleValue extends Node { static tag = 'scroll-padding-bottom-style-value'; }
1065
+ export class ScrollPaddingInlineEndStyleValue extends Node { static tag = 'scroll-padding-inline-end-style-value'; }
1066
+ export class ScrollPaddingInlineStartStyleValue extends Node { static tag = 'scroll-padding-inline-start-style-value'; }
1067
+ export class ScrollPaddingInlineStyleValue extends Node { static tag = 'scroll-padding-inline-style-value'; }
1068
+ export class ScrollPaddingLeftStyleValue extends Node { static tag = 'scroll-padding-left-style-value'; }
1069
+ export class ScrollPaddingRightStyleValue extends Node { static tag = 'scroll-padding-right-style-value'; }
1070
+ export class ScrollPaddingStyleValue extends Node { static tag = 'scroll-padding-style-value'; }
1071
+ export class ScrollPaddingTopStyleValue extends Node { static tag = 'scroll-padding-top-style-value'; }
1072
+ export class ScrollSnapAlignStyleValue extends Node { static tag = 'scroll-snap-align-style-value'; }
1073
+ export class ScrollSnapStopStyleValue extends Node { static tag = 'scroll-snap-stop-style-value'; }
1074
+ export class ScrollSnapTypeStyleValue extends Node { static tag = 'scroll-snap-type-style-value'; }
1075
+ export class ScrollStateFeature extends Node { static tag = 'scroll-state-feature'; }
1076
+ export class ScrollStateQuery extends Node { static tag = 'scroll-state-query'; }
1077
+ export class ScrollTargetGroupStyleValue extends Node { static tag = 'scroll-target-group-style-value'; }
1078
+ export class ScrollTimelineAxisStyleValue extends Node { static tag = 'scroll-timeline-axis-style-value'; }
1079
+ export class ScrollTimelineNameStyleValue extends Node { static tag = 'scroll-timeline-name-style-value'; }
1080
+ export class ScrollTimelineStyleValue extends Node { static tag = 'scroll-timeline-style-value'; }
1081
+ export class ScrollbarColorStyleValue extends Node { static tag = 'scrollbar-color-style-value'; }
1082
+ export class ScrollbarGutterStyleValue extends Node { static tag = 'scrollbar-gutter-style-value'; }
1083
+ export class ScrollbarWidthStyleValue extends Node { static tag = 'scrollbar-width-style-value'; }
1084
+ export class SelectorList extends Node { static tag = 'selector-list'; }
1085
+ export class SelfPosition extends Node { static tag = 'self-position'; }
1086
+ export class Semitones extends Node { static tag = 'semitones'; }
1087
+ export class SepiaFunction extends Node { static tag = 'sepia-function'; }
1088
+ export class Shadow extends Node { static tag = 'shadow'; }
1089
+ export class ShapeBox extends Node { static tag = 'shape-box'; }
1090
+ export class ShapeCommand extends Node { static tag = 'shape-command'; }
1091
+ export class ShapeFunction extends Node { static tag = 'shape-function'; }
1092
+ export class ShapeImageThresholdStyleValue extends Node { static tag = 'shape-image-threshold-style-value'; }
1093
+ export class ShapeInsideStyleValue extends Node { static tag = 'shape-inside-style-value'; }
1094
+ export class ShapeMarginStyleValue extends Node { static tag = 'shape-margin-style-value'; }
1095
+ export class ShapeOutsideStyleValue extends Node { static tag = 'shape-outside-style-value'; }
1096
+ export class ShapePaddingStyleValue extends Node { static tag = 'shape-padding-style-value'; }
1097
+ export class ShapeRectFunction extends Node { static tag = 'shape-rect-function'; }
1098
+ export class ShapeRenderingStyleValue extends Node { static tag = 'shape-rendering-style-value'; }
1099
+ export class SignFunction extends Node { static tag = 'sign-function'; }
1100
+ export class SinFunction extends Node { static tag = 'sin-function'; }
1101
+ export class SingleAnimation extends Node { static tag = 'single-animation'; }
1102
+ export class SingleAnimationComposition extends Node { static tag = 'single-animation-composition'; }
1103
+ export class SingleAnimationDirection extends Node { static tag = 'single-animation-direction'; }
1104
+ export class SingleAnimationFillMode extends Node { static tag = 'single-animation-fill-mode'; }
1105
+ export class SingleAnimationIterationCount extends Node { static tag = 'single-animation-iteration-count'; }
1106
+ export class SingleAnimationPlayState extends Node { static tag = 'single-animation-play-state'; }
1107
+ export class SingleAnimationTimeline extends Node { static tag = 'single-animation-timeline'; }
1108
+ export class SingleAnimationTrigger extends Node { static tag = 'single-animation-trigger'; }
1109
+ export class SingleAnimationTriggerBehavior extends Node { static tag = 'single-animation-trigger-behavior'; }
1110
+ export class SingleAnimationTriggerRange extends Node { static tag = 'single-animation-trigger-range'; }
1111
+ export class SingleAnimationTriggerTimeline extends Node { static tag = 'single-animation-trigger-timeline'; }
1112
+ export class SingleTransition extends Node { static tag = 'single-transition'; }
1113
+ export class SingleTransitionProperty extends Node { static tag = 'single-transition-property'; }
1114
+ export class SkewFunction extends Node { static tag = 'skew-function'; }
1115
+ export class SkewxFunction extends Node { static tag = 'skewx-function'; }
1116
+ export class SkewyFunction extends Node { static tag = 'skewy-function'; }
1117
+ export class SliderOrientationStyleValue extends Node { static tag = 'slider-orientation-style-value'; }
1118
+ export class SlottedPseudoElement extends Node { static tag = 'slotted-pseudo-element'; }
1119
+ export class SmoothCommand extends Node { static tag = 'smooth-command'; }
1120
+ export class SmoothTarget extends Node { static tag = 'smooth-target'; }
1121
+ export class SnapBlockFunction extends Node { static tag = 'snap-block-function'; }
1122
+ export class SnapInlineFunction extends Node { static tag = 'snap-inline-function'; }
1123
+ export class SpatialNavigationActionStyleValue extends Node { static tag = 'spatial-navigation-action-style-value'; }
1124
+ export class SpatialNavigationContainStyleValue extends Node { static tag = 'spatial-navigation-contain-style-value'; }
1125
+ export class SpatialNavigationFunctionStyleValue extends Node { static tag = 'spatial-navigation-function-style-value'; }
1126
+ export class SpeakAsStyleValue extends Node { static tag = 'speak-as-style-value'; }
1127
+ export class SpeakStyleValue extends Node { static tag = 'speak-style-value'; }
1128
+ export class SpreadShadow extends Node { static tag = 'spread-shadow'; }
1129
+ export class SqrtFunction extends Node { static tag = 'sqrt-function'; }
1130
+ export class StartEnd extends Node { static tag = 'start-end'; }
1131
+ export class StartingStyleRule extends Node { static tag = 'starting-style-rule'; }
1132
+ export class StatePseudoFunction extends Node { static tag = 'state-pseudo-function'; }
1133
+ export class StepsFunction extends Node { static tag = 'steps-function'; }
1134
+ export class StringFunction extends Node { static tag = 'string-function'; }
1135
+ export class StringSetStyleValue extends Node { static tag = 'string-set-style-value'; }
1136
+ export class StripesFunction extends Node { static tag = 'stripes-function'; }
1137
+ export class StrokeAlignStyleValue extends Node { static tag = 'stroke-align-style-value'; }
1138
+ export class StrokeBreakStyleValue extends Node { static tag = 'stroke-break-style-value'; }
1139
+ export class StrokeColorStyleValue extends Node { static tag = 'stroke-color-style-value'; }
1140
+ export class StrokeDashCornerStyleValue extends Node { static tag = 'stroke-dash-corner-style-value'; }
1141
+ export class StrokeDashJustifyStyleValue extends Node { static tag = 'stroke-dash-justify-style-value'; }
1142
+ export class StrokeDasharrayStyleValue extends Node { static tag = 'stroke-dasharray-style-value'; }
1143
+ export class StrokeDashoffsetStyleValue extends Node { static tag = 'stroke-dashoffset-style-value'; }
1144
+ export class StrokeImageStyleValue extends Node { static tag = 'stroke-image-style-value'; }
1145
+ export class StrokeLayer extends Node { static tag = 'stroke-layer'; }
1146
+ export class StrokeLinecapStyleValue extends Node { static tag = 'stroke-linecap-style-value'; }
1147
+ export class StrokeLinejoinStyleValue extends Node { static tag = 'stroke-linejoin-style-value'; }
1148
+ export class StrokeMiterlimitStyleValue extends Node { static tag = 'stroke-miterlimit-style-value'; }
1149
+ export class StrokeOpacityStyleValue extends Node { static tag = 'stroke-opacity-style-value'; }
1150
+ export class StrokeOriginStyleValue extends Node { static tag = 'stroke-origin-style-value'; }
1151
+ export class StrokePositionStyleValue extends Node { static tag = 'stroke-position-style-value'; }
1152
+ export class StrokeRepeatStyleValue extends Node { static tag = 'stroke-repeat-style-value'; }
1153
+ export class StrokeSizeStyleValue extends Node { static tag = 'stroke-size-style-value'; }
1154
+ export class StrokeStyleValue extends Node { static tag = 'stroke-style-value'; }
1155
+ export class StrokeWidthStyleValue extends Node { static tag = 'stroke-width-style-value'; }
1156
+ export class StyleFeature extends Node { static tag = 'style-feature'; }
1157
+ export class StyleQuery extends Node { static tag = 'style-query'; }
1158
+ export class StyleRule extends Node { static tag = 'style-rule'; }
1159
+ export class StyleSheet extends Node { static tag = 'style-sheet'; }
1160
+ export class StyleValue extends Node { static tag = 'style-value'; }
1161
+ export class StylesetFunction extends Node { static tag = 'styleset-function'; }
1162
+ export class StylisticFunction extends Node { static tag = 'stylistic-function'; }
1163
+ export class SuffixStyleValue extends Node { static tag = 'suffix-style-value'; }
1164
+ export class SuperellipseFunction extends Node { static tag = 'superellipse-function'; }
1165
+ export class SupportsCondition extends Node { static tag = 'supports-condition'; }
1166
+ export class SupportsFeature extends Node { static tag = 'supports-feature'; }
1167
+ export class SupportsRule extends Node { static tag = 'supports-rule'; }
1168
+ export class SvgPaint extends Node { static tag = 'svg-paint'; }
1169
+ export class SvgTag extends Node { static tag = 'svg-tag'; }
1170
+ export class SwashFunction extends Node { static tag = 'swash-function'; }
1171
+ export class SymbolsFunction extends Node { static tag = 'symbols-function'; }
1172
+ export class SymbolsFunctionParams extends Node { static tag = 'symbols-function-params'; }
1173
+ export class SymbolsStyleValue extends Node { static tag = 'symbols-style-value'; }
1174
+ export class SyntaxValue extends Node { static tag = 'syntax-value'; }
1175
+ export class SystemColor extends Node { static tag = 'system-color'; }
1176
+ export class SystemFontFamilyName extends Node { static tag = 'system-font-family-name'; }
1177
+ export class SystemStyleValue extends Node { static tag = 'system-style-value'; }
1178
+ export class TabSizeStyleValue extends Node { static tag = 'tab-size-style-value'; }
1179
+ export class TableLayoutStyleValue extends Node { static tag = 'table-layout-style-value'; }
1180
+ export class Tag extends Node { static tag = 'tag'; }
1181
+ export class TanFunction extends Node { static tag = 'tan-function'; }
1182
+ export class Target extends Node { static tag = 'target'; }
1183
+ export class TargetCounterFunction extends Node { static tag = 'target-counter-function'; }
1184
+ export class TargetCountersFunction extends Node { static tag = 'target-counters-function'; }
1185
+ export class TargetName extends Node { static tag = 'target-name'; }
1186
+ export class TargetTextFunction extends Node { static tag = 'target-text-function'; }
1187
+ export class TechFunction extends Node { static tag = 'tech-function'; }
1188
+ export class TextAlignAllStyleValue extends Node { static tag = 'text-align-all-style-value'; }
1189
+ export class TextAlignLastStyleValue extends Node { static tag = 'text-align-last-style-value'; }
1190
+ export class TextAlignStyleValue extends Node { static tag = 'text-align-style-value'; }
1191
+ export class TextAutospaceStyleValue extends Node { static tag = 'text-autospace-style-value'; }
1192
+ export class TextBoxEdgeStyleValue extends Node { static tag = 'text-box-edge-style-value'; }
1193
+ export class TextBoxStyleValue extends Node { static tag = 'text-box-style-value'; }
1194
+ export class TextBoxTrimStyleValue extends Node { static tag = 'text-box-trim-style-value'; }
1195
+ export class TextCombineUprightStyleValue extends Node { static tag = 'text-combine-upright-style-value'; }
1196
+ export class TextDecorationColorStyleValue extends Node { static tag = 'text-decoration-color-style-value'; }
1197
+ export class TextDecorationInsetStyleValue extends Node { static tag = 'text-decoration-inset-style-value'; }
1198
+ export class TextDecorationLineStyleValue extends Node { static tag = 'text-decoration-line-style-value'; }
1199
+ export class TextDecorationSkipBoxStyleValue extends Node { static tag = 'text-decoration-skip-box-style-value'; }
1200
+ export class TextDecorationSkipInkStyleValue extends Node { static tag = 'text-decoration-skip-ink-style-value'; }
1201
+ export class TextDecorationSkipSelfStyleValue extends Node { static tag = 'text-decoration-skip-self-style-value'; }
1202
+ export class TextDecorationSkipSpacesStyleValue extends Node { static tag = 'text-decoration-skip-spaces-style-value'; }
1203
+ export class TextDecorationSkipStyleValue extends Node { static tag = 'text-decoration-skip-style-value'; }
1204
+ export class TextDecorationStyleStyleValue extends Node { static tag = 'text-decoration-style-style-value'; }
1205
+ export class TextDecorationStyleValue extends Node { static tag = 'text-decoration-style-value'; }
1206
+ export class TextDecorationThicknessStyleValue extends Node { static tag = 'text-decoration-thickness-style-value'; }
1207
+ export class TextEdge extends Node { static tag = 'text-edge'; }
1208
+ export class TextEmphasisColorStyleValue extends Node { static tag = 'text-emphasis-color-style-value'; }
1209
+ export class TextEmphasisPositionStyleValue extends Node { static tag = 'text-emphasis-position-style-value'; }
1210
+ export class TextEmphasisSkipStyleValue extends Node { static tag = 'text-emphasis-skip-style-value'; }
1211
+ export class TextEmphasisStyleStyleValue extends Node { static tag = 'text-emphasis-style-style-value'; }
1212
+ export class TextEmphasisStyleValue extends Node { static tag = 'text-emphasis-style-value'; }
1213
+ export class TextFitStyleValue extends Node { static tag = 'text-fit-style-value'; }
1214
+ export class TextGroupAlignStyleValue extends Node { static tag = 'text-group-align-style-value'; }
1215
+ export class TextIndentStyleValue extends Node { static tag = 'text-indent-style-value'; }
1216
+ export class TextJustifyStyleValue extends Node { static tag = 'text-justify-style-value'; }
1217
+ export class TextOrientationStyleValue extends Node { static tag = 'text-orientation-style-value'; }
1218
+ export class TextOverflowSingleAxis extends Node { static tag = 'text-overflow-single-axis'; }
1219
+ export class TextOverflowStyleValue extends Node { static tag = 'text-overflow-style-value'; }
1220
+ export class TextRenderingStyleValue extends Node { static tag = 'text-rendering-style-value'; }
1221
+ export class TextShadowStyleValue extends Node { static tag = 'text-shadow-style-value'; }
1222
+ export class TextSizeAdjustStyleValue extends Node { static tag = 'text-size-adjust-style-value'; }
1223
+ export class TextSpacingStyleValue extends Node { static tag = 'text-spacing-style-value'; }
1224
+ export class TextSpacingTrimStyleValue extends Node { static tag = 'text-spacing-trim-style-value'; }
1225
+ export class TextTransformStyleValue extends Node { static tag = 'text-transform-style-value'; }
1226
+ export class TextUnderlineOffsetStyleValue extends Node { static tag = 'text-underline-offset-style-value'; }
1227
+ export class TextUnderlinePositionStyleValue extends Node { static tag = 'text-underline-position-style-value'; }
1228
+ export class TextWrapModeStyleValue extends Node { static tag = 'text-wrap-mode-style-value'; }
1229
+ export class TextWrapStyleStyleValue extends Node { static tag = 'text-wrap-style-style-value'; }
1230
+ export class TextWrapStyleValue extends Node { static tag = 'text-wrap-style-value'; }
1231
+ export class Time extends Node { static tag = 'time'; }
1232
+ export class TimelineRangeCenterSubject extends Node { static tag = 'timeline-range-center-subject'; }
1233
+ export class TimelineRangeName extends Node { static tag = 'timeline-range-name'; }
1234
+ export class TimelineScopeStyleValue extends Node { static tag = 'timeline-scope-style-value'; }
1235
+ export class TimelineTriggerActivationRangeEndStyleValue extends Node { static tag = 'timeline-trigger-activation-range-end-style-value'; }
1236
+ export class TimelineTriggerActivationRangeStartStyleValue extends Node { static tag = 'timeline-trigger-activation-range-start-style-value'; }
1237
+ export class TimelineTriggerActivationRangeStyleValue extends Node { static tag = 'timeline-trigger-activation-range-style-value'; }
1238
+ export class TimelineTriggerActiveRangeEndStyleValue extends Node { static tag = 'timeline-trigger-active-range-end-style-value'; }
1239
+ export class TimelineTriggerActiveRangeStartStyleValue extends Node { static tag = 'timeline-trigger-active-range-start-style-value'; }
1240
+ export class TimelineTriggerActiveRangeStyleValue extends Node { static tag = 'timeline-trigger-active-range-style-value'; }
1241
+ export class TimelineTriggerNameStyleValue extends Node { static tag = 'timeline-trigger-name-style-value'; }
1242
+ export class TimelineTriggerSourceStyleValue extends Node { static tag = 'timeline-trigger-source-style-value'; }
1243
+ export class TimelineTriggerStyleValue extends Node { static tag = 'timeline-trigger-style-value'; }
1244
+ export class TopStyleValue extends Node { static tag = 'top-style-value'; }
1245
+ export class TouchActionStyleValue extends Node { static tag = 'touch-action-style-value'; }
1246
+ export class TrackBreadth extends Node { static tag = 'track-breadth'; }
1247
+ export class TrackList extends Node { static tag = 'track-list'; }
1248
+ export class TrackSize extends Node { static tag = 'track-size'; }
1249
+ export class TransformBoxStyleValue extends Node { static tag = 'transform-box-style-value'; }
1250
+ export class TransformFunction extends Node { static tag = 'transform-function'; }
1251
+ export class TransformList extends Node { static tag = 'transform-list'; }
1252
+ export class TransformOriginStyleValue extends Node { static tag = 'transform-origin-style-value'; }
1253
+ export class TransformStyleStyleValue extends Node { static tag = 'transform-style-style-value'; }
1254
+ export class TransformStyleValue extends Node { static tag = 'transform-style-value'; }
1255
+ export class TransitionBehaviorStyleValue extends Node { static tag = 'transition-behavior-style-value'; }
1256
+ export class TransitionDelayStyleValue extends Node { static tag = 'transition-delay-style-value'; }
1257
+ export class TransitionDurationStyleValue extends Node { static tag = 'transition-duration-style-value'; }
1258
+ export class TransitionPropertyStyleValue extends Node { static tag = 'transition-property-style-value'; }
1259
+ export class TransitionStyleValue extends Node { static tag = 'transition-style-value'; }
1260
+ export class TransitionTimingFunctionStyleValue extends Node { static tag = 'transition-timing-function-style-value'; }
1261
+ export class Translate3dFunction extends Node { static tag = 'translate3d-function'; }
1262
+ export class TranslateFunction extends Node { static tag = 'translate-function'; }
1263
+ export class TranslateStyleValue extends Node { static tag = 'translate-style-value'; }
1264
+ export class TranslatexFunction extends Node { static tag = 'translatex-function'; }
1265
+ export class TranslateyFunction extends Node { static tag = 'translatey-function'; }
1266
+ export class TranslatezFunction extends Node { static tag = 'translatez-function'; }
1267
+ export class TreeCountingFunction extends Node { static tag = 'tree-counting-function'; }
1268
+ export class TriggerScopeStyleValue extends Node { static tag = 'trigger-scope-style-value'; }
1269
+ export class TrySize extends Node { static tag = 'try-size'; }
1270
+ export class TryTactic extends Node { static tag = 'try-tactic'; }
1271
+ export class UnicodeBidiStyleValue extends Node { static tag = 'unicode-bidi-style-value'; }
1272
+ export class UnicodeRange extends Node { static tag = 'unicode-range'; }
1273
+ export class UnknownAtRule extends Node { static tag = 'unknown-at-rule'; }
1274
+ export class UnknownQualifiedRule extends Node { static tag = 'unknown-qualified-rule'; }
1275
+ export class UnknownTag extends Node { static tag = 'unknown-tag'; }
1276
+ export class UpdateMediaFeature extends Node { static tag = 'update-media-feature'; }
1277
+ export class Url extends Node { static tag = 'url'; }
1278
+ export class UrlOrString extends Node { static tag = 'url-or-string'; }
1279
+ export class UserSelectStyleValue extends Node { static tag = 'user-select-style-value'; }
1280
+ export class VarFunction extends Node { static tag = 'var-function'; }
1281
+ export class VerticalAlignStyleValue extends Node { static tag = 'vertical-align-style-value'; }
1282
+ export class VerticalLineClause extends Node { static tag = 'vertical-line-clause'; }
1283
+ export class VerticalLineCommand extends Node { static tag = 'vertical-line-command'; }
1284
+ export class VerticalLineValue extends Node { static tag = 'vertical-line-value'; }
1285
+ export class VerticalViewportSegmentsMediaFeature extends Node { static tag = 'vertical-viewport-segments-media-feature'; }
1286
+ export class VideoColorGamutMediaFeature extends Node { static tag = 'video-color-gamut-media-feature'; }
1287
+ export class VideoDynamicRangeMediaFeature extends Node { static tag = 'video-dynamic-range-media-feature'; }
1288
+ export class ViewTimelineAxisStyleValue extends Node { static tag = 'view-timeline-axis-style-value'; }
1289
+ export class ViewTimelineInsetStyleValue extends Node { static tag = 'view-timeline-inset-style-value'; }
1290
+ export class ViewTimelineNameStyleValue extends Node { static tag = 'view-timeline-name-style-value'; }
1291
+ export class ViewTimelineStyleValue extends Node { static tag = 'view-timeline-style-value'; }
1292
+ export class ViewTransitionClassStyleValue extends Node { static tag = 'view-transition-class-style-value'; }
1293
+ export class ViewTransitionGroupPseudoElement extends Node { static tag = 'view-transition-group-pseudo-element'; }
1294
+ export class ViewTransitionGroupStyleValue extends Node { static tag = 'view-transition-group-style-value'; }
1295
+ export class ViewTransitionImagePairPseudoElement extends Node { static tag = 'view-transition-image-pair-pseudo-element'; }
1296
+ export class ViewTransitionNameStyleValue extends Node { static tag = 'view-transition-name-style-value'; }
1297
+ export class ViewTransitionNewPseudoElement extends Node { static tag = 'view-transition-new-pseudo-element'; }
1298
+ export class ViewTransitionOldPseudoElement extends Node { static tag = 'view-transition-old-pseudo-element'; }
1299
+ export class ViewTransitionScopeStyleValue extends Node { static tag = 'view-transition-scope-style-value'; }
1300
+ export class VisibilityStyleValue extends Node { static tag = 'visibility-style-value'; }
1301
+ export class VoiceBalanceStyleValue extends Node { static tag = 'voice-balance-style-value'; }
1302
+ export class VoiceDurationStyleValue extends Node { static tag = 'voice-duration-style-value'; }
1303
+ export class VoiceFamilyName extends Node { static tag = 'voice-family-name'; }
1304
+ export class VoiceFamilyStyleValue extends Node { static tag = 'voice-family-style-value'; }
1305
+ export class VoicePitchStyleValue extends Node { static tag = 'voice-pitch-style-value'; }
1306
+ export class VoiceRangeStyleValue extends Node { static tag = 'voice-range-style-value'; }
1307
+ export class VoiceRateStyleValue extends Node { static tag = 'voice-rate-style-value'; }
1308
+ export class VoiceStressStyleValue extends Node { static tag = 'voice-stress-style-value'; }
1309
+ export class VoiceVolumeStyleValue extends Node { static tag = 'voice-volume-style-value'; }
1310
+ export class WebkitAlignContentStyleValue extends Node { static tag = 'webkit-align-content-style-value'; }
1311
+ export class WebkitAlignItemsStyleValue extends Node { static tag = 'webkit-align-items-style-value'; }
1312
+ export class WebkitAlignSelfStyleValue extends Node { static tag = 'webkit-align-self-style-value'; }
1313
+ export class WebkitAnimationDelayStyleValue extends Node { static tag = 'webkit-animation-delay-style-value'; }
1314
+ export class WebkitAnimationDurationStyleValue extends Node { static tag = 'webkit-animation-duration-style-value'; }
1315
+ export class WebkitAnimationFillModeStyleValue extends Node { static tag = 'webkit-animation-fill-mode-style-value'; }
1316
+ export class WebkitAnimationIterationCountStyleValue extends Node { static tag = 'webkit-animation-iteration-count-style-value'; }
1317
+ export class WebkitAnimationMediaFeature extends Node { static tag = 'webkit-animation-media-feature'; }
1318
+ export class WebkitAnimationNameStyleValue extends Node { static tag = 'webkit-animation-name-style-value'; }
1319
+ export class WebkitAnimationStyleValue extends Node { static tag = 'webkit-animation-style-value'; }
1320
+ export class WebkitAnimationTimingFunctionStyleValue extends Node { static tag = 'webkit-animation-timing-function-style-value'; }
1321
+ export class WebkitAnyFunctionalPseudoClass extends Node { static tag = 'webkit-any-functional-pseudo-class'; }
1322
+ export class WebkitAppearanceStyleValue extends Node { static tag = 'webkit-appearance-style-value'; }
1323
+ export class WebkitBackfaceVisibilityStyleValue extends Node { static tag = 'webkit-backface-visibility-style-value'; }
1324
+ export class WebkitBackgroundClipStyleValue extends Node { static tag = 'webkit-background-clip-style-value'; }
1325
+ export class WebkitBackgroundSizeStyleValue extends Node { static tag = 'webkit-background-size-style-value'; }
1326
+ export class WebkitBoxAlignStyleValue extends Node { static tag = 'webkit-box-align-style-value'; }
1327
+ export class WebkitBoxDecorationBreakStyleValue extends Node { static tag = 'webkit-box-decoration-break-style-value'; }
1328
+ export class WebkitBoxDirectionStyleValue extends Node { static tag = 'webkit-box-direction-style-value'; }
1329
+ export class WebkitBoxFlexStyleValue extends Node { static tag = 'webkit-box-flex-style-value'; }
1330
+ export class WebkitBoxOrdinalGroupStyleValue extends Node { static tag = 'webkit-box-ordinal-group-style-value'; }
1331
+ export class WebkitBoxOrientStyleValue extends Node { static tag = 'webkit-box-orient-style-value'; }
1332
+ export class WebkitBoxPackStyleValue extends Node { static tag = 'webkit-box-pack-style-value'; }
1333
+ export class WebkitBoxShadowStyleValue extends Node { static tag = 'webkit-box-shadow-style-value'; }
1334
+ export class WebkitBoxSizingStyleValue extends Node { static tag = 'webkit-box-sizing-style-value'; }
1335
+ export class WebkitClipPathStyleValue extends Node { static tag = 'webkit-clip-path-style-value'; }
1336
+ export class WebkitColumnCountStyleValue extends Node { static tag = 'webkit-column-count-style-value'; }
1337
+ export class WebkitColumnGapStyleValue extends Node { static tag = 'webkit-column-gap-style-value'; }
1338
+ export class WebkitDevicePixelRatioMediaFeature extends Node { static tag = 'webkit-device-pixel-ratio-media-feature'; }
1339
+ export class WebkitDistrubutedFunctionalPseudoElement extends Node { static tag = 'webkit-distrubuted-functional-pseudo-element'; }
1340
+ export class WebkitFilterStyleValue extends Node { static tag = 'webkit-filter-style-value'; }
1341
+ export class WebkitFlexBasisStyleValue extends Node { static tag = 'webkit-flex-basis-style-value'; }
1342
+ export class WebkitFlexDirectionStyleValue extends Node { static tag = 'webkit-flex-direction-style-value'; }
1343
+ export class WebkitFlexFlowStyleValue extends Node { static tag = 'webkit-flex-flow-style-value'; }
1344
+ export class WebkitFlexGrowStyleValue extends Node { static tag = 'webkit-flex-grow-style-value'; }
1345
+ export class WebkitFlexStyleValue extends Node { static tag = 'webkit-flex-style-value'; }
1346
+ export class WebkitFlexWrapStyleValue extends Node { static tag = 'webkit-flex-wrap-style-value'; }
1347
+ export class WebkitFontSmoothingStyleValue extends Node { static tag = 'webkit-font-smoothing-style-value'; }
1348
+ export class WebkitFunctionalPseudoElement extends Node { static tag = 'webkit-functional-pseudo-element'; }
1349
+ export class WebkitJustifyContentStyleValue extends Node { static tag = 'webkit-justify-content-style-value'; }
1350
+ export class WebkitKeyframesRule extends Node { static tag = 'webkit-keyframes-rule'; }
1351
+ export class WebkitLineClampStyleValue extends Node { static tag = 'webkit-line-clamp-style-value'; }
1352
+ export class WebkitMarginEndStyleValue extends Node { static tag = 'webkit-margin-end-style-value'; }
1353
+ export class WebkitMaskPositionStyleValue extends Node { static tag = 'webkit-mask-position-style-value'; }
1354
+ export class WebkitMaskSizeStyleValue extends Node { static tag = 'webkit-mask-size-style-value'; }
1355
+ export class WebkitOrderStyleValue extends Node { static tag = 'webkit-order-style-value'; }
1356
+ export class WebkitOverflowScrollingStyleValue extends Node { static tag = 'webkit-overflow-scrolling-style-value'; }
1357
+ export class WebkitPerspectiveStyleValue extends Node { static tag = 'webkit-perspective-style-value'; }
1358
+ export class WebkitPrintColorAdjustStyleValue extends Node { static tag = 'webkit-print-color-adjust-style-value'; }
1359
+ export class WebkitPseudoClass extends Node { static tag = 'webkit-pseudo-class'; }
1360
+ export class WebkitPseudoElement extends Node { static tag = 'webkit-pseudo-element'; }
1361
+ export class WebkitTapHighlightColorStyleValue extends Node { static tag = 'webkit-tap-highlight-color-style-value'; }
1362
+ export class WebkitTextDecorationColorStyleValue extends Node { static tag = 'webkit-text-decoration-color-style-value'; }
1363
+ export class WebkitTextDecorationSkipInkStyleValue extends Node { static tag = 'webkit-text-decoration-skip-ink-style-value'; }
1364
+ export class WebkitTextDecorationStyleValue extends Node { static tag = 'webkit-text-decoration-style-value'; }
1365
+ export class WebkitTextFillColorStyleValue extends Node { static tag = 'webkit-text-fill-color-style-value'; }
1366
+ export class WebkitTextSizeAdjustStyleValue extends Node { static tag = 'webkit-text-size-adjust-style-value'; }
1367
+ export class WebkitTextStrokeColorStyleValue extends Node { static tag = 'webkit-text-stroke-color-style-value'; }
1368
+ export class WebkitTextStrokeStyleValue extends Node { static tag = 'webkit-text-stroke-style-value'; }
1369
+ export class WebkitTextStrokeWidthStyleValue extends Node { static tag = 'webkit-text-stroke-width-style-value'; }
1370
+ export class WebkitTouchCalloutStyleValue extends Node { static tag = 'webkit-touch-callout-style-value'; }
1371
+ export class WebkitTransform2dMediaFeature extends Node { static tag = 'webkit-transform2d-media-feature'; }
1372
+ export class WebkitTransform3dMediaFeature extends Node { static tag = 'webkit-transform3d-media-feature'; }
1373
+ export class WebkitTransformOriginStyleValue extends Node { static tag = 'webkit-transform-origin-style-value'; }
1374
+ export class WebkitTransformStyleValue extends Node { static tag = 'webkit-transform-style-value'; }
1375
+ export class WebkitTransitionDelayStyleValue extends Node { static tag = 'webkit-transition-delay-style-value'; }
1376
+ export class WebkitTransitionDurationStyleValue extends Node { static tag = 'webkit-transition-duration-style-value'; }
1377
+ export class WebkitTransitionMediaFeature extends Node { static tag = 'webkit-transition-media-feature'; }
1378
+ export class WebkitTransitionPropertyStyleValue extends Node { static tag = 'webkit-transition-property-style-value'; }
1379
+ export class WebkitTransitionStyleValue extends Node { static tag = 'webkit-transition-style-value'; }
1380
+ export class WebkitTransitionTimingFunctionStyleValue extends Node { static tag = 'webkit-transition-timing-function-style-value'; }
1381
+ export class WebkitUserDragStyleValue extends Node { static tag = 'webkit-user-drag-style-value'; }
1382
+ export class WebkitUserSelectStyleValue extends Node { static tag = 'webkit-user-select-style-value'; }
1383
+ export class WebkitVideoPlayableInlineMediaFeature extends Node { static tag = 'webkit-video-playable-inline-media-feature'; }
1384
+ export class WherePseudoFunction extends Node { static tag = 'where-pseudo-function'; }
1385
+ export class WhiteSpaceCollapseStyleValue extends Node { static tag = 'white-space-collapse-style-value'; }
1386
+ export class WhiteSpaceStyleValue extends Node { static tag = 'white-space-style-value'; }
1387
+ export class WhiteSpaceTrimStyleValue extends Node { static tag = 'white-space-trim-style-value'; }
1388
+ export class WidowsStyleValue extends Node { static tag = 'widows-style-value'; }
1389
+ export class WidthContainerFeature extends Node { static tag = 'width-container-feature'; }
1390
+ export class WidthMediaFeature extends Node { static tag = 'width-media-feature'; }
1391
+ export class WidthStyleValue extends Node { static tag = 'width-style-value'; }
1392
+ export class Wildcard extends Node { static tag = 'wildcard'; }
1393
+ export class WillChangeStyleValue extends Node { static tag = 'will-change-style-value'; }
1394
+ export class WindowDragStyleValue extends Node { static tag = 'window-drag-style-value'; }
1395
+ export class WordBreakStyleValue extends Node { static tag = 'word-break-style-value'; }
1396
+ export class WordSpaceTransformStyleValue extends Node { static tag = 'word-space-transform-style-value'; }
1397
+ export class WordSpacingStyleValue extends Node { static tag = 'word-spacing-style-value'; }
1398
+ export class WordWrapStyleValue extends Node { static tag = 'word-wrap-style-value'; }
1399
+ export class WrapAfterStyleValue extends Node { static tag = 'wrap-after-style-value'; }
1400
+ export class WrapBeforeStyleValue extends Node { static tag = 'wrap-before-style-value'; }
1401
+ export class WrapFlowStyleValue extends Node { static tag = 'wrap-flow-style-value'; }
1402
+ export class WrapInsideStyleValue extends Node { static tag = 'wrap-inside-style-value'; }
1403
+ export class WrapThroughStyleValue extends Node { static tag = 'wrap-through-style-value'; }
1404
+ export class WritingModeStyleValue extends Node { static tag = 'writing-mode-style-value'; }
1405
+ export class XywhFunction extends Node { static tag = 'xywh-function'; }
1406
+ export class XyzChannelKeyword extends Node { static tag = 'xyz-channel-keyword'; }
1407
+ export class ZIndexStyleValue extends Node { static tag = 'z-index-style-value'; }
1408
+ export class ZoomStyleValue extends Node { static tag = 'zoom-style-value'; }