You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The site fails to load completely if the used browser does not have WebGL enable. That does not follow WCAG. A rasterized version accessible WebGL of the Three.js components could be render, or load instead a placeholder.
Only display error for non-tech user would be: Application error: a client-side exception has occurred (see the browser console for more information).
Console log: THREE.WebGLRenderer: A WebGL context could not be created. Reason: WebGL is currently disabled.
Bug Report
Bug Description
The site fails to load completely if the used browser does not have WebGL enable. That does not follow WCAG. A rasterized version accessible WebGL of the Three.js components could be render, or load instead a placeholder.
Only display error for non-tech user would be:
Application error: a client-side exception has occurred (see the browser console for more information).
Console log:
THREE.WebGLRenderer: A WebGL context could not be created. Reason: WebGL is currently disabled.
an example of a rasterized site (not mine):
WebGL enable:
The text was updated successfully, but these errors were encountered: