- Notifications
You must be signed in to change notification settings - Fork 479
Closed
Description
The following css:
input[type=search]{ -webkit-appearance: textfield; }errs out with the following on my csslint:
Error - Expected (none | button | button-bevel | caps-lock-indicator | caret | checkbox | default-button | listbox | listitem | media-fullscreen-button | media-mute-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbargripper-horizontal | scrollbargripper-vertical | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical) but found 'textfield'. (known-properties) and is totally ignored on csslint.net. you can type in "bananas" instead of "textfield" and it does not throw a warning, even with known-properties checked.
Either way, the error message I'm getting is weird because "textfield" is one of the listed options, yet it thinks it's invalid.
Metadata
Metadata
Assignees
Labels
No labels