Syntax: omitting <html> when it's followed by whitespace

Syntax, optional tags:

"An html element's start tag may be omitted if the first thing inside the  
html element is not a space character or a comment."

The parser changed to drop space characters after <html>, and so the  
<html> tag should be allowed to be omitted even if the first thing inside  
the html element is a space character.

-- 
Simon Pieters
Opera Software

Received on Saturday, 5 April 2008 19:05:24 UTC