- From: Tobias Reif <tobiasreif@pinkjuice.com>
- Date: Mon, 1 Dec 2003 14:38:14 +0100
- To: L <L@koonts.com>
- Cc: www-svg@w3.org
On Mon 2003-12-01 L wrote:
>
> SVG crosswordplayer first release!!
> crosswordplayer 1.0b2
> http://www.koonts.com/crossword
The page looks interesting. Unfortunately I can't view the SVG:
1. Batik Squiggle says that the CSS has an error:
'The "top" identifier is not a valid value for the "text-anchor" property.'
Check
http://www.w3.org/TR/SVG11/propidx.html
, the text-anchor property can be start, middle, end, or inherit.
2. The SVG itself is invalid too:
tobi ~/del $ xmllint --valid --noout crossword.svg
[...]
crossword.svg:8: element svg: validity error : No declaration for attribute onkeyup of element svg
xmlns:xlink="http://www.w3.org/1999/xlink">
^
crossword.svg:1165: element text: validity error : No declaration for attribute startOffset of element text
ass="outline"/><text id="letter" startOffset="0" x="1.5" dy="2.7" class="letter"
^
[...]
crossword.svg:1168: element rect: validity error : ID lite already defined
0 0 30 1.5"><rect id="lite" x="0" y="0" width="30" height="1.5" class="liteclue"
^
crossword.svg:1168: element rect: validity error : ID handler already defined
/tspan></text><rect id="handler" x="0" y="0" width="30" height="1.5" opacity="0"
^
crossword.svg:1170: element polygon: validity error : No declaration for attribute x of element polygon
<polygon id="arrow" x="0" y="0" points="100,0 130,0 115,-10" fill="orange"/>
^
[...]
crossword.svg:1260: element g: validity error : No declaration for attribute x of element g
<g id="cluepanel" x="0" y="10" transform="translate(400,10)">
^
[...]
If you don't want to install validators locally you can surf to
http://www.pinkjuice.com/check/?url=http%3A%2F%2Fwww.koonts.com%2Fcrossword%2Fcrossword.svg
Tobi
--
http://www.pinkjuice.com/
Received on Monday, 1 December 2003 08:36:32 UTC