mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
inline pseudo element
This commit is contained in:
parent
51ff762bc5
commit
5c15f24308
1 changed files with 3 additions and 0 deletions
|
@ -558,6 +558,9 @@ impl<'a> FlowConstructor<'a> {
|
|||
|
||||
// Concatenate all the boxes of our kids, creating {ib} splits as necessary.
|
||||
for kid in node.children() {
|
||||
if kid.get_element_type() != Normal {
|
||||
self.process(&kid);
|
||||
}
|
||||
match kid.swap_out_construction_result() {
|
||||
NoConstructionResult => {}
|
||||
FlowConstructionResult(flow, kid_abs_descendants) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue