buzinas / simple-scrollbar

Very simple and lightweight vanilla javascript library for creating a custom scrollbar cross-browser.
MIT License
575 stars 159 forks source link

Make HTML5 compliant #54

Closed d2a-raudenaerde closed 4 years ago

d2a-raudenaerde commented 5 years ago

When validating your library for HTML5 compliancy, there are errors:

Error: Attribute ss-container not allowed on element div at this point.

From line 14, column 5; to line 14, column 82

Attributes for element div:

I think the 'ss-container' should be replaced by, for example, 'data-ss-container'

See here: https://html.spec.whatwg.org/multipage/dom.html#custom-data-attribute

buzinas commented 4 years ago

The only custom attribute we add is data-simple-scrollbar, ss-container is just a class name.