File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,17 +220,17 @@ Images can contain metadata
220
220
such as resolution and orientation
221
221
which specifies how to render the image.
222
222
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,
224
224
it harms the UA's ability to “progressively decode” the image
225
225
and display it as the image's data streams in.
226
226
227
227
To reduce the impact of this issue:
228
228
229
229
* 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.
231
231
(Note: This is the default for most images already.)
232
232
* 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.
234
234
(Note: This rule does not impact metadata that does not affect layout,
235
235
such as color space information.)
236
236
You can’t perform that action at this time.
0 commit comments