File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -790,7 +790,7 @@ Important Declarations: the ''!important'' annotation</h3>
790790 <tr>
791791 <th> 'font-family'
792792 <td> ''sans-serif''
793- </table>
793+ </table>
794794 </div>
795795
796796<h3 id="preshint">
Original file line number Diff line number Diff line change @@ -904,6 +904,26 @@ Important Declarations: the ''!important'' annotation</h3>
904904 p { font: normal 12pt sans-serif !important }
905905 p { font-size: 24pt }
906906 </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>
907927 </div>
908928
909929<h3 id="preshint">
@@ -1052,6 +1072,8 @@ Additions Since Level 3</h3>
10521072
10531073 * Introduced ''revert'' keyword, for rolling back the cascade.
10541074 * Introduced ''supports()'' syntax for supports-conditional ''@import'' rules.
1075+ * Added definition of how scoped styles would cascade
1076+ (deferred from Level 3)
10551077
10561078
10571079<h3 id="changes-2">
You can’t perform that action at this time.
0 commit comments