mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00

If child has a media attribute and its value does not match the environment, continue to the next child.
11 lines
No EOL
165 B
HTML
11 lines
No EOL
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<picture>
|
|
<source media="(max-width: 600px)" srcset="120.png">
|
|
<img src="400.png">
|
|
</picture>
|
|
</body>
|
|
|
|
</html> |