Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Adam Barth
On Fri, Jan 25, 2013 at 8:59 PM, Elliott Sprehn wrote: > On Fri, Jan 25, 2013 at 11:32 PM, Dirk Schulze wrote: >> ... >> The problem is that SVGFitToViewBox and SVGZoomAndPan of the example above >> are implemented by a lot of other interfaces as well. Supplemental is just >> supposed to be set o

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Elliott Sprehn
On Fri, Jan 25, 2013 at 11:32 PM, Dirk Schulze wrote: > ... > The problem is that SVGFitToViewBox and SVGZoomAndPan of the example above > are implemented by a lot of other interfaces as well. Supplemental is just > supposed to be set once per interface. That is why Supplemental doesn't > work fo

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 8:16 PM, Elliott Sprehn wrote: >> interface SVGViewSpec >> { >> readonly attribute SVGTransformList transform; >> readonly attribute SVGElement viewTarget; >> readonly attribute DOMString viewBoxString; >> readonly attribute DOMString preserveAspectRatioString; >>

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Elliott Sprehn
On Fri, Jan 25, 2013 at 8:09 PM, Dirk Schulze wrote: > > On Jan 25, 2013, at 4:23 PM, Maciej Stachowiak wrote: > > > > > On Jan 25, 2013, at 4:13 PM, Adam Barth wrote: > > > >> On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze > wrote: > >>> On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: > O

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 4:23 PM, Maciej Stachowiak wrote: > > On Jan 25, 2013, at 4:13 PM, Adam Barth wrote: > >> On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze wrote: >>> On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze wrote: > This is a fo

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Maciej Stachowiak
On Jan 25, 2013, at 4:13 PM, Adam Barth wrote: > On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze wrote: >> On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: >>> On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze wrote: This is a followup to the multiple inheritance discussion. Adam, I c

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Adam Barth
On Fri, Jan 25, 2013 at 2:08 PM, Dirk Schulze wrote: > On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: >> On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze wrote: >>> This is a followup to the multiple inheritance discussion. >>> >>> Adam, I checked the IDL files on SVG2 [1]. The interfaces for SVG2

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Adam Barth
On Fri, Jan 25, 2013 at 11:28 AM, Glenn Adams wrote: > On Fri, Jan 25, 2013 at 10:14 AM, Adam Barth wrote: >> There's no experiment that you can run using web content to detect >> whether we implement WebIDL. All you can detect is whether we >> implement particular specifications that use WebIDL

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Dirk Schulze
On Jan 25, 2013, at 9:14 AM, Adam Barth wrote: > On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze wrote: >> This is a followup to the multiple inheritance discussion. >> >> Adam, I checked the IDL files on SVG2 [1]. The interfaces for SVG2 do not >> have multiple inheritances of interfaces that

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Glenn Adams
On Fri, Jan 25, 2013 at 10:14 AM, Adam Barth wrote: > There's no experiment that you can run using web content to detect > whether we implement WebIDL. All you can detect is whether we > implement particular specifications that use WebIDL. We can just > simply not implement the specifications t

Re: [webkit-dev] WebIDL implementation plans (was: Re: Multiple inheritance in the DOM)

2013-01-25 Thread Adam Barth
On Fri, Jan 25, 2013 at 8:11 AM, Dirk Schulze wrote: > This is a followup to the multiple inheritance discussion. > > Adam, I checked the IDL files on SVG2 [1]. The interfaces for SVG2 do not > have multiple inheritances of interfaces that are exposed to bindings. But > SVG2 still uses the "impl