Skip to content

Commit 498b698

Browse files
committed
[css-text-3] Tweak example to make it absence of space visually obvious
Closes #5024
1 parent 79f84ad commit 498b698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-text-3/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,12 +1985,12 @@ Text Processing</h3>
19851985
“unbreaking” a line requires joining the two lines with no intervening space.
19861986

19871987
<figure>
1988-
<pre lang="zh-Hans">
1989-
这个段落是呢么长
1990-
在一行写不行。最好
1991-
用三行写
1988+
<pre lang="zh-Hant">
1989+
這個段落是呢麼長
1990+
在一行寫不行。最好
1991+
用三行寫
19921992
</pre>
1993-
<p lang="zh-Hans">这个段落是呢么长,在一行写不行。最好用三行写</p>
1993+
<p lang="zh-Hant">這個段落是呢麼長,在一行寫不行。最好用三行寫</p>
19941994
<figcaption>
19951995
Eliminating a line break in Chinese requires eliminating any intervening [=white space=].
19961996
</figcaption>

0 commit comments

Comments
 (0)