Skip to content

Commit 55b2e6e

Browse files
committed
Update style and attribute enums
1 parent ec1dccc commit 55b2e6e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/dom_entity_names/styles/style_names.rs

+14-1
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,11 @@ make_styles! {
101101
WebkitTextStrokeWidth => "-webkit-text-stroke-width",
102102
WebkitTouchCallout => "-webkit-touch-callout",
103103
WebkitUserModify => "-webkit-user-modify",
104+
AccentColor => "accent-color",
104105
AlignContent => "align-content",
105106
AlignItems => "align-items",
106107
AlignSelf => "align-self",
108+
AlignTracks => "align-tracks",
107109
All => "all",
108110
Animation => "animation",
109111
AnimationDelay => "animation-delay",
@@ -113,6 +115,7 @@ make_styles! {
113115
AnimationIterationCount => "animation-iteration-count",
114116
AnimationName => "animation-name",
115117
AnimationPlayState => "animation-play-state",
118+
AnimationTimeline => "animation-timeline",
116119
AnimationTimingFunction => "animation-timing-function",
117120
Appearance => "appearance",
118121
AspectRatio => "aspect-ratio",
@@ -215,7 +218,7 @@ make_styles! {
215218
Clip => "clip",
216219
ClipPath => "clip-path",
217220
Color => "color",
218-
ColorAdjust => "color-adjust",
221+
ColorScheme => "color-scheme",
219222
ColumnCount => "column-count",
220223
ColumnFill => "column-fill",
221224
ColumnGap => "column-gap",
@@ -228,6 +231,7 @@ make_styles! {
228231
Columns => "columns",
229232
Contain => "contain",
230233
Content => "content",
234+
ContentVisibility => "content-visibility",
231235
CounterIncrement => "counter-increment",
232236
CounterReset => "counter-reset",
233237
CounterSet => "counter-set",
@@ -265,6 +269,7 @@ make_styles! {
265269
FontVariantPosition => "font-variant-position",
266270
FontVariationSettings => "font-variation-settings",
267271
FontWeight => "font-weight",
272+
ForcedColorAdjust => "forced-color-adjust",
268273
Gap => "gap",
269274
Grid => "grid",
270275
GridArea => "grid-area",
@@ -286,6 +291,7 @@ make_styles! {
286291
GridTemplateRows => "grid-template-rows",
287292
HangingPunctuation => "hanging-punctuation",
288293
Height => "height",
294+
HyphenateCharacter => "hyphenate-character",
289295
Hyphens => "hyphens",
290296
ImageOrientation => "image-orientation",
291297
ImageRendering => "image-rendering",
@@ -294,6 +300,7 @@ make_styles! {
294300
InitialLetter => "initial-letter",
295301
InitialLetterAlign => "initial-letter-align",
296302
InlineSize => "inline-size",
303+
InputSecurity => "input-security",
297304
Inset => "inset",
298305
InsetBlock => "inset-block",
299306
InsetBlockEnd => "inset-block-end",
@@ -305,6 +312,7 @@ make_styles! {
305312
JustifyContent => "justify-content",
306313
JustifyItems => "justify-items",
307314
JustifySelf => "justify-self",
315+
JustifyTracks => "justify-tracks",
308316
Left => "left",
309317
LetterSpacing => "letter-spacing",
310318
LineBreak => "line-break",
@@ -344,6 +352,8 @@ make_styles! {
344352
MaskRepeat => "mask-repeat",
345353
MaskSize => "mask-size",
346354
MaskType => "mask-type",
355+
MasonryAutoFlow => "masonry-auto-flow",
356+
MathStyle => "math-style",
347357
MaxBlockSize => "max-block-size",
348358
MaxHeight => "max-height",
349359
MaxInlineSize => "max-inline-size",
@@ -374,6 +384,7 @@ make_styles! {
374384
OverflowAnchor => "overflow-anchor",
375385
OverflowBlock => "overflow-block",
376386
OverflowClipBox => "overflow-clip-box",
387+
OverflowClipMargin => "overflow-clip-margin",
377388
OverflowInline => "overflow-inline",
378389
OverflowWrap => "overflow-wrap",
379390
OverflowX => "overflow-x",
@@ -405,6 +416,7 @@ make_styles! {
405416
PlaceSelf => "place-self",
406417
PointerEvents => "pointer-events",
407418
Position => "position",
419+
PrintColorAdjust => "print-color-adjust",
408420
Quotes => "quotes",
409421
Resize => "resize",
410422
Right => "right",
@@ -447,6 +459,7 @@ make_styles! {
447459
ScrollSnapTypeX => "scroll-snap-type-x",
448460
ScrollSnapTypeY => "scroll-snap-type-y",
449461
ScrollbarColor => "scrollbar-color",
462+
ScrollbarGutter => "scrollbar-gutter",
450463
ScrollbarWidth => "scrollbar-width",
451464
ShapeImageThreshold => "shape-image-threshold",
452465
ShapeMargin => "shape-margin",

0 commit comments

Comments
 (0)