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.
1 parent ffa90c3 commit 9c543d0Copy full SHA for 9c543d0
webxrlayers-1.bs
@@ -1850,7 +1850,7 @@ ISSUE: more clarification is needed on how the video is blitted to the layers.
1850
When an {{XRCompositionLayer}} |layer| with a {{HTMLVideoElement}} |media| needs to be rendered, the user agent
1851
MUST run the following steps:
1852
1. Let |usability| be the result of [=check the usability of the image argument|checking the usability of=] |media|.
1853
- 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.
1854
1. Fill the |layer| with the content of the |media| element.
1855
1856
<!--
0 commit comments