From a3e0c61db10b99391bdf7532dd466aba2f06fd5e Mon Sep 17 00:00:00 2001 From: Johnny Stenback Date: Tue, 29 Aug 2017 11:34:15 -0700 Subject: [PATCH] Minor language corrections --- css-layout-api/Overview.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css-layout-api/Overview.bs b/css-layout-api/Overview.bs index f6cf6028..60427d87 100644 --- a/css-layout-api/Overview.bs +++ b/css-layout-api/Overview.bs @@ -643,7 +643,7 @@ This tells the child layout to produce a {{Fragment}} starting at the poi Issue: Explain resuming the author defined layout.
-This example shows a simple layout which places indents child fragments for a certain number of +This example shows a simple layout which indents child fragments for a certain number of lines. This example also demonstrates using the previous {{Fragment/breakToken}} of a {{Fragment}} to @@ -775,7 +775,7 @@ interface LayoutEdges { }; -A {{LayoutEdges}} object is passed into the layout method. This represents size of the box +A {{LayoutEdges}} object is passed into the layout method. This represents the size of the box model edges for the current box which is being laid out. The {{LayoutEdges}} has {{LayoutEdges/border}}, {{LayoutEdges/scrollbar}}, and