File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2012-03-12 ayg@aryeh.name
2+ Clarify that everything is relative to table wrapper box
3+ Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15815.
4+
152012-03-12 ayg@aryeh.name
26 Fix computed values of perspective and perspective-origin
37 Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15681.
Original file line number Diff line number Diff line change @@ -426,7 +426,9 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2>
426426 < dd >
427427 < p > A bounding box is the object bounding box for all SVG elements
428428 without an associated CSS layout box and the border box for all other
429- elements.</ p >
429+ elements. The bounding box of a table is the border box of its < a
430+ href ="http://www.w3.org/TR/CSS21/tables.html#model "> table wrapper
431+ box</ a > , not its table box.</ p >
430432
431433 < dt id =TermTransformableElement > < dfn
432434 id =transformable-element > transformable element</ dfn >
Original file line number Diff line number Diff line change @@ -187,8 +187,12 @@ <h2 id="definitions">Definitions</h2>
187187 < dt id ="TermBoundingBox "> < dfn > bounding box</ dfn > </ dt >
188188 < dd >
189189 < p >
190- A bounding box is the object bounding box for all SVG elements without an associated CSS layout box and
191- the border box for all other elements.
190+ A bounding box is the object bounding box for all SVG elements
191+ without an associated CSS layout box and the border box for all
192+ other elements. The bounding box of a table is the border box
193+ of its
194+ < a href ="http://www.w3.org/TR/CSS21/tables.html#model "> table wrapper box</ a > ,
195+ not its table box.
192196 </ p >
193197 </ dd >
194198
You can’t perform that action at this time.
0 commit comments