Re: [csswg-drafts] [css-display] should display:contents on SVG textPath compute to none? (#3302)

I think you can leave the `display: contents` text as is, and the specific case @heycam brought up could be handled under the general rule of SVG elements that are in invalid locations in the DOM tree are not rendered. So the `<textPath>` that is inside another text content element would continue to be not rendered because of DOM invalidity, separate from the layout on the parent element being ignored or not.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493246213 using your GitHub account

Received on Thursday, 16 May 2019 21:58:13 UTC