[Webkit-unassigned] [Bug 76515] Update HTML Parser so that <content> element should be treated transparently.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 18 18:57:09 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76515





--- Comment #8 from Hayato Ito <hayato at chromium.org>  2012-01-18 18:57:09 PST ---
I know we are starting the discussion in other place,  
http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2012-January/034410.html

but let me add one more note here because the example I used in the explanation might not be good example.
Focus on the shadow host itself, ignoring shadow tree:

 <div>
   <td>light children1</td>
   <td>light children2</td>
 </div>

This is totally invalid. If this host tree is parsed, <td> is gone because it do not appear in IN_TABLE mode. That becomes just a text node like:

 <div>
   light children1
   light children2
 </div>

So we can not use light children which are valid only when inserted into <content>.
I just want to let you notify this limitation and my example is not good one.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list