NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 645 - XLink Namespace Checked Incorrectly
XLink Namespace Checked Incorrectly
Status: RESOLVED DUPLICATE of bug 629
Product: Validator.nu
Classification: Unclassified
Component: SVG 1.1 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-08 23:17 CEST by Lachlan Hunt
Modified: 2009-09-09 03:37 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lachlan Hunt 2009-09-08 23:17:04 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".
Comment 1 Simon Pieters 2009-09-09 03:37:49 CEST

*** This bug has been marked as a duplicate of bug 629 ***