File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments