mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
add comment
This commit is contained in:
parent
c538a90a14
commit
454374276f
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ impl Box {
|
||||||
nearest_ancestor_element.parent_node().expect("no nearest element?!");
|
nearest_ancestor_element.parent_node().expect("no nearest element?!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Anonymous box: inheriting from the ancestor with no specified declarations.
|
||||||
Arc::new(cascade(&[Arc::new(~[])],
|
Arc::new(cascade(&[Arc::new(~[])],
|
||||||
Some(nearest_ancestor_element.style().get())))
|
Some(nearest_ancestor_element.style().get())))
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue