Skip to content

Commit

Permalink
Also support @-moz-keyframes and @-o-keyframes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Dec 16, 2024
1 parent 9cf35b6 commit 60bd919
Show file tree
Hide file tree
Showing 4 changed files with 9,875 additions and 9,623 deletions.
2 changes: 1 addition & 1 deletion ide/css.lib/src/org/netbeans/modules/css/lib/Css3.g
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ moz_document_function
//http://developer.apple.com/library/safari/#documentation/appleapplications/reference/SafariCSSRef/Articles/OtherStandardCSS3Features.html#//apple_ref/doc/uid/TP40007601-SW1
webkitKeyframes
:
( WEBKIT_KEYFRAMES_SYM | KEYFRAMES_SYM ) ws? atRuleId ws?
( WEBKIT_KEYFRAMES_SYM | KEYFRAMES_SYM | {tokenNameEquals("@-moz-keyframes")}? AT_IDENT | {tokenNameEquals("@-o-keyframes")}? AT_IDENT ) ws? atRuleId ws?
LBRACE ws?
( webkitKeyframesBlock ws? )*
RBRACE
Expand Down
Loading

0 comments on commit 60bd919

Please sign in to comment.