Skip to content

Commit 6081cf8

Browse files
authored
Merge pull request immersive-web#295 from cabanier/transparent
Changed default state of media layer to transparent black
2 parents 4cd8f16 + 9c543d0 commit 6081cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webxrlayers-1.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ ISSUE: more clarification is needed on how the video is blitted to the layers.
18561856
When an {{XRCompositionLayer}} |layer| with a {{HTMLVideoElement}} |media| needs to be rendered, the user agent
18571857
MUST run the following steps:
18581858
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.
1859+
1. If |usability| is <code>bad</code>, then fill the |layer| with transparent black and abort these steps.
18601860
1. Fill the |layer| with the content of the |media| element.
18611861

18621862
<!--

0 commit comments

Comments
 (0)