Skip to content

Commit b7cd0e2

Browse files
committed
[css-images-3][editorial] Address smfr's editorial comments from a426128#diff-8ca754d7bf316f5f3b1cc2c313a70deaa0d9377888c440a0449bdf22111b3776
1 parent cd13b43 commit b7cd0e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-images-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -220,17 +220,17 @@ Images can contain metadata
220220
such as resolution and orientation
221221
which specifies how to render the image.
222222
Some image formats are flexible in where this metadata can be placed in the file;
223-
however, if the metadata occurs <em>after</em> the bulk of the actual image data,
223+
however, if the metadata occurs <em>after</em> the actual image data,
224224
it harms the UA's ability to “progressively decode” the image
225225
and display it as the image's data streams in.
226226

227227
To reduce the impact of this issue:
228228

229229
* Authors <em>must</em> produce their image files
230-
so that such metadata occurs first in the image file.
230+
so that such metadata occurs before the image data in the image file.
231231
(Note: This is the default for most images already.)
232232
* User agents <em>should</em> ignore any layout-impacting metadata (such as orientation or resolution)
233-
that occurs after the actual image data begins in the file.
233+
that occurs after the image data begins in the file.
234234
(Note: This rule does not impact metadata that does not affect layout,
235235
such as color space information.)
236236

0 commit comments

Comments
 (0)