You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a playlist and the type of media changes (audio <> video) should the <audio> or <video> tag be updated to reflect the type of content? It seems that IE 11 on Windows 10 for example will display the video player (and associated white space) even if an audio file is selected. Similarly, if you specify an audio tag with video content, there will be no space for video.
edit Same applies to Microsoft Edge...I think Chrome displays the desired behavior, namely that even with a video tag, an audio only stream will not reserve space video
The text was updated successfully, but these errors were encountered:
When using a playlist and the type of media changes (audio <> video) should the
<audio>
or<video>
tag be updated to reflect the type of content? It seems that IE 11 on Windows 10 for example will display the video player (and associated white space) even if an audio file is selected. Similarly, if you specify an audio tag with video content, there will be no space for video.edit Same applies to Microsoft Edge...I think Chrome displays the desired behavior, namely that even with a video tag, an audio only stream will not reserve space video
The text was updated successfully, but these errors were encountered: