From 06a441a894cff011d28d450d6af6d6370a73189b Mon Sep 17 00:00:00 2001
From: Dean Jackson WebGLContextEvent
WebGL rendering context. Events are sent using the DOM Event System [DOM3EVENTS],
and are dispatched to the HTMLCanvasElement associated with the WebGL rendering context.
The types of status changes that can trigger a WebGLContextEvent
event are
- the loss of the context, the restoration of the context, and
+ the loss of the context, the restoration of the context,
+ a significant change in the system GPU's capabilities, and
the inability to create a context.
@@ -3379,6 +3380,42 @@
+ When the user agent detects that the capabilities of the
+ WebGLRenderingContext
context have been significantly changed
+ by the system, such as parameters indicating the maximum values the
+ context supports, it must run the following steps:
+
+
statusMessage
attribute set
+ to "".