Bugzilla – Bug 645
XLink Namespace Checked Incorrectly
Last modified: 2009-09-09 03:37:49 CEST
The xmlns:xlink attribute value check for the XLink namespace is wrong: Validate this document: <!DOCTYPE html> <title>SVG</title> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"></svg> Result: Error: Bad value “http://www.w3.org/1999/xlink” for the attribute “xmlns:link” (only “http://www.w3org/1999/xlink” permitted here). From line 3, column 1; to line 4, column 48 Note where it says "w3org" instead of "w3.org".
*** This bug has been marked as a duplicate of bug 629 ***