| 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 automatically | 6 // CSSParserModes. Values that have the prefix -internal- are automatically |
| 7 // only for UASheetMode. | 7 // only for UASheetMode. |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 // | 775 // |
| 776 // CSS_PROP_ZOOM | 776 // CSS_PROP_ZOOM |
| 777 // | 777 // |
| 778 document | 778 document |
| 779 reset | 779 reset |
| 780 | 780 |
| 781 // | 781 // |
| 782 // CSS_PROP_USER_ZOOM | 782 // CSS_PROP_USER_ZOOM |
| 783 // | 783 // |
| 784 // fixed | 784 // fixed |
| 785 zoom condition=CSS_DEVICE_ADAPTATION | 785 zoom |
| 786 | 786 |
| 787 // | 787 // |
| 788 // CSS_PROP_MIN_WIDTH | 788 // CSS_PROP_MIN_WIDTH |
| 789 // CSS_PROP_MAX_WIDTH | 789 // CSS_PROP_MAX_WIDTH |
| 790 // CSS_PROP_MIN_HEIGHT | 790 // CSS_PROP_MIN_HEIGHT |
| 791 // CSS_PROP_MAX_HEIGHT | 791 // CSS_PROP_MAX_HEIGHT |
| 792 // | 792 // |
| 793 // auto | 793 // auto |
| 794 device-width condition=CSS_DEVICE_ADAPTATION | 794 device-width |
| 795 device-height condition=CSS_DEVICE_ADAPTATION | 795 device-height |
| 796 | 796 |
| 797 // | 797 // |
| 798 // CSS_PROP_POINTER_EVENTS | 798 // CSS_PROP_POINTER_EVENTS |
| 799 // | 799 // |
| 800 visiblePainted | 800 visiblePainted |
| 801 visibleFill | 801 visibleFill |
| 802 visibleStroke | 802 visibleStroke |
| 803 //visible | 803 //visible |
| 804 painted | 804 painted |
| 805 fill | 805 fill |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 | 985 |
| 986 // -webkit-grid-{start|end|before|after} | 986 // -webkit-grid-{start|end|before|after} |
| 987 span | 987 span |
| 988 | 988 |
| 989 // text-indent | 989 // text-indent |
| 990 -webkit-each-line condition=CSS3_TEXT | 990 -webkit-each-line condition=CSS3_TEXT |
| 991 | 991 |
| 992 // (scan:) media feature | 992 // (scan:) media feature |
| 993 progressive | 993 progressive |
| 994 interlace | 994 interlace |
| OLD | NEW |