Skip to content

Commit 319602b

Browse files
committed
Update UseCaseComparisons.md
1 parent 18a6129 commit 319602b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UseCaseComparisons.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Note: the `em` values above could be manually converted to `px` by the author to
6262

6363
While the `em`-based CSS layout will be reevaulated based on user zoom in all modern browsers (see http://blog.cloudfour.com/the-ems-have-it-proportional-media-queries-ftw/ for a description and functional example) and we can assume the same for the `em`-based image breakpoints, the `px`-based image breakpoints will fall out of sync with the layout when the user zooms in or out.
6464

65-
## Portait vs. Landscape Orientation ## ##
65+
## Portait vs. Landscape Orientation ##
6666

6767
**`picture` Element**
6868
Assuming the author simply wants to preform image source swapping based on a device’s orientation. This would likely see use in a standalone mobile site catering to specific devices or in a combination web/native app.
@@ -167,6 +167,7 @@ Further discussion: <a href="http://lists.w3.org/Archives/Public/public-html/201
167167

168168

169169
## Potential for addressing new image formats ##
170+
170171
[[ TODO: Summary ]]
171172

172173
**`picture` Element**

0 commit comments

Comments
 (0)