|
35 | 35 |
|
36 | 36 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
37 | 37 |
|
38 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 November |
| 38 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 15 November |
39 | 39 | 2011</h2> |
40 | 40 |
|
41 | 41 | <dl> |
42 | 42 | <dt>This Version:</dt> |
43 | | - <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111111/">http://www.w3.org/TR/2011/WD-css3-images-20111111/</a>--> |
| 43 | + <!--<dd><a href="http://www.w3.org/TR/2011/ED-css3-images-20111115/">http://www.w3.org/TR/2011/WD-css3-images-20111115/</a>--> |
44 | 44 |
|
45 | 45 | <dd><a |
46 | 46 | href="http://dev.w3.org/csswg/css3-images/">http://dev.w3.org/csswg/css3-images/</a> |
@@ -292,20 +292,31 @@ <h2 id=intro><span class=secno>1. </span> Introduction</h2> |
292 | 292 | <p>In CSS Levels 1 and 2, image values, such as those used in the |
293 | 293 | ‘<code class=property>background-image</code>’ property, could |
294 | 294 | only be given by a single URI value. This module introduces additional |
295 | | - notations that allow a 2D image to be given as a list of URIs denoting |
296 | | - fallbacks, as a reference to an element in the document, and as a |
297 | | - gradient. |
| 295 | + ways of representing 2D images, for example as a list of URIs denoting |
| 296 | + fallbacks, as a reference to an element in the document, or as a gradient. |
298 | 297 |
|
299 | 298 | <p>This module also defines several properties for manipulating raster |
300 | 299 | images and for sizing or positioning replaced elements such as images |
301 | | - within the box determined by the CSS layout algorithms. Finally, it |
302 | | - defines a generic sizing algorithm for images and other replaced elements |
303 | | - for referencing from other specs. |
| 300 | + within the box determined by the CSS layout algorithms. It also defines in |
| 301 | + a generic way CSS's sizing algorithm for images and other replaced |
| 302 | + elements. |
304 | 303 |
|
305 | 304 | <h3 id=placement><span class=secno>1.1. </span> Module Interactions</h3> |
306 | 305 |
|
307 | | - <p>This module replaces and extends the ‘<a href="#ltimage"><code |
308 | | - class=css><image></code></a>’ type defined in [[!CSS3VALUES]]. |
| 306 | + <p>This module defines and extends the ‘<a href="#ltimage"><code |
| 307 | + class=css><image></code></a>’ value type defined in |
| 308 | + [[!CSS3VALUE]]. Furthermore it replaces the ‘<code |
| 309 | + class=css><url></code>’ type in the ‘<code |
| 310 | + class=property>background-image</code>’ and ‘<code |
| 311 | + class=property>list-style-image</code>’ definitions in CSS1 and CSS2 |
| 312 | + and adds ‘<a href="#ltimage"><code |
| 313 | + class=css><image></code></a>’ as an alternative to ‘<code |
| 314 | + class=css><url></code>’ in the ‘<code |
| 315 | + class=property>content</code>’ property's value. It is presumed that |
| 316 | + CSS specifications beyond CSS2.1 will use the ‘<a |
| 317 | + href="#ltimage"><code class=css><image></code></a>’ notation in |
| 318 | + place of ‘<code class=css><url></code>’ where 2D images are |
| 319 | + expected. (See e.g. [[CSS3BACKGROUND]].) |
309 | 320 |
|
310 | 321 | <h3 id=values><span class=secno>1.2. </span> Values</h3> |
311 | 322 |
|
|
0 commit comments