Skip to content

Commit 90af273

Browse files
committed
[css-tables-3][editorial] Added Changes section
1 parent 497b944 commit 90af273

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css-tables-3/Overview.bs

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3419,6 +3419,21 @@ Using CSS Tables does not incur any privacy risk to mitigate.
34193419

34203420
<!--——————————————————————————————————————————————————————————————————————————-->
34213421
<h2 id="TODO">(link here for missing sections)</h2>
3422+
3423+
<!--——————————————————————————————————————————————————————————————————————————-->
3424+
<h2 id="changes">Changes</h2>
3425+
3426+
Significant changes since the <a href="https://www.w3.org/TR/2019/WD-css-tables-3-20190727/">27 July 2019 Working Draft</a>:
3427+
3428+
<ul>
3429+
3430+
<li>Referenced the terms [=paged media=] and [=continuous media=] from [[!MEDIAQUERIES-5]].
3431+
<li>Replaced mentions of '':matches()'' pseudo-class with '':is()''.
3432+
<li>Clarified that outer table elements behave according to their outer display type.
3433+
<li>Allowed ''overflow/clip'' to apply to [=table-root=] and [=table-wrapper=] boxes.
3434+
3435+
</ul>
3436+
34223437
<style>
34233438

34243439
.hint { opacity: 0.5; transition: opacity 0.25s; }

0 commit comments

Comments
 (0)