|
"I just realized something else. The example we've been playing with thus far uses a transitional doctype as it doesn't validate using a strict doctype. Something about character data not being allowed there according to the validator."
XHTML does not allow character data at the <body> level. It must be within a block level element such as
. |