File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ Important Declarations: the ''!important'' annotation</h3>
790
790
<tr>
791
791
<th> 'font-family'
792
792
<td> ''sans-serif''
793
- </table>
793
+ </table>
794
794
</div>
795
795
796
796
<h3 id="preshint">
Original file line number Diff line number Diff line change @@ -904,6 +904,26 @@ Important Declarations: the ''!important'' annotation</h3>
904
904
p { font: normal 12pt sans-serif !important }
905
905
p { font-size: 24pt }
906
906
</pre>
907
+
908
+ <table class="data">
909
+ <thead>
910
+ <tr>
911
+ <th> Property
912
+ <th> Winning value
913
+ <tbody>
914
+ <tr>
915
+ <th> 'text-indent'
916
+ <td> ''1em''
917
+ <tr>
918
+ <th> 'font-style'
919
+ <td> ''font-style/italic''
920
+ <tr>
921
+ <th> 'font-size'
922
+ <td> ''12pt''
923
+ <tr>
924
+ <th> 'font-family'
925
+ <td> ''sans-serif''
926
+ </table>
907
927
</div>
908
928
909
929
<h3 id="preshint">
@@ -1052,6 +1072,8 @@ Additions Since Level 3</h3>
1052
1072
1053
1073
* Introduced ''revert'' keyword, for rolling back the cascade.
1054
1074
* Introduced ''supports()'' syntax for supports-conditional ''@import'' rules.
1075
+ * Added definition of how scoped styles would cascade
1076
+ (deferred from Level 3)
1055
1077
1056
1078
1057
1079
<h3 id="changes-2">
You can’t perform that action at this time.
0 commit comments