- From: <bugzilla@jessica.w3.org>
- Date: Wed, 08 Apr 2015 16:21:10 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28441 --- Comment #1 from Dimitri Glazkov <dglazkov@chromium.org> --- Here's a fairly simple implementation of this using custom elements and templates: http://jsbin.com/xuheb/4/edit I think this is a great example of: a) using type extensions to avoid more hard-coded parsing behaviors b) extensible web in action -- no need to wait on spec/browsers to ship this c) custom element upgrades being helpful in avoiding additional tree traversals and deferring running of the script until whenever you actually need the tree. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 8 April 2015 16:21:12 UTC