mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +00:00
If child has a media attribute and its value does not match the environment, continue to the next child.
11 lines
165 B
HTML
11 lines
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<picture>
|
|
<source media="(max-width: 600px)" srcset="120.png">
|
|
<img src="400.png">
|
|
</picture>
|
|
</body>
|
|
|
|
</html> |