|
Known Bugs- The program
fails to recognize comments within style sheets so that, if an entry
referencing a URL has been commented out, CyberSpyder will still try to
test that URL.
- Entities
within style sheets or style entries may be used to replace quotes.
e.g. url('some url') may may also be written as url('some
url') and will be recognized correctly. The program is
not presently recognizing this and will report a broken link.
- A style/style sheet that contains a behavior: url(...)
property will not be treated correctly. The program will
presently attempt to retrieve a URL but the contents of the item may
not actually contain a normal URL so an error (broken link) is
generated.
- Formerly, an anchor tag (<a...) needed to contain either an href or name to be valid (useable). If both are missing, CyberSpyder issues a warning. Now that the id element can be used as a target, the anchor is actually valid as long as it contains an href or name OR an id so the program should not issue a warning unless all of these are missing.
|