native support for camel casing

# Zac Spitzer (8 years ago)

Both HTML5 data attributes and css properties use camel casing, however, there aren't native functions to perform these, thus libraries like jQuery have their own implementations

The camel casing spec is documented here html.spec.whatwg.org/multipage/dom.html#dom-dataset

Iniital discussion was started here twitter.com/zackster/status/814697677661184000