Tomek Osiowy <
tomkox@...> 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@...