[Bug 21017] [Templates]: handle white space inside templates in a way that allows templates to be more human readable

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21017

John Messerly <jmesserly@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmesserly@google.com

--- Comment #2 from John Messerly <jmesserly@google.com> ---
Hey Rafael,

We were also seeing this problem with web components:

<element name="...">
  <template>
    ... contents ...
  </template>
</element>


What's the best way to deal with it in this case?
We end up with extra whitespace text nodes.

Maybe we can deal with this when we instantiate the shadow root?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 February 2013 22:58:45 UTC