OLD | NEW |
1 // | 1 // |
2 // CSS value names | 2 // CSS value names |
3 // | 3 // |
4 inherit | 4 inherit |
5 initial | 5 initial |
6 // | 6 // |
7 // CSS_PROP_OUTLINE_STYLE | 7 // CSS_PROP_OUTLINE_STYLE |
8 // CSS_PROP_BORDER_TOP_STYLE | 8 // CSS_PROP_BORDER_TOP_STYLE |
9 // CSS_PROP_BORDER_BOTTOM_STYLE | 9 // CSS_PROP_BORDER_BOTTOM_STYLE |
10 // CSS_PROP_BORDER_LEFT_STYLE | 10 // CSS_PROP_BORDER_LEFT_STYLE |
(...skipping 434 matching lines...) Loading... |
445 pre-line | 445 pre-line |
446 pre-wrap | 446 pre-wrap |
447 relative | 447 relative |
448 scroll | 448 scroll |
449 separate | 449 separate |
450 show | 450 show |
451 static | 451 static |
452 thick | 452 thick |
453 thin | 453 thin |
454 underline | 454 underline |
455 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | |
456 wavy | 455 wavy |
457 #endif | |
458 -webkit-nowrap | 456 -webkit-nowrap |
459 | 457 |
460 // CSS3 Values | 458 // CSS3 Values |
461 // CSS_PROP_BOX_ALIGN | 459 // CSS_PROP_BOX_ALIGN |
462 stretch | 460 stretch |
463 start | 461 start |
464 end | 462 end |
465 //center | 463 //center |
466 //baseline | 464 //baseline |
467 | 465 |
(...skipping 467 matching lines...) Loading... |
935 maximum | 933 maximum |
936 // clear | 934 // clear |
937 | 935 |
938 // -webkit-wrap-through | 936 // -webkit-wrap-through |
939 wrap | 937 wrap |
940 // none | 938 // none |
941 | 939 |
942 // -webkit-line-align | 940 // -webkit-line-align |
943 edges | 941 edges |
944 | 942 |
945 #if (defined(ENABLE_SVG) && ENABLE_SVG) || (defined(ENABLE_CSS3_TEXT) && ENABLE_
CSS3_TEXT) | 943 // text-underline-position |
946 alphabetic | 944 alphabetic |
947 #endif | |
948 | 945 |
949 // position | 946 // position |
950 sticky | 947 sticky |
951 | 948 |
952 // (pointer:) media feature | 949 // (pointer:) media feature |
953 // none | 950 // none |
954 coarse | 951 coarse |
955 fine | 952 fine |
956 | 953 |
957 // -webkit-filter | 954 // -webkit-filter |
(...skipping 30 matching lines...) Loading... |
988 no-drag | 985 no-drag |
989 | 986 |
990 // -webkit-grid-{start|end|before|after} | 987 // -webkit-grid-{start|end|before|after} |
991 span | 988 span |
992 | 989 |
993 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 990 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
994 // text-indent | 991 // text-indent |
995 -webkit-each-line | 992 -webkit-each-line |
996 #endif | 993 #endif |
997 | 994 |
OLD | NEW |