@@ -479,9 +479,8 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
479479 on the root element are affected by any transform specified for that element.
480480 For all other elements that are effected by a transform (i.e. have a transform
481481 applied to them, or to any of their ancestor elements), a value of ''fixed'' for the
482- 'background-attachment' property is treated as if it had a value of ''scroll''.
483- < p class ="issue "> Does this affect the computed style of background-attachment?
484- See < a href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=17521 "> Bug 17521</ a > .</ p >
482+ 'background-attachment' property is treated as if it had a value of ''scroll''. The
483+ computed value of 'background-attachment' is not affected.
485484
486485 < p class ="note ">
487486 If the root element is transformed, the transformation applies
@@ -1308,17 +1307,17 @@ <h2 id="transform-style-property">
13081307 < p >
13091308 The following CSS property values require the user agent to create a flattened representation of
13101309 the descendant elements before they can be applied, and therefore override the behavior of
1311- ''transform-style: preserve-3d'':
1312- < ul >
1313- < li > 'overflow': any value other than ''visible''.</ li >
1314- < li > 'opacity': any value other than ''1''.</ li >
1315- < li > 'filter': any value other than ''none''.</ li >
1316- </ ul >
1310+ ''transform-style: preserve-3d'':</ p >
1311+ < ul >
1312+ < li > 'overflow': any value other than ''visible''.</ li >
1313+ < li > 'opacity': any value other than ''1''.</ li >
1314+ < li > 'filter': any value other than ''none''.</ li >
1315+ </ ul >
1316+
1317+ < p >
1318+ The computed value of 'transform-style' is not affected.
1319+ </ p >
13171320
1318- < div class ="issue ">
1319- < p class ="desc "> Should this affect the computed value of transform-style?
1320- See < a href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=19612 "> Bug 19612</ a > .</ p >
1321- </ div >
13221321 < p >
13231322 The values of the 'transform' and 'transform-origin' properties are used to compute
13241323 the < span class ="term "> transformation matrix</ span > , as described above.
0 commit comments