OLD | NEW |
1 // | 1 // |
2 // CSS value names | 2 // CSS value names |
3 // | 3 // |
4 | 4 |
5 // The mode argument is used to limit the keyword to be used only for certain | 5 // The mode argument is used to limit the keyword to be used only for certain |
6 // CSSParserModes. Values that have the prefix -internal- are only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
8 | 8 |
9 inherit | 9 inherit |
10 initial | 10 initial |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
405 b5 | 405 b5 |
406 below | 406 below |
407 bidi-override | 407 bidi-override |
408 blink | 408 blink |
409 both | 409 both |
410 close-quote | 410 close-quote |
411 embed | 411 embed |
412 fixed | 412 fixed |
413 hand | 413 hand |
414 hide | 414 hide |
415 invert | |
416 isolate | 415 isolate |
417 isolate-override | 416 isolate-override |
418 plaintext | 417 plaintext |
419 -webkit-isolate | 418 -webkit-isolate |
420 -webkit-isolate-override | 419 -webkit-isolate-override |
421 -webkit-plaintext | 420 -webkit-plaintext |
422 landscape | 421 landscape |
423 ledger | 422 ledger |
424 legal | 423 legal |
425 letter | 424 letter |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
986 // clip | 985 // clip |
987 rect | 986 rect |
988 | 987 |
989 // shapes | 988 // shapes |
990 polygon | 989 polygon |
991 | 990 |
992 // @font-face src | 991 // @font-face src |
993 format | 992 format |
994 | 993 |
995 // (-webkit-)filter | 994 // (-webkit-)filter |
| 995 invert |
996 grayscale | 996 grayscale |
997 sepia | 997 sepia |
998 saturate | 998 saturate |
999 hue-rotate | 999 hue-rotate |
1000 opacity | 1000 opacity |
1001 brightness | 1001 brightness |
1002 contrast | 1002 contrast |
1003 blur | 1003 blur |
1004 drop-shadow | 1004 drop-shadow |
1005 url | 1005 url |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 path | 1037 path |
1038 | 1038 |
1039 calc | 1039 calc |
1040 -webkit-calc | 1040 -webkit-calc |
1041 | 1041 |
1042 // scroll-snap-type | 1042 // scroll-snap-type |
1043 // none | 1043 // none |
1044 mandatory | 1044 mandatory |
1045 proximity | 1045 proximity |
1046 from-image | 1046 from-image |
OLD | NEW |