[Imps] <style> processing change in the HTML5 parsing spec

Ian Hickson ian at hixie.ch
Fri Jan 12 15:13:21 PST 2007


Ostensibly for compatiblity with IE, the HTML5 parsing spec is going to 
get an experimental change to the processing of <style> elements.

Instead of being moved to the <head>, they are now going to be left 
wherever they are found.

In addition, <script> and <style> elements found during the "after head" 
mode will be inserted into the <head>, instead of being inserted between 
the <head> and the <body>.

Let me know if any of this causes you problems.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'



More information about the Implementors mailing list