Skip to content

Commit 3426c23

Browse files
committed
1 parent 040ae48 commit 3426c23

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

css-text/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,25 +1003,25 @@ Line Breaking Details</h3>
10031003
<div class="example">
10041004
<p>Here's a mixed-script sample text:
10051005
<pre>这是一些汉字, and some Latin,<!--
1006-
--> &#x0648; &#x06A9;&#x0645;&#x06CC; &#x0646;&#x0648;&#x0634;&#x062A;&#x0646;&#x0646; &#x0639;&#x0631;&#x0628;&#x06CC;, <!--
1006+
--> &#x0648; &#x06A9;&#x0645;&#x06CC; &#x0646;&#x0648;&#x0634;&#x062A;&#x0646; &#x0639;&#x0631;&#x0628;&#x06CC;, <!--
10071007
-->และตัวอย่างการเขียนภาษาไทย.</pre>
10081008
<p>The break-points are determined as follows (indicated by &lsquo;&middot;&rsquo;):
10091009
<dl>
10101010
<dt>''word-break: normal''</dt>
10111011
<dd>
10121012
<pre>这·是·一·些·汉·字,·and·some·Latin,<!--
1013-
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;·<!--
1013+
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;,·<!--
10141014
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
10151015
<dt>''word-break: break-all''</dt>
10161016
<dd>
10171017
<pre>这·是·一·些·汉·字,·a·n·d·s·o·m·e·L·a·t·i·n,<!--
1018-
-->·&#x0648;·&#xFB90;·&#xFEE4;·&#xFEF0;·&#xFEE7;·&#xFEEE;·&#xFEB7;·&#xFE98;·&#xFEE6;·&#xFECB;·&#xFEAE;·&#xFE91;·&#xFEF0;,·<!--
1018+
-->·&#x0648;·&#pxFB90;·&#xFEE4;·&#xFEF0;·&#xFEE7;·&#xFEEE;·&#xFEB7;·&#xFE98;·&#xFEE6;·&#xFECB;·&#xFEAE;·&#xFE91;·&#xFEF0;,·<!--
10191019
-->แ·ล·ะ·ตั·ว·อ·ย่·า·ง·ก·า·ร·เ·ขี·ย·น·ภ·า·ษ·า·ไ·ท·ย.</pre>
10201020
<dt>''word-break: keep-all''</dt>
10211021
<dd>
10221022
<pre>这是一些汉字,·and·some·Latin,<!--
1023-
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;,·<!--
1024-
-->และตัวอย่างการเขียนภาษาไทย.</pre>
1023+
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;,·<!--
1024+
-->แและ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
10251025
</dl>
10261026
</div>
10271027

css-text/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,18 +1167,18 @@ <h3 class="heading settled heading" data-level=5.3 id=word-break-property><span
11671167

11681168
<div class=example>
11691169
<p>Here’s a mixed-script sample text:
1170-
<pre>这是一些汉字, and some Latin, و کمی نوشتنن عربی, และตัวอย่างการเขียนภาษาไทย.</pre>
1170+
<pre>这是一些汉字, and some Latin, و کمی نوشتن عربی, และตัวอย่างการเขียนภาษาไทย.</pre>
11711171
<p>The break-points are determined as follows (indicated by ‘·’):
11721172
<dl>
11731173
<dt><a class=css data-link-type=propdesc href=#propdef-word-break title=word-break>word-break: normal</a></dt>
11741174
<dd>
1175-
<pre>这·是·一·些·汉·字,·and·some·Latin,·و·کمی·نوشتنن·عربی·และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
1175+
<pre>这·是·一·些·汉·字,·and·some·Latin,·و·کمی·نوشتن·عربی,·และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
11761176
<dt><a class=css data-link-type=propdesc href=#propdef-word-break title=word-break>word-break: break-all</a></dt>
11771177
<dd>
11781178
<pre>这·是·一·些·汉·字,·a·n·d·s·o·m·e·L·a·t·i·n,·و·ﮐ·ﻤ·ﻰ·ﻧ·ﻮ·ﺷ·ﺘ·ﻦ·ﻋ·ﺮ·ﺑ·ﻰ,·แ·ล·ะ·ตั·ว·อ·ย่·า·ง·ก·า·ร·เ·ขี·ย·น·ภ·า·ษ·า·ไ·ท·ย.</pre>
11791179
<dt><a class=css data-link-type=propdesc href=#propdef-word-break title=word-break>word-break: keep-all</a></dt>
11801180
<dd>
1181-
<pre>这是一些汉字,·and·some·Latin,·و·کمی·نوشتنن·عربی,·และตัวอย่างการเขียนภาษาไทย.</pre>
1181+
<pre>这是一些汉字,·and·some·Latin,·و·کمی·نوشتن·عربی,·และตัวอย่างการเขียนภาษาไทย.</pre>
11821182
</dl>
11831183
</div>
11841184

0 commit comments

Comments
 (0)