File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -807,16 +807,18 @@ Sizing Initial Letters</h3>
807
807
Shaping and Glyph Selection</h4>
808
808
809
809
When 'initial-letter' is not ''normal'' ,
810
- shaping does not occur across the box's boundaries,
811
- as if the zero-width non-joiner (U+200C) were inserted
812
- before/after the <a>initial letter</a> .
810
+ shaping <em> should</em> still occur across the box's boundaries,
811
+ see [[css-text-3#boundary-shaping]] .
813
812
For example, if the first letter of the Farsi word “پس”
814
813
were styled with ''initial-letter: 2 1'' ,
815
- both letters would be styled in their isolated forms,
816
- with “پ” as the initial letter, followed by the normally-styled “س”.
814
+ both letters would be styled in their joined forms,
815
+ with initial-form “ﭘ” as the <a>initial letter</a> ,
816
+ followed by the normally-styled final-form “ﺲ”.
817
+ Note that the two letters might not always graphically connect,
818
+ even when shaped in their joining forms.
817
819
818
820
Issue: Are there other things we need to consider here?
819
-
821
+
820
822
<h3 id="initial-letter-exclusions">
821
823
Space Around Initial Letters</h3>
822
824
You can’t perform that action at this time.
0 commit comments