|
14 | 14 | p.note::before { content:"Note: " } |
15 | 15 | .XXX { padding:.5em; border:solid red } |
16 | 16 | p.XXX::before { content:"Issue: " } |
| 17 | + dl.switch { padding-left:2em } |
| 18 | + dl.switch > dt { text-indent:-1.5em } |
| 19 | + dl.switch > dt:before { content:'\21AA'; padding:0 0.5em 0 0; display:inline-block; width:1em; text-align:right; line-height:0.5em } |
17 | 20 | em.ct { text-transform:lowercase; font-variant:small-caps; font-style:normal } |
18 | 21 | code { color:orangered } |
19 | 22 | code :link, code :visited { color:inherit } |
@@ -540,7 +543,7 @@ <h3>Serializing Selectors</h3> |
540 | 543 | let <var title="">s</var> be the empty string, run the steps below, and |
541 | 544 | finally return <var title="">s</var>:</p> |
542 | 545 |
|
543 | | - <dl> |
| 546 | + <dl class="switch"> |
544 | 547 | <dt>type selector</dt> |
545 | 548 | <dt>universal selector</dt> |
546 | 549 | <dd> |
@@ -623,7 +626,7 @@ <h3>Serializing Selectors</h3> |
623 | 626 | <p>Otherwise, append "<code>:</code>" (U+003A), followed by the name of |
624 | 627 | the pseudo-class, followed by "<code>(</code>" (U+0028), followed by the |
625 | 628 | value of the pseudo-class argument determined as per below, followed by |
626 | | - "<code>)</code> (U+0029), to <var title="">s</var>.</p> |
| 629 | + "<code>)</code>" (U+0029), to <var title="">s</var>.</p> |
627 | 630 |
|
628 | 631 | <dl> |
629 | 632 | <dt><code title="">:lang()</code></dt> |
|
0 commit comments