Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known 'textfield' property in -webkit-appearance attribute is reported as unknown #713

Open
bancer opened this issue Sep 9, 2017 · 2 comments

Comments

@bancer
Copy link

bancer commented Sep 9, 2017

CSS:

input[type=number] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

Error:

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)

I found the similar issue #693 but

  1. changing tabs to spaces is against the company's policy,
  2. the same error is reported even when spaces are used instead of tabs.

CSSLint version 1.0.4.

@toptalo
Copy link

toptalo commented Sep 14, 2017

Issue #693 about changing tabs to spaces in parserlib. My PR fixed this issue is already merged to parserlib. Now we are waiting update of parserlib npm package and update of CSSLint package, because parserlib is hardcoded to body of CSSLint.

@toptalo
Copy link

toptalo commented Dec 8, 2017

UP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants