Skip to content

Commit 102990f

Browse files
committed
[css-tables] Clarify: CSSOM-View doesn't expose all boxes
1 parent b0ba485 commit 102990f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-tables-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,8 @@ spec:css-sizing-3; type:property; text:box-sizing
23622362
the final step of algorithm is to assign to each table-internal box its final position.
23632363

23642364
The width/height/left/top calculated below define the dimensions of the CSS Layout Box,
2365-
which means that they are accessible via the <a href="https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlelement-interface">offset* properties</a> defined in CSSOM-VIEW.
2365+
which means that they are accessible via the <a href="https://drafts.csswg.org/cssom-view/#extensions-to-the-htmlelement-interface">offset* properties</a> defined in CSSOM-VIEW,
2366+
(currently limited to css boxes for which you can obtain a corresponding HTMLElement reference).
23662367

23672368
The <a>table-wrapper</a> box is then sized such that
23682369
it contains the margin box of all <a>table-non-root</a> boxes

0 commit comments

Comments
 (0)