Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.in

Issue 2005093002: Remove non-standard 'results' attribute of INPUT element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 menulist-textfield 653 menulist-textfield
654 meter 654 meter
655 progress-bar 655 progress-bar
656 progress-bar-value 656 progress-bar-value
657 slider-horizontal 657 slider-horizontal
658 slider-vertical 658 slider-vertical
659 sliderthumb-horizontal 659 sliderthumb-horizontal
660 sliderthumb-vertical 660 sliderthumb-vertical
661 caret 661 caret
662 searchfield 662 searchfield
663 searchfield-decoration
664 searchfield-results-decoration
665 searchfield-cancel-button 663 searchfield-cancel-button
666 textfield 664 textfield
667 textarea 665 textarea
668 // An appearance value that should not be accepted by the parser: 666 // An appearance value that should not be accepted by the parser:
669 caps-lock-indicator 667 caps-lock-indicator
670 668
671 // 669 //
672 // border-image 670 // border-image
673 // 671 //
674 // stretch 672 // stretch
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 1088
1091 var 1089 var
1092 -internal-variable-value 1090 -internal-variable-value
1093 1091
1094 // break-before, break-after, break-inside 1092 // break-before, break-after, break-inside
1095 avoid-page 1093 avoid-page
1096 page 1094 page
1097 recto 1095 recto
1098 verso 1096 verso
1099 avoid-column 1097 avoid-column
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSPrimitiveValueMappings.h ('k') | third_party/WebKit/Source/core/css/html.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698