Skip to content

Commit c3d7787

Browse files
committed
[css-text-4] Set up link-defaults to force references to css-text-3 rather than css2.
1 parent 32a709d commit c3d7787

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

css-text-4/Overview.bs

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Ignored terms: segment break, segment breaks
1515
At Risk: The ''preserve-trim'' of the 'text-space-collapse' property
1616
</pre>
1717

18+
<pre class='link-defaults'>
19+
spec: css-text-3; type: property
20+
text: text-align
21+
text: letter-spacing
22+
text: word-spacing
23+
</pre>
24+
1825
<h2 id="intro">
1926
Introduction</h2>
2027

@@ -100,9 +107,9 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
100107
<dt><dfn>preserve-spaces</dfn>
101108
<dd>
102109
This value prevents user agents
103-
from collapsing sequences of white space,
104-
and converts tabs and <a>segment breaks</a> to spaces.
105-
(This value is intended to match the behavior
110+
from collapsing sequences of white space,
111+
and converts tabs and <a>segment breaks</a> to spaces.
112+
(This value is intended to match the behavior
106113
of <code>xml:space="preserve"</code> in SVG.)
107114

108115
<dt><dfn>discard</dfn>
@@ -888,7 +895,7 @@ Character-based Alignment in a Table Column</h3>
888895
(of table columns and all content that can be inside table columns).
889896
Max-content intrinsic widths need to be split
890897
into three numbers (assuming that it's the centers of the
891-
alignment character that are aligned):
898+
alignment character that are aligned):
892899
one for widths without alignment characters,
893900
one for widths on the inline-start side
894901
of the center of the alignment character,
@@ -911,7 +918,7 @@ Character-based Alignment in a Table Column</h3>
911918
honoring alignment characters in more cases.
912919
Another option might be to use whether line-breaking of optional breaks
913920
is allowed as a control for which behavior to use.</p>
914-
921+
915922
<p class="issue">Formally defining the intrinsic width contributions
916923
of column-spanning cells with &lt;string&gt; values of
917924
'text-align' is a complicated (although straightforward) extension

0 commit comments

Comments
 (0)