Re: Unscoped <style> found outside the <head>

Daniel Glazman wrote:
>
> So, let me summarize.
> If you make all styles in the body scoped, such pages will break.
> If you make all styles in the body apply in pre-order traversal tree,
> some pages will break and it's just totally ugly design that many people
> will not understand.
>
> </Daniel>
>
Existing sites won't break. Unscoped style blocks will just be treated 
as they are now (some browsers move them into the HEAD).  Such documents 
will be non-conformant.  HTML5 follows a principle of be strict about 
what you describe but lenient in what you accept.

Bruce

Received on Sunday, 27 May 2007 10:10:20 UTC