Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[ If child has a media attribute, and its value is not a valid media query list, or is a valid media query list that evaluates to false, continue to the next child. ]] http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#update-the-source-set
This should say "If child has a media attribute, and its value does not match the environment, continue to the next child."
In particular, media="all, }" is not a valid media query list but should still evaluate to true.
media="all, }"
The text was updated successfully, but these errors were encountered:
👍
Sorry, something went wrong.
2e8180d
No branches or pull requests
[[
If child has a media attribute, and its value is not a valid media query list, or is a valid media query list that evaluates to false, continue to the next child.
]]
http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#update-the-source-set
This should say "If child has a media attribute, and its value does not match the environment, continue to the next child."
In particular,
media="all, }"
is not a valid media query list but should still evaluate to true.The text was updated successfully, but these errors were encountered: