mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
When an audio element has no controls attribute, it should not render at all and take up no space.
3 lines
No EOL
59 B
HTML
3 lines
No EOL
59 B
HTML
<!DOCTYPE html>
|
|
<audio controls=""></audio>
|
|
<audio></audio> |