File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -527,9 +527,11 @@ <h3 id=transparency><span class=secno>3.2. </span>Transparency: the ‘<a
527527 < dd > Syntactically a <number>. The uniform opacity setting to be
528528 applied across an entire object. Any values outside the range 0.0 (fully
529529 transparent) to 1.0 (fully opaque) will be clamped to this range. If the
530- object is a container element, then the effect is as if the contents of
531- the container element were blended against the current background using a
532- mask where the value of each pixel of the mask is <alphavalue>.
530+ object has children, then the effect is as if the children were blended
531+ against the current background using a mask where the value of each pixel
532+ of the mask is <alphavalue>. For SVG, ‘has children’ is
533+ equivalent to being a container element < a href ="#SVG11 "
534+ rel =biblioentry > [SVG11]<!--{{SVG11}}--> </ a > .
533535 </ dl >
534536
535537 < p > Since an element with opacity less than 1 is composited from a single
Original file line number Diff line number Diff line change @@ -331,10 +331,13 @@ <h3 id="transparency">Transparency: the 'opacity' property</h3>
331331 < dd > Syntactically a <number>. The uniform opacity setting to be applied across an entire object.
332332 Any values outside the range 0.0 (fully transparent) to 1.0 (fully
333333 opaque) will be clamped to this range.
334- If the object is a container element ,
335- then the effect is as if the contents of the container element
334+ If the object has children ,
335+ then the effect is as if the children
336336 were blended against the current background using a mask where the
337- value of each pixel of the mask is <alphavalue>.</ dd >
337+ value of each pixel of the mask is <alphavalue>.
338+ For SVG, ‘has children’ is equivalent to being a
339+ container element [[SVG11]].
340+ </ dd >
338341
339342</ dl >
340343
You can’t perform that action at this time.
0 commit comments