- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 04 Apr 2016 17:10:00 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 5 April 2016 00:10:28 UTC
> So you're saying if I do el.setAttribute("x", "x"); el.setAttribute("y", "y") for some values of x and y Gecko will have el.attributes[0].name === "y"? Correct. And you're correct that the spec does not currently have any such concept; Gecko is not technically following the spec for the `setAttribute` case. --- 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/474#issuecomment-205554246
Received on Tuesday, 5 April 2016 00:10:28 UTC