File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -393,11 +393,11 @@ Raised Initial Letters</h4>
393393 they may include punctuation or a sequence of characters which
394394 are perceived by the user to be a single typographic unit.
395395 The <code> ::first-letter</code> pseudo-element, as defined in [[SELECT]] ,
396- can be used to select an <a>initial letter </a> .
396+ can be used to select the character(s) to be formatted as <a>initial letters </a> .
397397
398398 Authors who need more control over which characters are included in an initial letter,
399399 or who want to apply initial-letter formatting to replaced elements or multiple words
400- can also apply the 'initial-letter' property to the first inline-level child of a block container.
400+ can alternately apply the 'initial-letter' property to the first inline-level child of a block container.
401401
402402 <div class="example">
403403 <pre>
@@ -416,7 +416,8 @@ Raised Initial Letters</h4>
416416
417417<h4 id="initial-letter-punctuation">Initial Letter Punctuation</h4>
418418
419- Since <code> ::first-letter</code> selects punctuation before or after the first letter, these characters are included in the initial-letter.
419+ Since ''::first-letter'' selects punctuation before or after the first letter,
420+ these characters are included in the initial-letter when ''::first-letter'' is used.
420421
421422 <figure>
422423 <img src="images/initial-letter-punctuation-quote.png" width="604"
You can’t perform that action at this time.
0 commit comments