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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 // -webkit-margin-collapse | 581 // -webkit-margin-collapse |
582 // | 582 // |
583 // collapse | 583 // collapse |
584 // separate | 584 // separate |
585 discard | 585 discard |
586 | 586 |
587 // | 587 // |
588 // word-break | 588 // word-break |
589 // | 589 // |
590 break-all | 590 break-all |
| 591 keep-all |
591 | 592 |
592 // | 593 // |
593 // word-wrap | 594 // word-wrap |
594 // | 595 // |
595 break-word | 596 break-word |
596 | 597 |
597 // | 598 // |
598 // nbsp-mode | 599 // nbsp-mode |
599 // | 600 // |
600 space | 601 space |
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1063 translateX | 1064 translateX |
1064 translateY | 1065 translateY |
1065 translateZ | 1066 translateZ |
1066 translate3d | 1067 translate3d |
1067 | 1068 |
1068 // motion path | 1069 // motion path |
1069 path | 1070 path |
1070 | 1071 |
1071 calc | 1072 calc |
1072 -webkit-calc | 1073 -webkit-calc |
OLD | NEW |