Re: WebPlatform Browser Support Info

This is essential in my opinion, given the various Android browser
differences between the various devices (perhaps a model (is better than an
actual name (Galaxy S III), though, since there are multiple
models<https://en.wikipedia.org/wiki/Samsung_Galaxy_S_III#Model_variants>per
model series and there might be differences between those as well,
unfortunately).


☆*PhistucK*


On Sat, Oct 19, 2013 at 3:14 PM, Niels Leenheer <info@html5test.com> wrote:

>
> On Oct 19, 2013, at 7:50 AM, Doug Schepers <schepers@w3.org> wrote:
>
> > URLs can still be unique, especially if we concatenate:
> >
> > {
> >  "uuid":"http://data.webplatform.org/browser/ie/9/windows",
> >  "browser":"Internet Explorer",
> >  "vendor":"Microsoft",
> >  "version":"9",
> >  "os":"windows",
> > }
> >
> > ... or:
> >
> > {
> >  "uuid":"http://data.webplatform.org/browser/chrome/30.0.1599.69/osx",
> >  "browser":"Chrome",
> >  "vendor":"Google",
> >  "version":"30.0.1599.69",
> >  "os":"osx",
> > }
> >
> > Those URLS are longer than the UUIDs you proposed, but they are human
> readable, unique, rather intuitive, and flexible.
>
>
> Ooh. I like this. We do need to create a registry with browser names and
> os names, to ensure everybody uses the same urls.
> Perhaps we can add one more level for platform type and one for
> manufacturer/model?
>
> Then it would be flexible enough to do thinks like:
>
> http://data.webplatform.org/browser/desktop/chrome/30
> http://data.webplatform.org/browser/desktop/chrome/30/osx
> http://data.webplatform.org/browser/desktop/chrome/30/osx/10.8
>
> Or:
>
> http://data.webplatform.org/browser/mobile/android/4.2
> http://data.webplatform.org/browser/mobile/android/4.2/samsung
> http://data.webplatform.org/browser/mobile/android/4.2/samsung/galaxy-s3
>
> Or:
>
> http://data.webplatform.org/browser/mobile/chrome/30
> http://data.webplatform.org/browser/mobile/chrome/30/android/4.2
>
>
> Cheers,
>
> Niels
> html5test.com
>

Received on Saturday, 19 October 2013 12:34:17 UTC