Skip to content

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

@FyiurAmron

Description

@FyiurAmron

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions