[whatwg/dom] Missing Documentation - WebGLContextAttributes (#942)

It seems there is no documentation for the WebGLContextAttributes dictionary.
The missing documentation results in gaps in auto-generated documentation for rendering libraries, i.e [Babylon.js - EngineOptions](https://doc.babylonjs.com/typedoc/interfaces/babylon.engineoptions). 

My limited understanding of what's going on is that Babylon extends Typescript Definitions and Typescript in turn fetches comments from whatwg.

WebGLContextAttributes definitions can be found on the [WebGL Context Attributes Spec](https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/942

Received on Tuesday, 12 January 2021 03:12:17 UTC