Bug 6007 - WebKit+SVG should have common code to validate uri references
Summary: WebKit+SVG should have common code to validate uri references
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Rob Buis
URL: http://www.w3.org/TR/SVG11/struct.htm...
Keywords:
Depends on:
Blocks: 91791
  Show dependency treegraph
 
Reported: 2005-12-08 04:01 PST by Eric Seidel (no email)
Modified: 2017-12-03 20:21 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 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