@@ -482,8 +482,9 @@ <h2 id=definitions><span class=secno>4. </span>Definitions</h2>
482482 class =css > table-caption</ code > ’ < a href ="#CSS21 "
483483 rel =biblioentry > [CSS21]<!--{{!CSS21}}--> </ a >
484484
485- < li > an element in the SVG namespace which has the attributes ‘< a
486- href ="#effects "> < code class =property > transform</ code > </ a > ’, ‘< code
485+ < li > an element in the SVG namespace and not governed by the CSS box
486+ model which has the attributes ‘< a href ="#effects "> < code
487+ class =property > transform</ code > </ a > ’, ‘< code
487488 class =property > patternTransform</ code > ’ or ‘< code
488489 class =property > gradientTransform</ code > ’ < a href ="#SVG11 "
489490 rel =biblioentry > [SVG11]<!--{{!SVG11}}--> </ a >
@@ -636,7 +637,7 @@ <h2 id=two-dimensional-subset><span class=secno>5. </span> Two Dimensional
636637 < h2 id =transform-rendering > < span class =secno > 6. </ span > The Transform
637638 Rendering Model</ h2 >
638639
639- < p class = note > This section is normative.
640+ < p > < em > This section is not normative.</ em >
640641
641642 < p > Specifying a value other than ‘< code class =css > none</ code > ’ for the
642643 ‘< a href ="#effects "> < code class =css > transform</ code > </ a > ’ property
@@ -751,20 +752,20 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
751752</div></ pre >
752753 </ div >
753754
754- < p > In the HTML namespace, the transform property does not affect the flow
755- of the content surrounding the transformed element. However, the extent of
756- the overflow area takes into account transformed elements. This behavior
757- is similar to what happens when elements are offset via relative
758- positioning. Therefore, if the value of the ‘ < code
759- class =property > overflow</ code > ’ property is ‘< code
755+ < p > For elements whose layout is governed by the CSS box model, the
756+ transform property does not affect the flow of the content surrounding the
757+ transformed element. However, the extent of the overflow area takes into
758+ account transformed elements. This behavior is similar to what happens
759+ when elements are offset via relative positioning. Therefore, if the value
760+ of the ‘ < code class =property > overflow</ code > ’ property is ‘< code
760761 class =css > scroll</ code > ’ or ‘< code class =css > auto</ code > ’,
761762 scrollbars will appear as needed to see content that is transformed
762763 outside the visible area.
763764
764- < p > In the HTML namespace , any value other than ‘ < code
765- class =css > none</ code > ’ for the transform results in the creation of both
766- a stacking context and a containing block. The object acts as a containing
767- block for fixed positioned descendants.
765+ < p > For elements whose layout is governed by the CSS box model , any value
766+ other than ‘ < code class =css > none</ code > ’ for the transform results in
767+ the creation of both a stacking context and a containing block. The object
768+ acts as a containing block for fixed positioned descendants.
768769
769770 < p class =issue > Is this effect on position:fixed necessary? If so, need to
770771 go into more detail here about why fixed positioned objects should do
0 commit comments