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

Make HTML5 compliant #54

Closed
d2a-raudenaerde opened this issue Jan 17, 2019 · 1 comment
Closed

Make HTML5 compliant #54

d2a-raudenaerde opened this issue Jan 17, 2019 · 1 comment

Comments

@d2a-raudenaerde
Copy link

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
Copy link
Owner

buzinas commented Jun 18, 2020

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

@buzinas buzinas closed this as completed Jun 18, 2020
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