- From: Zambonifofex <notifications@github.com>
- Date: Sun, 12 Jun 2016 09:55:41 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Sunday, 12 June 2016 16:56:07 UTC
@trusktr Generally, attributes are meant for authors to communicate with the DOM, and not for JavaScript to communicate with other JavaScript. That’s what properties are for. When I say that that’s a job for frameworks, I think that they *should* simply allow `foo="13"` to be seen as a number instead of a string. Not for full serialization/deserialization of objects. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/519#issuecomment-225447776
Received on Sunday, 12 June 2016 16:56:07 UTC