image-orientation-none-image-document.html (1613B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Images Module Level 3: image-orientation: none in image documents</title> 6 <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org"> 7 <link rel="help" href="https://drafts.csswg.org/css-images-3/#propdef-image-orientation"> 8 <link rel="match" href="reference/image-orientation-none-image-document-ref.html"> 9 <meta name="fuzzy" content="maxDifference=0-100; totalPixels=0-236"> 10 <style> 11 iframe { 12 display: inline-block; 13 margin-right: 20px; 14 margin-bottom: 10px; 15 width: 120px; 16 height: 110px; 17 vertical-align: top; 18 image-orientation: none; 19 } 20 </style> 21 </head> 22 <body> 23 <p>The images should rotate respecting their EXIF orientation because image 24 documents always respect the orientation, regardless of the image-orientation 25 property.</p> 26 <iframe src="support/exif-orientation-1-ul.jpg" frameborder=0></iframe> 27 <iframe src="support/exif-orientation-2-ur.jpg" frameborder=0></iframe> 28 <iframe src="support/exif-orientation-3-lr.jpg" frameborder=0></iframe> 29 <iframe src="support/exif-orientation-4-lol.jpg" frameborder=0></iframe> 30 <br> 31 <iframe src="support/exif-orientation-5-lu.jpg" frameborder=0></iframe> 32 <iframe src="support/exif-orientation-6-ru.jpg" frameborder=0></iframe> 33 <iframe src="support/exif-orientation-7-rl.jpg" frameborder=0></iframe> 34 <iframe src="support/exif-orientation-8-llo.jpg" frameborder=0></iframe> 35 <br> 36 <iframe src="support/exif-orientation-9-u.jpg" frameborder=0></iframe> 37 </body> 38 </html>