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

Add enable_data_attributes option that allows using HTML5 data + attributes as control attributes instead or in addition to XML + namespace attributes #14

Open
lck opened this issue Oct 28, 2015 · 0 comments
Assignees

Comments

@lck
Copy link
Owner

lck commented Oct 28, 2015

If set, data attributes can be used instead of namespace attributes, e.g. "data-tal-content" instead of "tal:content"

Sample:

<html>
  <body>
    <div foo="bar" data-tal-content="'Hello world!'" />
  </body>
</html>
@lck lck self-assigned this Oct 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant