Re: no-cascade proposition

Niels Matthijs wrote:
> Well yeah, but I don't think it's appropriate to fix stuff at html
> level just because it gives you problems on css level?

Your issue is that some of your HTML elements differ from others in an 
important way. You need to communicate that to CSS somehow.  How do you 
propose to do this?

> Furthermore,
> there are problems with iframes adapting to the height of the
> included code.

Please go read up on seamless iframes.  Though arbitrary cross-site 
inclusion won't allow auto-height-sizing, it will probably be allowed 
with the appropriate Access-Control headers.

> And I don't see why I should always include external
> code through an iframe.

Because you don't want it to pollute your script scope (or vice versa), 
just like you don't want CSS rules to leak across the boundary (in 
either direction)?

-Boris

Received on Wednesday, 10 December 2008 17:32:25 UTC