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

HTML5 Validation Error: (type="slider") #2

Closed
SerNeo opened this issue Feb 10, 2012 · 3 comments
Closed

HTML5 Validation Error: (type="slider") #2

SerNeo opened this issue Feb 10, 2012 · 3 comments

Comments

@SerNeo
Copy link

SerNeo commented Feb 10, 2012

Hi, one more time :)

In HTML5 there is Validation error on line:

<input id="price_range" type="slider" name="price_range" value="200000;750000">

Bad value slider for attribute type on element input.

type="slider" changed to type="text"

and the slider is still working :)

@egorkhmelev
Copy link
Owner

Yes, my mistake. The proper type should be "range".

@SerNeo SerNeo closed this as completed Feb 15, 2012
@cmjacques
Copy link

Hi,

Thanks for your great work on this plugin.

I tried type="range" and the slider stops working in Chrome. Works fine in FF.

I switched back to type="text" and it works in both.

Cheers

@egorkhmelev
Copy link
Owner

Yes, seems like type="range" does not support values like "15;50" and change them to simply "15". So its better to use type="text". On my Chrome it works but only for one pointer slider.

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

3 participants