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

+5-5
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Languages and Typesetting</h3>
285285
Note: Authors can declare the [=content language=]
286286
using the global <code>lang</code> attribute in HTML
287287
or the universal <code>xml:lang</code> attribute in XML.
288-
See the <a spec=html lt=language>rules for determining the content language of an HTML element</a>
288+
See the <a spec=html lt=language for=Node>rules for determining the content language of an HTML element</a>
289289
in <cite>HTML</cite>,
290290
and the [[XML#sec-lang-tag|rules for determining the content language of an XML element]] in <cite>XML 1.0</cite>.
291291
[[HTML]]
@@ -8470,7 +8470,7 @@ Overflow Wrapping: the 'overflow-wrap'/'word-wrap' property</h3>
84708470
</dl>
84718471

84728472
Issue: Do we need to add a <code>none</code> 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</h3>
1026510265
<bdo dir=ltr>&lt;p>ab&lt;span>c&#x5d0;&lt;/span>&#x5d1;&#x5d2;&lt;/p></bdo>
1026610266
</pre>
1026710267

10268-
<p class="ls-ex">a&#x3000;b</span>&#x3000;<span class="color-box">c</span>&#x3000;<span class="color-box">&#x5d0;</span>&#x3000;&#x5d1;&#x3000;&#x5d2;</p>
10268+
<p class="ls-ex">a&#x3000;b&#x3000;<span class="color-box">c</span>&#x3000;<span class="color-box">&#x5d0;</span>&#x3000;&#x5d1;&#x3000;&#x5d2;</p>
1026910269
</div>
1027010270

1027110271
Letter spacing ignores invisible zero-width formatting characters
@@ -11699,7 +11699,7 @@ First Line Indentation: the 'text-indent' property</h3>
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''.</p>
11702+
elements that are specified ''display: inline-block''.
1170311703

1170411704
<h3 id="hanging">
1170511705
Hanging Glyphs</h3>
@@ -11839,7 +11839,7 @@ Hanging Punctuation: the 'hanging-punctuation' property</h4>
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.</p>
11842+
block container, 'hanging-punctuation' can trigger overflow.
1184311843

1184411844
Values have the following meanings:
1184511845

0 commit comments

Comments
 (0)