Skip to content
New issue

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

Repair NodeRange mappings when splitting boxes in LineBoxScanner #134

Closed
burg opened this issue Oct 18, 2012 · 1 comment
Closed

Repair NodeRange mappings when splitting boxes in LineBoxScanner #134

burg opened this issue Oct 18, 2012 · 1 comment

Comments

@burg
Copy link

@burg burg commented Oct 18, 2012

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.

@burg
Copy link
Author

@burg burg commented Oct 22, 2012

Fixed.

@burg burg closed this Oct 22, 2012
ChrisParis pushed a commit to ChrisParis/servo that referenced this issue Sep 7, 2014
shadow-dom: Drop section numbers from directory names.
glennw pushed a commit to glennw/servo that referenced this issue Jan 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.