This is very close to being a bug report that should be sent to 
supp...@barebones.com. All you're missing is:

- The version of BBEdit
- The version of your OS
- Steps to reproduce
- Expected Behavior (you've already described the actual behavior).

You'd be doing us all a favor if you'd kindly submit the bug report with the 
missing pieces. Posting the info here, although it may help someone befuddled 
by the same unexpected behavior, won't likely get the behavior changed in a 
future version.

Best of luck.

Ted Stresen-Reuter
(kind of happy I had the opportunity to use the word "befuddled" in writing!)

On Dec 28, 2012, at 7:59 PM, mmgh wrote:

> When checking the syntax of a HTML document that includes an image map, 
> BBEdit 10.5.1 incorrectly lists errors of the type:
> :9: Value of attribute “usemap” for element “<img>” must begin with one of 
> {A-Z,a-z} followed by zero or more of {A-Z,a-z,0-9,-,_,:,.}.
> :12: Document type does not permit element “<area>” in content of element 
> “<map>”.
> :12: Value of attribute “coords” for element “<area>” is invalid; Value must 
> be one of {“Circle, Polygon, Rectangle”}.
> 
> When changing the DOCTYPE from HTML 5 to HTML 4.01 Transitional the errors 
> disappear.
> 
> <!DOCTYPE html>
> <html lang="nl">
> <head>
>       <meta charset="iso-8859-1" />
>       <title>Untitled</title>
> </head>
> <body>
> <img src="planets.gif" width="145" height="126" alt="Planets"
> usemap="#planetmap">
> 
> <map name="planetmap">
> <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
> <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
> <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
> </map>
> 
> </body>
> </html>
> 
> -- 
> -- 
> You received this message because you are subscribed to the 
> "BBEdit Talk" discussion group on Google Groups.
> To post to this group, send email to bbedit@googlegroups.com
> To unsubscribe from this group, send email to
> bbedit+unsubscr...@googlegroups.com
> For more options, visit this group at
> <http://groups.google.com/group/bbedit?hl=en>
> If you have a feature request or would like to report a problem, 
> please email "supp...@barebones.com" rather than posting to the group.
> Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>
>  
>  
>  

-- 
-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to bbedit@googlegroups.com
To unsubscribe from this group, send email to
bbedit+unsubscr...@googlegroups.com
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>



Reply via email to