[Bug 5846] Accessing Object Parameters from an Embedded SVG

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5846





--- Comment #9 from Ian 'Hixie' Hickson <ian@hixie.ch>  2008-07-16 23:27:33 ---
The menu.svg example is not a good example, since it is mixing layers (you have
presentation stuff at the semantic layer -- just look at your site with CSS
disabled to see what I mean). XBL would be a better solution for this kind of
thing.

Google Adsense is also not really a good example -- in all my discussions about
HTML5 with the Adsense teams, this has never been an issue they have mentioned
as wanting fixed in this way. Even if we did want to use an explicit frame
instead of script to embed the ads, we would (for various reasons) use an
<iframe>, not <object>, and thus wouldn't be able to use <param> anyway.

I hate to be dismissive like this, but I really am not convinced that this is
something that is of enough importance to add to HTML5.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 16 July 2008 23:28:08 UTC