[SVGMobile12] 11.10: 'display' definition refers to 'inherit' as a computed value

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