File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
220220such as resolution and orientation
221221which specifies how to render the image.
222222Some 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,
224224it harms the UA's ability to “progressively decode” the image
225225and display it as the image's data streams in.
226226
227227To 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
You can’t perform that action at this time.
0 commit comments