[Htmlvalidator-help] Problem with multiple URLs in head profile=""
Brought to you by:
mgueury
From: Andy M. <an...@pi...> - 2006-12-21 23:04:08
|
HTML Validator has a problem with the line: <head profile="http://www.ietf.org/rfc/rfc2731.txt http://www.w3.org/2006/03/hcard"> in: <http://www.westmidlandbirdclub.com/new.htm> which it reports as: line 5 column 1 - Warning: <head> escaping malformed URI reference and wants to change to: <head profile= "http://www.ietf.org/rfc/rfc2731.txt%20http://www.w3.org/2006/03/hcard"> replacing the space between the URLs with '%20'. It's my understanding, from: <http://www.w3.org/TR/WD-html40-970917/struct/global.html#h-8.3> This attribute specifies the location of one or more meta data profiles, separated by white space. that the space is correct. -- Andy Mabbett * Say "NO!" to compulsory ID Cards: <http://www.no2id.net/> * Free Our Data: <http://www.freeourdata.org.uk> * Are you using Microformats, yet: <http://microformats.org/> ? |