Re: [webkit-dev] Web APIs and class name collisions

2012-07-13 Thread Darin Fisher
the classes which > >>>>> implement the CSSOM out of css/ into a new cssom/ similar to dom/, > but > >>>>> that's a later discussion. > >>>>> > >>>>> -eric > >>>>> > >>>>> On Thu, Jul

Re: [webkit-dev] Web APIs and class name collisions

2012-07-13 Thread Eric Seidel
o dom/, but >>>>> that's a later discussion. >>>>> >>>>> -eric >>>>> >>>>> On Thu, Jul 12, 2012 at 10:03 AM, Andrei Bucur >>>>>wrote: >>>>> > From my knowledge the "CSS" prefix is reserved fo

Re: [webkit-dev] Web APIs and class name collisions

2012-07-13 Thread Andrei Bucur
, but >>>> that's a later discussion. >>>> >>>> -eric >>>> >>>> On Thu, Jul 12, 2012 at 10:03 AM, Andrei Bucur >>>>wrote: >>>> > From my knowledge the "CSS" prefix is reserved for the CSS engine >>>&

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Eric Seidel
;> >>>> -eric >>>> >>>> On Thu, Jul 12, 2012 at 10:03 AM, Andrei Bucur wrote: >>>> > From my knowledge the "CSS" prefix is reserved for the CSS engine >>>> > classes in >>>> > WebKit. Prefixing the Region class with

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Alexis Menard
>> > Cc: "webkit-dev@lists.webkit.org" >>> > Subject: Re: [webkit-dev] Web APIs and class name collisions >>> > >>> > The spec itself consistently and deliberately calls them "CSS Regions," >>> > so a >>> > CSS

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Simon Fraser
he CSS engine classes in > > WebKit. Prefixing the Region class with "CSS" could prove confusing. > > > > Regards, > > Andrei. > > > > From: Alan Stearns > > Date: Thursday, July 12, 2012 7:39 PM > > To: Adam Barth , Andrei Bucur > > > &g

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Simon Fraser
he CSS engine classes in > > WebKit. Prefixing the Region class with "CSS" could prove confusing. > > > > Regards, > > Andrei. > > > > From: Alan Stearns > > Date: Thursday, July 12, 2012 7:39 PM > > To: Adam Barth , Andrei Bucur > > > &g

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Dana Jansens
drei Bucur wrote: >> > From my knowledge the "CSS" prefix is reserved for the CSS engine >> classes in >> > WebKit. Prefixing the Region class with "CSS" could prove confusing. >> > >> > Regards, >> > Andrei. >> > >>

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Ryosuke Niwa
uld prove confusing. > > > > Regards, > > Andrei. > > > > From: Alan Stearns > > Date: Thursday, July 12, 2012 7:39 PM > > To: Adam Barth , Andrei Bucur > > > > Cc: "webkit-dev@lists.webkit.org" > > Subject: Re: [webkit-dev] W

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Eric Seidel
Stearns > Date: Thursday, July 12, 2012 7:39 PM > To: Adam Barth , Andrei Bucur > > Cc: "webkit-dev@lists.webkit.org" > Subject: Re: [webkit-dev] Web APIs and class name collisions > > The spec itself consistently and deliberately calls them "CSS Regions,&qu

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Andrei Bucur
m Barth mailto:aba...@webkit.org>>, Andrei Bucur mailto:abu...@adobe.com>> Cc: "webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>" mailto:webkit-dev@lists.webkit.org>> Subject: Re: [webkit-dev] Web APIs and class name collisions The spec itself consis

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Alan Stearns
to:webkit-dev@lists.webkit.org>" mailto:webkit-dev@lists.webkit.org>> Subject: Re: [webkit-dev] Web APIs and class name collisions One common thing we do is prefix "DOM" to DOM-level concepts. For example, DOMWindow and DOMFileSystem. I'm not sure if we have an established conventi

Re: [webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Adam Barth
One common thing we do is prefix "DOM" to DOM-level concepts. For example, DOMWindow and DOMFileSystem. I'm not sure if we have an established convention for CSS-level concepts. Adam On Thu, Jul 12, 2012 at 9:18 AM, Andrei Bucur wrote: > Hello Webkittens! > > While implementing the Region in

[webkit-dev] Web APIs and class name collisions

2012-07-12 Thread Andrei Bucur
Hello Webkittens! While implementing the Region interface ( http://dev.w3.org/csswg/css3-regions/#the-region-interface ) I've noticed that the name "Region" is already taken by a class in platform/graphics. I'd like to know what's the best approach in these kind of situations: 1. Rename the