- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 09 Jul 2008 13:54:58 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5846 Summary: Accessing Object Parameters from an Embedded SVG Product: HTML WG Version: unspecified Platform: PC URL: http://lists.w3.org/Archives/Public/www- dom/2008JanMar/0012.html OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Spec proposals AssignedTo: dave.null@w3.org ReportedBy: hallvord@opera.com QAContact: public-html-bugzilla@w3.org CC: ian@hixie.ch, mike@w3.org, public-html@w3.org Given <object data="http://some.other.domain/example.svg" ><param name="foo" value="bar"/></object> - there should be a standardised way a script running inside an embedded SVG can access any parameter name/value pairs from the OBJECT tag that embedded it. - suggestion is to standardise an object named window.paramList (name up for debate of course) with name/value mappings for PARAM and attributes of parent object. - window.paramList needs only be defined when the window object belongs to content loaded with the OBJECT tag? - window.paramList should be enumerable. http://lists.w3.org/Archives/Public/www-dom/2008JanMar/0012.html -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Wednesday, 9 July 2008 13:55:31 UTC