| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 // font-family (<generic-family> in CSS 2.1) | 101 // font-family (<generic-family> in CSS 2.1) |
| 102 // | 102 // |
| 103 serif | 103 serif |
| 104 sans-serif | 104 sans-serif |
| 105 cursive | 105 cursive |
| 106 fantasy | 106 fantasy |
| 107 monospace | 107 monospace |
| 108 -webkit-body | 108 -webkit-body |
| 109 -webkit-pictograph | 109 -webkit-pictograph |
| 110 | 110 |
| 111 // |
| 112 // color |
| 113 // |
| 111 currentcolor | 114 currentcolor |
| 115 |
| 112 // | 116 // |
| 113 // background-repeat | 117 // background-repeat |
| 114 // | 118 // |
| 115 repeat | 119 repeat |
| 116 repeat-x | 120 repeat-x |
| 117 repeat-y | 121 repeat-y |
| 118 no-repeat | 122 no-repeat |
| 119 // round | 123 // round |
| 120 // space | 124 // space |
| 121 // | 125 // |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 | 187 |
| 184 auto | 188 auto |
| 185 default | 189 default |
| 186 text | 190 text |
| 187 | 191 |
| 188 // | 192 // |
| 189 // direction | 193 // direction |
| 190 // | 194 // |
| 191 ltr | 195 ltr |
| 192 rtl | 196 rtl |
| 193 // | 197 |
| 194 // text-transform | |
| 195 // | |
| 196 capitalize | |
| 197 uppercase | |
| 198 lowercase | |
| 199 //none | |
| 200 // | 198 // |
| 201 // visibility | 199 // visibility |
| 202 // | 200 // |
| 203 visible | 201 visible |
| 204 //hidden | 202 //hidden |
| 205 collapse | 203 collapse |
| 206 // | 204 // |
| 207 // Unordered rest | 205 // Unordered rest |
| 208 // | 206 // |
| 209 a3 | |
| 210 a4 | |
| 211 a5 | |
| 212 above | |
| 213 absolute | 207 absolute |
| 214 always | |
| 215 avoid | |
| 216 b4 | |
| 217 b5 | |
| 218 below | |
| 219 bidi-override | 208 bidi-override |
| 220 blink | 209 blink |
| 221 both | 210 both |
| 222 embed | 211 embed |
| 223 fixed | 212 fixed |
| 224 hand | |
| 225 hide | |
| 226 invert | 213 invert |
| 227 -webkit-isolate | 214 -webkit-isolate |
| 228 -webkit-isolate-override | 215 -webkit-isolate-override |
| 229 -webkit-plaintext | 216 -webkit-plaintext |
| 230 landscape | 217 landscape |
| 231 ledger | |
| 232 legal | |
| 233 letter | |
| 234 line-through | 218 line-through |
| 235 local | 219 local |
| 236 nowrap | 220 nowrap |
| 237 overlay | 221 overlay |
| 238 overline | 222 overline |
| 239 portrait | 223 portrait |
| 240 pre | 224 pre |
| 241 pre-line | 225 pre-line |
| 242 pre-wrap | 226 pre-wrap |
| 243 separate | |
| 244 show | |
| 245 static | 227 static |
| 246 thick | 228 thick |
| 247 thin | 229 thin |
| 248 underline | 230 underline |
| 249 wavy | 231 wavy |
| 250 -webkit-nowrap | 232 -webkit-nowrap |
| 251 | 233 |
| 252 // CSS3 Values | 234 // CSS3 Values |
| 253 // box-align | 235 // box-align |
| 254 stretch | 236 stretch |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 row-reverse | 290 row-reverse |
| 309 column | 291 column |
| 310 column-reverse | 292 column-reverse |
| 311 // nowrap | 293 // nowrap |
| 312 wrap | 294 wrap |
| 313 wrap-reverse | 295 wrap-reverse |
| 314 | 296 |
| 315 // -internal-marquee-direction | 297 // -internal-marquee-direction |
| 316 forwards | 298 forwards |
| 317 backwards | 299 backwards |
| 318 ahead | |
| 319 // reverse | 300 // reverse |
| 320 // left | 301 // left |
| 321 // right | 302 // right |
| 322 up | |
| 323 down | |
| 324 // auto | 303 // auto |
| 325 | 304 |
| 326 // -internal-marquee-repetition | 305 // -internal-marquee-repetition |
| 327 infinite | 306 infinite |
| 328 | 307 |
| 329 // -internal-marquee-style | 308 // -internal-marquee-style |
| 330 // none | 309 // none |
| 331 slide | |
| 332 // scroll | 310 // scroll |
| 333 alternate | 311 alternate |
| 334 | 312 |
| 335 // | 313 // |
| 336 // -webkit-user-modify | 314 // -webkit-user-modify |
| 337 // | 315 // |
| 338 read-only | 316 read-only |
| 339 read-write | 317 read-write |
| 340 read-write-plaintext-only | 318 read-write-plaintext-only |
| 341 | 319 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 364 // text-overflow | 342 // text-overflow |
| 365 // | 343 // |
| 366 clip | 344 clip |
| 367 ellipsis | 345 ellipsis |
| 368 | 346 |
| 369 // | 347 // |
| 370 // -webkit-margin-collapse | 348 // -webkit-margin-collapse |
| 371 // | 349 // |
| 372 // collapse | 350 // collapse |
| 373 // separate | 351 // separate |
| 374 discard | |
| 375 | 352 |
| 376 // | 353 // |
| 377 // word-break | 354 // word-break |
| 378 // | 355 // |
| 379 break-all | 356 break-all |
| 380 | 357 |
| 381 // | 358 // |
| 382 // word-wrap | 359 // word-wrap |
| 383 // | 360 // |
| 384 break-word | 361 break-word |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 pixelated | 528 pixelated |
| 552 -webkit-optimize-contrast | 529 -webkit-optimize-contrast |
| 553 | 530 |
| 554 // shape-outside | 531 // shape-outside |
| 555 nonzero | 532 nonzero |
| 556 evenodd | 533 evenodd |
| 557 at | 534 at |
| 558 // closest-side | 535 // closest-side |
| 559 // farthest-side | 536 // farthest-side |
| 560 | 537 |
| 561 alphabetic | |
| 562 | 538 |
| 563 // (pointer:) media feature | 539 // (pointer:) media feature |
| 564 // none | 540 // none |
| 565 coarse | 541 coarse |
| 566 fine | 542 fine |
| 567 | 543 |
| 568 // (hover:) media feature | 544 // (hover:) media feature |
| 569 // none | 545 // none |
| 570 on-demand | 546 on-demand |
| 571 hover | 547 hover |
| (...skipping 20 matching lines...) Expand all Loading... |
| 592 scale-down | 568 scale-down |
| 593 | 569 |
| 594 // column-fill | 570 // column-fill |
| 595 balance | 571 balance |
| 596 | 572 |
| 597 // overflow | 573 // overflow |
| 598 -webkit-paged-x | 574 -webkit-paged-x |
| 599 -webkit-paged-y | 575 -webkit-paged-y |
| 600 | 576 |
| 601 // -webkit-app-region | 577 // -webkit-app-region |
| 602 drag | |
| 603 no-drag | |
| 604 | 578 |
| 605 // text-indent | 579 // text-indent |
| 606 each-line | 580 each-line |
| 607 //hanging // hanging exists in SVGCSSValueKeywords.in | 581 //hanging // hanging exists in SVGCSSValueKeywords.in |
| 608 | 582 |
| 609 // (scan:) media feature | 583 // (scan:) media feature |
| 610 progressive | 584 progressive |
| 611 interlace | 585 interlace |
| 612 | 586 |
| 613 // | 587 // |
| 614 // paint-order | 588 // paint-order |
| 615 // | 589 // |
| 616 // normal | 590 // normal |
| 617 // fill | 591 // fill |
| 618 // stroke | 592 // stroke |
| 619 markers | |
| 620 | 593 |
| 621 // isolation | 594 // isolation |
| 622 // auto | 595 // auto |
| 623 isolate | |
| 624 | 596 |
| 625 // touch-action-delay | 597 // touch-action-delay |
| 626 // none | 598 // none |
| 627 script | 599 script |
| 628 | 600 |
| 629 // touch-action | 601 // touch-action |
| 630 pan-x | 602 pan-x |
| 631 pan-y | 603 pan-y |
| 632 manipulation | 604 manipulation |
| 633 | 605 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 649 safe | 621 safe |
| 650 legacy | 622 legacy |
| 651 | 623 |
| 652 // will-change | 624 // will-change |
| 653 // auto | 625 // auto |
| 654 contents | 626 contents |
| 655 | 627 |
| 656 // all | 628 // all |
| 657 // initial | 629 // initial |
| 658 // inherit | 630 // inherit |
| 659 unset | |
| OLD | NEW |