From 5be187998f1b68ffb26aea8fece735b0e7d5709c Mon Sep 17 00:00:00 2001 From: Permutator Date: Thu, 5 Jan 2017 16:09:14 -0800 Subject: [PATCH] "above the root node" -> "below the root node" --- components/layout/query.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/query.rs b/components/layout/query.rs index 1ee183d629a..f663ca1f0e8 100644 --- a/components/layout/query.rs +++ b/components/layout/query.rs @@ -603,7 +603,7 @@ impl FragmentBorderBoxIterator for ParentOffsetBorderBoxIterator { } else if self.node_offset_box.is_none() { // TODO(gw): Is there a less fragile way of checking whether this // fragment is the body element, rather than just checking that - // it's at level 1 (above the root node)? + // it's at level 1 (below the root node)? let is_body_element = level == 1; let is_valid_parent = match (is_body_element,