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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 -webkit-each-line condition=CSS3_TEXT | 981 -webkit-each-line condition=CSS3_TEXT |
982 | 982 |
983 // (scan:) media feature | 983 // (scan:) media feature |
984 progressive | 984 progressive |
985 interlace | 985 interlace |
986 | 986 |
987 // | 987 // |
988 // CSS3 viewport-length keywords | 988 // CSS3 viewport-length keywords |
989 // | 989 // |
990 -internal-extend-to-zoom | 990 -internal-extend-to-zoom |
| 991 |
| 992 // |
| 993 // Android WebView target-densitydpi |
| 994 // |
| 995 device |
| 996 // small |
| 997 // medium |
| 998 // large |
OLD | NEW |