- From: L. David Baron <dbaron@dbaron.org>
- Date: Tue, 3 May 2005 14:27:11 -0700
- To: www-svg@w3.org
Received on Tuesday, 3 May 2005 21:27:24 UTC
http://www.w3.org/TR/2005/WD-SVGMobile12-20050413/painting.html#DisplayProperty
contains the text:
# Any value other than none or inherit indicates that the given element
# shall be rendered by the SVG user agent.
This is presumably referring to the computed value of the property, and
'inherit' can never be a computed value. (It also seems to imply that
'inherit' is equivalent to 'none', which is clearly incorrect.) This
would be better stated as:
# Any computed value other than none indicates that the given element
# shall be rendered by the SVG user agent.
-David
--
L. David Baron <URL: http://dbaron.org/ >
Technical Lead, Layout & CSS, The Mozilla Foundation
Received on Tuesday, 3 May 2005 21:27:24 UTC