From 06a6298682c9ae6a85490a43ea62fa99f9a26158 Mon Sep 17 00:00:00 2001 From: fantasai Date: Mon, 17 Sep 2018 00:35:45 +0900 Subject: [PATCH] [css-text-4] Tweak wording as suggested by @nigelmegitt https://github.com/w3c/csswg-drafts/issues/1973#issuecomment-421284559 --- css-text-4/Overview.bs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index 99d74a22f57..709e5fc8ceb 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -1032,10 +1032,11 @@ Line Start/End Padding: the 'line-padding' property

Here is some text

- If it renders such that there is a break between “some” and “text”, - line-padding will be inserted such that + Line-padding will be inserted such that an extra 0.5em of inline background will be visible - on each side of each line: + on each side of each line. + If it renders such that there is a break between “some” and “text”, + the the additional padding will be: on the first line, black on the left and green on the right, and on the second line, green on both sides.