@@ -202,6 +202,11 @@ pub static atoms: &'static [&'static str] = &[
202
202
"axis" ,
203
203
"azimuth" ,
204
204
"background" ,
205
+ "background-attachment" ,
206
+ "background-color" ,
207
+ "background-image" ,
208
+ "background-position" ,
209
+ "background-repeat" ,
205
210
"baseFrequency" ,
206
211
"baseProfile" ,
207
212
"basefrequency" ,
@@ -216,6 +221,26 @@ pub static atoms: &'static [&'static str] = &[
216
221
"bgcolor" ,
217
222
"bias" ,
218
223
"border" ,
224
+ "border-bottom" ,
225
+ "border-bottom-color" ,
226
+ "border-bottom-style" ,
227
+ "border-bottom-width" ,
228
+ "border-color" ,
229
+ "border-left" ,
230
+ "border-left-color" ,
231
+ "border-left-style" ,
232
+ "border-left-width" ,
233
+ "border-right" ,
234
+ "border-right-color" ,
235
+ "border-right-style" ,
236
+ "border-right-width" ,
237
+ "border-style" ,
238
+ "border-top" ,
239
+ "border-top-color" ,
240
+ "border-top-style" ,
241
+ "border-top-width" ,
242
+ "border-width" ,
243
+ "bottom" ,
219
244
"bvar" ,
220
245
"by" ,
221
246
"calcMode" ,
@@ -541,6 +566,7 @@ pub static atoms: &'static [&'static str] = &[
541
566
"laplacian" ,
542
567
"largeop" ,
543
568
"lcm" ,
569
+ "left" ,
544
570
"legend" ,
545
571
"lengthAdjust" ,
546
572
"lengthadjust" ,
@@ -551,6 +577,7 @@ pub static atoms: &'static [&'static str] = &[
551
577
"limitingConeAngle" ,
552
578
"limitingconeangle" ,
553
579
"line" ,
580
+ "line-height" ,
554
581
"linearGradient" ,
555
582
"lineargradient" ,
556
583
"linebreak" ,
@@ -577,6 +604,11 @@ pub static atoms: &'static [&'static str] = &[
577
604
"malignmark" ,
578
605
"manifest" ,
579
606
"map" ,
607
+ "margin" ,
608
+ "margin-bottom" ,
609
+ "margin-left" ,
610
+ "margin-right" ,
611
+ "margin-top" ,
580
612
"marginheight" ,
581
613
"marginwidth" ,
582
614
"mark" ,
@@ -604,6 +636,8 @@ pub static atoms: &'static [&'static str] = &[
604
636
"matrix" ,
605
637
"matrixrow" ,
606
638
"max" ,
639
+ "max-height" ,
640
+ "max-width" ,
607
641
"maxlength" ,
608
642
"maxsize" ,
609
643
"mean" ,
@@ -622,6 +656,8 @@ pub static atoms: &'static [&'static str] = &[
622
656
"mglyph" ,
623
657
"mi" ,
624
658
"min" ,
659
+ "min-height" ,
660
+ "min-width" ,
625
661
"minsize" ,
626
662
"minus" ,
627
663
"missing-glyph" ,
@@ -779,6 +815,11 @@ pub static atoms: &'static [&'static str] = &[
779
815
"overline-position" ,
780
816
"overline-thickness" ,
781
817
"p" ,
818
+ "padding" ,
819
+ "padding-bottom" ,
820
+ "padding-left" ,
821
+ "padding-right" ,
822
+ "padding-top" ,
782
823
"panose-1" ,
783
824
"partialdiff" ,
784
825
"path" ,
@@ -806,6 +847,7 @@ pub static atoms: &'static [&'static str] = &[
806
847
"pointsatz" ,
807
848
"polygon" ,
808
849
"polyline" ,
850
+ "position" ,
809
851
"poster" ,
810
852
"power" ,
811
853
"prefetch" ,
@@ -859,6 +901,7 @@ pub static atoms: &'static [&'static str] = &[
859
901
"restart" ,
860
902
"result" ,
861
903
"rev" ,
904
+ "right" ,
862
905
"role" ,
863
906
"root" ,
864
907
"rotate" ,
@@ -968,6 +1011,7 @@ pub static atoms: &'static [&'static str] = &[
968
1011
"systemLanguage" ,
969
1012
"systemlanguage" ,
970
1013
"tabindex" ,
1014
+ "table-layout" ,
971
1015
"tableValues" ,
972
1016
"tablevalues" ,
973
1017
"tan" ,
@@ -980,8 +1024,10 @@ pub static atoms: &'static [&'static str] = &[
980
1024
"tbreak" ,
981
1025
"tendsto" ,
982
1026
"text" ,
1027
+ "text-align" ,
983
1028
"text-anchor" ,
984
1029
"text-decoration" ,
1030
+ "text-orientation" ,
985
1031
"text-rendering" ,
986
1032
"textLength" ,
987
1033
"textPath" ,
@@ -992,6 +1038,7 @@ pub static atoms: &'static [&'static str] = &[
992
1038
"time" ,
993
1039
"times" ,
994
1040
"to" ,
1041
+ "top" ,
995
1042
"transform" ,
996
1043
"transpose" ,
997
1044
"tref" ,
@@ -1030,6 +1077,7 @@ pub static atoms: &'static [&'static str] = &[
1030
1077
"vert-adv-y" ,
1031
1078
"vert-origin-x" ,
1032
1079
"vert-origin-y" ,
1080
+ "vertical-align" ,
1033
1081
"verythickmathspace" ,
1034
1082
"verythinmathspace" ,
1035
1083
"veryverythickmathspace" ,
@@ -1046,6 +1094,7 @@ pub static atoms: &'static [&'static str] = &[
1046
1094
"vspace" ,
1047
1095
"wbr" ,
1048
1096
"when" ,
1097
+ "white-space" ,
1049
1098
"width" ,
1050
1099
"widths" ,
1051
1100
"word-spacing" ,
0 commit comments