Skip to content

Commit 9ce3c5b

Browse files
committed
Clarify that everything is relative to table wrapper box
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15815.
1 parent f3b833e commit 9ce3c5b

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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+
15
2012-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.

css3-transforms/Overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)