- From: Amelia Bellamy-Royds via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Dec 2018 17:31:14 +0000
- To: public-css-archive@w3.org
> In CSS, the key distinction is whether that overflow can trigger scrollbars (layout overflow) or not (ink overflow). That's just not a thing in SVG? Ah, I see. No, it's not a thing: SVG elements other than the document root currently never have scrollbars, and scrolling for the root element is defined by viewBox/width/height dimensions, not rendered content. In SVG 2, we proposed adding scrolling mechanisms for certain elements, but never defined the exact dimensions of the scroller region. However, since only elements with defined width/height dimensions would get scrollbars, it would presumably follow the same rules. (https://www.w3.org/TR/2018/CR-SVG2-20181004/render.html#OverflowAndClipProperties) -- GitHub Notification of comment by AmeliaBR Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2362#issuecomment-450507930 using your GitHub account
Received on Saturday, 29 December 2018 17:31:16 UTC