Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] [css-text-3] Remove punctuation from example since it's confusing wit… · w3c/csswg-drafts@a58db91 · GitHub
Skip to content

Commit a58db91

Browse files
committed
[css-text-3] Remove punctuation from example since it's confusing with mixed-direction text. #2455
1 parent 5bfbc36 commit a58db91

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

css-text-3/Overview.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,26 +1044,26 @@ Line Breaking Details</h3>
10441044

10451045
<div class="example">
10461046
<p>Here's a mixed-script sample text:
1047-
<pre>这是一些汉字, and some Latin,<!--
1048-
--> &#x0648; &#x06A9;&#x0645;&#x06CC; &#x0646;&#x0648;&#x0634;&#x062A;&#x0646; &#x0639;&#x0631;&#x0628;&#x06CC;, <!--
1049-
-->และตัวอย่างการเขียนภาษาไทย.</pre>
1047+
<pre style="white-space: pre-wrap">
1048+
这是一些汉字 and some Latin <bdi dir=rtl>و کمی خط عربی</bdi> และตัวอย่างการเขียนภาษาไทย
1049+
</pre>
10501050
<p>The break-points are determined as follows (indicated by &lsquo;&middot;&rsquo;):
10511051
<dl>
10521052
<dt>''word-break: normal''</dt>
10531053
<dd>
1054-
<pre>这·是·一·些·汉·字,·and·some·Latin,<!--
1055-
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;,·<!--
1056-
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
1054+
<pre style="white-space: pre-wrap">
1055+
这·是·一·些·汉·字·and·some·Latin·<bdi dir=rtl>و·کمی·خط·عربی</bdi>·และ·ตัวอย่าง·การเขียน·ภาษาไทย
1056+
</pre>
10571057
<dt>''word-break: break-all''</dt>
10581058
<dd>
1059-
<pre>这·是·一·些·汉·字,·a·n·d·s·o·m·e·L·a·t·i·n,<!--
1060-
-->·&#x0648;·&#xFB90;·&#xFEE4;·&#xFEF0;·&#xFEE7;·&#xFEEE;·&#xFEB7;·&#xFE98;·&#xFEE6;·&#xFECB;·&#xFEAE;·&#xFE91;·&#xFEF0;,·<!--
1061-
-->แ·ล·ะ·ตั·ว·อ·ย่·า·ง·ก·า·ร·เ·ขี·ย·น·ภ·า·ษ·า·ไ·ท·ย.</pre>
1059+
<pre style="white-space: pre-wrap">
1060+
这·是·一·些·汉·字·a·n·d·s·o·m·e·L·a·t·i·n·<bdi dir=rtl>و·ﮐ·ﻤ·ﻰ·ﺧ·ﻁ·ﻋ·ﺮ·ﺑ·ﻰ</bdi>·แ·ล·ะ·ตั·ว·อ·ย่·า·ง·ก·า·ร·เ·ขี·ย·น·ภ·า·ษ·า·ไ·ท·ย
1061+
</pre>
10621062
<dt>''word-break: keep-all''</dt>
10631063
<dd>
1064-
<pre>这是一些汉字,·and·some·Latin,<!--
1065-
-->·&#x0648;·&#x06A9;&#x0645;&#x06CC;·&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;·&#x0639;&#x0631;&#x0628;&#x06CC;,·<!--
1066-
-->และ·ตัวอย่าง·การเขียน·ภาษาไทย.</pre>
1064+
<pre style="white-space: pre-wrap">
1065+
这是一些汉字·and·some·Latin·<bdi dir=rtl>و·کمی·خط·عربی</bdi>·และ·ตัวอย่าง·การเขียน·ภาษาไทย
1066+
</pre>
10671067
</dl>
10681068
</div>
10691069

0 commit comments

Comments
 (0)