We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cd8f16 + 9c543d0 commit 6081cf8Copy full SHA for 6081cf8
webxrlayers-1.bs
@@ -1856,7 +1856,7 @@ ISSUE: more clarification is needed on how the video is blitted to the layers.
1856
When an {{XRCompositionLayer}} |layer| with a {{HTMLVideoElement}} |media| needs to be rendered, the user agent
1857
MUST run the following steps:
1858
1. Let |usability| be the result of [=check the usability of the image argument|checking the usability of=] |media|.
1859
- 1. If |usability| is <code>bad</code>, then fill the |layer| with opaque black and abort these steps.
+ 1. If |usability| is <code>bad</code>, then fill the |layer| with transparent black and abort these steps.
1860
1. Fill the |layer| with the content of the |media| element.
1861
1862
<!--
0 commit comments