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 upIncomplete styles on Wikipedia pages #975
Closed
Labels
Comments
|
#976 is related. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
|
This doesn't seem true to me anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Servo doesn't load the full set of style rules for e.g. http://en.wikipedia.org/wiki/Rust_%28programming_language%29. From the Firefox debug tools I see that the DOM contains a number of
<style>elements not present in the static HTML; presumably they are created by scripts.We currently fail to run some of the scripts on the page (#974) but even when that's fixed, I'm not sure dynamic creation of
<style>elements will work.For near-term demo purposes, perhaps we can find a no-JavaScript mode for Wikipedia.