Re: [webkit-dev] Prototyping Custom Elements API

2016-11-01 Thread Ryosuke Niwa
This work is completed as of https://trac.webkit.org/changeset/208256. - R. Niwa On Mon, Oct 31, 2016 at 2:56 PM, Ryosuke Niwa wrote: > Hi all, > > As of https://trac.webkit.org/changeset/208176, I've completed the work > to implement custom elements v1 API in WebKit. > > I've filed https://bug

Re: [webkit-dev] Prototyping Custom Elements API

2016-10-31 Thread Ryosuke Niwa
Hi all, As of https://trac.webkit.org/changeset/208176, I've completed the work to implement custom elements v1 API in WebKit. I've filed https://bugs.webkit.org/show_bug.cgi?id=164242 to enable this feature on every port. Once that patch is in, I'd remove the compile time flag. The feature can

Re: [webkit-dev] Prototyping Custom Elements API

2016-03-01 Thread Ryosuke Niwa
Hi all, I've successfully finished the prototype of custom elements, and attended a F2F meeting in January [1]. We had reached consensus on many pressing matters, and now we have a rewrite of the spec based on this meeting [2]. As such, now I'm going to proceed to implement custom elements API f