[Bug 18669] Switch from is= to <tag if a decision has been reached among implementers

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

--- Comment #27 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
The point of <select/map> is that it parses as <select> in legacy UAs, and in
Web-component-supporting UAs it is treated as <select> and immediately bound to
the "map" component. This requires parser changes, but parser changes
significantly less drastic than anything we need for web components already
with <template>. For element creation, you'd create a Map directly with "new
Map()". For selectors, you'd probably use a new pseudo-class a la
":component(map)" or some such.

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

Received on Thursday, 10 January 2013 01:09:28 UTC