You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the final step of algorithm is to assign to each table-internal box its final position.
2363
2363
2364
2364
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).
2366
2367
2367
2368
The <a>table-wrapper</a> box is then sized such that
2368
2369
it contains the margin box of all <a>table-non-root</a> boxes
0 commit comments