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

valid html attributes #173

Open
hedgehed opened this issue Dec 15, 2015 · 0 comments
Open

valid html attributes #173

hedgehed opened this issue Dec 15, 2015 · 0 comments

Comments

@hedgehed
Copy link

instead of <a rel="some_id" ..> is better to use <a data-rel="some_id" ...> because "rel" is relation attribute, what can contain only one of predefined strings.

Also in the script: blah.attr("data-rel"..

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

1 participant