Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProblems with empty link elements #48
Comments
This comment has been minimized.
This comment has been minimized.
|
Attachment empty_links.html added by jteh on 2008-03-18 23:15 |
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2008-03-18 23:19 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2008-03-19 12:59 |
Reported by jteh on 2008-03-18 23:15
It is possible to have a link with no content, like so:
This is pretty silly, but it is nevertheless possible and you can actually tab to such a link.
Unfortunately, the gecko_ia2 backend does not render these empty link objects into the text at all; i.e. they have a length of 0 characters. This causes two problems:
Proposed Solutions
Test Cases