|
33 | 33 | <h1 class="logo"><img src="_img/ricg-logo.png" alt="Responsive Issues Community Group"></h1>
|
34 | 34 | </header>
|
35 | 35 |
|
| 36 | + <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas, magni dolor cumque fugiat aspernatur excepturi explicabo! Perferendis, libero, autem, magni debitis fugit quibusdam assumenda quas minus adipisci maiores nisi numquam.</p> |
| 37 | + |
36 | 38 | <div class="issues">
|
37 | 39 |
|
38 | 40 | <div class="feat">
|
|
48 | 50 | <h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
|
49 | 51 | <div class="support">
|
50 | 52 |
|
51 |
| - Chrome: true |
| 53 | + <img src="_img/icon-chrome.png" alt="chrome" class="full-support"> |
52 | 54 |
|
53 |
| - Firefox: |
| 55 | + <img src="_img/icon-firefox.png" alt="firefox" > |
54 | 56 |
|
55 |
| - Opera: true |
| 57 | + <img src="_img/icon-opera.png" alt="opera" class="full-support"> |
56 | 58 |
|
57 |
| - Safari: true |
| 59 | + <img src="_img/icon-safari.png" alt="safari" class="full-support"> |
58 | 60 |
|
59 |
| - Internet Explorer: |
| 61 | + <img src="_img/icon-ie.png" alt="ie" > |
60 | 62 |
|
61 | 63 | </div>
|
62 | 64 | </div>
|
63 | 65 | <div class="col-a">
|
64 |
| - <p></p> |
| 66 | + <p><p>The <code>srcset</code> attribute allows developers to supply user agents with alternate versions of an image, intended for display at different pixel densities.</p><p>In its most basic and well-supported form, srcset lets developers use <code>x</code> descriptors to specify the intended pixel-density of each source.</p></p> |
65 | 67 |
|
66 | 68 | <h3 class="subhed">Usage</h3>
|
67 | 69 | <div class="usage">
|
68 |
| - <code><pre><img src="small.jpg" srcset="small.jpg, big.jpg 2x"></pre></code> |
| 70 | + <code><pre><img src="standard-definition.jpg" srcset="high-definition.jpg 2x"></pre></code> |
69 | 71 | </div>
|
70 | 72 |
|
71 | 73 | <h3 class="subhed">Documentation</h3>
|
|
106 | 108 | <h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
|
107 | 109 | <div class="support">
|
108 | 110 |
|
109 |
| - Chrome: true |
| 111 | + <img src="_img/icon-chrome.png" alt="chrome" class="full-support"> |
110 | 112 |
|
111 |
| - Firefox: |
| 113 | + <img src="_img/icon-firefox.png" alt="firefox" > |
112 | 114 |
|
113 |
| - Opera: true |
| 115 | + <img src="_img/icon-opera.png" alt="opera" class="full-support"> |
114 | 116 |
|
115 |
| - Safari: |
| 117 | + <img src="_img/icon-safari.png" alt="safari" class="full-support"> |
116 | 118 |
|
117 |
| - Internet Explorer: |
| 119 | + <img src="_img/icon-ie.png" alt="ie" > |
118 | 120 |
|
119 | 121 | </div>
|
120 | 122 | </div>
|
121 | 123 | <div class="col-a">
|
122 |
| - <p></p> |
| 124 | + <p><p><code>srcset</code>’s <code>w</code> descriptor and the <code>sizes</code> attribute allow developers to supply a range of alternate sources for images whose sizes vary within a responsive layout. Optionally working in conjunction with server-side resizing, these syntaxes allow for a fully automated “responsive images” solution.</p></p> |
123 | 125 |
|
124 | 126 | <h3 class="subhed">Usage</h3>
|
125 | 127 | <div class="usage">
|
|
164 | 166 | <h3 class="impl-hed">Impl<b class="abbr">ementation</b> Status</h3>
|
165 | 167 | <div class="support">
|
166 | 168 |
|
167 |
| - Chrome: true |
| 169 | + <img src="_img/icon-chrome.png" alt="chrome" class="full-support"> |
168 | 170 |
|
169 |
| - Firefox: |
| 171 | + <img src="_img/icon-firefox.png" alt="firefox" > |
170 | 172 |
|
171 |
| - Opera: true |
| 173 | + <img src="_img/icon-opera.png" alt="opera" class="full-support"> |
172 | 174 |
|
173 |
| - Safari: |
| 175 | + <img src="_img/icon-safari.png" alt="safari" class="full-support"> |
174 | 176 |
|
175 |
| - Internet Explorer: |
| 177 | + <img src="_img/icon-ie.png" alt="ie" > |
176 | 178 |
|
177 | 179 | </div>
|
178 | 180 | </div>
|
179 | 181 | <div class="col-a">
|
180 |
| - <p></p> |
| 182 | + <p><p>The <code>picture</code> element contains any number of child <code>source</code> elements and one <code>img</code>.</p><p>When this pattern is used with the <code>media</code> attribute on <code>source</code> elements, it allows developers to mandate that user agents must load specific sources when certain media conditions are met. This allows developers to specify alternate aspect ratios to align with layoutchanges, or alternate framing of image content for optimally highlighting the subject of the image at different sizes.</p><p>When <code>picture</code> and <code>source</code> are used with the <code>type</code> attribute, authors may supply the same image in alternate formats to be requested only by browsers that support said format.</p></p> |
181 | 183 |
|
182 | 184 | <h3 class="subhed">Usage</h3>
|
183 | 185 | <div class="usage">
|
|
225 | 227 | </div>
|
226 | 228 | </div>
|
227 | 229 | <div class="col-a">
|
228 |
| - <p></p> |
| 230 | + <p><p>Media queries allow authors to vary the layout of their page based on the dimensions of the viewport. Element queries will allow developers to vary the layout within specific elements on a page (and their children) based on the dimensions of the parent elements themselves, allowing for much more modular approaches to layout.</p><p>Work on element queries has just begun; we are still collecting use cases and working to understand technical constraints. Please contribute!</p></p> |
229 | 231 |
|
230 | 232 | <h3 class="subhed">Usage</h3>
|
231 | 233 | <div class="usage">
|
|
0 commit comments