File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -506,8 +506,8 @@ var Properties = {
506
506
"text-transform" : "capitalize | uppercase | lowercase | none | inherit" ,
507
507
"text-wrap" : "normal | none | avoid" ,
508
508
"top" : "<margin-width> | inherit" ,
509
- "-ms-touch-action" : "auto | none | pan-x | pan-y" ,
510
- "touch-action" : "auto | none | pan-x | pan-y" ,
509
+ "-ms-touch-action" : "auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation " ,
510
+ "touch-action" : "auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation " ,
511
511
"transform" : 1 ,
512
512
"transform-origin" : 1 ,
513
513
"transform-style" : 1 ,
Original file line number Diff line number Diff line change 931
931
"auto" ,
932
932
"none" ,
933
933
"pan-x" ,
934
- "pan-y"
934
+ "pan-y" ,
935
+ "pan-left" ,
936
+ "pan-right" ,
937
+ "pan-up" ,
938
+ "pan-down"
939
+ "manipulation"
935
940
] ,
936
941
937
942
invalid : {
938
- "foo" : "Expected (auto | none | pan-x | pan-y) but found 'foo'."
943
+ "foo" : "Expected (auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation ) but found 'foo'."
939
944
}
940
945
} ) ) ;
941
946
946
951
"auto" ,
947
952
"none" ,
948
953
"pan-x" ,
949
- "pan-y"
954
+ "pan-y" ,
955
+ "pan-left" ,
956
+ "pan-right" ,
957
+ "pan-up" ,
958
+ "pan-down"
959
+ "manipulation"
950
960
] ,
951
961
952
962
invalid : {
953
- "foo" : "Expected (auto | none | pan-x | pan-y) but found 'foo'."
963
+ "foo" : "Expected (auto | none | pan-x | pan-y | pan-left | pan-right | pan-up | pan-down | manipulation ) but found 'foo'."
954
964
}
955
965
} ) ) ;
956
966
You can’t perform that action at this time.
0 commit comments