Skip to content

Commit 9c543d0

Browse files
committed
Changed default state of media layer to transparent black
1 parent ffa90c3 commit 9c543d0

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
@@ -1850,7 +1850,7 @@ ISSUE: more clarification is needed on how the video is blitted to the layers.
18501850
When an {{XRCompositionLayer}} |layer| with a {{HTMLVideoElement}} |media| needs to be rendered, the user agent
18511851
MUST run the following steps:
18521852
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.
1853+
1. If |usability| is <code>bad</code>, then fill the |layer| with transparent black and abort these steps.
18541854
1. Fill the |layer| with the content of the |media| element.
18551855

18561856
<!--

0 commit comments

Comments
 (0)