We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
The only custom attribute we add is data-simple-scrollbar, ss-container is just a class name.
data-simple-scrollbar
ss-container
Sorry, something went wrong.
No branches or pull requests
When validating your library for HTML5 compliancy, there are errors:
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
The text was updated successfully, but these errors were encountered: