- From: Joseph Orbegoso Pea <notifications@github.com>
- Date: Tue, 07 Jun 2016 12:46:32 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Tuesday, 7 June 2016 19:47:03 UTC
The current limitation in Skate.js, X-Tag, and Polymer is that `setAttribute/getAttribute` only work with strings currently, so there's no actual way to pass JS literals by reference or value with those. It is possible to call the setters/getters directly though. This change would allow both setters/getters and setAttribute/getAttribute to be used interchangeably without worrying about that string problem. --- 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/517#issuecomment-224392616
Received on Tuesday, 7 June 2016 19:47:03 UTC