Whitespace stripping should not result in a dangling, open border.

This commit is contained in:
Michael Howell 2016-04-05 11:39:49 -07:00
parent 2477cfc9b4
commit 2b75ef09f7
5 changed files with 42 additions and 7 deletions

View file

@ -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>,
}