| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 min-content | 338 min-content |
| 339 max-content | 339 max-content |
| 340 | 340 |
| 341 // | 341 // |
| 342 // text-overflow | 342 // text-overflow |
| 343 // | 343 // |
| 344 clip | 344 clip |
| 345 ellipsis | 345 ellipsis |
| 346 | 346 |
| 347 // | 347 // |
| 348 // -webkit-margin-collapse | |
| 349 // | |
| 350 // collapse | |
| 351 // separate | |
| 352 | |
| 353 // | |
| 354 // word-break | 348 // word-break |
| 355 // | 349 // |
| 356 break-all | 350 break-all |
| 357 | 351 |
| 358 // | 352 // |
| 359 // word-wrap | 353 // word-wrap |
| 360 // | 354 // |
| 361 break-word | 355 break-word |
| 362 | 356 |
| 363 // | 357 // |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 // object-fit | 561 // object-fit |
| 568 scale-down | 562 scale-down |
| 569 | 563 |
| 570 // column-fill | 564 // column-fill |
| 571 balance | 565 balance |
| 572 | 566 |
| 573 // overflow | 567 // overflow |
| 574 -webkit-paged-x | 568 -webkit-paged-x |
| 575 -webkit-paged-y | 569 -webkit-paged-y |
| 576 | 570 |
| 577 // -webkit-app-region | |
| 578 | |
| 579 // text-indent | 571 // text-indent |
| 580 each-line | 572 each-line |
| 581 //hanging // hanging exists in SVGCSSValueKeywords.in | 573 //hanging // hanging exists in SVGCSSValueKeywords.in |
| 582 | 574 |
| 583 // (scan:) media feature | 575 // (scan:) media feature |
| 584 progressive | 576 progressive |
| 585 interlace | 577 interlace |
| 586 | 578 |
| 587 // | |
| 588 // paint-order | |
| 589 // | |
| 590 // normal | |
| 591 // fill | |
| 592 // stroke | |
| 593 | |
| 594 // isolation | |
| 595 // auto | |
| 596 | |
| 597 // touch-action-delay | 579 // touch-action-delay |
| 598 // none | 580 // none |
| 599 script | 581 script |
| 600 | 582 |
| 601 // touch-action | 583 // touch-action |
| 602 pan-x | 584 pan-x |
| 603 pan-y | 585 pan-y |
| 604 manipulation | 586 manipulation |
| 605 | 587 |
| 606 // justify-items / justify-self | |
| 607 // auto | |
| 608 // stretch | |
| 609 // baseline | |
| 610 last-baseline | 588 last-baseline |
| 611 // center | |
| 612 // start | |
| 613 // end | |
| 614 self-start | 589 self-start |
| 615 self-end | 590 self-end |
| 616 // flex-start | |
| 617 // flex-end | |
| 618 // left | |
| 619 // right | |
| 620 true | 591 true |
| 621 safe | 592 safe |
| 622 legacy | 593 legacy |
| 623 | 594 |
| 624 // will-change | 595 // will-change |
| 625 // auto | 596 // auto |
| 626 contents | 597 contents |
| 627 | |
| 628 // all | |
| 629 // initial | |
| 630 // inherit | |
| OLD | NEW |