UNPKG

59.7 kBTypeScriptView Raw
1export class CSSStyleDeclaration {
2 constructor(onChangeCallback?: ((text: string) => void) | null);
3
4 item(index: number): string;
5 getPropertyValue(name: string): string;
6 getPropertyPriority(name: string): string;
7 setProperty(name: string, value: string | null, priority?: string | null): void;
8 removeProperty(name: string): string;
9
10 cssText: string;
11 readonly length: number;
12 readonly parentRule: object | null;
13 cssFloat: string | null;
14 [index: number]: string;
15
16 // https://drafts.csswg.org/cssom/#ref-for-cssstyledeclaration④
17 /** @deprecated */
18 WebkitAnimation: string;
19 /** @deprecated */
20 WebkitAnimationDelay: string;
21 /** @deprecated */
22 WebkitAnimationDirection: string;
23 /** @deprecated */
24 WebkitAnimationDuration: string;
25 /** @deprecated */
26 WebkitAnimationFillMode: string;
27 /** @deprecated */
28 WebkitAnimationIterationCount: string;
29 /** @deprecated */
30 WebkitAnimationName: string;
31 /** @deprecated */
32 WebkitAnimationPlayState: string;
33 /** @deprecated */
34 WebkitAnimationTimingFunction: string;
35 /** @deprecated */
36 WebkitAppearance: string;
37 /** @deprecated */
38 WebkitAspectRatio: string;
39 /** @deprecated */
40 WebkitBackfaceVisibility: string;
41 /** @deprecated */
42 WebkitBackgroundClip: string;
43 /** @deprecated */
44 WebkitBackgroundComposite: string;
45 /** @deprecated */
46 WebkitBackgroundOrigin: string;
47 /** @deprecated */
48 WebkitBackgroundSize: string;
49 /** @deprecated */
50 WebkitBorderAfter: string;
51 /** @deprecated */
52 WebkitBorderAfterColor: string;
53 /** @deprecated */
54 WebkitBorderAfterStyle: string;
55 /** @deprecated */
56 WebkitBorderAfterWidth: string;
57 /** @deprecated */
58 WebkitBorderBefore: string;
59 /** @deprecated */
60 WebkitBorderBeforeColor: string;
61 /** @deprecated */
62 WebkitBorderBeforeStyle: string;
63 /** @deprecated */
64 WebkitBorderBeforeWidth: string;
65 /** @deprecated */
66 WebkitBorderEnd: string;
67 /** @deprecated */
68 WebkitBorderEndColor: string;
69 /** @deprecated */
70 WebkitBorderEndStyle: string;
71 /** @deprecated */
72 WebkitBorderEndWidth: string;
73 /** @deprecated */
74 WebkitBorderFit: string;
75 /** @deprecated */
76 WebkitBorderHorizontalSpacing: string;
77 /** @deprecated */
78 WebkitBorderImage: string;
79 /** @deprecated */
80 WebkitBorderRadius: string;
81 /** @deprecated */
82 WebkitBorderStart: string;
83 /** @deprecated */
84 WebkitBorderStartColor: string;
85 /** @deprecated */
86 WebkitBorderStartStyle: string;
87 /** @deprecated */
88 WebkitBorderStartWidth: string;
89 /** @deprecated */
90 WebkitBorderVerticalSpacing: string;
91 /** @deprecated */
92 WebkitBoxAlign: string;
93 /** @deprecated */
94 WebkitBoxDirection: string;
95 /** @deprecated */
96 WebkitBoxFlex: string;
97 /** @deprecated */
98 WebkitBoxFlexGroup: string;
99 /** @deprecated */
100 WebkitBoxLines: string;
101 /** @deprecated */
102 WebkitBoxOrdinalGroup: string;
103 /** @deprecated */
104 WebkitBoxOrient: string;
105 /** @deprecated */
106 WebkitBoxPack: string;
107 /** @deprecated */
108 WebkitBoxReflect: string;
109 /** @deprecated */
110 WebkitBoxShadow: string;
111 /** @deprecated */
112 WebkitColorCorrection: string;
113 /** @deprecated */
114 WebkitColumnAxis: string;
115 /** @deprecated */
116 WebkitColumnBreakAfter: string;
117 /** @deprecated */
118 WebkitColumnBreakBefore: string;
119 /** @deprecated */
120 WebkitColumnBreakInside: string;
121 /** @deprecated */
122 WebkitColumnCount: string;
123 /** @deprecated */
124 WebkitColumnGap: string;
125 /** @deprecated */
126 WebkitColumnRule: string;
127 /** @deprecated */
128 WebkitColumnRuleColor: string;
129 /** @deprecated */
130 WebkitColumnRuleStyle: string;
131 /** @deprecated */
132 WebkitColumnRuleWidth: string;
133 /** @deprecated */
134 WebkitColumnSpan: string;
135 /** @deprecated */
136 WebkitColumnWidth: string;
137 /** @deprecated */
138 WebkitColumns: string;
139 /** @deprecated */
140 WebkitFilter: string;
141 /** @deprecated */
142 WebkitFlexAlign: string;
143 /** @deprecated */
144 WebkitFlexDirection: string;
145 /** @deprecated */
146 WebkitFlexFlow: string;
147 /** @deprecated */
148 WebkitFlexItemAlign: string;
149 /** @deprecated */
150 WebkitFlexLinePack: string;
151 /** @deprecated */
152 WebkitFlexOrder: string;
153 /** @deprecated */
154 WebkitFlexPack: string;
155 /** @deprecated */
156 WebkitFlexWrap: string;
157 /** @deprecated */
158 WebkitFlowFrom: string;
159 /** @deprecated */
160 WebkitFlowInto: string;
161 /** @deprecated */
162 WebkitFontFeatureSettings: string;
163 /** @deprecated */
164 WebkitFontKerning: string;
165 /** @deprecated */
166 WebkitFontSizeDelta: string;
167 /** @deprecated */
168 WebkitFontSmoothing: string;
169 /** @deprecated */
170 WebkitFontVariantLigatures: string;
171 /** @deprecated */
172 WebkitHighlight: string;
173 /** @deprecated */
174 WebkitHyphenateCharacter: string;
175 /** @deprecated */
176 WebkitHyphenateLimitAfter: string;
177 /** @deprecated */
178 WebkitHyphenateLimitBefore: string;
179 /** @deprecated */
180 WebkitHyphenateLimitLines: string;
181 /** @deprecated */
182 WebkitHyphens: string;
183 /** @deprecated */
184 WebkitLineAlign: string;
185 /** @deprecated */
186 WebkitLineBoxContain: string;
187 /** @deprecated */
188 WebkitLineBreak: string;
189 /** @deprecated */
190 WebkitLineClamp: string;
191 /** @deprecated */
192 WebkitLineGrid: string;
193 /** @deprecated */
194 WebkitLineSnap: string;
195 /** @deprecated */
196 WebkitLocale: string;
197 /** @deprecated */
198 WebkitLogicalHeight: string;
199 /** @deprecated */
200 WebkitLogicalWidth: string;
201 /** @deprecated */
202 WebkitMarginAfter: string;
203 /** @deprecated */
204 WebkitMarginAfterCollapse: string;
205 /** @deprecated */
206 WebkitMarginBefore: string;
207 /** @deprecated */
208 WebkitMarginBeforeCollapse: string;
209 /** @deprecated */
210 WebkitMarginBottomCollapse: string;
211 /** @deprecated */
212 WebkitMarginCollapse: string;
213 /** @deprecated */
214 WebkitMarginEnd: string;
215 /** @deprecated */
216 WebkitMarginStart: string;
217 /** @deprecated */
218 WebkitMarginTopCollapse: string;
219 /** @deprecated */
220 WebkitMarquee: string;
221 /** @deprecated */
222 WebkitMarqueeDirection: string;
223 /** @deprecated */
224 WebkitMarqueeIncrement: string;
225 /** @deprecated */
226 WebkitMarqueeRepetition: string;
227 /** @deprecated */
228 WebkitMarqueeSpeed: string;
229 /** @deprecated */
230 WebkitMarqueeStyle: string;
231 /** @deprecated */
232 WebkitMask: string;
233 /** @deprecated */
234 WebkitMaskAttachment: string;
235 /** @deprecated */
236 WebkitMaskBoxImage: string;
237 /** @deprecated */
238 WebkitMaskBoxImageOutset: string;
239 /** @deprecated */
240 WebkitMaskBoxImageRepeat: string;
241 /** @deprecated */
242 WebkitMaskBoxImageSlice: string;
243 /** @deprecated */
244 WebkitMaskBoxImageSource: string;
245 /** @deprecated */
246 WebkitMaskBoxImageWidth: string;
247 /** @deprecated */
248 WebkitMaskClip: string;
249 /** @deprecated */
250 WebkitMaskComposite: string;
251 /** @deprecated */
252 WebkitMaskImage: string;
253 /** @deprecated */
254 WebkitMaskOrigin: string;
255 /** @deprecated */
256 WebkitMaskPosition: string;
257 /** @deprecated */
258 WebkitMaskPositionX: string;
259 /** @deprecated */
260 WebkitMaskPositionY: string;
261 /** @deprecated */
262 WebkitMaskRepeat: string;
263 /** @deprecated */
264 WebkitMaskRepeatX: string;
265 /** @deprecated */
266 WebkitMaskRepeatY: string;
267 /** @deprecated */
268 WebkitMaskSize: string;
269 /** @deprecated */
270 WebkitMatchNearestMailBlockquoteColor: string;
271 /** @deprecated */
272 WebkitMaxLogicalHeight: string;
273 /** @deprecated */
274 WebkitMaxLogicalWidth: string;
275 /** @deprecated */
276 WebkitMinLogicalHeight: string;
277 /** @deprecated */
278 WebkitMinLogicalWidth: string;
279 /** @deprecated */
280 WebkitNbspMode: string;
281 /** @deprecated */
282 WebkitOverflowScrolling: string;
283 /** @deprecated */
284 WebkitPaddingAfter: string;
285 /** @deprecated */
286 WebkitPaddingBefore: string;
287 /** @deprecated */
288 WebkitPaddingEnd: string;
289 /** @deprecated */
290 WebkitPaddingStart: string;
291 /** @deprecated */
292 WebkitPerspective: string;
293 /** @deprecated */
294 WebkitPerspectiveOrigin: string;
295 /** @deprecated */
296 WebkitPerspectiveOriginX: string;
297 /** @deprecated */
298 WebkitPerspectiveOriginY: string;
299 /** @deprecated */
300 WebkitPrintColorAdjust: string;
301 /** @deprecated */
302 WebkitRegionBreakAfter: string;
303 /** @deprecated */
304 WebkitRegionBreakBefore: string;
305 /** @deprecated */
306 WebkitRegionBreakInside: string;
307 /** @deprecated */
308 WebkitRegionOverflow: string;
309 /** @deprecated */
310 WebkitRtlOrdering: string;
311 /** @deprecated */
312 WebkitSvgShadow: string;
313 /** @deprecated */
314 WebkitTapHighlightColor: string;
315 /** @deprecated */
316 WebkitTextCombine: string;
317 /** @deprecated */
318 WebkitTextDecorationsInEffect: string;
319 /** @deprecated */
320 WebkitTextEmphasis: string;
321 /** @deprecated */
322 WebkitTextEmphasisColor: string;
323 /** @deprecated */
324 WebkitTextEmphasisPosition: string;
325 /** @deprecated */
326 WebkitTextEmphasisStyle: string;
327 /** @deprecated */
328 WebkitTextFillColor: string;
329 /** @deprecated */
330 WebkitTextOrientation: string;
331 /** @deprecated */
332 WebkitTextSecurity: string;
333 /** @deprecated */
334 WebkitTextSizeAdjust: string;
335 /** @deprecated */
336 WebkitTextStroke: string;
337 /** @deprecated */
338 WebkitTextStrokeColor: string;
339 /** @deprecated */
340 WebkitTextStrokeWidth: string;
341 /** @deprecated */
342 WebkitTransform: string;
343 /** @deprecated */
344 WebkitTransformOrigin: string;
345 /** @deprecated */
346 WebkitTransformOriginX: string;
347 /** @deprecated */
348 WebkitTransformOriginY: string;
349 /** @deprecated */
350 WebkitTransformOriginZ: string;
351 /** @deprecated */
352 WebkitTransformStyle: string;
353 /** @deprecated */
354 WebkitTransition: string;
355 /** @deprecated */
356 WebkitTransitionDelay: string;
357 /** @deprecated */
358 WebkitTransitionDuration: string;
359 /** @deprecated */
360 WebkitTransitionProperty: string;
361 /** @deprecated */
362 WebkitTransitionTimingFunction: string;
363 /** @deprecated */
364 WebkitUserDrag: string;
365 /** @deprecated */
366 WebkitUserModify: string;
367 /** @deprecated */
368 WebkitUserSelect: string;
369 /** @deprecated */
370 WebkitWrap: string;
371 /** @deprecated */
372 WebkitWrapFlow: string;
373 /** @deprecated */
374 WebkitWrapMargin: string;
375 /** @deprecated */
376 WebkitWrapPadding: string;
377 /** @deprecated */
378 WebkitWrapShapeInside: string;
379 /** @deprecated */
380 WebkitWrapShapeOutside: string;
381 /** @deprecated */
382 WebkitWrapThrough: string;
383 /** @deprecated */
384 WebkitWritingMode: string;
385 /** @deprecated */
386 WebkitZoom: string;
387
388 alignContent: string;
389 alignItems: string;
390 alignSelf: string;
391 alignmentBaseline: string;
392 all: string;
393 animation: string;
394 animationDelay: string;
395 animationDirection: string;
396 animationDuration: string;
397 animationFillMode: string;
398 animationIterationCount: string;
399 animationName: string;
400 animationPlayState: string;
401 animationTimingFunction: string;
402 appearance: string;
403 azimuth: string;
404 background: string;
405 backgroundAttachment: string;
406 backgroundBlendMode: string;
407 backgroundClip: string;
408 backgroundColor: string;
409 backgroundImage: string;
410 backgroundOrigin: string;
411 backgroundPosition: string;
412 backgroundPositionX: string;
413 backgroundPositionY: string;
414 backgroundRepeat: string;
415 backgroundRepeatX: string;
416 backgroundRepeatY: string;
417 backgroundSize: string;
418 baselineShift: string;
419 blockOverflow: string;
420 blockSize: string;
421 bookmarkLabel: string;
422 bookmarkLevel: string;
423 bookmarkState: string;
424 border: string;
425 borderBlock: string;
426 borderBlockColor: string;
427 borderBlockEnd: string;
428 borderBlockEndColor: string;
429 borderBlockEndStyle: string;
430 borderBlockEndWidth: string;
431 borderBlockStart: string;
432 borderBlockStartColor: string;
433 borderBlockStartStyle: string;
434 borderBlockStartWidth: string;
435 borderBlockStyle: string;
436 borderBlockWidth: string;
437 borderBottom: string;
438 borderBottomColor: string;
439 borderBottomLeftRadius: string;
440 borderBottomRightRadius: string;
441 borderBottomStyle: string;
442 borderBottomWidth: string;
443 borderBoundary: string;
444 borderCollapse: string;
445 borderColor: string;
446 borderEndEndRadius: string;
447 borderEndStartRadius: string;
448 borderImage: string;
449 borderImageOutset: string;
450 borderImageRepeat: string;
451 borderImageSlice: string;
452 borderImageSource: string;
453 borderImageWidth: string;
454 borderInline: string;
455 borderInlineColor: string;
456 borderInlineEnd: string;
457 borderInlineEndColor: string;
458 borderInlineEndStyle: string;
459 borderInlineEndWidth: string;
460 borderInlineStart: string;
461 borderInlineStartColor: string;
462 borderInlineStartStyle: string;
463 borderInlineStartWidth: string;
464 borderInlineStyle: string;
465 borderInlineWidth: string;
466 borderLeft: string;
467 borderLeftColor: string;
468 borderLeftStyle: string;
469 borderLeftWidth: string;
470 borderRadius: string;
471 borderRight: string;
472 borderRightColor: string;
473 borderRightStyle: string;
474 borderRightWidth: string;
475 borderSpacing: string;
476 borderStartEndRadius: string;
477 borderStartStartRadius: string;
478 borderStyle: string;
479 borderTop: string;
480 borderTopColor: string;
481 borderTopLeftRadius: string;
482 borderTopRightRadius: string;
483 borderTopStyle: string;
484 borderTopWidth: string;
485 borderWidth: string;
486 bottom: string;
487 boxDecorationBreak: string;
488 boxShadow: string;
489 boxSizing: string;
490 boxSnap: string;
491 breakAfter: string;
492 breakBefore: string;
493 breakInside: string;
494 captionSide: string;
495 caret: string;
496 caretColor: string;
497 caretShape: string;
498 chains: string;
499 clear: string;
500 clip: string;
501 clipPath: string;
502 clipRule: string;
503 color: string;
504 colorAdjust: string;
505 colorInterpolation: string;
506 colorInterpolationFilters: string;
507 colorProfile: string;
508 colorRendering: string;
509 colorScheme: string;
510 columnCount: string;
511 columnFill: string;
512 columnGap: string;
513 columnRule: string;
514 columnRuleColor: string;
515 columnRuleStyle: string;
516 columnRuleWidth: string;
517 columnSpan: string;
518 columnWidth: string;
519 columns: string;
520 contain: string;
521 content: string;
522 continue: string;
523 counterIncrement: string;
524 counterReset: string;
525 counterSet: string;
526 cue: string;
527 cueAfter: string;
528 cueBefore: string;
529 cursor: string;
530 direction: string;
531 display: string;
532 dominantBaseline: string;
533 elevation: string;
534 emptyCells: string;
535 enableBackground: string;
536 fill: string;
537 fillOpacity: string;
538 fillRule: string;
539 filter: string;
540 flex: string;
541 flexBasis: string;
542 flexDirection: string;
543 flexFlow: string;
544 flexGrow: string;
545 flexShrink: string;
546 flexWrap: string;
547 float: string;
548 floodColor: string;
549 floodOpacity: string;
550 flow: string;
551 flowFrom: string;
552 flowInto: string;
553 font: string;
554 fontFamily: string;
555 fontFeatureSettings: string;
556 fontKerning: string;
557 fontLanguageOverride: string;
558 fontOpticalSizing: string;
559 fontPalette: string;
560 fontSize: string;
561 fontSizeAdjust: string;
562 fontStretch: string;
563 fontStyle: string;
564 fontSynthesis: string;
565 fontSynthesisSmallCaps: string;
566 fontSynthesisStyle: string;
567 fontSynthesisWeight: string;
568 fontVariant: string;
569 fontVariantAlternates: string;
570 fontVariantCaps: string;
571 fontVariantEastAsian: string;
572 fontVariantEmoji: string;
573 fontVariantLigatures: string;
574 fontVariantNumeric: string;
575 fontVariantPosition: string;
576 fontVariationSettings: string;
577 fontWeight: string;
578 footnoteDisplay: string;
579 footnotePolicy: string;
580 forcedColorAdjust: string;
581 gap: string;
582 glyphOrientationHorizontal: string;
583 glyphOrientationVertical: string;
584 grid: string;
585 gridArea: string;
586 gridAutoColumns: string;
587 gridAutoFlow: string;
588 gridAutoRows: string;
589 gridColumn: string;
590 gridColumnEnd: string;
591 gridColumnStart: string;
592 gridRow: string;
593 gridRowEnd: string;
594 gridRowStart: string;
595 gridTemplate: string;
596 gridTemplateAreas: string;
597 gridTemplateColumns: string;
598 gridTemplateRows: string;
599 hangingPunctuation: string;
600 height: string;
601 hyphenateCharacter: string;
602 hyphenateLimitChars: string;
603 hyphenateLimitLast: string;
604 hyphenateLimitLines: string;
605 hyphenateLimitZone: string;
606 hyphens: string;
607 imageOrientation: string;
608 imageRendering: string;
609 imageResolution: string;
610 initialLetters: string;
611 initialLettersAlign: string;
612 initialLettersWrap: string;
613 inlineSize: string;
614 inlineSizing: string;
615 inset: string;
616 insetBlock: string;
617 insetBlockEnd: string;
618 insetBlockStart: string;
619 insetInline: string;
620 insetInlineEnd: string;
621 insetInlineStart: string;
622 isolation: string;
623 justifyContent: string;
624 justifyItems: string;
625 justifySelf: string;
626 kerning: string;
627 left: string;
628 letterSpacing: string;
629 lightingColor: string;
630 lineBreak: string;
631 lineClamp: string;
632 lineGrid: string;
633 lineHeight: string;
634 linePadding: string;
635 lineSnap: string;
636 listStyle: string;
637 listStyleImage: string;
638 listStylePosition: string;
639 listStyleType: string;
640 margin: string;
641 marginBlock: string;
642 marginBlockEnd: string;
643 marginBlockStart: string;
644 marginBottom: string;
645 marginInline: string;
646 marginInlineEnd: string;
647 marginInlineStart: string;
648 marginLeft: string;
649 marginRight: string;
650 marginTop: string;
651 marginTrim: string;
652 marker: string;
653 markerEnd: string;
654 markerMid: string;
655 markerOffset: string;
656 markerSide: string;
657 markerStart: string;
658 marks: string;
659 mask: string;
660 maskBorder: string;
661 maskBorderMode: string;
662 maskBorderOutset: string;
663 maskBorderRepeat: string;
664 maskBorderSlice: string;
665 maskBorderSource: string;
666 maskBorderWidth: string;
667 maskClip: string;
668 maskComposite: string;
669 maskImage: string;
670 maskMode: string;
671 maskOrigin: string;
672 maskPosition: string;
673 maskRepeat: string;
674 maskSize: string;
675 maskType: string;
676 maxBlockSize: string;
677 maxHeight: string;
678 maxInlineSize: string;
679 maxLines: string;
680 maxWidth: string;
681 minBlockSize: string;
682 minHeight: string;
683 minInlineSize: string;
684 minWidth: string;
685 mixBlendMode: string;
686 navDown: string;
687 navLeft: string;
688 navRight: string;
689 navUp: string;
690 objectFit: string;
691 objectPosition: string;
692 offset: string;
693 offsetAfter: string;
694 offsetAnchor: string;
695 offsetBefore: string;
696 offsetDistance: string;
697 offsetEnd: string;
698 offsetPath: string;
699 offsetPosition: string;
700 offsetRotate: string;
701 offsetStart: string;
702 opacity: string;
703 order: string;
704 orphans: string;
705 outline: string;
706 outlineColor: string;
707 outlineOffset: string;
708 outlineStyle: string;
709 outlineWidth: string;
710 overflow: string;
711 overflowBlock: string;
712 overflowInline: string;
713 overflowWrap: string;
714 overflowX: string;
715 overflowY: string;
716 padding: string;
717 paddingBlock: string;
718 paddingBlockEnd: string;
719 paddingBlockStart: string;
720 paddingBottom: string;
721 paddingInline: string;
722 paddingInlineEnd: string;
723 paddingInlineStart: string;
724 paddingLeft: string;
725 paddingRight: string;
726 paddingTop: string;
727 page: string;
728 pageBreakAfter: string;
729 pageBreakBefore: string;
730 pageBreakInside: string;
731 pause: string;
732 pauseAfter: string;
733 pauseBefore: string;
734 pitch: string;
735 pitchRange: string;
736 placeContent: string;
737 placeItems: string;
738 placeSelf: string;
739 playDuring: string;
740 pointerEvents: string;
741 position: string;
742 quotes: string;
743 regionFragment: string;
744 resize: string;
745 richness: string;
746 right: string;
747 rowGap: string;
748 rubyAlign: string;
749 rubyMerge: string;
750 rubyPosition: string;
751 running: string;
752 scrollBehavior: string;
753 scrollMargin: string;
754 scrollMarginBlock: string;
755 scrollMarginBlockEnd: string;
756 scrollMarginBlockStart: string;
757 scrollMarginBottom: string;
758 scrollMarginInline: string;
759 scrollMarginInlineEnd: string;
760 scrollMarginInlineStart: string;
761 scrollMarginLeft: string;
762 scrollMarginRight: string;
763 scrollMarginTop: string;
764 scrollPadding: string;
765 scrollPaddingBlock: string;
766 scrollPaddingBlockEnd: string;
767 scrollPaddingBlockStart: string;
768 scrollPaddingBottom: string;
769 scrollPaddingInline: string;
770 scrollPaddingInlineEnd: string;
771 scrollPaddingInlineStart: string;
772 scrollPaddingLeft: string;
773 scrollPaddingRight: string;
774 scrollPaddingTop: string;
775 scrollSnapAlign: string;
776 scrollSnapStop: string;
777 scrollSnapType: string;
778 shapeImageThreshold: string;
779 shapeInside: string;
780 shapeMargin: string;
781 shapeOutside: string;
782 shapeRendering: string;
783 size: string;
784 spatialNavigationAction: string;
785 spatialNavigationContain: string;
786 spatialNavigationFunction: string;
787 speak: string;
788 speakHeader: string;
789 speakNumeral: string;
790 speakPunctuation: string;
791 speechRate: string;
792 src: string;
793 stopColor: string;
794 stopOpacity: string;
795 stress: string;
796 stringSet: string;
797 stroke: string;
798 strokeDasharray: string;
799 strokeDashoffset: string;
800 strokeLinecap: string;
801 strokeLinejoin: string;
802 strokeMiterlimit: string;
803 strokeOpacity: string;
804 strokeWidth: string;
805 tabSize: string;
806 tableLayout: string;
807 textAlign: string;
808 textAlignAll: string;
809 textAlignLast: string;
810 textAnchor: string;
811 textCombineUpright: string;
812 textDecoration: string;
813 textDecorationColor: string;
814 textDecorationLine: string;
815 textDecorationStyle: string;
816 textEmphasis: string;
817 textEmphasisColor: string;
818 textEmphasisPosition: string;
819 textEmphasisStyle: string;
820 textGroupAlign: string;
821 textIndent: string;
822 textJustify: string;
823 textLineThrough: string;
824 textLineThroughColor: string;
825 textLineThroughMode: string;
826 textLineThroughStyle: string;
827 textLineThroughWidth: string;
828 textOrientation: string;
829 textOverflow: string;
830 textOverline: string;
831 textOverlineColor: string;
832 textOverlineMode: string;
833 textOverlineStyle: string;
834 textOverlineWidth: string;
835 textRendering: string;
836 textShadow: string;
837 textSpaceCollapse: string;
838 textSpaceTrim: string;
839 textSpacing: string;
840 textTransform: string;
841 textUnderline: string;
842 textUnderlineColor: string;
843 textUnderlineMode: string;
844 textUnderlinePosition: string;
845 textUnderlineStyle: string;
846 textUnderlineWidth: string;
847 textWrap: string;
848 top: string;
849 transform: string;
850 transformBox: string;
851 transformOrigin: string;
852 transition: string;
853 transitionDelay: string;
854 transitionDuration: string;
855 transitionProperty: string;
856 transitionTimingFunction: string;
857 unicodeBidi: string;
858 unicodeRange: string;
859 userSelect: string;
860 vectorEffect: string;
861 verticalAlign: string;
862 visibility: string;
863 voiceFamily: string;
864 volume: string;
865 whiteSpace: string;
866 widows: string;
867 width: string;
868 willChange: string;
869 wordBoundaryDetection: string;
870 wordBoundaryExpansion: string;
871 wordBreak: string;
872 wordSpacing: string;
873 wordWrap: string;
874 wrapAfter: string;
875 wrapBefore: string;
876 wrapFlow: string;
877 wrapInside: string;
878 wrapThrough: string;
879 writingMode: string;
880 zIndex: string;
881
882 // https://drafts.csswg.org/cssom/#ref-for-cssstyledeclaration⑤
883 /** @deprecated */
884 webkitAnimation: string;
885 /** @deprecated */
886 webkitAnimationDelay: string;
887 /** @deprecated */
888 webkitAnimationDirection: string;
889 /** @deprecated */
890 webkitAnimationDuration: string;
891 /** @deprecated */
892 webkitAnimationFillMode: string;
893 /** @deprecated */
894 webkitAnimationIterationCount: string;
895 /** @deprecated */
896 webkitAnimationName: string;
897 /** @deprecated */
898 webkitAnimationPlayState: string;
899 /** @deprecated */
900 webkitAnimationTimingFunction: string;
901 /** @deprecated */
902 webkitAppearance: string;
903 /** @deprecated */
904 webkitAspectRatio: string;
905 /** @deprecated */
906 webkitBackfaceVisibility: string;
907 /** @deprecated */
908 webkitBackgroundClip: string;
909 /** @deprecated */
910 webkitBackgroundComposite: string;
911 /** @deprecated */
912 webkitBackgroundOrigin: string;
913 /** @deprecated */
914 webkitBackgroundSize: string;
915 /** @deprecated */
916 webkitBorderAfter: string;
917 /** @deprecated */
918 webkitBorderAfterColor: string;
919 /** @deprecated */
920 webkitBorderAfterStyle: string;
921 /** @deprecated */
922 webkitBorderAfterWidth: string;
923 /** @deprecated */
924 webkitBorderBefore: string;
925 /** @deprecated */
926 webkitBorderBeforeColor: string;
927 /** @deprecated */
928 webkitBorderBeforeStyle: string;
929 /** @deprecated */
930 webkitBorderBeforeWidth: string;
931 /** @deprecated */
932 webkitBorderEnd: string;
933 /** @deprecated */
934 webkitBorderEndColor: string;
935 /** @deprecated */
936 webkitBorderEndStyle: string;
937 /** @deprecated */
938 webkitBorderEndWidth: string;
939 /** @deprecated */
940 webkitBorderFit: string;
941 /** @deprecated */
942 webkitBorderHorizontalSpacing: string;
943 /** @deprecated */
944 webkitBorderImage: string;
945 /** @deprecated */
946 webkitBorderRadius: string;
947 /** @deprecated */
948 webkitBorderStart: string;
949 /** @deprecated */
950 webkitBorderStartColor: string;
951 /** @deprecated */
952 webkitBorderStartStyle: string;
953 /** @deprecated */
954 webkitBorderStartWidth: string;
955 /** @deprecated */
956 webkitBorderVerticalSpacing: string;
957 /** @deprecated */
958 webkitBoxAlign: string;
959 /** @deprecated */
960 webkitBoxDirection: string;
961 /** @deprecated */
962 webkitBoxFlex: string;
963 /** @deprecated */
964 webkitBoxFlexGroup: string;
965 /** @deprecated */
966 webkitBoxLines: string;
967 /** @deprecated */
968 webkitBoxOrdinalGroup: string;
969 /** @deprecated */
970 webkitBoxOrient: string;
971 /** @deprecated */
972 webkitBoxPack: string;
973 /** @deprecated */
974 webkitBoxReflect: string;
975 /** @deprecated */
976 webkitBoxShadow: string;
977 /** @deprecated */
978 webkitColorCorrection: string;
979 /** @deprecated */
980 webkitColumnAxis: string;
981 /** @deprecated */
982 webkitColumnBreakAfter: string;
983 /** @deprecated */
984 webkitColumnBreakBefore: string;
985 /** @deprecated */
986 webkitColumnBreakInside: string;
987 /** @deprecated */
988 webkitColumnCount: string;
989 /** @deprecated */
990 webkitColumnGap: string;
991 /** @deprecated */
992 webkitColumnRule: string;
993 /** @deprecated */
994 webkitColumnRuleColor: string;
995 /** @deprecated */
996 webkitColumnRuleStyle: string;
997 /** @deprecated */
998 webkitColumnRuleWidth: string;
999 /** @deprecated */
1000 webkitColumnSpan: string;
1001 /** @deprecated */
1002 webkitColumnWidth: string;
1003 /** @deprecated */
1004 webkitColumns: string;
1005 /** @deprecated */
1006 webkitFilter: string;
1007 /** @deprecated */
1008 webkitFlexAlign: string;
1009 /** @deprecated */
1010 webkitFlexDirection: string;
1011 /** @deprecated */
1012 webkitFlexFlow: string;
1013 /** @deprecated */
1014 webkitFlexItemAlign: string;
1015 /** @deprecated */
1016 webkitFlexLinePack: string;
1017 /** @deprecated */
1018 webkitFlexOrder: string;
1019 /** @deprecated */
1020 webkitFlexPack: string;
1021 /** @deprecated */
1022 webkitFlexWrap: string;
1023 /** @deprecated */
1024 webkitFlowFrom: string;
1025 /** @deprecated */
1026 webkitFlowInto: string;
1027 /** @deprecated */
1028 webkitFontFeatureSettings: string;
1029 /** @deprecated */
1030 webkitFontKerning: string;
1031 /** @deprecated */
1032 webkitFontSizeDelta: string;
1033 /** @deprecated */
1034 webkitFontSmoothing: string;
1035 /** @deprecated */
1036 webkitFontVariantLigatures: string;
1037 /** @deprecated */
1038 webkitHighlight: string;
1039 /** @deprecated */
1040 webkitHyphenateCharacter: string;
1041 /** @deprecated */
1042 webkitHyphenateLimitAfter: string;
1043 /** @deprecated */
1044 webkitHyphenateLimitBefore: string;
1045 /** @deprecated */
1046 webkitHyphenateLimitLines: string;
1047 /** @deprecated */
1048 webkitHyphens: string;
1049 /** @deprecated */
1050 webkitLineAlign: string;
1051 /** @deprecated */
1052 webkitLineBoxContain: string;
1053 /** @deprecated */
1054 webkitLineBreak: string;
1055 /** @deprecated */
1056 webkitLineClamp: string;
1057 /** @deprecated */
1058 webkitLineGrid: string;
1059 /** @deprecated */
1060 webkitLineSnap: string;
1061 /** @deprecated */
1062 webkitLocale: string;
1063 /** @deprecated */
1064 webkitLogicalHeight: string;
1065 /** @deprecated */
1066 webkitLogicalWidth: string;
1067 /** @deprecated */
1068 webkitMarginAfter: string;
1069 /** @deprecated */
1070 webkitMarginAfterCollapse: string;
1071 /** @deprecated */
1072 webkitMarginBefore: string;
1073 /** @deprecated */
1074 webkitMarginBeforeCollapse: string;
1075 /** @deprecated */
1076 webkitMarginBottomCollapse: string;
1077 /** @deprecated */
1078 webkitMarginCollapse: string;
1079 /** @deprecated */
1080 webkitMarginEnd: string;
1081 /** @deprecated */
1082 webkitMarginStart: string;
1083 /** @deprecated */
1084 webkitMarginTopCollapse: string;
1085 /** @deprecated */
1086 webkitMarquee: string;
1087 /** @deprecated */
1088 webkitMarqueeDirection: string;
1089 /** @deprecated */
1090 webkitMarqueeIncrement: string;
1091 /** @deprecated */
1092 webkitMarqueeRepetition: string;
1093 /** @deprecated */
1094 webkitMarqueeSpeed: string;
1095 /** @deprecated */
1096 webkitMarqueeStyle: string;
1097 /** @deprecated */
1098 webkitMask: string;
1099 /** @deprecated */
1100 webkitMaskAttachment: string;
1101 /** @deprecated */
1102 webkitMaskBoxImage: string;
1103 /** @deprecated */
1104 webkitMaskBoxImageOutset: string;
1105 /** @deprecated */
1106 webkitMaskBoxImageRepeat: string;
1107 /** @deprecated */
1108 webkitMaskBoxImageSlice: string;
1109 /** @deprecated */
1110 webkitMaskBoxImageSource: string;
1111 /** @deprecated */
1112 webkitMaskBoxImageWidth: string;
1113 /** @deprecated */
1114 webkitMaskClip: string;
1115 /** @deprecated */
1116 webkitMaskComposite: string;
1117 /** @deprecated */
1118 webkitMaskImage: string;
1119 /** @deprecated */
1120 webkitMaskOrigin: string;
1121 /** @deprecated */
1122 webkitMaskPosition: string;
1123 /** @deprecated */
1124 webkitMaskPositionX: string;
1125 /** @deprecated */
1126 webkitMaskPositionY: string;
1127 /** @deprecated */
1128 webkitMaskRepeat: string;
1129 /** @deprecated */
1130 webkitMaskRepeatX: string;
1131 /** @deprecated */
1132 webkitMaskRepeatY: string;
1133 /** @deprecated */
1134 webkitMaskSize: string;
1135 /** @deprecated */
1136 webkitMatchNearestMailBlockquoteColor: string;
1137 /** @deprecated */
1138 webkitMaxLogicalHeight: string;
1139 /** @deprecated */
1140 webkitMaxLogicalWidth: string;
1141 /** @deprecated */
1142 webkitMinLogicalHeight: string;
1143 /** @deprecated */
1144 webkitMinLogicalWidth: string;
1145 /** @deprecated */
1146 webkitNbspMode: string;
1147 /** @deprecated */
1148 webkitOverflowScrolling: string;
1149 /** @deprecated */
1150 webkitPaddingAfter: string;
1151 /** @deprecated */
1152 webkitPaddingBefore: string;
1153 /** @deprecated */
1154 webkitPaddingEnd: string;
1155 /** @deprecated */
1156 webkitPaddingStart: string;
1157 /** @deprecated */
1158 webkitPerspective: string;
1159 /** @deprecated */
1160 webkitPerspectiveOrigin: string;
1161 /** @deprecated */
1162 webkitPerspectiveOriginX: string;
1163 /** @deprecated */
1164 webkitPerspectiveOriginY: string;
1165 /** @deprecated */
1166 webkitPrintColorAdjust: string;
1167 /** @deprecated */
1168 webkitRegionBreakAfter: string;
1169 /** @deprecated */
1170 webkitRegionBreakBefore: string;
1171 /** @deprecated */
1172 webkitRegionBreakInside: string;
1173 /** @deprecated */
1174 webkitRegionOverflow: string;
1175 /** @deprecated */
1176 webkitRtlOrdering: string;
1177 /** @deprecated */
1178 webkitSvgShadow: string;
1179 /** @deprecated */
1180 webkitTapHighlightColor: string;
1181 /** @deprecated */
1182 webkitTextCombine: string;
1183 /** @deprecated */
1184 webkitTextDecorationsInEffect: string;
1185 /** @deprecated */
1186 webkitTextEmphasis: string;
1187 /** @deprecated */
1188 webkitTextEmphasisColor: string;
1189 /** @deprecated */
1190 webkitTextEmphasisPosition: string;
1191 /** @deprecated */
1192 webkitTextEmphasisStyle: string;
1193 /** @deprecated */
1194 webkitTextFillColor: string;
1195 /** @deprecated */
1196 webkitTextOrientation: string;
1197 /** @deprecated */
1198 webkitTextSecurity: string;
1199 /** @deprecated */
1200 webkitTextSizeAdjust: string;
1201 /** @deprecated */
1202 webkitTextStroke: string;
1203 /** @deprecated */
1204 webkitTextStrokeColor: string;
1205 /** @deprecated */
1206 webkitTextStrokeWidth: string;
1207 /** @deprecated */
1208 webkitTransform: string;
1209 /** @deprecated */
1210 webkitTransformOrigin: string;
1211 /** @deprecated */
1212 webkitTransformOriginX: string;
1213 /** @deprecated */
1214 webkitTransformOriginY: string;
1215 /** @deprecated */
1216 webkitTransformOriginZ: string;
1217 /** @deprecated */
1218 webkitTransformStyle: string;
1219 /** @deprecated */
1220 webkitTransition: string;
1221 /** @deprecated */
1222 webkitTransitionDelay: string;
1223 /** @deprecated */
1224 webkitTransitionDuration: string;
1225 /** @deprecated */
1226 webkitTransitionProperty: string;
1227 /** @deprecated */
1228 webkitTransitionTimingFunction: string;
1229 /** @deprecated */
1230 webkitUserDrag: string;
1231 /** @deprecated */
1232 webkitUserModify: string;
1233 /** @deprecated */
1234 webkitUserSelect: string;
1235 /** @deprecated */
1236 webkitWrap: string;
1237 /** @deprecated */
1238 webkitWrapFlow: string;
1239 /** @deprecated */
1240 webkitWrapMargin: string;
1241 /** @deprecated */
1242 webkitWrapPadding: string;
1243 /** @deprecated */
1244 webkitWrapShapeInside: string;
1245 /** @deprecated */
1246 webkitWrapShapeOutside: string;
1247 /** @deprecated */
1248 webkitWrapThrough: string;
1249 /** @deprecated */
1250 webkitWritingMode: string;
1251 /** @deprecated */
1252 webkitZoom: string;
1253
1254 // https://drafts.csswg.org/cssom/#ref-for-cssstyledeclaration⑥
1255 /** @deprecated */
1256 "-webkit-animation": string;
1257 /** @deprecated */
1258 "-webkit-animation-delay": string;
1259 /** @deprecated */
1260 "-webkit-animation-direction": string;
1261 /** @deprecated */
1262 "-webkit-animation-duration": string;
1263 /** @deprecated */
1264 "-webkit-animation-fill-mode": string;
1265 /** @deprecated */
1266 "-webkit-animation-iteration-count": string;
1267 /** @deprecated */
1268 "-webkit-animation-name": string;
1269 /** @deprecated */
1270 "-webkit-animation-play-state": string;
1271 /** @deprecated */
1272 "-webkit-animation-timing-function": string;
1273 /** @deprecated */
1274 "-webkit-appearance": string;
1275 /** @deprecated */
1276 "-webkit-aspect-ratio": string;
1277 /** @deprecated */
1278 "-webkit-backface-visibility": string;
1279 /** @deprecated */
1280 "-webkit-background-clip": string;
1281 /** @deprecated */
1282 "-webkit-background-composite": string;
1283 /** @deprecated */
1284 "-webkit-background-origin": string;
1285 /** @deprecated */
1286 "-webkit-background-size": string;
1287 /** @deprecated */
1288 "-webkit-border-after": string;
1289 /** @deprecated */
1290 "-webkit-border-after-color": string;
1291 /** @deprecated */
1292 "-webkit-border-after-style": string;
1293 /** @deprecated */
1294 "-webkit-border-after-width": string;
1295 /** @deprecated */
1296 "-webkit-border-before": string;
1297 /** @deprecated */
1298 "-webkit-border-before-color": string;
1299 /** @deprecated */
1300 "-webkit-border-before-style": string;
1301 /** @deprecated */
1302 "-webkit-border-before-width": string;
1303 /** @deprecated */
1304 "-webkit-border-end": string;
1305 /** @deprecated */
1306 "-webkit-border-end-color": string;
1307 /** @deprecated */
1308 "-webkit-border-end-style": string;
1309 /** @deprecated */
1310 "-webkit-border-end-width": string;
1311 /** @deprecated */
1312 "-webkit-border-fit": string;
1313 /** @deprecated */
1314 "-webkit-border-horizontal-spacing": string;
1315 /** @deprecated */
1316 "-webkit-border-image": string;
1317 /** @deprecated */
1318 "-webkit-border-radius": string;
1319 /** @deprecated */
1320 "-webkit-border-start": string;
1321 /** @deprecated */
1322 "-webkit-border-start-color": string;
1323 /** @deprecated */
1324 "-webkit-border-start-style": string;
1325 /** @deprecated */
1326 "-webkit-border-start-width": string;
1327 /** @deprecated */
1328 "-webkit-border-vertical-spacing": string;
1329 /** @deprecated */
1330 "-webkit-box-align": string;
1331 /** @deprecated */
1332 "-webkit-box-direction": string;
1333 /** @deprecated */
1334 "-webkit-box-flex": string;
1335 /** @deprecated */
1336 "-webkit-box-flex-group": string;
1337 /** @deprecated */
1338 "-webkit-box-lines": string;
1339 /** @deprecated */
1340 "-webkit-box-ordinal-group": string;
1341 /** @deprecated */
1342 "-webkit-box-orient": string;
1343 /** @deprecated */
1344 "-webkit-box-pack": string;
1345 /** @deprecated */
1346 "-webkit-box-reflect": string;
1347 /** @deprecated */
1348 "-webkit-box-shadow": string;
1349 /** @deprecated */
1350 "-webkit-color-correction": string;
1351 /** @deprecated */
1352 "-webkit-column-axis": string;
1353 /** @deprecated */
1354 "-webkit-column-break-after": string;
1355 /** @deprecated */
1356 "-webkit-column-break-before": string;
1357 /** @deprecated */
1358 "-webkit-column-break-inside": string;
1359 /** @deprecated */
1360 "-webkit-column-count": string;
1361 /** @deprecated */
1362 "-webkit-column-gap": string;
1363 /** @deprecated */
1364 "-webkit-column-rule": string;
1365 /** @deprecated */
1366 "-webkit-column-rule-color": string;
1367 /** @deprecated */
1368 "-webkit-column-rule-style": string;
1369 /** @deprecated */
1370 "-webkit-column-rule-width": string;
1371 /** @deprecated */
1372 "-webkit-column-span": string;
1373 /** @deprecated */
1374 "-webkit-column-width": string;
1375 /** @deprecated */
1376 "-webkit-columns": string;
1377 /** @deprecated */
1378 "-webkit-filter": string;
1379 /** @deprecated */
1380 "-webkit-flex-align": string;
1381 /** @deprecated */
1382 "-webkit-flex-direction": string;
1383 /** @deprecated */
1384 "-webkit-flex-flow": string;
1385 /** @deprecated */
1386 "-webkit-flex-item-align": string;
1387 /** @deprecated */
1388 "-webkit-flex-line-pack": string;
1389 /** @deprecated */
1390 "-webkit-flex-order": string;
1391 /** @deprecated */
1392 "-webkit-flex-pack": string;
1393 /** @deprecated */
1394 "-webkit-flex-wrap": string;
1395 /** @deprecated */
1396 "-webkit-flow-from": string;
1397 /** @deprecated */
1398 "-webkit-flow-into": string;
1399 /** @deprecated */
1400 "-webkit-font-feature-settings": string;
1401 /** @deprecated */
1402 "-webkit-font-kerning": string;
1403 /** @deprecated */
1404 "-webkit-font-size-delta": string;
1405 /** @deprecated */
1406 "-webkit-font-smoothing": string;
1407 /** @deprecated */
1408 "-webkit-font-variant-ligatures": string;
1409 /** @deprecated */
1410 "-webkit-highlight": string;
1411 /** @deprecated */
1412 "-webkit-hyphenate-character": string;
1413 /** @deprecated */
1414 "-webkit-hyphenate-limit-after": string;
1415 /** @deprecated */
1416 "-webkit-hyphenate-limit-before": string;
1417 /** @deprecated */
1418 "-webkit-hyphenate-limit-lines": string;
1419 /** @deprecated */
1420 "-webkit-hyphens": string;
1421 /** @deprecated */
1422 "-webkit-line-align": string;
1423 /** @deprecated */
1424 "-webkit-line-box-contain": string;
1425 /** @deprecated */
1426 "-webkit-line-break": string;
1427 /** @deprecated */
1428 "-webkit-line-clamp": string;
1429 /** @deprecated */
1430 "-webkit-line-grid": string;
1431 /** @deprecated */
1432 "-webkit-line-snap": string;
1433 /** @deprecated */
1434 "-webkit-locale": string;
1435 /** @deprecated */
1436 "-webkit-logical-height": string;
1437 /** @deprecated */
1438 "-webkit-logical-width": string;
1439 /** @deprecated */
1440 "-webkit-margin-after": string;
1441 /** @deprecated */
1442 "-webkit-margin-after-collapse": string;
1443 /** @deprecated */
1444 "-webkit-margin-before": string;
1445 /** @deprecated */
1446 "-webkit-margin-before-collapse": string;
1447 /** @deprecated */
1448 "-webkit-margin-bottom-collapse": string;
1449 /** @deprecated */
1450 "-webkit-margin-collapse": string;
1451 /** @deprecated */
1452 "-webkit-margin-end": string;
1453 /** @deprecated */
1454 "-webkit-margin-start": string;
1455 /** @deprecated */
1456 "-webkit-margin-top-collapse": string;
1457 /** @deprecated */
1458 "-webkit-marquee": string;
1459 /** @deprecated */
1460 "-webkit-marquee-direction": string;
1461 /** @deprecated */
1462 "-webkit-marquee-increment": string;
1463 /** @deprecated */
1464 "-webkit-marquee-repetition": string;
1465 /** @deprecated */
1466 "-webkit-marquee-speed": string;
1467 /** @deprecated */
1468 "-webkit-marquee-style": string;
1469 /** @deprecated */
1470 "-webkit-mask": string;
1471 /** @deprecated */
1472 "-webkit-mask-attachment": string;
1473 /** @deprecated */
1474 "-webkit-mask-box-image": string;
1475 /** @deprecated */
1476 "-webkit-mask-box-image-outset": string;
1477 /** @deprecated */
1478 "-webkit-mask-box-image-repeat": string;
1479 /** @deprecated */
1480 "-webkit-mask-box-image-slice": string;
1481 /** @deprecated */
1482 "-webkit-mask-box-image-source": string;
1483 /** @deprecated */
1484 "-webkit-mask-box-image-width": string;
1485 /** @deprecated */
1486 "-webkit-mask-clip": string;
1487 /** @deprecated */
1488 "-webkit-mask-composite": string;
1489 /** @deprecated */
1490 "-webkit-mask-image": string;
1491 /** @deprecated */
1492 "-webkit-mask-origin": string;
1493 /** @deprecated */
1494 "-webkit-mask-position": string;
1495 /** @deprecated */
1496 "-webkit-mask-position-x": string;
1497 /** @deprecated */
1498 "-webkit-mask-position-y": string;
1499 /** @deprecated */
1500 "-webkit-mask-repeat": string;
1501 /** @deprecated */
1502 "-webkit-mask-repeat-x": string;
1503 /** @deprecated */
1504 "-webkit-mask-repeat-y": string;
1505 /** @deprecated */
1506 "-webkit-mask-size": string;
1507 /** @deprecated */
1508 "-webkit-match-nearest-mail-blockquote-color": string;
1509 /** @deprecated */
1510 "-webkit-max-logical-height": string;
1511 /** @deprecated */
1512 "-webkit-max-logical-width": string;
1513 /** @deprecated */
1514 "-webkit-min-logical-height": string;
1515 /** @deprecated */
1516 "-webkit-min-logical-width": string;
1517 /** @deprecated */
1518 "-webkit-nbsp-mode": string;
1519 /** @deprecated */
1520 "-webkit-overflow-scrolling": string;
1521 /** @deprecated */
1522 "-webkit-padding-after": string;
1523 /** @deprecated */
1524 "-webkit-padding-before": string;
1525 /** @deprecated */
1526 "-webkit-padding-end": string;
1527 /** @deprecated */
1528 "-webkit-padding-start": string;
1529 /** @deprecated */
1530 "-webkit-perspective": string;
1531 /** @deprecated */
1532 "-webkit-perspective-origin": string;
1533 /** @deprecated */
1534 "-webkit-perspective-origin-x": string;
1535 /** @deprecated */
1536 "-webkit-perspective-origin-y": string;
1537 /** @deprecated */
1538 "-webkit-print-color-adjust": string;
1539 /** @deprecated */
1540 "-webkit-region-break-after": string;
1541 /** @deprecated */
1542 "-webkit-region-break-before": string;
1543 /** @deprecated */
1544 "-webkit-region-break-inside": string;
1545 /** @deprecated */
1546 "-webkit-region-overflow": string;
1547 /** @deprecated */
1548 "-webkit-rtl-ordering": string;
1549 /** @deprecated */
1550 "-webkit-svg-shadow": string;
1551 /** @deprecated */
1552 "-webkit-tap-highlight-color": string;
1553 /** @deprecated */
1554 "-webkit-text-combine": string;
1555 /** @deprecated */
1556 "-webkit-text-decorations-in-effect": string;
1557 /** @deprecated */
1558 "-webkit-text-emphasis": string;
1559 /** @deprecated */
1560 "-webkit-text-emphasis-color": string;
1561 /** @deprecated */
1562 "-webkit-text-emphasis-position": string;
1563 /** @deprecated */
1564 "-webkit-text-emphasis-style": string;
1565 /** @deprecated */
1566 "-webkit-text-fill-color": string;
1567 /** @deprecated */
1568 "-webkit-text-orientation": string;
1569 /** @deprecated */
1570 "-webkit-text-security": string;
1571 /** @deprecated */
1572 "-webkit-text-size-adjust": string;
1573 /** @deprecated */
1574 "-webkit-text-stroke": string;
1575 /** @deprecated */
1576 "-webkit-text-stroke-color": string;
1577 /** @deprecated */
1578 "-webkit-text-stroke-width": string;
1579 /** @deprecated */
1580 "-webkit-transform": string;
1581 /** @deprecated */
1582 "-webkit-transform-origin": string;
1583 /** @deprecated */
1584 "-webkit-transform-origin-x": string;
1585 /** @deprecated */
1586 "-webkit-transform-origin-y": string;
1587 /** @deprecated */
1588 "-webkit-transform-origin-z": string;
1589 /** @deprecated */
1590 "-webkit-transform-style": string;
1591 /** @deprecated */
1592 "-webkit-transition": string;
1593 /** @deprecated */
1594 "-webkit-transition-delay": string;
1595 /** @deprecated */
1596 "-webkit-transition-duration": string;
1597 /** @deprecated */
1598 "-webkit-transition-property": string;
1599 /** @deprecated */
1600 "-webkit-transition-timing-function": string;
1601 /** @deprecated */
1602 "-webkit-user-drag": string;
1603 /** @deprecated */
1604 "-webkit-user-modify": string;
1605 /** @deprecated */
1606 "-webkit-user-select": string;
1607 /** @deprecated */
1608 "-webkit-wrap": string;
1609 /** @deprecated */
1610 "-webkit-wrap-flow": string;
1611 /** @deprecated */
1612 "-webkit-wrap-margin": string;
1613 /** @deprecated */
1614 "-webkit-wrap-padding": string;
1615 /** @deprecated */
1616 "-webkit-wrap-shape-inside": string;
1617 /** @deprecated */
1618 "-webkit-wrap-shape-outside": string;
1619 /** @deprecated */
1620 "-webkit-wrap-through": string;
1621 /** @deprecated */
1622 "-webkit-writing-mode": string;
1623 /** @deprecated */
1624 "-webkit-zoom": string;
1625
1626 "align-content": string;
1627 "align-items": string;
1628 "align-self": string;
1629 "alignment-baseline": string;
1630 "animation-delay": string;
1631 "animation-direction": string;
1632 "animation-duration": string;
1633 "animation-fill-mode": string;
1634 "animation-iteration-count": string;
1635 "animation-name": string;
1636 "animation-play-state": string;
1637 "animation-timing-function": string;
1638 "background-attachment": string;
1639 "background-blend-mode": string;
1640 "background-clip": string;
1641 "background-color": string;
1642 "background-image": string;
1643 "background-origin": string;
1644 "background-position": string;
1645 "background-position-x": string;
1646 "background-position-y": string;
1647 "background-repeat": string;
1648 "background-repeat-x": string;
1649 "background-repeat-y": string;
1650 "background-size": string;
1651 "baseline-shift": string;
1652 "block-overflow": string;
1653 "block-size": string;
1654 "bookmark-label": string;
1655 "bookmark-level": string;
1656 "bookmark-state": string;
1657 "border-block": string;
1658 "border-block-color": string;
1659 "border-block-end": string;
1660 "border-block-end-color": string;
1661 "border-block-end-style": string;
1662 "border-block-end-width": string;
1663 "border-block-start": string;
1664 "border-block-start-color": string;
1665 "border-block-start-style": string;
1666 "border-block-start-width": string;
1667 "border-block-style": string;
1668 "border-block-width": string;
1669 "border-bottom": string;
1670 "border-bottom-color": string;
1671 "border-bottom-left-radius": string;
1672 "border-bottom-right-radius": string;
1673 "border-bottom-style": string;
1674 "border-bottom-width": string;
1675 "border-boundary": string;
1676 "border-collapse": string;
1677 "border-color": string;
1678 "border-end-end-radius": string;
1679 "border-end-start-radius": string;
1680 "border-image": string;
1681 "border-image-outset": string;
1682 "border-image-repeat": string;
1683 "border-image-slice": string;
1684 "border-image-source": string;
1685 "border-image-width": string;
1686 "border-inline": string;
1687 "border-inline-color": string;
1688 "border-inline-end": string;
1689 "border-inline-end-color": string;
1690 "border-inline-end-style": string;
1691 "border-inline-end-width": string;
1692 "border-inline-start": string;
1693 "border-inline-start-color": string;
1694 "border-inline-start-style": string;
1695 "border-inline-start-width": string;
1696 "border-inline-style": string;
1697 "border-inline-width": string;
1698 "border-left": string;
1699 "border-left-color": string;
1700 "border-left-style": string;
1701 "border-left-width": string;
1702 "border-radius": string;
1703 "border-right": string;
1704 "border-right-color": string;
1705 "border-right-style": string;
1706 "border-right-width": string;
1707 "border-spacing": string;
1708 "border-start-end-radius": string;
1709 "border-start-start-radius": string;
1710 "border-style": string;
1711 "border-top": string;
1712 "border-top-color": string;
1713 "border-top-left-radius": string;
1714 "border-top-right-radius": string;
1715 "border-top-style": string;
1716 "border-top-width": string;
1717 "border-width": string;
1718 "box-decoration-break": string;
1719 "box-shadow": string;
1720 "box-sizing": string;
1721 "box-snap": string;
1722 "break-after": string;
1723 "break-before": string;
1724 "break-inside": string;
1725 "caption-side": string;
1726 "caret-color": string;
1727 "caret-shape": string;
1728 "clip-path": string;
1729 "clip-rule": string;
1730 "color-adjust": string;
1731 "color-interpolation": string;
1732 "color-interpolation-filters": string;
1733 "color-profile": string;
1734 "color-rendering": string;
1735 "color-scheme": string;
1736 "column-count": string;
1737 "column-fill": string;
1738 "column-gap": string;
1739 "column-rule": string;
1740 "column-rule-color": string;
1741 "column-rule-style": string;
1742 "column-rule-width": string;
1743 "column-span": string;
1744 "column-width": string;
1745 "counter-increment": string;
1746 "counter-reset": string;
1747 "counter-set": string;
1748 "cue-after": string;
1749 "cue-before": string;
1750 "dominant-baseline": string;
1751 "empty-cells": string;
1752 "enable-background": string;
1753 "fill-opacity": string;
1754 "fill-rule": string;
1755 "flex-basis": string;
1756 "flex-direction": string;
1757 "flex-flow": string;
1758 "flex-grow": string;
1759 "flex-shrink": string;
1760 "flex-wrap": string;
1761 "flood-color": string;
1762 "flood-opacity": string;
1763 "flow-from": string;
1764 "flow-into": string;
1765 "font-family": string;
1766 "font-feature-settings": string;
1767 "font-kerning": string;
1768 "font-language-override": string;
1769 "font-optical-sizing": string;
1770 "font-palette": string;
1771 "font-size": string;
1772 "font-size-adjust": string;
1773 "font-stretch": string;
1774 "font-style": string;
1775 "font-synthesis": string;
1776 "font-synthesis-small-caps": string;
1777 "font-synthesis-style": string;
1778 "font-synthesis-weight": string;
1779 "font-variant": string;
1780 "font-variant-alternates": string;
1781 "font-variant-caps": string;
1782 "font-variant-east-asian": string;
1783 "font-variant-emoji": string;
1784 "font-variant-ligatures": string;
1785 "font-variant-numeric": string;
1786 "font-variant-position": string;
1787 "font-variation-settings": string;
1788 "font-weight": string;
1789 "footnote-display": string;
1790 "footnote-policy": string;
1791 "forced-color-adjust": string;
1792 "glyph-orientation-horizontal": string;
1793 "glyph-orientation-vertical": string;
1794 "grid-area": string;
1795 "grid-auto-columns": string;
1796 "grid-auto-flow": string;
1797 "grid-auto-rows": string;
1798 "grid-column": string;
1799 "grid-column-end": string;
1800 "grid-column-start": string;
1801 "grid-row": string;
1802 "grid-row-end": string;
1803 "grid-row-start": string;
1804 "grid-template": string;
1805 "grid-template-areas": string;
1806 "grid-template-columns": string;
1807 "grid-template-rows": string;
1808 "hanging-punctuation": string;
1809 "hyphenate-character": string;
1810 "hyphenate-limit-chars": string;
1811 "hyphenate-limit-last": string;
1812 "hyphenate-limit-lines": string;
1813 "hyphenate-limit-zone": string;
1814 "image-orientation": string;
1815 "image-rendering": string;
1816 "image-resolution": string;
1817 "initial-letters": string;
1818 "initial-letters-align": string;
1819 "initial-letters-wrap": string;
1820 "inline-size": string;
1821 "inline-sizing": string;
1822 "inset-block": string;
1823 "inset-block-end": string;
1824 "inset-block-start": string;
1825 "inset-inline": string;
1826 "inset-inline-end": string;
1827 "inset-inline-start": string;
1828 "justify-content": string;
1829 "justify-items": string;
1830 "justify-self": string;
1831 "letter-spacing": string;
1832 "lighting-color": string;
1833 "line-break": string;
1834 "line-clamp": string;
1835 "line-grid": string;
1836 "line-height": string;
1837 "line-padding": string;
1838 "line-snap": string;
1839 "list-style": string;
1840 "list-style-image": string;
1841 "list-style-position": string;
1842 "list-style-type": string;
1843 "margin-block": string;
1844 "margin-block-end": string;
1845 "margin-block-start": string;
1846 "margin-bottom": string;
1847 "margin-inline": string;
1848 "margin-inline-end": string;
1849 "margin-inline-start": string;
1850 "margin-left": string;
1851 "margin-right": string;
1852 "margin-top": string;
1853 "margin-trim": string;
1854 "marker-end": string;
1855 "marker-mid": string;
1856 "marker-offset": string;
1857 "marker-side": string;
1858 "marker-start": string;
1859 "mask-border": string;
1860 "mask-border-mode": string;
1861 "mask-border-outset": string;
1862 "mask-border-repeat": string;
1863 "mask-border-slice": string;
1864 "mask-border-source": string;
1865 "mask-border-width": string;
1866 "mask-clip": string;
1867 "mask-composite": string;
1868 "mask-image": string;
1869 "mask-mode": string;
1870 "mask-origin": string;
1871 "mask-position": string;
1872 "mask-repeat": string;
1873 "mask-size": string;
1874 "mask-type": string;
1875 "max-block-size": string;
1876 "max-height": string;
1877 "max-inline-size": string;
1878 "max-lines": string;
1879 "max-width": string;
1880 "min-block-size": string;
1881 "min-height": string;
1882 "min-inline-size": string;
1883 "min-width": string;
1884 "mix-blend-mode": string;
1885 "nav-down": string;
1886 "nav-left": string;
1887 "nav-right": string;
1888 "nav-up": string;
1889 "object-fit": string;
1890 "object-position": string;
1891 "offset-after": string;
1892 "offset-anchor": string;
1893 "offset-before": string;
1894 "offset-distance": string;
1895 "offset-end": string;
1896 "offset-path": string;
1897 "offset-position": string;
1898 "offset-rotate": string;
1899 "offset-start": string;
1900 "outline-color": string;
1901 "outline-offset": string;
1902 "outline-style": string;
1903 "outline-width": string;
1904 "overflow-block": string;
1905 "overflow-inline": string;
1906 "overflow-wrap": string;
1907 "overflow-x": string;
1908 "overflow-y": string;
1909 "padding-block": string;
1910 "padding-block-end": string;
1911 "padding-block-start": string;
1912 "padding-bottom": string;
1913 "padding-inline": string;
1914 "padding-inline-end": string;
1915 "padding-inline-start": string;
1916 "padding-left": string;
1917 "padding-right": string;
1918 "padding-top": string;
1919 "page-break-after": string;
1920 "page-break-before": string;
1921 "page-break-inside": string;
1922 "pause-after": string;
1923 "pause-before": string;
1924 "pitch-range": string;
1925 "place-content": string;
1926 "place-items": string;
1927 "place-self": string;
1928 "play-during": string;
1929 "pointer-events": string;
1930 "region-fragment": string;
1931 "row-gap": string;
1932 "ruby-align": string;
1933 "ruby-merge": string;
1934 "ruby-position": string;
1935 "scroll-behavior": string;
1936 "scroll-margin": string;
1937 "scroll-margin-block": string;
1938 "scroll-margin-block-end": string;
1939 "scroll-margin-block-start": string;
1940 "scroll-margin-bottom": string;
1941 "scroll-margin-inline": string;
1942 "scroll-margin-inline-end": string;
1943 "scroll-margin-inline-start": string;
1944 "scroll-margin-left": string;
1945 "scroll-margin-right": string;
1946 "scroll-margin-top": string;
1947 "scroll-padding": string;
1948 "scroll-padding-block": string;
1949 "scroll-padding-block-end": string;
1950 "scroll-padding-block-start": string;
1951 "scroll-padding-bottom": string;
1952 "scroll-padding-inline": string;
1953 "scroll-padding-inline-end": string;
1954 "scroll-padding-inline-start": string;
1955 "scroll-padding-left": string;
1956 "scroll-padding-right": string;
1957 "scroll-padding-top": string;
1958 "scroll-snap-align": string;
1959 "scroll-snap-stop": string;
1960 "scroll-snap-type": string;
1961 "shape-image-threshold": string;
1962 "shape-inside": string;
1963 "shape-margin": string;
1964 "shape-outside": string;
1965 "shape-rendering": string;
1966 "spatial-navigation-action": string;
1967 "spatial-navigation-contain": string;
1968 "spatial-navigation-function": string;
1969 "speak-header": string;
1970 "speak-numeral": string;
1971 "speak-punctuation": string;
1972 "speech-rate": string;
1973 "stop-color": string;
1974 "stop-opacity": string;
1975 "string-set": string;
1976 "stroke-dasharray": string;
1977 "stroke-dashoffset": string;
1978 "stroke-linecap": string;
1979 "stroke-linejoin": string;
1980 "stroke-miterlimit": string;
1981 "stroke-opacity": string;
1982 "stroke-width": string;
1983 "tab-size": string;
1984 "table-layout": string;
1985 "text-align": string;
1986 "text-align-all": string;
1987 "text-align-last": string;
1988 "text-anchor": string;
1989 "text-combine-upright": string;
1990 "text-decoration": string;
1991 "text-decoration-color": string;
1992 "text-decoration-line": string;
1993 "text-decoration-style": string;
1994 "text-emphasis": string;
1995 "text-emphasis-color": string;
1996 "text-emphasis-position": string;
1997 "text-emphasis-style": string;
1998 "text-group-align": string;
1999 "text-indent": string;
2000 "text-justify": string;
2001 "text-line-through": string;
2002 "text-line-through-color": string;
2003 "text-line-through-mode": string;
2004 "text-line-through-style": string;
2005 "text-line-through-width": string;
2006 "text-orientation": string;
2007 "text-overflow": string;
2008 "text-overline": string;
2009 "text-overline-color": string;
2010 "text-overline-mode": string;
2011 "text-overline-style": string;
2012 "text-overline-width": string;
2013 "text-rendering": string;
2014 "text-shadow": string;
2015 "text-space-collapse": string;
2016 "text-space-trim": string;
2017 "text-spacing": string;
2018 "text-transform": string;
2019 "text-underline": string;
2020 "text-underline-color": string;
2021 "text-underline-mode": string;
2022 "text-underline-position": string;
2023 "text-underline-style": string;
2024 "text-underline-width": string;
2025 "text-wrap": string;
2026 "transform-box": string;
2027 "transform-origin": string;
2028 "transition-delay": string;
2029 "transition-duration": string;
2030 "transition-property": string;
2031 "transition-timing-function": string;
2032 "unicode-bidi": string;
2033 "unicode-range": string;
2034 "user-select": string;
2035 "vector-effect": string;
2036 "vertical-align": string;
2037 "voice-family": string;
2038 "white-space": string;
2039 "will-change": string;
2040 "word-boundary-detection": string;
2041 "word-boundary-expansion": string;
2042 "word-break": string;
2043 "word-spacing": string;
2044 "word-wrap": string;
2045 "wrap-after": string;
2046 "wrap-before": string;
2047 "wrap-flow": string;
2048 "wrap-inside": string;
2049 "wrap-through": string;
2050 "writing-mode": string;
2051 "z-index": string;
2052}