Skip to content

Commit

Permalink
[css-pseudo-4] Remove special float case of ::first-letter per WG res…
Browse files Browse the repository at this point in the history
…olution.
  • Loading branch information
fantasai committed Jun 2, 2016
1 parent c0c700f commit 74154b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css-pseudo/Overview.bs
Expand Up @@ -323,9 +323,7 @@ Finding the First Letter</h4>
<h4 id="first-letter-styling">
Styling the ''::first-letter'' Pseudo-element</h4>

In CSS a ::first-letter pseudo-element is similar to an inline-level element
if its 'float' property is ''float/none'';
otherwise, it is similar to a floated element.
In CSS a ::first-letter pseudo-element is similar to an inline-level element.
The following properties that apply to ''::first-letter'' pseudo-elements:

<ul>
Expand Down Expand Up @@ -916,6 +914,7 @@ Changes</h2>

<ul>
<li>Addition of the ''::marker'' pseudo-element.
<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]]
<li>Defined handling of text decorations on ''::selection'' to match IE's more sensible behavior.
<li>Links to pseudo-element OM design discussions.
<li>Various minor clarifications.
Expand Down

0 comments on commit 74154b5

Please sign in to comment.