Skip to content

Commit 67056b4

Browse files
committed
[css-tables] Fix #1899 by allowing position:relative on all table boxes
1 parent 192ec54 commit 67056b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-tables-3/Overview.bs

-4
Original file line numberDiff line numberDiff line change
@@ -902,10 +902,6 @@ spec:css-sizing-3; type:property; text:box-sizing
902902
<li>All css properties of <a>table-column</a> and <a>table-column-group</a> boxes are ignored,
903903
except when explicitly specified by this specification.
904904

905-
<li>The 'position' of <a>table-track</a> and <a>table-track-group</a> boxes is ignored
906-
if its value is <code>relative</code>. User agents that support 'transform'
907-
still need to support making these boxes containing blocks if required by spec.
908-
909905
<li>The 'margin', 'padding', 'overflow' and 'z-index' of <a>table-track</a> and <a>table-track-group</a boxes> are ignored.
910906
911907
<li>The 'margin' of <a>table-cell</a> boxes is ignored (as if it was set to 0px).

0 commit comments

Comments
 (0)