Skip to content

Commit e602a5f

Browse files
committed
[css-position] Add caption to the table.
1 parent 8e45db0 commit e602a5f

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

css-position/Overview.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,11 @@ The width of absolute, page or fixed positioned, non-replaced elements</h3>
14251425
<table class=data id='abspos-auto'>
14261426
<style scoped>
14271427
#abspos-auto ul { list-style-type: none; }
1428+
#abspos-auto caption { caption-side: bottom; }
14281429
</style>
1430+
<caption>
1431+
Summary of rules for <code>dir=ltr</code> in horizontal writing modes
1432+
</caption>
14291433
<colgroup span=5></colgroup>
14301434
<colgroup span=1></colgroup>
14311435
<thead>

css-position/Overview.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2294,8 +2294,13 @@ <h3 class="heading settled" data-level="8.1" id="abs-non-replaced-width"><span c
22942294

22952295
<style scoped="">
22962296
#abspos-auto ul { list-style-type: none; }
2297+
#abspos-auto caption { caption-side: bottom; }
22972298
</style>
22982299

2300+
<caption>
2301+
Summary of rules for <code>dir=ltr</code> in horizontal writing modes
2302+
</caption>
2303+
22992304
<colgroup span="5"></colgroup>
23002305

23012306
<colgroup span="1"></colgroup>

0 commit comments

Comments
 (0)