I put a great deal of emphasis on creating pages that are 100% validated HTML 4.01 Strict. My latest site makes that mark, with one exception. I am not sure if this is a problem with the way Mapquest URLs are formulated, with the validator, or both.
Basically, one of my pages is failing due to the link on it that leads to a Mapquest map. The URL for the mapquest map is:
Of course, the URL is maintained in quotation marks, so I would think that the validator would simply skip it and the use of the "&". Unfortunately, that is not the case. My page fails validation due to the "&" and the unknown entities that follow it.
So is the validator wrong?
Everything else on the page validates perfectly, so assuming that the validator has a flaw, should I go ahead and mark the page (show the icon) as being validated HTML 4.01 Strict?
Here is a link to the site. {click}
Here is the specific page that is failing.{click}
Any site critiques are also welcome!
-Brian-
I'm not an actor, but I play one on TV.
Basically, one of my pages is failing due to the link on it that leads to a Mapquest map. The URL for the mapquest map is:
Code:
[URL unfurl="true"]http://www.mapquest.com/maps/map.adp?address=445+W+ACACIA+ST&city=STOCKTON&state=CA&zipcode=95203&country=US&cid=lfmaplink[/URL]
Of course, the URL is maintained in quotation marks, so I would think that the validator would simply skip it and the use of the "&". Unfortunately, that is not the case. My page fails validation due to the "&" and the unknown entities that follow it.
So is the validator wrong?
Everything else on the page validates perfectly, so assuming that the validator has a flaw, should I go ahead and mark the page (show the icon) as being validated HTML 4.01 Strict?
Here is a link to the site. {click}
Here is the specific page that is failing.{click}
Any site critiques are also welcome!
-Brian-
I'm not an actor, but I play one on TV.