| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 katakana-iroha | 255 katakana-iroha |
| 256 //none | 256 //none |
| 257 // | 257 // |
| 258 // display | 258 // display |
| 259 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. | 259 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. |
| 260 // | 260 // |
| 261 inline | 261 inline |
| 262 // Contains only inline content. | 262 // Contains only inline content. |
| 263 paragraph | 263 paragraph |
| 264 // Contains only block content. | 264 // Contains only block content. |
| 265 block | |
| 266 inline-block | |
| 267 flex | 265 flex |
| 268 inline-flex | 266 inline-flex |
| 269 //none | 267 //none |
| 270 | 268 |
| 271 // | 269 // |
| 272 // cursor | 270 // cursor |
| 273 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. | 271 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. |
| 274 // | 272 // |
| 275 auto | 273 auto |
| 276 crosshair | 274 crosshair |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 // contain | 658 // contain |
| 661 // cover | 659 // cover |
| 662 | 660 |
| 663 // -webkit-text-orientation | 661 // -webkit-text-orientation |
| 664 sideways | 662 sideways |
| 665 sideways-right | 663 sideways-right |
| 666 upright | 664 upright |
| 667 vertical-right | 665 vertical-right |
| 668 | 666 |
| 669 // -webkit-line-box-contain | 667 // -webkit-line-box-contain |
| 668 block |
| 670 font | 669 font |
| 671 glyphs | 670 glyphs |
| 672 inline-box | 671 inline-box |
| 673 replaced | 672 replaced |
| 674 | 673 |
| 675 // -webkit-font-feature-settings | 674 // -webkit-font-feature-settings |
| 676 on | 675 on |
| 677 off | 676 off |
| 678 | 677 |
| 679 // image-rendering | 678 // image-rendering |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 legacy | 781 legacy |
| 783 | 782 |
| 784 // will-change | 783 // will-change |
| 785 // auto | 784 // auto |
| 786 contents | 785 contents |
| 787 | 786 |
| 788 // all | 787 // all |
| 789 // initial | 788 // initial |
| 790 // inherit | 789 // inherit |
| 791 unset | 790 unset |
| OLD | NEW |