Re: Advice on extending CanvasRenderingContext2D to support Depth Streams

I hate to be the one to point at the elephant in the room, but what about
the WHATWG spec?
As far as the canvas element and its rendering context are concerned,
Chromium/Blink (and others as well, but I won't speak for them) tracks the
WHATWG specification.
<kumbaya>
Concurrent feature work happening in two separate places is dangerous, can
lead to unnecessary quarrels, politics, and even irreconcilable
incompatibilities. So please, no forking of the spec.  Peace.
</kumbaya>

-Justin


On Thu, Oct 30, 2014 at 6:47 AM, Kostiainen, Anssi <
anssi.kostiainen@intel.com> wrote:

> Hi Rik,
>
> > On 23 Oct 2014, at 19:58, Rik Cabanier <cabanier@gmail.com> wrote:
> >
> > There are indeed quite a few versions. The W3C version that will include
> new features is here: http://www.w3.org/html/wg/drafts/2dcontext/master/
>
> Thanks for the clarification; it appears we’re referencing the right W3C
> version in the extension spec [1].
>
> > For W3C, public-canvas-api@w3.org is the right one to discuss new
> features. In general, the right mailing list is the one where you get most
> of the browser developers to participate:-)
>
> We’ll keep new feature discussions on public-canvas-api@w3.org, and ping
> the list to review any extensions to the CanvasRenderingContext2D.
>
> Unless someone has concerns, we’ll move forward by defining the algorithms
> for the createDepthData(), getDepthData(), and putDepthData() methods that
> operate on DepthData objects in the extension spec [1]. We’ll report back
> if there are issues in extending the base spec cleanly, for example, if
> extensions points in the core spec would be needed to avoid monkey patching.
>
> Btw. could you update the Status of This Document "e-mail feedback to
> [...]“ boilerplate of [2] to point to the right mailing list?
>
> Thanks,
>
> -Anssi
>
> > [1]
> http://w3c.github.io/mediacapture-depth/#canvasrenderingcontext2d-interface
> > [2] http://www.w3.org/html/wg/drafts/2dcontext/master/
> > [3] http://damowmow.com/temp/canvas-specs
>

Received on Thursday, 30 October 2014 15:13:47 UTC