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...) 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 734 matching lines...) Loading... |
976 | 983 |
977 // -webkit-grid-{start|end|before|after} | 984 // -webkit-grid-{start|end|before|after} |
978 span | 985 span |
979 | 986 |
980 // text-indent | 987 // text-indent |
981 -webkit-each-line condition=CSS3_TEXT | 988 -webkit-each-line condition=CSS3_TEXT |
982 | 989 |
983 // (scan:) media feature | 990 // (scan:) media feature |
984 progressive | 991 progressive |
985 interlace | 992 interlace |
OLD | NEW |