Re: [whatwg] Questions regarding Path object

On Mon, Nov 11, 2013 at 3:59 PM, Dirk Schulze <dschulze@adobe.com> wrote:

>
> On Nov 12, 2013, at 7:19 AM, Elliott Sprehn <esprehn@chromium.org> wrote:
>
> > On Mon, Nov 11, 2013 at 2:52 PM, Dirk Schulze <dschulze@adobe.com>
> wrote:
> >
> >> ...
> >>
> >>
> >> The SVG WG would like to start using the 'Path' object for its objects
> as
> >> well. We'd like this to be a generic object that can be used by other
> parts
> >> of the web platform.
> >> It would be strange to require a canvas context just to create pathh.
> >>
> >>
> >> I'd like to again say I don't think this thing should be called Path.
> Lots
> >> of other things have "Paths", like maps, file systems, urls, why does
> the
> >> drawing one get to take the global namespace?
> >>
> >> Given that there's a bunch of new objects with Drawing as the prefix, I
> >> think we should name this DrawingPath like DrawingStyle and friends.
> >>
> >> No.
> >
> > Then I object to us shipping this in Chrome. Bleeding on the global scope
> > with such a generic name ignoring all the other reasonable uses of the
> word
> > Path is not good for the platform. It's not forward thinking, and it's
> > confusing for developers.
>
> No one is stopping you from objecting to ship it in Blink. I personally do
> not see any reason to diverge the web platform just because “Path” is a
> term that is also be used within the string “FilePath” or “URLPath". It
> seems rather obscure to add such a relation, since it is widely excepted
> that a path is a geometry if it doesn’t have a prefix that indicates
> otherwise.


I don't think that's true at all. If you asked random web developers what
they think of when they hear "path", they likely think of the URL path (or
associated file system path to the resource they loaded). Path being a
geometry concept is pretty obscure by comparison. I even polled several
developers over here (and at other companies) and all of them said that had
they seen "new Path()" in a web app they would have assumed it was related
to the URL.

The naming topic was discussed too many times already and we always came
> back to Path. Safari on iOS and Mavericks ships with Path as well now. So
> it is your decision to block progress on the web platform or just stick to
> the naming.
>

That's unfortunate, but given that no other browser has shipped this that
seems like more than enough time to change things.

- E

Received on Tuesday, 12 November 2013 00:42:32 UTC