Bringing other Web Components specs into HTML

Hi,

now that <template> is in HTML, I was wondering if some of the other 
specs needed the same treatment.

Shadow DOM: I reckon definitely not the case, it doesn't really do much 
monkey patching.

Custom Elements: Does some monkey patching. What do you reckon is the 
best option here? Leave the monkey patching alone (a bit painful)? Just 
import the monkey patching into HTML, remove it from that spec, and have 
HTML refer to CE? Bring everything in?

Imports: This one monkey patches a lot. I reckon it's best to import 
(ha!) it.

WDYT?

-- 
Robin Berjon - http://berjon.com/ - @robinberjon

Received on Friday, 14 June 2013 13:40:05 UTC