NEW 6007
WebKit+SVG should have common code to validate uri references
https://bugs.webkit.org/show_bug.cgi?id=6007
Summary WebKit+SVG should have common code to validate uri references
Eric Seidel (no email)
Reported 2005-12-08 04:01:20 PST
WebKit+SVG should have common code to validate uri references The SVG spec defines exactly what sort of elements can reference other elements in the SVG spec. Although we do some checking, we don't have a nice consistant model. I think finding a nice way to implement this (with a virtual function on SVGElement?) could be a win for both code clarity and spec conformance. For a list of which elements are allowed to map to which others: http://www.w3.org/TR/SVG11/struct.html#Head
Attachments
Note You need to log in before you can comment on or make changes to this bug.