Re: SVG in HTML Review Comments

Jeff Schiller:
> > b) Is attributeName missing from [2] ?

Ian Hickson:
> I didn't include it because it wasn't in:
> 
>    http://www.w3.org/TR/SVG11/attindex.html
> 
> Is that list incomplete?

So it would seem!  From a quick look, the following attributes are
missing from that appendix:

  additive
  attributeName
  begin
  id
  requiredFeatures
  space
  string

And a number shouldn’t be in there, because they’re actually element
names:

  animate
  feColorMatrix
  feComposite
  feGaussianBlur
  feMorphology
  feTile

(Raised http://www.w3.org/Graphics/SVG/WG/track/issues/2005 to write an
erratum for these.)

Also note that the presentation attributes that correspond to CSS
properties are not listed in that appendix (but in propidx.html).

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Friday, 23 May 2008 02:33:24 UTC