mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Whitespace stripping should not result in a dangling, open border.
This commit is contained in:
parent
2477cfc9b4
commit
2b75ef09f7
5 changed files with 42 additions and 7 deletions
|
@ -1874,6 +1874,8 @@ impl fmt::Debug for InlineFragmentNodeInfo {
|
|||
|
||||
#[derive(Clone)]
|
||||
pub struct InlineFragmentContext {
|
||||
/// The list of nodes that this fragment will be inheriting styles from,
|
||||
/// from the most deeply-nested node out.
|
||||
pub nodes: Vec<InlineFragmentNodeInfo>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue