Skip to content

Commit 1759178

Browse files
committed
[css-images-3] Don't require metadata at the start if the format doesn't allow it. Fix #8543
1 parent 68c473b commit 1759178

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-images-3/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ and display it as the image's data streams in.
225225

226226
To reduce the impact of this issue:
227227

228-
* Authors <em>must</em> produce their image files
228+
* If the choice exists for a given image format,
229+
authors <em>must</em> produce their image files
229230
so that such metadata occurs before the image data in the image file.
230231
(Note: This is the default for most images already.)
231232
* User agents <em>should</em> ignore any layout-impacting metadata (such as orientation or resolution)

0 commit comments

Comments
 (0)