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 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 |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 353 flex | 353 flex |
| 354 inline-flex | 354 inline-flex |
| 355 grid | 355 grid |
| 356 inline-grid | 356 inline-grid |
| 357 contents | 357 contents |
| 358 //none | 358 //none |
| 359 -webkit-flex | 359 -webkit-flex |
| 360 -webkit-inline-flex | 360 -webkit-inline-flex |
| 361 // | 361 // |
| 362 // cursor | 362 // cursor |
| 363 // The order here must match the order of the ECursor enum in ComputedStyleConst ants.h. | |
| 364 // | 363 // |
| 364 help | |
| 365 all-scroll | |
| 365 auto | 366 auto |
| 366 crosshair | 367 crosshair |
| 367 default | 368 default |
| 368 pointer | 369 pointer |
| 369 move | 370 move |
| 370 vertical-text | 371 vertical-text |
| 371 cell | 372 cell |
| 372 context-menu | 373 context-menu |
| 373 alias | 374 alias |
| 374 // copy | 375 // copy |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 386 s-resize | 387 s-resize |
| 387 w-resize | 388 w-resize |
| 388 ew-resize | 389 ew-resize |
| 389 ns-resize | 390 ns-resize |
| 390 nesw-resize | 391 nesw-resize |
| 391 nwse-resize | 392 nwse-resize |
| 392 col-resize | 393 col-resize |
| 393 row-resize | 394 row-resize |
| 394 text | 395 text |
| 395 wait | 396 wait |
| 396 help | |
| 397 all-scroll | |
|
alancutter (OOO until 2018)
2016/11/17 06:18:55
We should maintain the order between this list and
sashab
2016/11/21 03:27:57
Good point :) We can test this properly when we ge
| |
| 398 -webkit-grab | 397 -webkit-grab |
| 399 -webkit-grabbing | 398 -webkit-grabbing |
| 400 -webkit-zoom-in | 399 -webkit-zoom-in |
| 401 -webkit-zoom-out | 400 -webkit-zoom-out |
| 402 // none | 401 // none |
| 403 // | 402 // |
| 404 // direction | 403 // direction |
| 405 // | 404 // |
| 406 ltr | 405 ltr |
| 407 rtl | 406 rtl |
| (...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1099 | 1098 |
| 1100 var | 1099 var |
| 1101 -internal-variable-value | 1100 -internal-variable-value |
| 1102 | 1101 |
| 1103 // break-before, break-after, break-inside | 1102 // break-before, break-after, break-inside |
| 1104 avoid-page | 1103 avoid-page |
| 1105 page | 1104 page |
| 1106 recto | 1105 recto |
| 1107 verso | 1106 verso |
| 1108 avoid-column | 1107 avoid-column |
| OLD | NEW |