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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
451 no-close-quote | 451 no-close-quote |
452 no-open-quote | 452 no-open-quote |
453 nowrap | 453 nowrap |
454 open-quote | 454 open-quote |
455 overlay | 455 overlay |
456 overline | 456 overline |
457 portrait | 457 portrait |
458 pre | 458 pre |
459 pre-line | 459 pre-line |
460 pre-wrap | 460 pre-wrap |
461 -internal-presence | |
462 relative | 461 relative |
463 scroll | 462 scroll |
464 separate | 463 separate |
465 show | 464 show |
466 static | 465 static |
467 thick | 466 thick |
468 thin | 467 thin |
469 underline | 468 underline |
470 wavy | 469 wavy |
471 -webkit-nowrap | 470 -webkit-nowrap |
(...skipping 517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
989 | 988 |
990 // will-change | 989 // will-change |
991 // auto | 990 // auto |
992 contents | 991 contents |
993 scroll-position | 992 scroll-position |
994 | 993 |
995 // all | 994 // all |
996 // initial | 995 // initial |
997 // inherit | 996 // inherit |
998 unset | 997 unset |
OLD | NEW |