Skip to content

Commit 472464e

Browse files
committed
Added 'new image formats' intro
1 parent a4707d6 commit 472464e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

UseCaseComparisons.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,12 @@ Further discussion: <a href="http://lists.w3.org/Archives/Public/public-html/201
167167

168168

169169
## Potential for addressing new image formats ##
170+
With the lack of a fallback mechanism browsers can rely on, web authors
171+
cannot reliably use image formats that are only supported by some
172+
browser vendors, but not all. (e.g. WebP, JPEG2K, JPEG-XR)
170173

171-
[[ TODO: Summary ]]
174+
The `<picture>` element can provide such a fallback mechanism, that will
175+
enable usage and broader adoption of new, more efficient image formats.
172176

173177
**`picture` Element**
174178
```

0 commit comments

Comments
 (0)