diff --git a/specs/latest/1.0/index.html b/specs/latest/1.0/index.html index a29e044a24..1624ef5157 100644 --- a/specs/latest/1.0/index.html +++ b/specs/latest/1.0/index.html @@ -1717,8 +1717,7 @@

The WebGL context

const GLenum UNPACK_COLORSPACE_CONVERSION_WEBGL = 0x9243; const GLenum BROWSER_DEFAULT_WEBGL = 0x9244; - [Exposed=Window] readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas; - [Exposed=Worker] readonly attribute OffscreenCanvas canvas; + readonly attribute (HTMLCanvasElement or OffscreenCanvas) canvas; readonly attribute GLsizei drawingBufferWidth; readonly attribute GLsizei drawingBufferHeight;