@@ -18,7 +18,7 @@ var Properties = {
1818 "animation-duration" : { multi : "<time>" , comma : true } ,
1919 "animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
2020 "animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
21- "animation-name" : { multi : "none | <ident >" , comma : true } ,
21+ "animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
2222 "animation-play-state" : { multi : "running | paused" , comma : true } ,
2323 "animation-timing-function" : 1 ,
2424
@@ -27,29 +27,29 @@ var Properties = {
2727 "-moz-animation-direction" : { multi : "normal | alternate" , comma : true } ,
2828 "-moz-animation-duration" : { multi : "<time>" , comma : true } ,
2929 "-moz-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
30- "-moz-animation-name" : { multi : "none | <ident >" , comma : true } ,
30+ "-moz-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
3131 "-moz-animation-play-state" : { multi : "running | paused" , comma : true } ,
3232
3333 "-ms-animation-delay" : { multi : "<time>" , comma : true } ,
3434 "-ms-animation-direction" : { multi : "normal | alternate" , comma : true } ,
3535 "-ms-animation-duration" : { multi : "<time>" , comma : true } ,
3636 "-ms-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
37- "-ms-animation-name" : { multi : "none | <ident >" , comma : true } ,
37+ "-ms-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
3838 "-ms-animation-play-state" : { multi : "running | paused" , comma : true } ,
3939
4040 "-webkit-animation-delay" : { multi : "<time>" , comma : true } ,
4141 "-webkit-animation-direction" : { multi : "normal | alternate" , comma : true } ,
4242 "-webkit-animation-duration" : { multi : "<time>" , comma : true } ,
4343 "-webkit-animation-fill-mode" : { multi : "none | forwards | backwards | both" , comma : true } ,
4444 "-webkit-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
45- "-webkit-animation-name" : { multi : "none | <ident >" , comma : true } ,
45+ "-webkit-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
4646 "-webkit-animation-play-state" : { multi : "running | paused" , comma : true } ,
4747
4848 "-o-animation-delay" : { multi : "<time>" , comma : true } ,
4949 "-o-animation-direction" : { multi : "normal | alternate" , comma : true } ,
5050 "-o-animation-duration" : { multi : "<time>" , comma : true } ,
5151 "-o-animation-iteration-count" : { multi : "<number> | infinite" , comma : true } ,
52- "-o-animation-name" : { multi : "none | <ident >" , comma : true } ,
52+ "-o-animation-name" : { multi : "none | initial | inherit | unset | <single-animation-name >" , comma : true } ,
5353 "-o-animation-play-state" : { multi : "running | paused" , comma : true } ,
5454
5555 "appearance" : "icon | window | desktop | workspace | document | tooltip | dialog | button | push-button | hyperlink | radio | radio-button | checkbox | menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | list-menu | radio-group | checkbox-group | outline-tree | range | field | combo-box | signature | password | normal | none | inherit" ,
@@ -547,7 +547,7 @@ var Properties = {
547547 "white-space-collapse" : 1 ,
548548 "widows" : "<integer> | inherit" ,
549549 "width" : "<length> | <percentage> | <content-sizing> | auto | inherit" ,
550- "will-change" : { multi : "<ident>" , comma : true } ,
550+ "will-change" : "<will-change> | inherit | initial | unset" ,
551551 "word-break" : "normal | keep-all | break-all" ,
552552 "word-spacing" : "<length> | normal | inherit" ,
553553 "word-wrap" : "normal | break-word" ,
0 commit comments