Skip to content

Commit fe96a0e

Browse files
committed
[css-text] Switch Arabic hyphenation example to Uyghur. (I have no idea what the word means, but it appeared hyphenated in a newspaper, so the formatting is at least correct.)
1 parent 99fd08b commit fe96a0e

3 files changed

Lines changed: 16 additions & 13 deletions

File tree

css-text/Overview.bs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ At Risk: the 'hanging-punctuation' property
2323
</pre>
2424

2525
<style type="text/css">
26+
img { vertical-align: middle; }
27+
28+
/* Bidi & spaces example */
2629
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
2730
{ white-space:pre;font-size:80%;font-family:monospace; vertical-align:2px; margin:1px }
2831
.egbidiwsaA { background:lime;padding:2px; }
@@ -1229,14 +1232,15 @@ Line Breaking Details</h3>
12291232
were not broken.</p>
12301233

12311234
<div class="example">
1232-
<p>For example, if the word &ldquo;&#x0646;&#x0648;&#x0634;&#x062A;&#x0646;&rdquo;
1235+
<p>For example, if the word &ldquo;داميدى&rdquo;
12331236
were hyphenated, it would appear as
1234-
<span dir="rtl" class="hyphens-ex">&#xFEE7;&#xFEEE;&#xFEB7;-<br>&#xFE98;&#xFEE6;</span>
1237+
<img src="uyghur-hyphenate-joined.png"
1238+
alt="[isolated DAL + isolated ALEF + initial MEEM + medial YEH + hyphen + line-break + final DAL + isolated ALEF MAKSURA]">
12351239
not as
1236-
<span dir="rtl" class="hyphens-ex">&#xFEE7;&#xFEEE;&#xFEB5;-<br>&#xFE97;&#xFEE6;</span>.
1240+
<img src="uyghur-hyphenate-unjoined.png"
1241+
alt="[isolated DAL + isolated ALEF + initial MEEM + final YEH + hyphen + line-break + isolated DAL + isolated ALEF MAKSURA]">
12371242
</div>
12381243

1239-
12401244
<h3 id="overflow-wrap-property">
12411245
Overflow Wrapping: the 'overflow-wrap'/'word-wrap' property</h3>
12421246

css-text/Overview.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@
4848

4949
<script defer src=//test.csswg.org/harness/annotate.js#css-text-3_dev type=text/javascript></script>
5050
<style type=text/css>
51+
img { vertical-align: middle; }
52+
53+
/* Bidi & spaces example */
5154
.egbidiwsaA,.egbidiwsbB,.egbidiwsaB,.egbidiwsbC
5255
{ white-space:pre;font-size:80%;font-family:monospace; vertical-align:2px; margin:1px }
5356
.egbidiwsaA { background:lime;padding:2px; }
@@ -1389,14 +1392,13 @@ <h3 class="heading settled heading" data-level=6.1 id=hyphens-property><span cla
13891392
were not broken.</p>
13901393

13911394
<div class=example>
1392-
<p>For example, if the word “نوشتن
1395+
<p>For example, if the word “داميدى
13931396
were hyphenated, it would appear as
1394-
<span class=hyphens-ex dir=rtl>ﻧﻮﺷ-<br>ﺘﻦ</span>
1397+
<img alt="[isolated DAL + isolated ALEF + initial MEEM + medial YEH + hyphen + line-break + final DAL + isolated ALEF MAKSURA]" src=uyghur-hyphenate-joined.png>
13951398
not as
1396-
<span class=hyphens-ex dir=rtl>ﻧﻮﺵ-<br>ﺗﻦ</span>.
1399+
<img alt="[isolated DAL + isolated ALEF + initial MEEM + final YEH + hyphen + line-break + isolated DAL + isolated ALEF MAKSURA]" src=uyghur-hyphenate-unjoined.png>
13971400
</div>
13981401

1399-
14001402
<h3 class="heading settled heading" data-level=6.2 id=overflow-wrap-property><span class=secno>6.2 </span><span class=content>
14011403
Overflow Wrapping: the <a class=property data-link-type=propdesc href=#propdef-overflow-wrap title=overflow-wrap>overflow-wrap</a>/<a class=property data-link-type=propdesc href=#propdef-word-wrap title=word-wrap>word-wrap</a> property</span><a class=self-link href=#overflow-wrap-property></a></h3>
14021404

css-text/issues-lc-2013.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -729,12 +729,9 @@ Issue 77.
729729
Summary: [css-text] i18n-ISSUE-345: Arabic Hyphenation
730730
From: Richard Ishida
731731
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0368.html
732-
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0372.html
733-
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0375.html
732+
Response: http://lists.w3.org/Archives/Public/www-style/2014May/0372.html
734733
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0388.html
735-
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0391.html
736-
Comment: http://lists.w3.org/Archives/Public/www-style/2014May/0395.html
737-
Open:
734+
Open
738735
----
739736
Issue 78.
740737
Summary: [css-text] Typos

0 commit comments

Comments
 (0)