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 upRepair NodeRange mappings when splitting boxes in LineBoxScanner #134
Labels
Comments
|
Fixed. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
shadow-dom: Drop section numbers from directory names.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basic algorithm:
Traverse all inline boxes. Use a stack of (start_split_count, BoxRange) to record total box splits performed when entering the box range. when leaving box range, shift the range by the recorded start_split_count, and extend its length by the difference of cur_split_count and start_split_count.