Skip to content

Commit e47f85d

Browse files
committed
[css-text-3] Drop li from UA default suggested style rule.
1 parent bfe92c6 commit e47f85d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

css-text-3/Overview.bs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5857,12 +5857,9 @@ Appendix C: Default UA Stylesheet</h2>
58575857

58585858
<div class="example">
58595859
<pre>
5860-
/* make list items and option elements align together */
5861-
li, option { text-align: match-parent; }</pre>
5860+
/* make option elements align together */
5861+
option { text-align: match-parent; }</pre>
58625862
</div>
5863-
<p class="feedback issue">If you find any issues, recommendations to add, or corrections,
5864-
please send the information to <a href="mailto:www-style@w3.org">www-style@w3.org</a>
5865-
with <kbd>[css-text]</kbd> in the subject line.</p>
58665863

58675864
<h2 class="no-num" id="script-groups">
58685865
Appendix D: Scripts and Spacing</h2>

0 commit comments

Comments
 (0)