Skip to content

Commit 9ff88b0

Browse files
committed
[css-link-params] Specify that & is used between params in a URL. w3c#9051
1 parent 5c89be6 commit 9ff88b0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-link-params-1/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ spec:html; type:element
1919
text: iframe
2020
text: a
2121
spec:fill-stroke-3; type:property; text:fill
22+
spec:css-env-1; type:function; text:env()
2223
</pre>
2324

2425
Introduction {#intro}
@@ -178,11 +179,14 @@ The syntax of an <dfn export local-lt="param()">SVG parameter fragment identifie
178179

179180
Multiple [=link parameters=] can be passed to an image
180181
by 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

0 commit comments

Comments
 (0)