Chromium Code Reviews| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 358 letter | 358 letter |
| 359 line-through | 359 line-through |
| 360 local | 360 local |
| 361 nowrap | 361 nowrap |
| 362 overlay | 362 overlay |
| 363 overline | 363 overline |
| 364 portrait | 364 portrait |
| 365 pre | 365 pre |
| 366 pre-line | 366 pre-line |
| 367 pre-wrap | 367 pre-wrap |
| 368 relative | |
| 369 separate | 368 separate |
| 370 show | 369 show |
| 371 static | 370 static |
| 372 thick | 371 thick |
| 373 thin | 372 thin |
| 374 underline | 373 underline |
| 375 wavy | 374 wavy |
| 376 -webkit-nowrap | 375 -webkit-nowrap |
| 377 | 376 |
| 378 // CSS3 Values | 377 // CSS3 Values |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 783 legacy | 782 legacy |
| 784 | 783 |
| 785 // will-change | 784 // will-change |
| 786 // auto | 785 // auto |
| 787 contents | 786 contents |
| 788 | 787 |
| 789 // all | 788 // all |
| 790 // initial | 789 // initial |
| 791 // inherit | 790 // inherit |
| 792 unset | 791 unset |
| OLD | NEW |