Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
text-space-collapse: discard;
}
m|mi, m|mn, m|mo, m|ms, m|mtext {
text-space-collapse: trim-inner;
text-space-trim: trim-inner;
}
</pre>
</div>
Expand Down Expand Up @@ -149,7 +149,7 @@ White Space Trimming: the 'text-space-trim' property</h3>
<p>The following style rules render DT elements as a comma-separated list:
<pre>
dt { display: inline; }
dt + dt:before { content: ", "; text-space-collapse: discard-before; }
dt + dt:before { content: ", "; text-space-trim: discard-before; }
</pre>
</div>

Expand Down