Skip to content

Commit e951ae2

Browse files
committed
[css-images-4] Copy over definition of computed <image>. #4042
1 parent 022d5b8 commit e951ae2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-images-4/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Introduction {#intro}
5151
2D Image Values: the <<image>> type {#image-values}
5252
===================================================
5353

54-
The <<image>> value type denotes a 2D image. It can be a
54+
The <<image>> value type denotes a 2D image. It can be a
5555
<a section href="#url-notation">url reference</a>,
5656
<a section href="#image-notation">image notation</a>,
5757
or <a section href="#gradients">gradient notation</a>.
@@ -90,6 +90,11 @@ The <<image>> value type denotes a 2D image. It can be a
9090
and refresh the rendering as more data loads;
9191
or it may wait until the entire image has loaded before using it.
9292

93+
A <dfn export>[=computed value|computed=] <<image>></dfn> value
94+
is the [=specified value=]
95+
with any <<url>>s, <<color>>s, and <<length>>s computed.
96+
97+
9398
Image File Formats {#image-file-formats}
9499
----------------------------------------
95100

0 commit comments

Comments
 (0)