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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 -webkit-auto | 222 -webkit-auto |
223 left | 223 left |
224 right | 224 right |
225 center | 225 center |
226 justify | 226 justify |
227 -webkit-left | 227 -webkit-left |
228 -webkit-right | 228 -webkit-right |
229 -webkit-center | 229 -webkit-center |
230 -webkit-match-parent | 230 -webkit-match-parent |
231 // | 231 // |
| 232 // CSS_PROP_TEXT_JUSTIFY: |
| 233 // |
| 234 //auto |
| 235 //none |
| 236 inter-word |
| 237 distribute |
| 238 // |
232 // CSS_PROP_LIST_STYLE_POSITION: | 239 // CSS_PROP_LIST_STYLE_POSITION: |
233 // | 240 // |
234 outside | 241 outside |
235 inside | 242 inside |
236 // | 243 // |
237 // CSS_PROP_LIST_STYLE_TYPE: | 244 // CSS_PROP_LIST_STYLE_TYPE: |
238 // The order here must match the order of the EListStyleType enum in RenderStyle
Constants.h. | 245 // The order here must match the order of the EListStyleType enum in RenderStyle
Constants.h. |
239 // | 246 // |
240 disc | 247 disc |
241 circle | 248 circle |
(...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
975 | 982 |
976 // -webkit-grid-{start|end|before|after} | 983 // -webkit-grid-{start|end|before|after} |
977 span | 984 span |
978 | 985 |
979 // text-indent | 986 // text-indent |
980 -webkit-each-line condition=CSS3_TEXT | 987 -webkit-each-line condition=CSS3_TEXT |
981 | 988 |
982 // (scan:) media feature | 989 // (scan:) media feature |
983 progressive | 990 progressive |
984 interlace | 991 interlace |
OLD | NEW |