Chromium Code Reviews| 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 or CSSAttributeMode. | 7 // only for UASheetMode or CSSAttributeMode. |
| 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 | |
|
Julien - ping for review
2013/10/14 12:57:46
Space after comment for both lines.
| |
| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 993 markers | 1000 markers |
| 994 | 1001 |
| 995 // | 1002 // |
| 996 // CSS3 viewport-length keywords | 1003 // CSS3 viewport-length keywords |
| 997 // | 1004 // |
| 998 -internal-extend-to-zoom | 1005 -internal-extend-to-zoom |
| 999 | 1006 |
| 1000 // isolation | 1007 // isolation |
| 1001 // auto | 1008 // auto |
| 1002 isolate | 1009 isolate |
| OLD | NEW |