mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Allow finishing anonymous inline-table at the end of inline elements (#31650)
This avoids inserting it outside of its parent.
This commit is contained in:
parent
871a9bf677
commit
0e78c8114b
5 changed files with 50 additions and 0 deletions
|
@ -487,6 +487,8 @@ where
|
|||
.unwrap()
|
||||
.traverse(self.context, info, self);
|
||||
|
||||
self.finish_anonymous_table_if_needed();
|
||||
|
||||
let mut inline_box = self
|
||||
.ongoing_inline_boxes_stack
|
||||
.pop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue