You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: files/en-us/web/css/url_value/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The **`<url>`** [CSS](/en-US/docs/Web/CSS) [data type](/en-US/docs/Web/CSS/CSS_T
12
12
## Syntax
13
13
14
14
```plain
15
-
<url> = <url()> | <src()>
15
+
<url> = <url()>
16
16
```
17
17
18
18
### Values
@@ -21,8 +21,9 @@ The value is either of the following:
21
21
22
22
-[`<url()>`](/en-US/docs/Web/CSS/url_function)
23
23
- : The `url()` function accepts only a URL literal string (with or without quotes).
24
-
-`<src()>`
25
-
- : This function can accept a URL string or a [CSS variable](/en-US/docs/Web/CSS/var).
24
+
25
+
> [!NOTE]
26
+
> The specification defines an alternative function called `src()` that accepts a URL string or a [CSS variable](/en-US/docs/Web/CSS/var). But no web browser has implemented the function yet.
0 commit comments