Eventually Consistent
blog
/
projects
/
about
/
Search
All tags
Posts tagged with "dataset"
HTML5 Dataset
Dataset allows for valid use of custom HTML attributes, prefixed with "data-" Before HTML5 you could use custom attributes at will but it would not be valid HTML. One of the things dataset does is make this practice pass validators and it allows for more easy access of custom attributes with javascript.