Package: linklint
Version: 2.3.5-3
Severity: wishlist
Tags: upstream

I hear that
  Fragment identifiers: only strings matching the pattern
  [A-Za-z][A-Za-z0-9:_.-]* should be used. See Section 6.2 of [HTML4]
  for more information. http://www.w3.org/TR/html/#ref-html4";

Maybe linklint can check for this too and mention it does on the man
page. Maybe validators can check too if not already...

I did something like
find * -name \*.html|
     xargs lynx -listonly -dump|perl -nwe \
     'if(/#/&&!/#[A-Za-z][A-Za-z0-9:_.-]*$/){print}'


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to