NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 629 - xmlns:xlink doesn't validate
xmlns:xlink doesn't validate
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML parser
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
: 645 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-08-01 14:47 CEST by Simon Pieters
Modified: 2009-09-09 14:46 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 Simon Pieters 2009-08-01 14:47:19 CEST
It seems you typoed the xlink namespace in the impl...


Error: Bad value http://www.w3.org/1999/xlink for the attribute xmlns:link (only http://www.w3org/1999/xlink permitted here).

From line 7, column 4; to line 7, column 51

<body>↩<p><svg xmlns:xlink=http://www.w3.org/1999/xlink /></p>↩<

Warning: Attribute xmlns:xlink with the value http://www.w3org/1999/xlink is not serializable as XML 1.0 without changing document semantics.

From line 7, column 4; to line 7, column 51

<body>↩<p><svg xmlns:xlink=http://www.w3.org/1999/xlink /></p>↩<
Comment 1 Simon Pieters 2009-09-09 03:37:49 CEST
*** Bug 645 has been marked as a duplicate of this bug. ***
Comment 2 Henri Sivonen 2009-09-09 14:46:37 CEST
Fixed on trunk. Not deployed yet.