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

Feature-Request: HTML5 attributes for metadata #170

Closed
murphy83 opened this issue Feb 14, 2012 · 1 comment
Closed

Feature-Request: HTML5 attributes for metadata #170

murphy83 opened this issue Feb 14, 2012 · 1 comment

Comments

@murphy83
Copy link

Although HTML5 is not fully specified yet, it looks like metadata in the nodes should go into attributes starting with
"data-"
One can already achive this with the types plugin by setting the attribute to "data-ref" to store the type. But this generates invalid HTML or XHTML (which in turn makes some customers go nuts altough there is absolutly no need to do so).
If desired I will look over the code and hand in a patch.

@vakata
Copy link
Owner

vakata commented Mar 12, 2012

This is already done in v.1.0 ... It will be production ready soon, you can check it out in the repository. All plugins use the jQuery data function, which uses the data- properties.

@vakata vakata closed this as completed Mar 12, 2012
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