Forum Moderators: open
If the contents of an a element are empty, the element represents an empty hyperlink.
then all browser should deal with it properly, right?
<a name = "letter-a" id = "letter-a"></a> I cannot test it because right now I have no html5
the browser will correctly follow the link if the user succeeds in clicking on it-- which can never happen, since its screen space encompasses 0 pixels"
<p>Click in the input to set focus there, then press the Tab key to set focus on the hidden link, then press the Enter key to navigate to that link.</p>
<input><a href="http://www.example.com"></a>
Usually it's hard to imagine any application that does make sense.
Generally, image maps should be used instead of slicing an image for links.
Not sure why w3c could recommend them over sprites.
+---+---+---+
|...|...|...|
|.A.|.B.|.C.|
|...|...|...|
+---+---+---+
|...|...|...|
|.D.|.E.|.F.|
|...|...|...|
+---+---+---+