Skip to content

Commit 6697468

Browse files
committed
[css-pseudo] Fix markup.
1 parent 020d753 commit 6697468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-pseudo/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The ::first-letter pseudo-element</h3>
256256
be a digit, e.g., the “6” in “67 million dollars is a lot of money.”
257257

258258
If the characters that would form the ''::first-letter''
259-
are not in the same element, such as "‘<code class="css">T" in <code>&lt;p&gt;'&lt;em&gt;T...</code>,
259+
are not in the same element, such as <code>‘T</code> in <code>&lt;p&gt;&lt;em&gt;T...</code>,
260260
the user agent may create a ''::first-letter'' pseudo-element
261261
from one of the elements, both elements, or simply not create a pseudo-element.</code>
262262
Additionally, if the first letter(s) of the block

0 commit comments

Comments
 (0)