We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f12d2 commit 09f68b4Copy full SHA for 09f68b4
css-cascade-3/Overview.bs
@@ -725,6 +725,26 @@ Important Declarations: the ''!important'' annotation</h3>
725
p { font: normal 12pt sans-serif !important }
726
p { font-size: 24pt }
727
</pre>
728
+
729
+ <table class="data">
730
+ <thead>
731
+ <tr>
732
+ <th>Property
733
+ <th>Winning value
734
+ <tbody>
735
736
+ <th>'text-indent'
737
+ <td>''1em''
738
739
+ <th>'font-style'
740
+ <td>''font-style/italic''
741
742
+ <th>'font-size'
743
+ <td>''12pt''
744
745
+ <th>'font-family'
746
+ <td>''sans-serif''
747
+ </table>
748
</div>
749
750
<h3 id="preshint">
0 commit comments