- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 04 Apr 2016 14:47:14 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Monday, 4 April 2016 21:48:01 UTC
It's not just the parser. In Gecko, some attributes are shared across multiple elements, and those are stored in a separate list from the non-shared attributes; order is preserved for the non-shared attributes only. The sharing is a huge memory and performance win, unfortunately.... --- 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-205511435
Received on Monday, 4 April 2016 21:48:01 UTC