Skip to content

Commit 77038c9

Browse files
committed
[css-cascade-4] Copy over example fix from #664
1 parent e27a5ae commit 77038c9

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

css-cascade-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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">

css-cascade-4/Overview.bs

+22
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)