Skip to content

Conversation

@jwestbrook
Copy link
Collaborator

Based on the issue below sethtml5data() and gethtml5data() will write to
the dataset and the write the data-* attributes correctly in any
browsers that Prototype supports.

https://prototype.lighthouseapp.com/projects/8886/tickets/250-support-for-dataset-property-and-data-attributes

Based on the issue below sethtml5data() and gethtml5data() will write to
the dataset and the write the data-* attributes correctly in any
browsers that Prototype supports.

https://prototype.lighthouseapp.com/projects/8886/tickets/250-support-for-dataset-property-and-data-attributes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return (testelement.dataset && testelement.dataset.testThisThing === 'test');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants