- From: Hayato Ito <notifications@github.com>
- Date: Thu, 16 Jul 2015 23:09:27 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Friday, 17 July 2015 06:09:58 UTC
FYI. In Blink, we calculates the hash value of textContent of `<style>` element before parsing it. If the hash value is same to one of the cached values, we omit the parsing stage and reuse and share the result. I think the draft proposal is a way to resolve this issue officially. Users can feel that this kind of efficiency is guaranteed. --- Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/282#issuecomment-122186756
Received on Friday, 17 July 2015 06:09:58 UTC