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
Copy file name to clipboardExpand all lines: css-pseudo/Overview.bs
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -323,9 +323,7 @@ Finding the First Letter</h4>
323
323
<h4 id="first-letter-styling">
324
324
Styling the ''::first-letter'' Pseudo-element</h4>
325
325
326
-
In CSS a ::first-letter pseudo-element is similar to an inline-level element
327
-
if its 'float' property is ''float/none'';
328
-
otherwise, it is similar to a floated element.
326
+
In CSS a ::first-letter pseudo-element is similar to an inline-level element.
329
327
The following properties that apply to ''::first-letter'' pseudo-elements:
330
328
331
329
<ul>
@@ -916,6 +914,7 @@ Changes</h2>
916
914
917
915
<ul>
918
916
<li>Addition of the ''::marker'' pseudo-element.
917
+
<li>Removed special handling of floated ''::first-letter'' in favor of <a href="https://www.w3.org/TR/css-inline-3/#initial-letter-styling">initial letter styling</a>. [[CSS-INLINE-3]]
919
918
<li>Defined handling of text decorations on ''::selection'' to match IE's more sensible behavior.
920
919
<li>Links to pseudo-element OM design discussions.
0 commit comments