1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
//! This file is generated automatically by `cargo make populate_styles`.
//! It's not meant to be edited directly.

make_styles! {
    MozAppearance => "-moz-appearance",
    MozBinding => "-moz-binding",
    MozBorderBottomColors => "-moz-border-bottom-colors",
    MozBorderLeftColors => "-moz-border-left-colors",
    MozBorderRightColors => "-moz-border-right-colors",
    MozBorderTopColors => "-moz-border-top-colors",
    MozContextProperties => "-moz-context-properties",
    MozFloatEdge => "-moz-float-edge",
    MozForceBrokenImageIcon => "-moz-force-broken-image-icon",
    MozImageRegion => "-moz-image-region",
    MozOrient => "-moz-orient",
    MozOutlineRadius => "-moz-outline-radius",
    MozOutlineRadiusBottomleft => "-moz-outline-radius-bottomleft",
    MozOutlineRadiusBottomright => "-moz-outline-radius-bottomright",
    MozOutlineRadiusTopleft => "-moz-outline-radius-topleft",
    MozOutlineRadiusTopright => "-moz-outline-radius-topright",
    MozStackSizing => "-moz-stack-sizing",
    MozTextBlink => "-moz-text-blink",
    MozUserFocus => "-moz-user-focus",
    MozUserInput => "-moz-user-input",
    MozUserModify => "-moz-user-modify",
    MozWindowDragging => "-moz-window-dragging",
    MozWindowShadow => "-moz-window-shadow",
    MsAccelerator => "-ms-accelerator",
    MsBlockProgression => "-ms-block-progression",
    MsContentZoomChaining => "-ms-content-zoom-chaining",
    MsContentZoomLimit => "-ms-content-zoom-limit",
    MsContentZoomLimitMax => "-ms-content-zoom-limit-max",
    MsContentZoomLimitMin => "-ms-content-zoom-limit-min",
    MsContentZoomSnap => "-ms-content-zoom-snap",
    MsContentZoomSnapPoints => "-ms-content-zoom-snap-points",
    MsContentZoomSnapType => "-ms-content-zoom-snap-type",
    MsContentZooming => "-ms-content-zooming",
    MsFilter => "-ms-filter",
    MsFlowFrom => "-ms-flow-from",
    MsFlowInto => "-ms-flow-into",
    MsGridColumns => "-ms-grid-columns",
    MsGridRows => "-ms-grid-rows",
    MsHighContrastAdjust => "-ms-high-contrast-adjust",
    MsHyphenateLimitChars => "-ms-hyphenate-limit-chars",
    MsHyphenateLimitLines => "-ms-hyphenate-limit-lines",
    MsHyphenateLimitZone => "-ms-hyphenate-limit-zone",
    MsImeAlign => "-ms-ime-align",
    MsOverflowStyle => "-ms-overflow-style",
    MsScrollChaining => "-ms-scroll-chaining",
    MsScrollLimit => "-ms-scroll-limit",
    MsScrollLimitXMax => "-ms-scroll-limit-x-max",
    MsScrollLimitXMin => "-ms-scroll-limit-x-min",
    MsScrollLimitYMax => "-ms-scroll-limit-y-max",
    MsScrollLimitYMin => "-ms-scroll-limit-y-min",
    MsScrollRails => "-ms-scroll-rails",
    MsScrollSnapPointsX => "-ms-scroll-snap-points-x",
    MsScrollSnapPointsY => "-ms-scroll-snap-points-y",
    MsScrollSnapType => "-ms-scroll-snap-type",
    MsScrollSnapX => "-ms-scroll-snap-x",
    MsScrollSnapY => "-ms-scroll-snap-y",
    MsScrollTranslation => "-ms-scroll-translation",
    MsScrollbar3DlightColor => "-ms-scrollbar-3dlight-color",
    MsScrollbarArrowColor => "-ms-scrollbar-arrow-color",
    MsScrollbarBaseColor => "-ms-scrollbar-base-color",
    MsScrollbarDarkshadowColor => "-ms-scrollbar-darkshadow-color",
    MsScrollbarFaceColor => "-ms-scrollbar-face-color",
    MsScrollbarHighlightColor => "-ms-scrollbar-highlight-color",
    MsScrollbarShadowColor => "-ms-scrollbar-shadow-color",
    MsScrollbarTrackColor => "-ms-scrollbar-track-color",
    MsTextAutospace => "-ms-text-autospace",
    MsTouchSelect => "-ms-touch-select",
    MsUserSelect => "-ms-user-select",
    MsWrapFlow => "-ms-wrap-flow",
    MsWrapMargin => "-ms-wrap-margin",
    MsWrapThrough => "-ms-wrap-through",
    WebkitAppearance => "-webkit-appearance",
    WebkitBorderBefore => "-webkit-border-before",
    WebkitBorderBeforeColor => "-webkit-border-before-color",
    WebkitBorderBeforeStyle => "-webkit-border-before-style",
    WebkitBorderBeforeWidth => "-webkit-border-before-width",
    WebkitBoxReflect => "-webkit-box-reflect",
    WebkitLineClamp => "-webkit-line-clamp",
    WebkitMask => "-webkit-mask",
    WebkitMaskAttachment => "-webkit-mask-attachment",
    WebkitMaskClip => "-webkit-mask-clip",
    WebkitMaskComposite => "-webkit-mask-composite",
    WebkitMaskImage => "-webkit-mask-image",
    WebkitMaskOrigin => "-webkit-mask-origin",
    WebkitMaskPosition => "-webkit-mask-position",
    WebkitMaskPositionX => "-webkit-mask-position-x",
    WebkitMaskPositionY => "-webkit-mask-position-y",
    WebkitMaskRepeat => "-webkit-mask-repeat",
    WebkitMaskRepeatX => "-webkit-mask-repeat-x",
    WebkitMaskRepeatY => "-webkit-mask-repeat-y",
    WebkitMaskSize => "-webkit-mask-size",
    WebkitOverflowScrolling => "-webkit-overflow-scrolling",
    WebkitTapHighlightColor => "-webkit-tap-highlight-color",
    WebkitTextFillColor => "-webkit-text-fill-color",
    WebkitTextStroke => "-webkit-text-stroke",
    WebkitTextStrokeColor => "-webkit-text-stroke-color",
    WebkitTextStrokeWidth => "-webkit-text-stroke-width",
    WebkitTouchCallout => "-webkit-touch-callout",
    WebkitUserModify => "-webkit-user-modify",
    AccentColor => "accent-color",
    AlignContent => "align-content",
    AlignItems => "align-items",
    AlignSelf => "align-self",
    AlignTracks => "align-tracks",
    All => "all",
    Animation => "animation",
    AnimationDelay => "animation-delay",
    AnimationDirection => "animation-direction",
    AnimationDuration => "animation-duration",
    AnimationFillMode => "animation-fill-mode",
    AnimationIterationCount => "animation-iteration-count",
    AnimationName => "animation-name",
    AnimationPlayState => "animation-play-state",
    AnimationTimeline => "animation-timeline",
    AnimationTimingFunction => "animation-timing-function",
    Appearance => "appearance",
    AspectRatio => "aspect-ratio",
    Azimuth => "azimuth",
    BackdropFilter => "backdrop-filter",
    BackfaceVisibility => "backface-visibility",
    Background => "background",
    BackgroundAttachment => "background-attachment",
    BackgroundBlendMode => "background-blend-mode",
    BackgroundClip => "background-clip",
    BackgroundColor => "background-color",
    BackgroundImage => "background-image",
    BackgroundOrigin => "background-origin",
    BackgroundPosition => "background-position",
    BackgroundPositionX => "background-position-x",
    BackgroundPositionY => "background-position-y",
    BackgroundRepeat => "background-repeat",
    BackgroundSize => "background-size",
    BlockOverflow => "block-overflow",
    BlockSize => "block-size",
    Border => "border",
    BorderBlock => "border-block",
    BorderBlockColor => "border-block-color",
    BorderBlockEnd => "border-block-end",
    BorderBlockEndColor => "border-block-end-color",
    BorderBlockEndStyle => "border-block-end-style",
    BorderBlockEndWidth => "border-block-end-width",
    BorderBlockStart => "border-block-start",
    BorderBlockStartColor => "border-block-start-color",
    BorderBlockStartStyle => "border-block-start-style",
    BorderBlockStartWidth => "border-block-start-width",
    BorderBlockStyle => "border-block-style",
    BorderBlockWidth => "border-block-width",
    BorderBottom => "border-bottom",
    BorderBottomColor => "border-bottom-color",
    BorderBottomLeftRadius => "border-bottom-left-radius",
    BorderBottomRightRadius => "border-bottom-right-radius",
    BorderBottomStyle => "border-bottom-style",
    BorderBottomWidth => "border-bottom-width",
    BorderCollapse => "border-collapse",
    BorderColor => "border-color",
    BorderEndEndRadius => "border-end-end-radius",
    BorderEndStartRadius => "border-end-start-radius",
    BorderImage => "border-image",
    BorderImageOutset => "border-image-outset",
    BorderImageRepeat => "border-image-repeat",
    BorderImageSlice => "border-image-slice",
    BorderImageSource => "border-image-source",
    BorderImageWidth => "border-image-width",
    BorderInline => "border-inline",
    BorderInlineColor => "border-inline-color",
    BorderInlineEnd => "border-inline-end",
    BorderInlineEndColor => "border-inline-end-color",
    BorderInlineEndStyle => "border-inline-end-style",
    BorderInlineEndWidth => "border-inline-end-width",
    BorderInlineStart => "border-inline-start",
    BorderInlineStartColor => "border-inline-start-color",
    BorderInlineStartStyle => "border-inline-start-style",
    BorderInlineStartWidth => "border-inline-start-width",
    BorderInlineStyle => "border-inline-style",
    BorderInlineWidth => "border-inline-width",
    BorderLeft => "border-left",
    BorderLeftColor => "border-left-color",
    BorderLeftStyle => "border-left-style",
    BorderLeftWidth => "border-left-width",
    BorderRadius => "border-radius",
    BorderRight => "border-right",
    BorderRightColor => "border-right-color",
    BorderRightStyle => "border-right-style",
    BorderRightWidth => "border-right-width",
    BorderSpacing => "border-spacing",
    BorderStartEndRadius => "border-start-end-radius",
    BorderStartStartRadius => "border-start-start-radius",
    BorderStyle => "border-style",
    BorderTop => "border-top",
    BorderTopColor => "border-top-color",
    BorderTopLeftRadius => "border-top-left-radius",
    BorderTopRightRadius => "border-top-right-radius",
    BorderTopStyle => "border-top-style",
    BorderTopWidth => "border-top-width",
    BorderWidth => "border-width",
    Bottom => "bottom",
    BoxAlign => "box-align",
    BoxDecorationBreak => "box-decoration-break",
    BoxDirection => "box-direction",
    BoxFlex => "box-flex",
    BoxFlexGroup => "box-flex-group",
    BoxLines => "box-lines",
    BoxOrdinalGroup => "box-ordinal-group",
    BoxOrient => "box-orient",
    BoxPack => "box-pack",
    BoxShadow => "box-shadow",
    BoxSizing => "box-sizing",
    BreakAfter => "break-after",
    BreakBefore => "break-before",
    BreakInside => "break-inside",
    CaptionSide => "caption-side",
    CaretColor => "caret-color",
    Clear => "clear",
    Clip => "clip",
    ClipPath => "clip-path",
    Color => "color",
    ColorScheme => "color-scheme",
    ColumnCount => "column-count",
    ColumnFill => "column-fill",
    ColumnGap => "column-gap",
    ColumnRule => "column-rule",
    ColumnRuleColor => "column-rule-color",
    ColumnRuleStyle => "column-rule-style",
    ColumnRuleWidth => "column-rule-width",
    ColumnSpan => "column-span",
    ColumnWidth => "column-width",
    Columns => "columns",
    Contain => "contain",
    Content => "content",
    ContentVisibility => "content-visibility",
    CounterIncrement => "counter-increment",
    CounterReset => "counter-reset",
    CounterSet => "counter-set",
    Cursor => "cursor",
    Direction => "direction",
    Display => "display",
    EmptyCells => "empty-cells",
    Filter => "filter",
    Flex => "flex",
    FlexBasis => "flex-basis",
    FlexDirection => "flex-direction",
    FlexFlow => "flex-flow",
    FlexGrow => "flex-grow",
    FlexShrink => "flex-shrink",
    FlexWrap => "flex-wrap",
    Float => "float",
    Font => "font",
    FontFamily => "font-family",
    FontFeatureSettings => "font-feature-settings",
    FontKerning => "font-kerning",
    FontLanguageOverride => "font-language-override",
    FontOpticalSizing => "font-optical-sizing",
    FontSize => "font-size",
    FontSizeAdjust => "font-size-adjust",
    FontSmooth => "font-smooth",
    FontStretch => "font-stretch",
    FontStyle => "font-style",
    FontSynthesis => "font-synthesis",
    FontVariant => "font-variant",
    FontVariantAlternates => "font-variant-alternates",
    FontVariantCaps => "font-variant-caps",
    FontVariantEastAsian => "font-variant-east-asian",
    FontVariantLigatures => "font-variant-ligatures",
    FontVariantNumeric => "font-variant-numeric",
    FontVariantPosition => "font-variant-position",
    FontVariationSettings => "font-variation-settings",
    FontWeight => "font-weight",
    ForcedColorAdjust => "forced-color-adjust",
    Gap => "gap",
    Grid => "grid",
    GridArea => "grid-area",
    GridAutoColumns => "grid-auto-columns",
    GridAutoFlow => "grid-auto-flow",
    GridAutoRows => "grid-auto-rows",
    GridColumn => "grid-column",
    GridColumnEnd => "grid-column-end",
    GridColumnGap => "grid-column-gap",
    GridColumnStart => "grid-column-start",
    GridGap => "grid-gap",
    GridRow => "grid-row",
    GridRowEnd => "grid-row-end",
    GridRowGap => "grid-row-gap",
    GridRowStart => "grid-row-start",
    GridTemplate => "grid-template",
    GridTemplateAreas => "grid-template-areas",
    GridTemplateColumns => "grid-template-columns",
    GridTemplateRows => "grid-template-rows",
    HangingPunctuation => "hanging-punctuation",
    Height => "height",
    HyphenateCharacter => "hyphenate-character",
    Hyphens => "hyphens",
    ImageOrientation => "image-orientation",
    ImageRendering => "image-rendering",
    ImageResolution => "image-resolution",
    ImeMode => "ime-mode",
    InitialLetter => "initial-letter",
    InitialLetterAlign => "initial-letter-align",
    InlineSize => "inline-size",
    InputSecurity => "input-security",
    Inset => "inset",
    InsetBlock => "inset-block",
    InsetBlockEnd => "inset-block-end",
    InsetBlockStart => "inset-block-start",
    InsetInline => "inset-inline",
    InsetInlineEnd => "inset-inline-end",
    InsetInlineStart => "inset-inline-start",
    Isolation => "isolation",
    JustifyContent => "justify-content",
    JustifyItems => "justify-items",
    JustifySelf => "justify-self",
    JustifyTracks => "justify-tracks",
    Left => "left",
    LetterSpacing => "letter-spacing",
    LineBreak => "line-break",
    LineClamp => "line-clamp",
    LineHeight => "line-height",
    LineHeightStep => "line-height-step",
    ListStyle => "list-style",
    ListStyleImage => "list-style-image",
    ListStylePosition => "list-style-position",
    ListStyleType => "list-style-type",
    Margin => "margin",
    MarginBlock => "margin-block",
    MarginBlockEnd => "margin-block-end",
    MarginBlockStart => "margin-block-start",
    MarginBottom => "margin-bottom",
    MarginInline => "margin-inline",
    MarginInlineEnd => "margin-inline-end",
    MarginInlineStart => "margin-inline-start",
    MarginLeft => "margin-left",
    MarginRight => "margin-right",
    MarginTop => "margin-top",
    MarginTrim => "margin-trim",
    Mask => "mask",
    MaskBorder => "mask-border",
    MaskBorderMode => "mask-border-mode",
    MaskBorderOutset => "mask-border-outset",
    MaskBorderRepeat => "mask-border-repeat",
    MaskBorderSlice => "mask-border-slice",
    MaskBorderSource => "mask-border-source",
    MaskBorderWidth => "mask-border-width",
    MaskClip => "mask-clip",
    MaskComposite => "mask-composite",
    MaskImage => "mask-image",
    MaskMode => "mask-mode",
    MaskOrigin => "mask-origin",
    MaskPosition => "mask-position",
    MaskRepeat => "mask-repeat",
    MaskSize => "mask-size",
    MaskType => "mask-type",
    MasonryAutoFlow => "masonry-auto-flow",
    MathStyle => "math-style",
    MaxBlockSize => "max-block-size",
    MaxHeight => "max-height",
    MaxInlineSize => "max-inline-size",
    MaxLines => "max-lines",
    MaxWidth => "max-width",
    MinBlockSize => "min-block-size",
    MinHeight => "min-height",
    MinInlineSize => "min-inline-size",
    MinWidth => "min-width",
    MixBlendMode => "mix-blend-mode",
    ObjectFit => "object-fit",
    ObjectPosition => "object-position",
    Offset => "offset",
    OffsetAnchor => "offset-anchor",
    OffsetDistance => "offset-distance",
    OffsetPath => "offset-path",
    OffsetPosition => "offset-position",
    OffsetRotate => "offset-rotate",
    Opacity => "opacity",
    Order => "order",
    Orphans => "orphans",
    Outline => "outline",
    OutlineColor => "outline-color",
    OutlineOffset => "outline-offset",
    OutlineStyle => "outline-style",
    OutlineWidth => "outline-width",
    Overflow => "overflow",
    OverflowAnchor => "overflow-anchor",
    OverflowBlock => "overflow-block",
    OverflowClipBox => "overflow-clip-box",
    OverflowClipMargin => "overflow-clip-margin",
    OverflowInline => "overflow-inline",
    OverflowWrap => "overflow-wrap",
    OverflowX => "overflow-x",
    OverflowY => "overflow-y",
    OverscrollBehavior => "overscroll-behavior",
    OverscrollBehaviorBlock => "overscroll-behavior-block",
    OverscrollBehaviorInline => "overscroll-behavior-inline",
    OverscrollBehaviorX => "overscroll-behavior-x",
    OverscrollBehaviorY => "overscroll-behavior-y",
    Padding => "padding",
    PaddingBlock => "padding-block",
    PaddingBlockEnd => "padding-block-end",
    PaddingBlockStart => "padding-block-start",
    PaddingBottom => "padding-bottom",
    PaddingInline => "padding-inline",
    PaddingInlineEnd => "padding-inline-end",
    PaddingInlineStart => "padding-inline-start",
    PaddingLeft => "padding-left",
    PaddingRight => "padding-right",
    PaddingTop => "padding-top",
    PageBreakAfter => "page-break-after",
    PageBreakBefore => "page-break-before",
    PageBreakInside => "page-break-inside",
    PaintOrder => "paint-order",
    Perspective => "perspective",
    PerspectiveOrigin => "perspective-origin",
    PlaceContent => "place-content",
    PlaceItems => "place-items",
    PlaceSelf => "place-self",
    PointerEvents => "pointer-events",
    Position => "position",
    PrintColorAdjust => "print-color-adjust",
    Quotes => "quotes",
    Resize => "resize",
    Right => "right",
    Rotate => "rotate",
    RowGap => "row-gap",
    RubyAlign => "ruby-align",
    RubyMerge => "ruby-merge",
    RubyPosition => "ruby-position",
    Scale => "scale",
    ScrollBehavior => "scroll-behavior",
    ScrollMargin => "scroll-margin",
    ScrollMarginBlock => "scroll-margin-block",
    ScrollMarginBlockEnd => "scroll-margin-block-end",
    ScrollMarginBlockStart => "scroll-margin-block-start",
    ScrollMarginBottom => "scroll-margin-bottom",
    ScrollMarginInline => "scroll-margin-inline",
    ScrollMarginInlineEnd => "scroll-margin-inline-end",
    ScrollMarginInlineStart => "scroll-margin-inline-start",
    ScrollMarginLeft => "scroll-margin-left",
    ScrollMarginRight => "scroll-margin-right",
    ScrollMarginTop => "scroll-margin-top",
    ScrollPadding => "scroll-padding",
    ScrollPaddingBlock => "scroll-padding-block",
    ScrollPaddingBlockEnd => "scroll-padding-block-end",
    ScrollPaddingBlockStart => "scroll-padding-block-start",
    ScrollPaddingBottom => "scroll-padding-bottom",
    ScrollPaddingInline => "scroll-padding-inline",
    ScrollPaddingInlineEnd => "scroll-padding-inline-end",
    ScrollPaddingInlineStart => "scroll-padding-inline-start",
    ScrollPaddingLeft => "scroll-padding-left",
    ScrollPaddingRight => "scroll-padding-right",
    ScrollPaddingTop => "scroll-padding-top",
    ScrollSnapAlign => "scroll-snap-align",
    ScrollSnapCoordinate => "scroll-snap-coordinate",
    ScrollSnapDestination => "scroll-snap-destination",
    ScrollSnapPointsX => "scroll-snap-points-x",
    ScrollSnapPointsY => "scroll-snap-points-y",
    ScrollSnapStop => "scroll-snap-stop",
    ScrollSnapType => "scroll-snap-type",
    ScrollSnapTypeX => "scroll-snap-type-x",
    ScrollSnapTypeY => "scroll-snap-type-y",
    ScrollbarColor => "scrollbar-color",
    ScrollbarGutter => "scrollbar-gutter",
    ScrollbarWidth => "scrollbar-width",
    ShapeImageThreshold => "shape-image-threshold",
    ShapeMargin => "shape-margin",
    ShapeOutside => "shape-outside",
    TabSize => "tab-size",
    TableLayout => "table-layout",
    TextAlign => "text-align",
    TextAlignLast => "text-align-last",
    TextCombineUpright => "text-combine-upright",
    TextDecoration => "text-decoration",
    TextDecorationColor => "text-decoration-color",
    TextDecorationLine => "text-decoration-line",
    TextDecorationSkip => "text-decoration-skip",
    TextDecorationSkipInk => "text-decoration-skip-ink",
    TextDecorationStyle => "text-decoration-style",
    TextDecorationThickness => "text-decoration-thickness",
    TextEmphasis => "text-emphasis",
    TextEmphasisColor => "text-emphasis-color",
    TextEmphasisPosition => "text-emphasis-position",
    TextEmphasisStyle => "text-emphasis-style",
    TextIndent => "text-indent",
    TextJustify => "text-justify",
    TextOrientation => "text-orientation",
    TextOverflow => "text-overflow",
    TextRendering => "text-rendering",
    TextShadow => "text-shadow",
    TextSizeAdjust => "text-size-adjust",
    TextTransform => "text-transform",
    TextUnderlineOffset => "text-underline-offset",
    TextUnderlinePosition => "text-underline-position",
    Top => "top",
    TouchAction => "touch-action",
    Transform => "transform",
    TransformBox => "transform-box",
    TransformOrigin => "transform-origin",
    TransformStyle => "transform-style",
    Transition => "transition",
    TransitionDelay => "transition-delay",
    TransitionDuration => "transition-duration",
    TransitionProperty => "transition-property",
    TransitionTimingFunction => "transition-timing-function",
    Translate => "translate",
    UnicodeBidi => "unicode-bidi",
    UserSelect => "user-select",
    VerticalAlign => "vertical-align",
    Visibility => "visibility",
    WhiteSpace => "white-space",
    Widows => "widows",
    Width => "width",
    WillChange => "will-change",
    WordBreak => "word-break",
    WordSpacing => "word-spacing",
    WordWrap => "word-wrap",
    WritingMode => "writing-mode",
    ZIndex => "z-index",
    Zoom => "zoom"
}