Skip to content

Commit f1a74f0

Browse files
authored
[css-properties-values-api] Fix typo in URL example (#1122)
The "URL behavior examples" contained a typo where the used variable in the `<div>`'s `style` attribute had 3 dashes (`-`) instead of 2.
1 parent b8ff3ab commit f1a74f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-properties-values-api/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ the computed value is one of the following:
281281
<pre class='lang-html'>
282282
&lt;link href="/style/foo/foo.css" rel="stylesheet" type="text/css">
283283
&lt;link href="/style/bar/bar.css" rel="stylesheet" type="text/css">
284-
&lt;div style="background-image: var(--url-foo), var(---url-bar);">
284+
&lt;div style="background-image: var(--url-foo), var(--url-bar);">
285285
&lt;/div>
286286
</pre>
287287

0 commit comments

Comments
 (0)