File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ spec:html; type:element
1919 text: iframe
2020 text: a
2121spec:fill-stroke-3; type:property; text:fill
22+ spec:css-env-1; type:function; text:env()
2223</pre>
2324
2425Introduction {#intro}
@@ -178,11 +179,14 @@ The syntax of an <dfn export local-lt="param()">SVG parameter fragment identifie
178179
179180Multiple [=link parameters=] can be passed to an image
180181by appending multiple [=param()=] fragment identifiers to the URL.
182+ When combined, either with each other or with other "fragment identifiers",
183+ each value is separated with an <code> &</code> character,
184+ as in a URL's query parameters.
181185
182186<div class="example">
183187 For example, if the image from the previous example also used ''env(--bg-color)'' ,
184188 it could be referenced with a url like
185- “<code> http://example.com/image.svg#param(--text-color,blue)param(--bg-color,white)</code> ”
189+ “<code> http://example.com/image.svg#param(--text-color,blue)& param(--bg-color,white)</code> ”
186190 to set both ''env(--text-color)'' and ''env(--bg-color)'' .
187191</div>
188192
You can’t perform that action at this time.
0 commit comments