Skip to content

Commit 3066e2f

Browse files
committed
[css-pseudo-4] Move note.
1 parent bc178b2 commit 3066e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-pseudo-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ The ::first-letter pseudo-element</h3>
305305
<img alt="Quotes that precede the first letter should be included." src="images/first-letter2.gif">
306306
</div>
307307

308+
Note: Note that the first <a>typographic letter unit</a> may in fact
309+
be a digit, e.g., the “6” in “67 million dollars is a lot of money.”
310+
308311
As explained in [[!CSS-TEXT-3]],
309312
a <a>typographic letter unit</a> can include more than one Unicode codepoint.
310313
For example, combining characters must be kept with their base character.
@@ -315,9 +318,6 @@ The ::first-letter pseudo-element</h3>
315318
The UA should tailor its definition of <a>typographic letter unit</a>
316319
to reflect the first-letter traditions of the ''::first-letter'' pseudo-element’s <em>containing block</em>’s content language.
317320

318-
Note: Note that the first <a>typographic letter unit</a> may in fact
319-
be a digit, e.g., the “6” in “67 million dollars is a lot of money.”
320-
321321
If the characters that would form the ''::first-letter''
322322
are not in the same element, such as <code>‘T</code> in <code>&lt;p&gt;‘&lt;em&gt;T...</code>,
323323
the user agent may create a ''::first-letter'' pseudo-element

0 commit comments

Comments
 (0)