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