mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
When an audio element has no controls attribute, it should not render at all and take up no space.
3 lines
59 B
HTML
3 lines
59 B
HTML
<!DOCTYPE html>
|
|
<audio controls=""></audio>
|
|
<audio></audio> |