Skip to content

Commit

Permalink
inline pseudo element
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjunekim committed Apr 9, 2014
1 parent 51ff762 commit 5c15f24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/main/layout/construct.rs
Expand Up @@ -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) => {
Expand Down

0 comments on commit 5c15f24

Please sign in to comment.