Is there a public WebGL specification anywhere?
It looks like the Khronos group is pretty closed when it comes to releasing early specifications for WebGL to the public.
Does anyone know of a resource to update the API?
The only thing I can find without doing Firefox or WebKit source checking is a page from 2007 on Vladimir Vukicevich's blog with a small list of OpenGL ES -> WebGL features.
[edit: I made this post before the spec was available on the internet. See the answer below for a link.]
source to share
[edit: public project is now available: http://www.khronos.org/webgl/ ]
Nope - the khronos group tends to publish specs much later in the dev process than the W3C or WHATWG, I would suggest looking at webkit webgl tests as I believe the webkit implementation is currently more closely aligned with the spec, but none of them are perfect ( yet): - (
source to share