Skip to content

Commit 5e46fbb

Browse files
committed
Make sure that we have bug reports for every issue in the spec
1 parent 4ff7a6e commit 5e46fbb

3 files changed

Lines changed: 26 additions & 9 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-10-19 dschulze@adobe.com
2+
Make sure that we have bug reports for every issue in the spec.
3+
14
2012-10-18 dschulze@adobe.com
25
Remove 'mask' from the transformable elements.
36
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18484

css3-transforms/Overview.html

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,8 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
768768

769769
<p class=issue> Is this effect on position:fixed necessary? If so, need to
770770
go into more detail here about why fixed positioned objects should do
771-
this, i.e., that it's much harder to implement otherwise.
771+
this, i.e., that it's much harder to implement otherwise. See <a
772+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16328">Bug 16328</a>.
772773

773774
<p> <a href="http://www.w3.org/TR/css3-background/#fixed0">Fixed
774775
backgrounds</a> on the root element are affected by any transform
@@ -779,7 +780,8 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
779780
treated as if it had a value of ‘<code class=css>scroll</code>’.
780781

781782
<p class=issue>Does this affect the computed style of
782-
background-attachment?
783+
background-attachment? See <a
784+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17521">Bug 17521</a>.
783785

784786
<p class=note> If the root element is transformed, the transformation
785787
applies to the entire canvas, including any background specified for the
@@ -814,7 +816,9 @@ <h3 id=transform-3d-rendering><span class=secno>6.1. </span>3D Transform
814816
<div class=issue>
815817
<p class=desc>This description does not exactly match what WebKit
816818
implements. Perhaps it should be changed to match current
817-
implementations?
819+
implementations? See <a
820+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19637">Bug
821+
19637</a>.
818822
</div>
819823

820824
<div class=example>
@@ -1536,6 +1540,8 @@ <h2 id=transform-style-property><span class=secno>9. </span> The ‘<a
15361540

15371541
<div class=issue>
15381542
<p class=desc>Should this affect the computed value of transform-style?
1543+
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19612">Bug
1544+
19612</a>.
15391545
</div>
15401546

15411547
<p> The values of the ‘<a href="#effects"><code
@@ -2049,7 +2055,8 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20492055
viewport (the case for all other attributes on the mentioned attributes),
20502056
or should the be reletive the referencing objects bounding box (like it is
20512057
for all other transformable elements). The later choice seems to be more
2052-
consistent within CSS Transforms.
2058+
consistent within CSS Transforms. See <a
2059+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638">Bug 19638</a>.
20532060

20542061
<p> In particualar the ‘<code class=property>patternUnit</code>’,
20552062
<code class=property>gradientUnit</code>’ and ‘<code
@@ -2067,7 +2074,9 @@ <h3 id=svg-user-coordinate-space><span class=secno>13.6. </span> User
20672074

20682075
<div class=example>
20692076
<p class=issue> The result in the example below depends on the decision
2070-
made on the previous issue.
2077+
made on the previous issue. See <a
2078+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638">Bug
2079+
19638</a>.
20712080

20722081
<p> The ‘<a href="#transform-origin"><code
20732082
class=property>transform-origin</code></a>’ property on the pattern in

css3-transforms/Transforms.src.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,15 +471,16 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
471471
<p class="issue">
472472
Is this effect on position:fixed necessary? If so, need to go into more detail here
473473
about why fixed positioned objects should do this, i.e., that it's much harder to
474-
implement otherwise.
474+
implement otherwise. See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16328">Bug 16328</a>.
475475
</p>
476476
<p>
477477
<a href="http://www.w3.org/TR/css3-background/#fixed0">Fixed backgrounds</a>
478478
on the root element are affected by any transform specified for that element.
479479
For all other elements that are effected by a transform (i.e. have a transform
480480
applied to them, or to any of their ancestor elements), a value of ''fixed'' for the
481481
'background-attachment' property is treated as if it had a value of ''scroll''.
482-
<p class="issue">Does this affect the computed style of background-attachment?</p>
482+
<p class="issue">Does this affect the computed style of background-attachment?
483+
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17521">Bug 17521</a>.</p>
483484

484485
<p class="note">
485486
If the root element is transformed, the transformation applies
@@ -513,7 +514,8 @@ <h3 id="transform-3d-rendering">3D Transform Rendering</h3>
513514
</p>
514515
<div class="issue">
515516
<p class="desc">This description does not exactly match what WebKit implements. Perhaps
516-
it should be changed to match current implementations?</p>
517+
it should be changed to match current implementations? See
518+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19637">Bug 19637</a>.</p>
517519
</div>
518520

519521
<div class="example">
@@ -1313,7 +1315,8 @@ <h2 id="transform-style-property">
13131315
</ul>
13141316

13151317
<div class="issue">
1316-
<p class="desc">Should this affect the computed value of transform-style?</p>
1318+
<p class="desc">Should this affect the computed value of transform-style?
1319+
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19612">Bug 19612</a>.</p>
13171320
</div>
13181321
<p>
13191322
The values of the 'transform' and 'transform-origin' properties are used to compute
@@ -1916,6 +1919,7 @@ <h3 id="svg-user-coordinate-space">
19161919
other attributes on the mentioned attributes), or should the be reletive the
19171920
referencing objects bounding box (like it is for all other transformable elements).
19181921
The later choice seems to be more consistent within CSS Transforms.
1922+
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638">Bug 19638</a>.
19191923
</p>
19201924

19211925
<p>
@@ -1933,6 +1937,7 @@ <h3 id="svg-user-coordinate-space">
19331937
<div class="example">
19341938
<p class="issue">
19351939
The result in the example below depends on the decision made on the previous issue.
1940+
See <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19638">Bug 19638</a>.
19361941
</p>
19371942

19381943
<p>

0 commit comments

Comments
 (0)