| 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 // CSS_PROP_OUTLINE_STYLE | 12 // outline-style |
| 13 // CSS_PROP_BORDER_TOP_STYLE | 13 // border-top-style |
| 14 // CSS_PROP_BORDER_BOTTOM_STYLE | 14 // border-bottom-style |
| 15 // CSS_PROP_BORDER_LEFT_STYLE | 15 // border-left-style |
| 16 // border-right-style |
| 16 // The order here must match the order of the EBorderStyle enum in RenderStyleCo
nstants.h. | 17 // The order here must match the order of the EBorderStyle enum in RenderStyleCo
nstants.h. |
| 17 none | 18 none |
| 18 hidden | 19 hidden |
| 19 inset | 20 inset |
| 20 groove | 21 groove |
| 21 outset | 22 outset |
| 22 ridge | 23 ridge |
| 23 dotted | 24 dotted |
| 24 dashed | 25 dashed |
| 25 solid | 26 solid |
| 26 double | 27 double |
| 27 | 28 |
| 28 // | 29 // |
| 29 // CSS_PROP_FONT: | 30 // font |
| 30 // | 31 // |
| 31 caption | 32 caption |
| 32 icon | 33 icon |
| 33 menu | 34 menu |
| 34 message-box | 35 message-box |
| 35 small-caption | 36 small-caption |
| 36 -webkit-mini-control | 37 -webkit-mini-control |
| 37 -webkit-small-control | 38 -webkit-small-control |
| 38 -webkit-control | 39 -webkit-control |
| 39 status-bar | 40 status-bar |
| 40 | 41 |
| 41 // | 42 // |
| 42 // CSS_PROP_FONT_STYLE: | 43 // font-style |
| 43 // | 44 // |
| 44 //normal | 45 //normal |
| 45 italic | 46 italic |
| 46 oblique | 47 oblique |
| 47 // The following is only allowed in @font-face: | 48 // The following is only allowed in @font-face: |
| 48 all | 49 all |
| 50 |
| 49 // | 51 // |
| 50 // CSS_PROP_FONT_VARIANT: | 52 // font-variant |
| 51 // | 53 // |
| 52 //normal | 54 //normal |
| 53 small-caps | 55 small-caps |
| 54 | 56 |
| 55 // font-variant-ligatures: | 57 // font-variant-ligatures: |
| 56 // | 58 // |
| 57 // normal | 59 // normal |
| 58 common-ligatures | 60 common-ligatures |
| 59 no-common-ligatures | 61 no-common-ligatures |
| 60 discretionary-ligatures | 62 discretionary-ligatures |
| 61 no-discretionary-ligatures | 63 no-discretionary-ligatures |
| 62 historical-ligatures | 64 historical-ligatures |
| 63 no-historical-ligatures | 65 no-historical-ligatures |
| 64 contextual | 66 contextual |
| 65 no-contextual | 67 no-contextual |
| 66 | 68 |
| 67 // | 69 // |
| 68 // CSS_PROP_FONT_WEIGHT: | 70 // font-weigth |
| 69 // | 71 // |
| 70 normal | 72 normal |
| 71 bold | 73 bold |
| 72 bolder | 74 bolder |
| 73 lighter | 75 lighter |
| 74 100 | 76 100 |
| 75 200 | 77 200 |
| 76 300 | 78 300 |
| 77 400 | 79 400 |
| 78 500 | 80 500 |
| 79 600 | 81 600 |
| 80 700 | 82 700 |
| 81 800 | 83 800 |
| 82 900 | 84 900 |
| 85 |
| 83 // | 86 // |
| 84 // CSS_PROP_FONT_SIZE: | 87 // font-size |
| 85 // | 88 // |
| 86 xx-small | 89 xx-small |
| 87 x-small | 90 x-small |
| 88 small | 91 small |
| 89 medium | 92 medium |
| 90 large | 93 large |
| 91 x-large | 94 x-large |
| 92 xx-large | 95 xx-large |
| 93 -webkit-xxx-large | 96 -webkit-xxx-large |
| 94 smaller | 97 smaller |
| 95 larger | 98 larger |
| 99 |
| 96 // | 100 // |
| 97 // CSS_PROP_FONT_STRETCH: | 101 // font-family (<generic-family> in CSS 2.1) |
| 98 // | |
| 99 //normal | |
| 100 wider | |
| 101 narrower | |
| 102 ultra-condensed | |
| 103 extra-condensed | |
| 104 condensed | |
| 105 semi-condensed | |
| 106 semi-expanded | |
| 107 expanded | |
| 108 extra-expanded | |
| 109 ultra-expanded | |
| 110 // | |
| 111 // CSS_PROP_GENERIC_FONT_FAMILY: | |
| 112 // | 102 // |
| 113 serif | 103 serif |
| 114 sans-serif | 104 sans-serif |
| 115 cursive | 105 cursive |
| 116 fantasy | 106 fantasy |
| 117 monospace | 107 monospace |
| 118 -webkit-body | 108 -webkit-body |
| 119 -webkit-pictograph | 109 -webkit-pictograph |
| 110 |
| 120 // | 111 // |
| 121 // | 112 // |
| 122 // CSS_PROP_*_COLOR | 113 // *-color |
| 123 // | 114 // |
| 124 aqua | 115 aqua |
| 125 black | 116 black |
| 126 blue | 117 blue |
| 127 fuchsia | 118 fuchsia |
| 128 gray | 119 gray |
| 129 green | 120 green |
| 130 lime | 121 lime |
| 131 maroon | 122 maroon |
| 132 navy | 123 navy |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 -internal-active-list-box-selection-text | 163 -internal-active-list-box-selection-text |
| 173 -internal-inactive-list-box-selection | 164 -internal-inactive-list-box-selection |
| 174 -internal-inactive-list-box-selection-text | 165 -internal-inactive-list-box-selection-text |
| 175 -webkit-focus-ring-color mode=QuirksOrUASheet | 166 -webkit-focus-ring-color mode=QuirksOrUASheet |
| 176 currentcolor | 167 currentcolor |
| 177 grey | 168 grey |
| 178 // | 169 // |
| 179 // colors in non strict mode | 170 // colors in non strict mode |
| 180 -webkit-text mode=QuirksOrUASheet | 171 -webkit-text mode=QuirksOrUASheet |
| 181 // | 172 // |
| 182 // CSS_PROP_BACKGROUND_REPEAT: | 173 // background-repeat |
| 183 // | 174 // |
| 184 repeat | 175 repeat |
| 185 repeat-x | 176 repeat-x |
| 186 repeat-y | 177 repeat-y |
| 187 no-repeat | 178 no-repeat |
| 188 // round | 179 // round |
| 189 // space | 180 // space |
| 190 // | 181 // |
| 191 // CSS_PROP__WEBKIT_BACKGROUND_COMPOSITE: | 182 // -webkit-background-composite |
| 192 // | 183 // |
| 193 clear | 184 clear |
| 194 copy | 185 copy |
| 195 source-over | 186 source-over |
| 196 source-in | 187 source-in |
| 197 source-out | 188 source-out |
| 198 source-atop | 189 source-atop |
| 199 destination-over | 190 destination-over |
| 200 destination-in | 191 destination-in |
| 201 destination-out | 192 destination-out |
| 202 destination-atop | 193 destination-atop |
| 203 xor | 194 xor |
| 204 plus-darker | 195 plus-darker |
| 205 // highlight | 196 // highlight |
| 206 plus-lighter | 197 plus-lighter |
| 207 // | 198 // |
| 208 // CSS_PROP_VERTICAL_ALIGN: | 199 // vertical-align |
| 209 // | 200 // |
| 210 baseline | 201 baseline |
| 211 middle | 202 middle |
| 212 sub | 203 sub |
| 213 super | 204 super |
| 214 text-top | 205 text-top |
| 215 text-bottom | 206 text-bottom |
| 216 top | 207 top |
| 217 bottom | 208 bottom |
| 218 // HTML alignment MIDDLE has no corresponding CSS alignment | 209 // HTML alignment MIDDLE has no corresponding CSS alignment |
| 219 -webkit-baseline-middle | 210 -webkit-baseline-middle |
| 220 // | 211 // |
| 221 // CSS_PROP_TEXT_ALIGN: | 212 // text-align |
| 222 // The order here must match the order of the ETextAlign enum in RenderStyleCons
tants.h. | 213 // The order here must match the order of the ETextAlign enum in RenderStyleCons
tants.h. |
| 223 // | 214 // |
| 224 -webkit-auto | 215 -webkit-auto |
| 225 left | 216 left |
| 226 right | 217 right |
| 227 center | 218 center |
| 228 justify | 219 justify |
| 229 -webkit-left | 220 -webkit-left |
| 230 -webkit-right | 221 -webkit-right |
| 231 -webkit-center | 222 -webkit-center |
| 232 -webkit-match-parent | 223 -webkit-match-parent |
| 233 // | 224 // |
| 234 // CSS_PROP_TEXT_JUSTIFY: | 225 // text-justify |
| 235 // | 226 // |
| 236 //auto | 227 //auto |
| 237 //none | 228 //none |
| 238 inter-word | 229 inter-word |
| 239 distribute | 230 distribute |
| 240 // | 231 // |
| 241 // CSS_PROP_LIST_STYLE_POSITION: | 232 // list-style-position |
| 242 // | 233 // |
| 243 outside | 234 outside |
| 244 inside | 235 inside |
| 245 // | 236 // |
| 246 // CSS_PROP_LIST_STYLE_TYPE: | 237 // list-style-type |
| 247 // The order here must match the order of the EListStyleType enum in RenderStyle
Constants.h. | 238 // The order here must match the order of the EListStyleType enum in RenderStyle
Constants.h. |
| 248 // | 239 // |
| 249 disc | 240 disc |
| 250 circle | 241 circle |
| 251 square | 242 square |
| 252 decimal | 243 decimal |
| 253 decimal-leading-zero | 244 decimal-leading-zero |
| 254 arabic-indic | 245 arabic-indic |
| 255 binary | 246 binary |
| 256 bengali | 247 bengali |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 lower-armenian | 312 lower-armenian |
| 322 upper-armenian | 313 upper-armenian |
| 323 georgian | 314 georgian |
| 324 cjk-ideographic | 315 cjk-ideographic |
| 325 hiragana | 316 hiragana |
| 326 katakana | 317 katakana |
| 327 hiragana-iroha | 318 hiragana-iroha |
| 328 katakana-iroha | 319 katakana-iroha |
| 329 //none | 320 //none |
| 330 // | 321 // |
| 331 // CSS_PROP_DISPLAY: | 322 // display |
| 332 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. | 323 // The order here must match the order of the EDisplay enum in RenderStyleConsta
nts.h. |
| 333 // | 324 // |
| 334 inline | 325 inline |
| 335 block | 326 block |
| 336 list-item | 327 list-item |
| 337 inline-block | 328 inline-block |
| 338 table | 329 table |
| 339 inline-table | 330 inline-table |
| 340 table-row-group | 331 table-row-group |
| 341 table-header-group | 332 table-header-group |
| 342 table-footer-group | 333 table-footer-group |
| 343 table-row | 334 table-row |
| 344 table-column-group | 335 table-column-group |
| 345 table-column | 336 table-column |
| 346 table-cell | 337 table-cell |
| 347 table-caption | 338 table-caption |
| 348 -webkit-box | 339 -webkit-box |
| 349 -webkit-inline-box | 340 -webkit-inline-box |
| 350 flex | 341 flex |
| 351 inline-flex | 342 inline-flex |
| 352 grid | 343 grid |
| 353 inline-grid | 344 inline-grid |
| 354 //none | 345 //none |
| 355 -webkit-flex | 346 -webkit-flex |
| 356 -webkit-inline-flex | 347 -webkit-inline-flex |
| 357 // | 348 // |
| 358 // CSS_PROP_CURSOR: | 349 // cursor |
| 359 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. | 350 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. |
| 360 // | 351 // |
| 361 auto | 352 auto |
| 362 crosshair | 353 crosshair |
| 363 default | 354 default |
| 364 pointer | 355 pointer |
| 365 move | 356 move |
| 366 vertical-text | 357 vertical-text |
| 367 cell | 358 cell |
| 368 context-menu | 359 context-menu |
| (...skipping 21 matching lines...) Expand all Loading... |
| 390 text | 381 text |
| 391 wait | 382 wait |
| 392 help | 383 help |
| 393 all-scroll | 384 all-scroll |
| 394 -webkit-grab | 385 -webkit-grab |
| 395 -webkit-grabbing | 386 -webkit-grabbing |
| 396 -webkit-zoom-in | 387 -webkit-zoom-in |
| 397 -webkit-zoom-out | 388 -webkit-zoom-out |
| 398 // none | 389 // none |
| 399 // | 390 // |
| 400 // CSS_PROP_DIRECTION: | 391 // direction |
| 401 // | 392 // |
| 402 ltr | 393 ltr |
| 403 rtl | 394 rtl |
| 404 // | 395 // |
| 405 // CSS_PROP_TEXT_TRANSFORM: | 396 // text-transform |
| 406 // | 397 // |
| 407 capitalize | 398 capitalize |
| 408 uppercase | 399 uppercase |
| 409 lowercase | 400 lowercase |
| 410 //none | 401 //none |
| 411 // | 402 // |
| 412 // CSS_PROP_VISIBILITY: | 403 // visibility |
| 413 // | 404 // |
| 414 visible | 405 visible |
| 415 //hidden | 406 //hidden |
| 416 collapse | 407 collapse |
| 417 // | 408 // |
| 418 // Unordered rest | 409 // Unordered rest |
| 419 // | 410 // |
| 420 a3 | 411 a3 |
| 421 a4 | 412 a4 |
| 422 a5 | 413 a5 |
| 423 above | 414 above |
| 424 absolute | 415 absolute |
| 425 always | 416 always |
| 426 avoid | 417 avoid |
| 427 b4 | 418 b4 |
| 428 b5 | 419 b5 |
| 429 below | 420 below |
| 430 bidi-override | 421 bidi-override |
| 431 blink | 422 blink |
| 432 both | 423 both |
| 433 close-quote | 424 close-quote |
| 434 crop | |
| 435 cross | |
| 436 embed | 425 embed |
| 437 fixed | 426 fixed |
| 438 hand | 427 hand |
| 439 hide | 428 hide |
| 440 higher | |
| 441 invert | 429 invert |
| 442 -webkit-isolate | 430 -webkit-isolate |
| 443 -webkit-isolate-override | 431 -webkit-isolate-override |
| 444 -webkit-plaintext | 432 -webkit-plaintext |
| 445 landscape | 433 landscape |
| 446 ledger | 434 ledger |
| 447 legal | 435 legal |
| 448 letter | 436 letter |
| 449 level | |
| 450 line-through | 437 line-through |
| 451 local | 438 local |
| 452 loud | |
| 453 lower | |
| 454 mix | |
| 455 no-close-quote | 439 no-close-quote |
| 456 no-open-quote | 440 no-open-quote |
| 457 nowrap | 441 nowrap |
| 458 open-quote | 442 open-quote |
| 459 overlay | 443 overlay |
| 460 overline | 444 overline |
| 461 portrait | 445 portrait |
| 462 pre | 446 pre |
| 463 pre-line | 447 pre-line |
| 464 pre-wrap | 448 pre-wrap |
| 465 -internal-presence | 449 -internal-presence |
| 466 relative | 450 relative |
| 467 scroll | 451 scroll |
| 468 separate | 452 separate |
| 469 show | 453 show |
| 470 static | 454 static |
| 471 thick | 455 thick |
| 472 thin | 456 thin |
| 473 underline | 457 underline |
| 474 wavy | 458 wavy |
| 475 -webkit-nowrap | 459 -webkit-nowrap |
| 476 | 460 |
| 477 // CSS3 Values | 461 // CSS3 Values |
| 478 // CSS_PROP_BOX_ALIGN | 462 // box-align |
| 479 stretch | 463 stretch |
| 480 start | 464 start |
| 481 end | 465 end |
| 482 //center | 466 //center |
| 483 //baseline | 467 //baseline |
| 484 | 468 |
| 485 // CSS_PROP_BOX_DECORATION_BREAK | 469 // box-decoration-break |
| 486 clone | 470 clone |
| 487 slice | 471 slice |
| 488 | 472 |
| 489 // CSS_PROP_BOX_DIRECTION | 473 // box-direction |
| 490 // normal | 474 // normal |
| 491 reverse | 475 reverse |
| 492 | 476 |
| 493 // CSS_PROP_BOX_ORIENT | 477 // box-orient |
| 494 horizontal | 478 horizontal |
| 495 vertical | 479 vertical |
| 496 inline-axis | 480 inline-axis |
| 497 block-axis | 481 block-axis |
| 498 | 482 |
| 499 // CSS_PROP_BOX_PACK | 483 // box-pack |
| 500 // start | 484 // start |
| 501 // end | 485 // end |
| 502 // center | 486 // center |
| 503 // justify | 487 // justify |
| 504 | 488 |
| 505 // CSS_PROP_BOX_LINES | 489 // box-lines |
| 506 single | 490 single |
| 507 multiple | 491 multiple |
| 508 | 492 |
| 509 // CSS_PROP_ALIGN_CONTENT | 493 // align-content |
| 510 flex-start | 494 flex-start |
| 511 flex-end | 495 flex-end |
| 512 // center | 496 // center |
| 513 space-between | 497 space-between |
| 514 space-around | 498 space-around |
| 515 // stretch | 499 // stretch |
| 516 | 500 |
| 517 // CSS_PROP_ALIGN_ITEMS / CSS_PROP_ALIGN_SELF | 501 // align-items / align-self |
| 518 // flex-start | 502 // flex-start |
| 519 // flex-end | 503 // flex-end |
| 520 // center | 504 // center |
| 521 // baseline | 505 // baseline |
| 522 // stretch | 506 // stretch |
| 523 | 507 |
| 524 // CSS_PROP_JUSTIFY_CONTENT | 508 // justify-content |
| 525 // flex-start | 509 // flex-start |
| 526 // flex-end | 510 // flex-end |
| 527 // center | 511 // center |
| 528 // space-between | 512 // space-between |
| 529 // space-around | 513 // space-around |
| 530 | 514 |
| 531 // CSS_PROP_FLEX_FLOW | 515 // flex-flow |
| 532 row | 516 row |
| 533 row-reverse | 517 row-reverse |
| 534 column | 518 column |
| 535 column-reverse | 519 column-reverse |
| 536 // nowrap | 520 // nowrap |
| 537 // wrap | 521 // wrap |
| 538 wrap-reverse | 522 wrap-reverse |
| 539 | 523 |
| 540 // CSS_PROP_MARQUEE_DIRECTION | 524 // -internal-marquee-direction |
| 541 forwards | 525 forwards |
| 542 backwards | 526 backwards |
| 543 ahead | 527 ahead |
| 544 // reverse | 528 // reverse |
| 545 // left | 529 // left |
| 546 // right | 530 // right |
| 547 up | 531 up |
| 548 down | 532 down |
| 549 // auto | 533 // auto |
| 550 | 534 |
| 551 // CSS_PROP_MARQUEE_SPEED | 535 // -internal-marquee-speed |
| 552 slow | 536 slow |
| 553 // normal | 537 // normal |
| 554 fast | 538 fast |
| 555 | 539 |
| 556 // CSS_PROP_MARQUEE_REPETITION | 540 // -internal-marquee-repetition |
| 557 infinite | 541 infinite |
| 558 | 542 |
| 559 // CSS_PROP_MARQUEE_STYLE | 543 // -internal-marquee-style |
| 560 // none | 544 // none |
| 561 slide | 545 slide |
| 562 // scroll | 546 // scroll |
| 563 alternate | 547 alternate |
| 564 | 548 |
| 565 // | 549 // |
| 566 // CSS_PROP__KHTML_USER_MODIFY | 550 // -webkit-user-modify |
| 567 // | 551 // |
| 568 read-only | 552 read-only |
| 569 read-write | 553 read-write |
| 570 read-write-plaintext-only | 554 read-write-plaintext-only |
| 571 | 555 |
| 572 // | 556 // |
| 573 // CSS_PROP__KHTML_USER_DRAG | 557 // -webkit-user-drag |
| 574 // | 558 // |
| 575 element | 559 element |
| 576 | 560 |
| 577 // | 561 // |
| 578 // CSS_PROP__KHTML_USER_SELECT | 562 // width/min-width/max-width |
| 579 // | |
| 580 ignore | |
| 581 | |
| 582 // | |
| 583 // CSS_PROP_WIDTH/MIN_WIDTH/MAX_WIDTH | |
| 584 // | 563 // |
| 585 intrinsic | 564 intrinsic |
| 586 min-intrinsic | 565 min-intrinsic |
| 587 | 566 |
| 588 // | 567 // |
| 589 // CSS3 intrinsic dimension keywords | 568 // CSS3 intrinsic dimension keywords |
| 590 // | 569 // |
| 591 -webkit-min-content | 570 -webkit-min-content |
| 592 -webkit-max-content | 571 -webkit-max-content |
| 593 -webkit-fill-available | 572 -webkit-fill-available |
| 594 -webkit-fit-content | 573 -webkit-fit-content |
| 595 // Unprefixed for CSS Grid Layout. | 574 // Unprefixed for CSS Grid Layout. |
| 596 min-content | 575 min-content |
| 597 max-content | 576 max-content |
| 598 | 577 |
| 599 // | 578 // |
| 600 // CSS_PROP_TEXT_OVERFLOW | 579 // text-overflow |
| 601 // | 580 // |
| 602 clip | 581 clip |
| 603 ellipsis | 582 ellipsis |
| 604 | 583 |
| 605 // | 584 // |
| 606 // CSS_PROP__KHTML_MARGIN_COLLAPSE | 585 // -webkit-margin-collapse |
| 607 // | 586 // |
| 608 // collapse | 587 // collapse |
| 609 // separate | 588 // separate |
| 610 discard | 589 discard |
| 611 | 590 |
| 612 // | 591 // |
| 613 // CSS_PROP_TEXT_*_COLOR | 592 // text-*-color |
| 614 // | 593 // |
| 615 dot-dash | 594 dot-dash |
| 616 dot-dot-dash | 595 dot-dot-dash |
| 617 wave | 596 wave |
| 618 | 597 |
| 619 // | 598 // |
| 620 // CSS_PROP_TEXT_*_MODE | 599 // text-*-mode |
| 621 // | 600 // |
| 622 continuous | 601 continuous |
| 623 skip-white-space | 602 skip-white-space |
| 624 | 603 |
| 625 // | 604 // |
| 626 // CSS_PROP_WORD_BREAK | 605 // word-break |
| 627 // | 606 // |
| 628 break-all | 607 break-all |
| 629 | 608 |
| 630 // | 609 // |
| 631 // CSS_PROP_WORD_WRAP | 610 // word-wrap |
| 632 // | 611 // |
| 633 break-word | 612 break-word |
| 634 | 613 |
| 635 // | 614 // |
| 636 // CSS_PROP__KHTML_NBSP_MODE | 615 // nbsp-mode |
| 637 // | 616 // |
| 638 space | 617 space |
| 639 | 618 |
| 640 // | 619 // |
| 641 // CSS_PROP__KHTML_LINE_BREAK | 620 // -webkit-line-break |
| 642 // | 621 // |
| 643 // auto | 622 // auto |
| 644 loose | 623 loose |
| 645 // normal | 624 // normal |
| 646 strict | 625 strict |
| 647 after-white-space | 626 after-white-space |
| 648 | 627 |
| 649 // -webkit-appearance | 628 // -webkit-appearance |
| 650 // The order here must match the order in the ControlPart enum in ThemeTypes.h. | 629 // The order here must match the order in the ControlPart enum in ThemeTypes.h. |
| 651 // All appearance values that should be accepted by the parser should be listed
between 'checkbox' and 'textarea': | 630 // All appearance values that should be accepted by the parser should be listed
between 'checkbox' and 'textarea': |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 textfield | 673 textfield |
| 695 relevancy-level-indicator | 674 relevancy-level-indicator |
| 696 continuous-capacity-level-indicator | 675 continuous-capacity-level-indicator |
| 697 discrete-capacity-level-indicator | 676 discrete-capacity-level-indicator |
| 698 rating-level-indicator | 677 rating-level-indicator |
| 699 textarea | 678 textarea |
| 700 // An appearance value that should not be accepted by the parser: | 679 // An appearance value that should not be accepted by the parser: |
| 701 caps-lock-indicator | 680 caps-lock-indicator |
| 702 | 681 |
| 703 // | 682 // |
| 704 // CSS_PROP_BORDER_IMAGE | 683 // border-image |
| 705 // | 684 // |
| 706 // stretch | 685 // stretch |
| 707 // repeat | 686 // repeat |
| 708 round | 687 round |
| 709 | 688 |
| 710 // | 689 // |
| 711 // CSS_PROP_BACKGROUND_CLIP/ORIGIN | 690 // background-clip/background-origin |
| 712 // | 691 // |
| 713 // border/content/padding are deprecated and ultimately will only apply to the -
webkit- form of these properties. | 692 // border/content/padding are deprecated and ultimately will only apply to the -
webkit- form of these properties. |
| 714 // border-box/content-box/padding-box should be used instead. | 693 // border-box/content-box/padding-box should be used instead. |
| 715 // | 694 // |
| 716 border | 695 border |
| 717 border-box | 696 border-box |
| 718 content | 697 content |
| 719 content-box | 698 content-box |
| 720 padding | 699 padding |
| 721 padding-box | 700 padding-box |
| 722 | 701 |
| 723 // CSS_SHAPES | 702 // CSS 3 SHAPES |
| 724 margin-box | 703 margin-box |
| 725 | 704 |
| 726 // | 705 // |
| 727 // background-size | 706 // background-size |
| 728 // | 707 // |
| 729 contain | 708 contain |
| 730 cover | 709 cover |
| 731 | 710 |
| 732 // | 711 // |
| 733 // CSS_PROP__KHTML_RTL_ORDERING | 712 // -webkit-rtl-ordering |
| 734 // | 713 // |
| 735 logical | 714 logical |
| 736 visual | 715 visual |
| 737 | 716 |
| 738 // | 717 // |
| 739 // CSS_PROP__WEBKIT_BORDER_FIT | 718 // -webkit-border-fit |
| 740 // | 719 // |
| 741 lines | 720 lines |
| 742 | 721 |
| 743 // | 722 // |
| 744 // CSS_PROP__WEBKIT_ANIMATION_DIRECTION | 723 // animation-direction |
| 745 // | 724 // |
| 746 // alternate | 725 // alternate |
| 747 | 726 |
| 748 alternate-reverse | 727 alternate-reverse |
| 749 | 728 |
| 750 // | 729 // |
| 751 // CSS_PROP__WEBKIT_ANIMATION_FILL_MODE | 730 // animation-fill-mode |
| 752 // | 731 // |
| 753 // forwards | 732 // forwards |
| 754 // backwards | 733 // backwards |
| 755 // both | 734 // both |
| 756 | 735 |
| 757 // | 736 // |
| 758 // CSS_PROP__WEBKIT_ANIMATION_ITERATION_COUNT | 737 // animation-iteration-count |
| 759 // | 738 // |
| 760 // infinite | 739 // infinite |
| 761 | 740 |
| 762 // | 741 // |
| 763 // CSS_PROP__WEBKIT_ANIMATION_PLAY_STATE | 742 // animation-play-state |
| 764 // | 743 // |
| 765 running | 744 running |
| 766 paused | 745 paused |
| 767 | 746 |
| 768 // | 747 // |
| 769 // CSS_PROP__WEBKIT_TRANSFORM_STYLE | 748 // transform-style |
| 770 // | 749 // |
| 771 flat | 750 flat |
| 772 preserve-3d | 751 preserve-3d |
| 773 | 752 |
| 774 // | 753 // |
| 775 // CSS_PROP__WEBKIT_TRANSITION_TIMING_FUNCTION | 754 // transition-timing-function |
| 776 // CSS_PROP__WEBKIT_ANIMATION_TIMING_FUNCTION | 755 // animation-timing-function |
| 777 // | 756 // |
| 778 ease | 757 ease |
| 779 linear | 758 linear |
| 780 ease-in | 759 ease-in |
| 781 ease-out | 760 ease-out |
| 782 ease-in-out | 761 ease-in-out |
| 783 step-start | 762 step-start |
| 784 step-middle | 763 step-middle |
| 785 step-end | 764 step-end |
| 786 | 765 |
| 787 // | 766 // |
| 788 // CSS_PROP_ZOOM | 767 // zoom |
| 789 // | 768 // |
| 790 document | 769 document |
| 791 reset | 770 reset |
| 792 | 771 |
| 793 // | 772 // |
| 794 // CSS_PROP_USER_ZOOM | 773 // user-zoom |
| 795 // | 774 // |
| 796 // fixed | 775 // fixed |
| 797 zoom | 776 zoom |
| 798 | 777 |
| 799 // | 778 // |
| 800 // CSS_PROP_POINTER_EVENTS | 779 // pointer-events |
| 801 // | 780 // |
| 802 visiblePainted | 781 visiblePainted |
| 803 visibleFill | 782 visibleFill |
| 804 visibleStroke | 783 visibleStroke |
| 805 //visible | 784 //visible |
| 806 painted | 785 painted |
| 807 fill | 786 fill |
| 808 stroke | 787 stroke |
| 809 bounding-box | 788 bounding-box |
| 810 //all | 789 //all |
| 811 //none | 790 //none |
| 812 | 791 |
| 813 // | 792 // |
| 814 // CSS_PROP_SPEECH | 793 // speech |
| 815 // | 794 // |
| 816 spell-out | 795 spell-out |
| 817 digits | 796 digits |
| 818 literal-punctuation | 797 literal-punctuation |
| 819 no-punctuation | 798 no-punctuation |
| 820 | 799 |
| 821 // | 800 // |
| 822 // -webkit-font-smoothing | 801 // -webkit-font-smoothing |
| 823 // | 802 // |
| 824 // auto | 803 // auto |
| 825 // none | 804 // none |
| 826 antialiased | 805 antialiased |
| 827 subpixel-antialiased | 806 subpixel-antialiased |
| 828 | 807 |
| 829 // text-rendering | 808 // text-rendering |
| 830 //auto | 809 //auto |
| 831 optimizeSpeed | 810 optimizeSpeed |
| 832 optimizeLegibility | 811 optimizeLegibility |
| 833 geometricPrecision | 812 geometricPrecision |
| 834 | 813 |
| 835 // -webkit-color-adjust | 814 // -webkit-color-adjust |
| 836 economy | 815 economy |
| 837 exact | 816 exact |
| 838 | 817 |
| 839 // -webkit-hyphenate-limit-lines | |
| 840 no-limit | |
| 841 | |
| 842 // -webkit-writing-mode | 818 // -webkit-writing-mode |
| 843 // SVG compatibility | 819 // SVG compatibility |
| 844 lr | 820 lr |
| 845 rl | 821 rl |
| 846 tb | 822 tb |
| 847 lr-tb | 823 lr-tb |
| 848 rl-tb | 824 rl-tb |
| 849 tb-rl | 825 tb-rl |
| 850 // Standard values from CSS3 | 826 // Standard values from CSS3 |
| 851 horizontal-tb | 827 horizontal-tb |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 alphabetic | 900 alphabetic |
| 925 | 901 |
| 926 // position | 902 // position |
| 927 sticky | 903 sticky |
| 928 | 904 |
| 929 // (pointer:) media feature | 905 // (pointer:) media feature |
| 930 // none | 906 // none |
| 931 coarse | 907 coarse |
| 932 fine | 908 fine |
| 933 | 909 |
| 934 // -webkit-filter | |
| 935 // values for the custom() function | |
| 936 // border-box | |
| 937 // padding-box | |
| 938 // content-box | |
| 939 filter-box | |
| 940 detached | |
| 941 // blend modes | 910 // blend modes |
| 942 // normal | 911 // normal |
| 943 multiply | 912 multiply |
| 944 screen | 913 screen |
| 945 // overlay | 914 // overlay |
| 946 darken | 915 darken |
| 947 lighten | 916 lighten |
| 948 color-dodge | 917 color-dodge |
| 949 color-burn | 918 color-burn |
| 950 hard-light | 919 hard-light |
| (...skipping 12 matching lines...) Expand all Loading... |
| 963 balance | 932 balance |
| 964 | 933 |
| 965 // overflow | 934 // overflow |
| 966 -webkit-paged-x | 935 -webkit-paged-x |
| 967 -webkit-paged-y | 936 -webkit-paged-y |
| 968 | 937 |
| 969 // -webkit-app-region | 938 // -webkit-app-region |
| 970 drag | 939 drag |
| 971 no-drag | 940 no-drag |
| 972 | 941 |
| 973 // -webkit-grid-{start|end|before|after} | 942 // grid-{column|row}-{start|end} |
| 974 span | 943 span |
| 975 | 944 |
| 976 // text-indent | 945 // text-indent |
| 977 each-line | 946 each-line |
| 978 //hanging // hanging exists in SVGCSSValueKeywords.in | 947 //hanging // hanging exists in SVGCSSValueKeywords.in |
| 979 | 948 |
| 980 // (scan:) media feature | 949 // (scan:) media feature |
| 981 progressive | 950 progressive |
| 982 interlace | 951 interlace |
| 983 | 952 |
| 984 // CSS_PROP_PAINT_ORDER | 953 // |
| 954 // paint-order |
| 955 // |
| 985 // normal | 956 // normal |
| 986 // fill | 957 // fill |
| 987 // stroke | 958 // stroke |
| 988 markers | 959 markers |
| 989 | 960 |
| 990 // | 961 // |
| 991 // CSS3 viewport-length keywords | 962 // CSS3 viewport-length keywords |
| 992 // | 963 // |
| 993 -internal-extend-to-zoom | 964 -internal-extend-to-zoom |
| 994 | 965 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 1022 safe | 993 safe |
| 1023 | 994 |
| 1024 // scroll-behavior | 995 // scroll-behavior |
| 1025 instant | 996 instant |
| 1026 smooth | 997 smooth |
| 1027 | 998 |
| 1028 // will-change | 999 // will-change |
| 1029 // auto | 1000 // auto |
| 1030 contents | 1001 contents |
| 1031 scroll-position | 1002 scroll-position |
| OLD | NEW |