Skip to content

Commit 770d9f6

Browse files
committed
[css-text] Bikeshed fixes
1 parent b681064 commit 770d9f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-text-4/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Languages and Typesetting
285285
Note: Authors can declare the [=content language=]
286286
using the global lang attribute in HTML
287287
or the universal xml:lang attribute in XML.
288-
288+
289289
in HTML,
290290
and the [[XML#sec-lang-tag|rules for determining the content language of an XML element]] in XML 1.0.
291291
[[HTML]]
@@ -8470,7 +8470,7 @@ Overflow Wrapping: the 'overflow-wrap'/'word-wrap' property
84708470
84718471

84728472
Issue: Do we need to add a none value to 'overflow-wrap'
8473-
to opt out of relaxing the ''keep-all' and ''auto-phrase'' restrictions
8473+
to opt out of relaxing the ''keep-all'' and ''word-break/auto-phrase'' restrictions
84748474
as allowed by ''overflow-wrap: normal''?
84758475

84768476
For legacy reasons, UAs must treat 'word-wrap'
@@ -10265,7 +10265,7 @@ Tracking: the 'letter-spacing' property
1026510265
<p>ab<span>cא</span>בג</p>
1026610266
1026710267

10268-

a b c א ב ג

10268+

a b c א ב ג

1026910269
1027010270

1027110271
Letter spacing ignores invisible zero-width formatting characters
@@ -11699,7 +11699,7 @@ First Line Indentation: the 'text-indent' property
1169911699
when specified on a block element, it will affect descendant
1170011700
inline-block elements.
1170111701
For this reason, it is often wise to specify ''text-indent: 0'' on
11702-
elements that are specified ''display: inline-block''.

11702+
elements that are specified ''display: inline-block''.
1170311703

1170411704

1170511705
Hanging Glyphs
@@ -11839,7 +11839,7 @@ Hanging Punctuation: the 'hanging-punctuation' property
1183911839
at the start or at the end of a line of text.
1184011840

1184111841
Note: If there is not sufficient padding on the
11842-
block container, 'hanging-punctuation' can trigger overflow.

11842+
block container, 'hanging-punctuation' can trigger overflow.
1184311843

1184411844
Values have the following meanings:
1184511845

0 commit comments

Comments
 (0)