1 Nov 2009 18:14
Re: Validator+HTML5+p+code+pre
Dag-Erling Smørgrav <des <at> des.no>
2009-11-01 17:14:20 GMT
2009-11-01 17:14:20 GMT
Tomek Osiowy <tomkox <at> tomkox.net> writes: > Hello, validator says that document is not valid (is red) when checked > "by URI" option, but if I check source "by direct input" option, > validator says OK (is green). > > Probably something is wrong (for validator) with: > … > > <p> > <code> > <pre> > … > </pre> > </code> > </p> The pre element is a flow element, and the p and code elements can only contain phrasing content, so this snippet is invalid. I have no idea why the validator accepts your code when you submit it by direct input. DES -- -- Dag-Erling Smørgrav - des <at> des.no
RSS Feed