Skip to content

Commit 11761bb

Browse files
committed
options should also align together
1 parent a0e67f4 commit 11761bb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-text/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4755,8 +4755,8 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2>
47554755

47564756
<div class=example>
47574757
<pre><code class=css>
4758-
<!-- -->/* make list items align together */
4759-
<!-- -->li { text-align: match-parent; }
4758+
<!-- -->/* make list items and option elements align together */
4759+
<!-- -->li, option { text-align: match-parent; }
47604760
<!-- -->
47614761
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
47624762
<!-- --> emphasis marks should only apply to base text */

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,8 +3544,8 @@ <h2 class="no-num" id="default-stylesheet">Appendix D: Default UA Stylesheet</h2
35443544

35453545
<div class="example">
35463546
<pre><code class="css">
3547-
<!-- -->/* make list items align together */
3548-
<!-- -->li { text-align: match-parent; }
3547+
<!-- -->/* make list items and option elements align together */
3548+
<!-- -->li, option { text-align: match-parent; }
35493549
<!-- -->
35503550
<!-- -->/* disable inheritance of text-emphasis marks to ruby text:
35513551
<!-- --> emphasis marks should only apply to base text */

0 commit comments

Comments
 (0)