Eventually Consistent

Dispatches from the grey area between correct and working

Posts tagged "Dataset"

1 post found

html

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.

Read more