diff --git a/specs/latest/1.0/index.html b/specs/latest/1.0/index.html index c86250454..75cee7441 100644 --- a/specs/latest/1.0/index.html +++ b/specs/latest/1.0/index.html @@ -2769,7 +2769,7 @@
HTMLImageElement
, and
+ attribute, except if the
the UNPACK_COLORSPACE_CONVERSION_WEBGL
pixel storage parameter is set
to NONE
. UNPACK_COLORSPACE_CONVERSION_WEBGL
of type unsigned long
BROWSER_DEFAULT_WEBGL
, then the browser's default colorspace conversion
-is applied during subsequent texImage2D
and texSubImage2D
calls
-taking HTMLImageElement
. The precise conversions may be specific to both the browser
-and file type. If set to NONE
, no colorspace conversion is applied. The initial value
-is BROWSER_DEFAULT_WEBGL
.
+is applied during subsequent texImage2D
and texSubImage2D
calls.
+(For example, converting a display-p3 image to srgb)
+The precise conversions may be specific to both the browser and file type.
+If set to NONE
, no colorspace conversion is applied, other than conversion to RGBA.
+(For example, a rec709 YUV video is still converted to rec709 RGB data, but not then converted to e.g. srgb RGB data)
+The initial value is BROWSER_DEFAULT_WEBGL
.