diff --git a/index.src.html b/index.src.html
index a25b7a1e..1c52b797 100644
--- a/index.src.html
+++ b/index.src.html
@@ -4313,11 +4313,13 @@
:: A {{VideoPixelFormat}} for the pixel data in the destination
{{BufferSource}}. Potential values are:
{{RGBA}}, {{RGBX}}, {{BGRA}}, {{BGRX}} and values of {{VideoFrame/format}}.
- If unspecified, the {{VideoFrame/format}} is used.
+ If unspecified or `null`, the {{VideoFrame/format}} is used.
: colorSpace
:: A {{PredefinedColorSpace}} that SHALL be used to as
a target color space for for the pixel data in the destination
- {{BufferSource}}. If unspecified, {{srgb}} is used.
+ {{BufferSource}}, but only if {{VideoFrameCopyToOptions/format}} is one of
+ {{RGBA}}, {{RGBX}}, {{BGRA}}, {{BGRX}}, otherwise it is ignored.
+ If unspecified or `null`, {{srgb}} is used.
DOMRects in VideoFrame {#videoframe-domrect}