File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ At Risk: the 'hanging-punctuation' property
3131 .egbidiwsaB { background:yellow;border:2px dotted white }
3232 .egbidiwsbC { border:2px dotted red }
3333
34+ .hyphens-ex {
35+ border: thin solid black;
36+ display: inline-block;
37+ padding: 4pt;
38+ }
39+
3440 /* Start Letter-spacing Tutorial */
3541 .ls-ex {
3642 font-size: 200%;
@@ -1144,8 +1150,10 @@ Line Breaking Details</h3>
11441150
11451151 <div class="example">
11461152 <p> For example, if the word “نوشتن”
1147- were hyphenated, it would appear as “ﻧﻮﺷ-ﺘﻦ”
1148- not as “ﻧﻮﺵ-ﺗﻦ”.
1153+ were hyphenated, it would appear as
1154+ <span dir="rtl" class="hyphens-ex"> ﻧﻮﺷ-<br> ﺘﻦ</span>
1155+ not as
1156+ <span dir="rtl" class="hyphens-ex"> ﻧﻮﺵ-<br> ﺗﻦ</span> .
11491157 </div>
11501158
11511159
Original file line number Diff line number Diff line change 5555 .egbidiwsaB { background : yellow;border : 2px dotted white }
5656 .egbidiwsbC { border : 2px dotted red }
5757
58+ .hyphens-ex {
59+ border : thin solid black;
60+ display : inline-block;
61+ padding : 4pt ;
62+ }
63+
5864 /* Start Letter-spacing Tutorial */
5965 .ls-ex {
6066 font-size : 200% ;
@@ -1298,8 +1304,10 @@ <h3 class="heading settled heading" data-level=6.1 id=hyphens-property><span cla
12981304
12991305 < div class =example >
13001306 < p > For example, if the word “نوشتن”
1301- were hyphenated, it would appear as “ﻧﻮﺷ-ﺘﻦ”
1302- not as “ﻧﻮﺵ-ﺗﻦ”.
1307+ were hyphenated, it would appear as
1308+ < span class =hyphens-ex dir =rtl > ﻧﻮﺷ-< br > ﺘﻦ</ span >
1309+ not as
1310+ < span class =hyphens-ex dir =rtl > ﻧﻮﺵ-< br > ﺗﻦ</ span > .
13031311 </ div >
13041312
13051313
You can’t perform that action at this time.
0 commit comments