Skip to content

Commit b559995

Browse files
committed
1 parent cb7d3d7 commit b559995

3 files changed

Lines changed: 10 additions & 20 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2012-03-12 ayg@aryeh.name
2+
Make computed value of 'transform' "As specified" again
3+
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=15431,
4+
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15535, and
5+
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15797.
6+
17
2012-03-12 ayg@aryeh.name
28
Hyperlink all instances of "bounding box"
39

css3-transforms/Overview.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,22 +1011,10 @@ <h2 id=transform-property><span class=secno>6. </span> The &lsquo;<a
10111011
<tr>
10121012
<td> <em>Computed value:</em>
10131013

1014-
<td> See below.
1014+
<td> As specified, but with relative lengths converted into absolute
1015+
lengths.
10151016
</table>
10161017

1017-
<div class=issue>
1018-
<p class=desc>We need to resolve whether the computed value is the same as
1019-
the specified value, or matrix().</p>
1020-
</div>
1021-
1022-
<p>The computed value of the transform property is a matrix() or matrix3d()
1023-
value that describes the matrix that results from concatenating the
1024-
individual transform functions. If the resulting matrix can be represented
1025-
as a two-dimensional matrix with no loss of information, then a matrix()
1026-
value is returned, otherwise a matrix3d() value. For elements with no
1027-
transform applied, the computed value is &lsquo;<code
1028-
class=property>none</code>&rsquo;.
1029-
10301018
<p>Any value other than &lsquo;<code class=css><code
10311019
class=css>none</code></code>&rsquo; for the transform results in the
10321020
creation of both a stacking context and a containing block. The object

css3-transforms/Transforms.src.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,17 +698,13 @@ <h2 id="transform-property">
698698
<em>Computed value:</em>
699699
</td>
700700
<td>
701-
See below.
701+
As specified, but with relative lengths converted into
702+
absolute lengths.
702703
</td>
703704
</tr>
704705
</tbody>
705706
</table>
706707

707-
<div class="issue">
708-
<p class="desc">We need to resolve whether the computed value is the same as the specified value, or matrix().</p>
709-
</div>
710-
<p>The computed value of the transform property is a matrix() or matrix3d() value that describes the matrix that results from concatenating the individual transform functions. If the resulting matrix can be represented as a two-dimensional matrix with no loss of information, then a matrix() value is returned, otherwise a matrix3d() value. For elements with no transform applied, the computed value is 'none'.</p>
711-
712708
<p>Any value other than '<code class="css">none</code>' for the transform results in the creation of both a stacking context and a containing block. The object acts as a containing block for fixed positioned descendants.</p>
713709

714710
<!-- ======================================================================================================= -->

0 commit comments

Comments
 (0)