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

Attribute 'number' not allowed on element 'input' #7

Open
FyiurAmron opened this issue Nov 9, 2017 · 1 comment
Open

Attribute 'number' not allowed on element 'input' #7

FyiurAmron opened this issue Nov 9, 2017 · 1 comment

Comments

@FyiurAmron
Copy link

FyiurAmron commented Nov 9, 2017

line https://github.com/vue-bulma/slider/blob/master/src/Slider.vue#L2 creates HTML that is invalid, as per HTML5 spec:

Attribute number not allowed on element input at this point.

That particular attribute should either be data-number (although I don't see how that is useful if we already know that its type="range"), or removed altogether.

@rolandschuetz
Copy link

I agree this seems unnecessary.

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