Re: [WICG/webcomponents] Proposal: Custom attributes for all elements, enhancements for more complex use cases (Issue #1029)

I use `data-*` attributes a lot. (I'd probably use them even more if CSS `attr()` worked with non-strings). I could see this replacing most if not all of the uses I have for dataset. The most common thing (and the most irritating thing) I have to do with dataset is manually (de)serialize values whenever I get/set so being able to define an attribute with just `parse()` and `stringify()` functions would be enough for me most of the time. 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/1029#issuecomment-1728217109
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/1029/1728217109@github.com>

Received on Wednesday, 20 September 2023 18:13:21 UTC