| 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 hiragana-iroha | 325 hiragana-iroha |
| 326 katakana-iroha | 326 katakana-iroha |
| 327 //none | 327 //none |
| 328 // | 328 // |
| 329 // CSS_PROP_DISPLAY: | 329 // CSS_PROP_DISPLAY: |
| 330 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. | 330 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. |
| 331 // | 331 // |
| 332 inline | 332 inline |
| 333 block | 333 block |
| 334 list-item | 334 list-item |
| 335 run-in | |
| 336 compact | 335 compact |
| 337 inline-block | 336 inline-block |
| 338 table | 337 table |
| 339 inline-table | 338 inline-table |
| 340 table-row-group | 339 table-row-group |
| 341 table-header-group | 340 table-header-group |
| 342 table-footer-group | 341 table-footer-group |
| 343 table-row | 342 table-row |
| 344 table-column-group | 343 table-column-group |
| 345 table-column | 344 table-column |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1004 // | 1003 // |
| 1005 -internal-extend-to-zoom | 1004 -internal-extend-to-zoom |
| 1006 | 1005 |
| 1007 // isolation | 1006 // isolation |
| 1008 // auto | 1007 // auto |
| 1009 isolate | 1008 isolate |
| 1010 | 1009 |
| 1011 // touch-action-delay | 1010 // touch-action-delay |
| 1012 // none | 1011 // none |
| 1013 script | 1012 script |
| OLD | NEW |