[Bug 28659] New: [Shadow]: Remove Section 8. HTML Elements and Their Shadow Trees from the spec

2015-05-19 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28659 Bug ID: 28659 Summary: [Shadow]: Remove Section 8. HTML Elements and Their Shadow Trees from the spec Product: WebAppsWG Version: unspecified Hardware: PC

Re: [webcomponents] How about let's go with slots?

2015-05-19 Thread Philip Walton
On Mon, May 18, 2015 at 8:54 PM, Hayato Ito hay...@chromium.org wrote: The hint we can use is: - tag name - id attribute - class attribute - any other attributes. (Okay to have a dedicated attribute, such as 'content-slot') - The position of the node in the list - Other status, such as

RE: [webcomponents] How about let's go with slots?

2015-05-19 Thread Domenic Denicola
From: Elliott Sprehn [mailto:espr...@chromium.org] Given the widget ui-collapsible that expects a ui-collapsible-header in the content model, with slots I can write: ui-collapsible   my-header-v1 slot=ui-collapsible-header ... /... /ui-collapsible ui-collapsible   my-header-v2

PSA: HTML5 Web Messaging is a W3C Recommendation

2015-05-19 Thread Arthur Barstow
Congratulations to Ian and all the contributors! On 5/19/15 12:53 PM, Coralie Mercier wrote: It is my pleasure to announce that HTML5 Web Messaging is published as a W3C Recommendation http://www.w3.org/TR/2015/REC-webmessaging-20150519/ This specification defines two mechanisms

Re: [webcomponents] How about let's go with slots?

2015-05-19 Thread Elliott Sprehn
On Tue, May 19, 2015 at 10:09 AM, Domenic Denicola d...@domenic.me wrote: From: Elliott Sprehn [mailto:espr...@chromium.org] Given the widget ui-collapsible that expects a ui-collapsible-header in the content model, with slots I can write: ui-collapsible my-header-v1

Re: [webcomponents] How about let's go with slots?

2015-05-19 Thread Dimitri Glazkov
On Tue, May 19, 2015 at 10:09 AM, Domenic Denicola d...@domenic.me wrote: I think this model you cite Polymer using is different from what HTML normally does, which is why it was confusing to me. In HTML the insertion point tags (e.g. summary or li or option) act as dumb containers. This was

[Bug 16103] Remove DOMStringList usage

2015-05-19 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16103 Joshua Bell jsb...@google.com changed: What|Removed |Added Resolution|LATER |DUPLICATE --- Comment

[Bug 26492] IndexedDB: add/put/update operations should define ordering of clone vs. keypath evaluation

2015-05-19 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26492 Joshua Bell jsb...@google.com changed: What|Removed |Added Status|NEW |RESOLVED

RE: [webcomponents] How about let's go with slots?

2015-05-19 Thread Domenic Denicola
From: Dimitri Glazkov [mailto:dglaz...@google.com] Not sure what you mean by Polymer model. I was referring to Elliot's This is identical to the common usage today in polymer apps where you annotate your own element with classes. When we have custom elements, the assumption of dumb