You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ISSUE: Fill out this definition so that it fully replaces CSS2.
322
+
323
+
ISSUE: The fact that percentages compute to lengths is annoying.
324
+
See also href="https://github.com/w3c/csswg-drafts/issues/3118">Issue 3118</a>
325
+
and <a href="https://github.com/w3c/csswg-drafts/issues/2165">Issue 2165</a>.
326
+
301
327
<h2 id="inline-box-dimensions">
302
328
Drawing Inline Boxes</h2>
303
329
@@ -498,7 +524,7 @@ Creating Initial Letters: the 'initial-letters' property</h3>
498
524
Applies to: certain inline-level boxes and <css>::first-letter</css> and inside <css>::marker</css> boxes (<a href="#first-most-inline-level">see prose</a>)
499
525
Inherited: no
500
526
Percentages: N/A
501
-
Computed value: the keyword ''normal'' or a number paired with an integer
527
+
Computed value: the keyword ''initial-letters/normal'' or a number paired with an integer
502
528
Animation type: by computed value type
503
529
</pre>
504
530
@@ -940,7 +966,7 @@ Sizing Initial Letters</h3>
940
966
<h4 id="initial-letter-shaping">
941
967
Shaping and Glyph Selection</h4>
942
968
943
-
When 'initial-letters' is not ''normal'',
969
+
When 'initial-letters' is not ''initial-letters/normal'',
944
970
shaping <em>should</em> still occur across the box's boundaries,
945
971
see [[css-text-3#boundary-shaping]].
946
972
For example, if the first letter of the Farsi word “پس”
0 commit comments