| 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 only allowed by | 6 // CSSParserModes. Values that have the prefix -internal- are only allowed by |
| 7 // CSSParserModes listed in allowInternalPropertyAndValue() | 7 // CSSParserModes listed in allowInternalPropertyAndValue() |
| 8 | 8 |
| 9 inherit | 9 inherit |
| 10 initial | 10 initial |
| 11 // | 11 // |
| 12 // outline-style | 12 // outline-style |
| 13 // border-top-style | 13 // border-top-style |
| 14 // border-bottom-style | 14 // border-bottom-style |
| 15 // border-left-style | 15 // border-left-style |
| 16 // border-right-style | 16 // border-right-style |
| 17 // The order here must match the order of the EBorderStyle enum in LayoutStyleCo
nstants.h. | 17 // The order here must match the order of the EBorderStyle enum in ComputedStyle
Constants.h. |
| 18 none | 18 none |
| 19 hidden | 19 hidden |
| 20 inset | 20 inset |
| 21 groove | 21 groove |
| 22 outset | 22 outset |
| 23 ridge | 23 ridge |
| 24 dotted | 24 dotted |
| 25 dashed | 25 dashed |
| 26 solid | 26 solid |
| 27 double | 27 double |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 sub | 214 sub |
| 215 super | 215 super |
| 216 text-top | 216 text-top |
| 217 text-bottom | 217 text-bottom |
| 218 top | 218 top |
| 219 bottom | 219 bottom |
| 220 // HTML alignment MIDDLE has no corresponding CSS alignment | 220 // HTML alignment MIDDLE has no corresponding CSS alignment |
| 221 -webkit-baseline-middle | 221 -webkit-baseline-middle |
| 222 // | 222 // |
| 223 // text-align | 223 // text-align |
| 224 // The order here must match the order of the ETextAlign enum in LayoutStyleCons
tants.h. | 224 // The order here must match the order of the ETextAlign enum in ComputedStyleCo
nstants.h. |
| 225 // | 225 // |
| 226 -webkit-auto | 226 -webkit-auto |
| 227 left | 227 left |
| 228 right | 228 right |
| 229 center | 229 center |
| 230 justify | 230 justify |
| 231 -webkit-left | 231 -webkit-left |
| 232 -webkit-right | 232 -webkit-right |
| 233 -webkit-center | 233 -webkit-center |
| 234 -webkit-match-parent | 234 -webkit-match-parent |
| 235 // | 235 // |
| 236 // text-justify | 236 // text-justify |
| 237 // | 237 // |
| 238 //auto | 238 //auto |
| 239 //none | 239 //none |
| 240 inter-word | 240 inter-word |
| 241 distribute | 241 distribute |
| 242 // | 242 // |
| 243 // list-style-position | 243 // list-style-position |
| 244 // | 244 // |
| 245 outside | 245 outside |
| 246 inside | 246 inside |
| 247 // | 247 // |
| 248 // list-style-type | 248 // list-style-type |
| 249 // The order here must match the order of the EListStyleType enum in LayoutStyle
Constants.h. | 249 // The order here must match the order of the EListStyleType enum in ComputedSty
leConstants.h. |
| 250 // | 250 // |
| 251 disc | 251 disc |
| 252 circle | 252 circle |
| 253 square | 253 square |
| 254 decimal | 254 decimal |
| 255 decimal-leading-zero | 255 decimal-leading-zero |
| 256 arabic-indic | 256 arabic-indic |
| 257 binary | 257 binary |
| 258 bengali | 258 bengali |
| 259 cambodian | 259 cambodian |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 upper-armenian | 324 upper-armenian |
| 325 georgian | 325 georgian |
| 326 cjk-ideographic | 326 cjk-ideographic |
| 327 hiragana | 327 hiragana |
| 328 katakana | 328 katakana |
| 329 hiragana-iroha | 329 hiragana-iroha |
| 330 katakana-iroha | 330 katakana-iroha |
| 331 //none | 331 //none |
| 332 // | 332 // |
| 333 // display | 333 // display |
| 334 // The order here must match the order of the EDisplay enum in LayoutStyleConsta
nts.h. | 334 // The order here must match the order of the EDisplay enum in ComputedStyleCons
tants.h. |
| 335 // | 335 // |
| 336 inline | 336 inline |
| 337 block | 337 block |
| 338 list-item | 338 list-item |
| 339 inline-block | 339 inline-block |
| 340 table | 340 table |
| 341 inline-table | 341 inline-table |
| 342 table-row-group | 342 table-row-group |
| 343 table-header-group | 343 table-header-group |
| 344 table-footer-group | 344 table-footer-group |
| 345 table-row | 345 table-row |
| 346 table-column-group | 346 table-column-group |
| 347 table-column | 347 table-column |
| 348 table-cell | 348 table-cell |
| 349 table-caption | 349 table-caption |
| 350 -webkit-box | 350 -webkit-box |
| 351 -webkit-inline-box | 351 -webkit-inline-box |
| 352 flex | 352 flex |
| 353 inline-flex | 353 inline-flex |
| 354 grid | 354 grid |
| 355 inline-grid | 355 inline-grid |
| 356 //none | 356 //none |
| 357 -webkit-flex | 357 -webkit-flex |
| 358 -webkit-inline-flex | 358 -webkit-inline-flex |
| 359 // | 359 // |
| 360 // cursor | 360 // cursor |
| 361 // The order here must match the order of the ECursor enum in LayoutStyleConstan
ts.h. | 361 // The order here must match the order of the ECursor enum in ComputedStyleConst
ants.h. |
| 362 // | 362 // |
| 363 auto | 363 auto |
| 364 crosshair | 364 crosshair |
| 365 default | 365 default |
| 366 pointer | 366 pointer |
| 367 move | 367 move |
| 368 vertical-text | 368 vertical-text |
| 369 cell | 369 cell |
| 370 context-menu | 370 context-menu |
| 371 alias | 371 alias |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 translateX | 1063 translateX |
| 1064 translateY | 1064 translateY |
| 1065 translateZ | 1065 translateZ |
| 1066 translate3d | 1066 translate3d |
| 1067 | 1067 |
| 1068 // motion path | 1068 // motion path |
| 1069 path | 1069 path |
| 1070 | 1070 |
| 1071 calc | 1071 calc |
| 1072 -webkit-calc | 1072 -webkit-calc |
| OLD | NEW |