- From: Nikos Andronikos via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Jul 2016 05:10:24 +0000
- To: public-svg-issues@w3.org
> Section title is a little verbose. Let's cut that down to "Intrinsic sizing properties of SVG content" Agree on the section title. Good suggestion. > I'd replace all references to width/height "presentation attributes" with "style properties". Presentation attributes are one way of setting style properties; "used value" in particular is only defined in CSS terms. I went with sizing properties, since that's how they're referred to in the section where they're defined. https://svgwg.org/svg2-draft/geometry.html#Sizing. > Did you intend to say that all relative lengths are ignored for intrinsic sizing? That includes font-relative lengths such as em lengths. I'd prefer to say something about using default font metrics to resolve such lengths to their px equivalents. No, that was an oversight on my part. I've reworded it to exclude only auto and percentage values. Do we need to say anything specific about font relative units? They're a `length` type so it's up to CSS to resolve them to something the same as they would for any other length. Note: It turns out we also have a similar section in the SVG integration spec, but it's out of date. https://svgwg.org/specs/integration/#svg-css-sizing -- GitHub Notification of comment by nikosandronikos Please view or discuss this issue at https://github.com/w3c/svgwg/issues/197#issuecomment-232257924 using your GitHub account
Received on Wednesday, 13 July 2016 05:10:34 UTC