[whatwg] Adoption Agency Algorithm

Ian Hickson ian at hixie.ch
Fri Jan 27 15:33:19 PST 2006


On Sat, 28 Jan 2006, Lachlan Hunt wrote:
>
> Why can't it just be defined that noframes and noscript content gets 
> parsed exactly as regular markup

Because there are a _lot_ of side-effects of parsing as regular markup.

e.g.

   <noframes>
     <style>...</style>
     <i> Foo
   </noframes>
   Bar

...the "Bar" musn't be in italics, the <style> block musn't be used, etc. 
There's really a LOT of things to catch.

I agree that we may have to address these anyway for XHTML... If we do, 
then this might resolve itself for HTML.

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



More information about the whatwg mailing list