Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't load external stylesheets if the <link> node's media query doesn't match #8085
Labels
Comments
|
This is still true. |
|
This presumable needs to be true forever, not loading sheets where the media doesn't match will mess up CSSOM and what not. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is currently a [TODO in
layout_task.rs], but will move intohtmllinkelement.rsin #8039.