Re: UA stylesheet should require overflow: visible, not hidden

On 7/29/13 6:20 PM, Benjamin Lord wrote:
> 	svg {overflow: visible}
>
> 	svg svg,
> 	svg symbol,
> 	svg image,
> 	svg marker,
> 	svg pattern,
> 	svg foreignObject {
> 		overflow: hidden
> 	}

This doesn't look right to me.  Simple testcase:

   <svg>
     <foreignObject>
       <svg/>
     </foreignObject>
   </svg>

The inner svg should have visible overflow, since it's a root <svg>.

-Boris

Received on Tuesday, 30 July 2013 01:25:37 UTC