- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 06 Nov 2007 03:49:10 +0000
- To: www-svg@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5252
Summary: Intrinsic Sizing Undefined
Product: SVG
Version: SVG 1.2 Tiny
Platform: All
URL: http://lists.w3.org/Archives/Member/w3c-svg-
wg/2007OctDec/0186.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Coordinate Systems
AssignedTo: schepers@w3.org
ReportedBy: anthony.grasso@cisra.canon.com.au
QAContact: www-svg@w3.org
So the issue is that:
http://www.w3.org/TR/SVGMobile12/coords.html#IntrinsicSizing
defines the intrinsic ratio, but doesn't define the intrinsic size.
But http://www.w3.org/TR/SVGMobile12/struct.html#SVGElementWidthAttribute
sort of defines what I described in the previous paragraph (but not
quite), and says some things about intrinsic size that don't really
make sense.
So I think what needs to change is that:
1. http://www.w3.org/TR/SVGMobile12/coords.html#IntrinsicSizing
should also define the intrinsic width and intrinsic height
2. http://www.w3.org/TR/SVGMobile12/struct.html#SVGElementWidthAttribute
should hyperlink the word "defines" to (1).
Then we can argue over exactly what the definition in (1) should be
-- probably the values should just be propagated, although I'm a
little uncomfortable propagating the implicit height="100%" in some
cases.
Received on Tuesday, 6 November 2007 03:49:18 UTC