Re: Multiple Background Images

Hi, Ted,

I think that notation "foobar.svg?f=foo&b=bar"
is not so good.

For example I have svg generated on the server dynamicly by some CGI module 
which accepts parameters by its own:

body { background: url(http://mysite/foobar.cgi?param1=foo&param2=bar); }

How to pass parameters to returned SVG then?

Parameters should be given out of url string somehow. Let url be just url.

Andrew Fedoniouk.
http://terrainformatica.com



----- Original Message ----- 
From: "Ted Shanyfelt (by way of Bert Bos <bert@w3.org>)" 
<ted@ahi.uhh.hawaii.edu>
To: <www-style@w3.org>
Sent: Friday, November 05, 2004 9:22 AM
Subject: Re: Multiple Background Images


|
|
| >>>  body { background: url(foo) url(bar); }
|
| .....
|
| >>> Should the syntax be like that, or would something else be better?
| >
| > Definitely something else. (But what?)
|
| body { background: url(foobar.svg?f=foo&b=bar); }
|
| Of course, we'd need to coordinate with SVG standard
| to pass parameters to SVG or XML.
| (Is coordination possible with one of these other standards?)
|
| 

Received on Friday, 5 November 2004 18:40:56 UTC