| 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 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 // flex-flow | 540 // flex-flow |
| 541 row | 541 row |
| 542 row-reverse | 542 row-reverse |
| 543 column | 543 column |
| 544 column-reverse | 544 column-reverse |
| 545 // nowrap | 545 // nowrap |
| 546 wrap | 546 wrap |
| 547 wrap-reverse | 547 wrap-reverse |
| 548 | 548 |
| 549 // grid-auto-flow | 549 // grid-auto-flow |
| 550 auto-flow |
| 550 dense | 551 dense |
| 551 | 552 |
| 552 // | 553 // |
| 553 // -webkit-user-modify | 554 // -webkit-user-modify |
| 554 // | 555 // |
| 555 read-only | 556 read-only |
| 556 read-write | 557 read-write |
| 557 read-write-plaintext-only | 558 read-write-plaintext-only |
| 558 | 559 |
| 559 // | 560 // |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 | 1091 |
| 1091 var | 1092 var |
| 1092 -internal-variable-value | 1093 -internal-variable-value |
| 1093 | 1094 |
| 1094 // break-before, break-after, break-inside | 1095 // break-before, break-after, break-inside |
| 1095 avoid-page | 1096 avoid-page |
| 1096 page | 1097 page |
| 1097 recto | 1098 recto |
| 1098 verso | 1099 verso |
| 1099 avoid-column | 1100 avoid-column |
| OLD | NEW |