[Bese-devel] Re: SVG

Evrim ULU evrim at core.gen.tr
Fri Mar 10 13:40:23 UTC 2006


R. Mattes wrote:

>Well, at least the html tags should accept all valid attributes :-/
>I was recently bitten by the fact that the body tag refused to accept
>an 'id' attribute (which, stupid as it migt b, _is_ valif html).
>  
>
Hm, this is interesting. When I looked for body tag, it reads:

(def-html-tag <:body :core :i18n :event
              onload
              onunload)

and :core reads to:
  (:core  (attrs 'class 'id 'style 'title)).

so, it should support the 'id' tag. 

evrim.



More information about the bese-devel mailing list