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 upCascading should not require layout boxes or other information #68
Comments
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…xedDB IndexedDB: dgrogan's tests from Test the Web Forward Paris (2012)
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Optimize large tiled backgrounds by prerendering a few repeats into the texture cache.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Pin ipc-channel dependency.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be no coupling between style resolution and layout data structures. For some reason, apply.rs directs through
Boxto cascade and resolve values.