mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 03:39:17 +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> |