|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
errors on http://www.wandleff.co.uk/
|
|
|
|
Re: errors on http://www.wandleff.co.uk/Andrew Wandless <andywandless@...> writes:
> Error Line 2, Column 6: "html" is not a member of a group specified for any attribute > > PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" % fetch -qo- http://www.wandleff.co.uk/ | head -4 <DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd"> That's not a valid doctype declaration. A valid doctype declaration looks like this: % fetch -qo- http://www.des.no/ | head -3 <?xml version='1.0' encoding='utf-8'?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> DES -- Dag-Erling Smørgrav - des@... |
|
|
|
Re: errors on http://www.wandleff.co.uk/On 29 Oct 2009, at 12:43, Dag-Erling Smørgrav wrote:
> That's not a valid doctype declaration. A valid doctype declaration > looks like this: > > % fetch -qo- http://www.des.no/ | head -3 > <?xml version='1.0' encoding='utf-8'?> > <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' > 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> … but without the XML declaration, which is pointless when using the default encoding, and pushes Internet Explorer 6 into Quirks mode. -- David Dorward http://dorward.me.uk |
|
|
|
Re: errors on http://www.wandleff.co.uk/ |
| Free embeddable forum powered by Nabble | Forum Help |