From 9b100241fd2c09645645bac084c6b15014977a6f Mon Sep 17 00:00:00 2001 From: patrick kim Date: Mon, 6 Jan 2014 19:30:24 +0900 Subject: [PATCH] fix comment --- src/components/main/layout/box.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/layout/box.rs b/src/components/main/layout/box.rs index 54c233fe03a..d1ed277a95b 100644 --- a/src/components/main/layout/box.rs +++ b/src/components/main/layout/box.rs @@ -228,7 +228,7 @@ impl Box { pub fn new(node: LayoutNode, specific: SpecificBoxInfo) -> Box { // Find the nearest ancestor element and take its style. (It should be either that node or // its immediate parent.) - // CSS 2.1 § 9.2.1.1 This is for non-inherited properties on anonymous block boxes + // CSS 2.1 § 9.2.1.1,9.2.2.1 This is for non-inherited properties on anonymous boxes // example: // //