From 9f4a4cac54f091a6201f4a90a4207735c5b3361a Mon Sep 17 00:00:00 2001 From: Fuqiao Xue Date: Tue, 23 Jan 2018 16:49:49 +0800 Subject: [PATCH] [css-tables-3] Editorial fixes --- css-tables-3/Overview.bs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css-tables-3/Overview.bs b/css-tables-3/Overview.bs index 3139f59fde1..4b5fe1da8a1 100644 --- a/css-tables-3/Overview.bs +++ b/css-tables-3/Overview.bs @@ -53,7 +53,7 @@ spec:filter-effects-1; type:property; text:filter are best visually represented in a two-axis grid where rows represent one item of the list (ex: a date, and the various weather properties measured during that day), - and where columns represent the successive values of an items property + and where columns represent the successive values of an item's property (ex: the temperatures measured over the past year). Sometimes, to make the representation easier to understand, @@ -79,7 +79,7 @@ spec:filter-effects-1; type:property; text:filter but such behaviors are often the result of compatibility requirements and not a deliberate choice of the editors of this specification. Authors wishing to use more complex layouts - are encouraged to rely on more modern CSS modules such as CSS Grids. + are encouraged to rely on more modern CSS modules such as CSS Grid.