Ryan

Results 2 issues of Ryan

Hello! Sorry to drop a massive proposal on you, if it's too much or there's a better way to submit things like this, I'm happy to move it elsewhere! So...

I have a component which accepts `data-` attributes like `data-image-width`. Obviously this gets serialized as `dataImageWidth` on the `webc.attributes` object, but then if you run `webc.renderAttributes(webc.attributes)`, the attribute ends up...