|
20 | 20 |
|
21 | 21 | <h1>CSS Image Values and Replaced Content Module Level 3</h1> |
22 | 22 |
|
23 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 July 2011</h2> |
| 23 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 July 2011</h2> |
24 | 24 |
|
25 | 25 | <dl> |
26 | 26 | <dt>Latest Version: |
@@ -244,6 +244,9 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2> |
244 | 244 | Interpolating <i><gradient></i></a> |
245 | 245 | </ul> |
246 | 246 |
|
| 247 | + <li class=no-num><a href="#changes">Changes Since the 17 February 2011 |
| 248 | + Working Draft</a> |
| 249 | + |
247 | 250 | <li class=no-num><a href="#acknowledgments">Acknowledgments</a> |
248 | 251 |
|
249 | 252 | <li class=no-num><a href="#references">References</a> |
@@ -2409,6 +2412,143 @@ <h3 id=interpolating-gradients><span class=secno>9.3. </span> Interpolating |
2409 | 2412 | <!-- ====================================================================== --> |
2410 | 2413 | </ul> |
2411 | 2414 |
|
| 2415 | + <h2 class=no-num id=changes>Changes Since the 17 February 2011 Working |
| 2416 | + Draft</h2> |
| 2417 | + |
| 2418 | + <p>The following changes were made to this specification since the <a |
| 2419 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">17 February 2011 |
| 2420 | + Working Draft</a>: |
| 2421 | + |
| 2422 | + <dl> |
| 2423 | + <dt><a |
| 2424 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#resolution-units">3. |
| 2425 | + Resolution Units</a> |
| 2426 | + |
| 2427 | + <dd> |
| 2428 | + <ul> |
| 2429 | + <li>Defined the resolution unit more precisely. In particular, clarified |
| 2430 | + what it means for a vector image. |
| 2431 | + </ul> |
| 2432 | + |
| 2433 | + <dt><a |
| 2434 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-notation">4.2. |
| 2435 | + Image Fallbacks: the ‘<code class=css>image()</code>’ |
| 2436 | + notation</a> |
| 2437 | + |
| 2438 | + <dd> |
| 2439 | + <ul> |
| 2440 | + <li>Simplified the ultimate fallback back to just <color>, as that |
| 2441 | + was the ultimate point - when you absolutely can't display an image, |
| 2442 | + you may still need to display a color for constrast purposes. |
| 2443 | + |
| 2444 | + <li>Dropped the <url-token> production for the non-ultimate |
| 2445 | + arguments. This was fundamentally ambiguous with the keywords, and is |
| 2446 | + unnecessary complexity. |
| 2447 | + |
| 2448 | + <li>Added the ability to declare the directionality of an image, so it's |
| 2449 | + automatically inline-direction flipped when placed in an |
| 2450 | + opposite-directional context. |
| 2451 | + |
| 2452 | + <li>Added a requirement that impls must support the #xywh form of Media |
| 2453 | + Queries as part of image() support. |
| 2454 | + </ul> |
| 2455 | + |
| 2456 | + <dt><a |
| 2457 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#cross-fade-function">4.4. |
| 2458 | + Combining Images: The ‘<code class=css>cross-fade()</code>’ |
| 2459 | + notation</a> |
| 2460 | + |
| 2461 | + <dd> |
| 2462 | + <ul> |
| 2463 | + <li>Defined the algorithm formally in PD terms. |
| 2464 | + |
| 2465 | + <li>Changed the compositing operation from "over" to "plus". |
| 2466 | + </ul> |
| 2467 | + |
| 2468 | + <dt><a |
| 2469 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#linear-gradients">5.1. |
| 2470 | + Linear Gradients</a> |
| 2471 | + |
| 2472 | + <dd> |
| 2473 | + <ul> |
| 2474 | + <li>Changed the meaning of angles in the first argument to being bearing |
| 2475 | + angles. |
| 2476 | + </ul> |
| 2477 | + |
| 2478 | + <dt><a |
| 2479 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#repeating-gradients">5.3. |
| 2480 | + Repeating Gradients</a> |
| 2481 | + |
| 2482 | + <dd> |
| 2483 | + <ul> |
| 2484 | + <li>Changed the results of a degenerate repeating gradient (where the |
| 2485 | + first and last stop have the same position). Previously, it generated a |
| 2486 | + solid-color image matching the last color-stop. Now, it moves the last |
| 2487 | + color-stop to be 1px away from the first. This was done so that |
| 2488 | + repeating gradients had continuous behavior. |
| 2489 | + </ul> |
| 2490 | + |
| 2491 | + <dt><a |
| 2492 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#object-fit">6.4. |
| 2493 | + Sizing Objects: The ‘<code class=property>object-fit</code>’ |
| 2494 | + property</a> |
| 2495 | + |
| 2496 | + <dd> |
| 2497 | + <ul> |
| 2498 | + <li>Added ‘<code class=property>none</code>’ and |
| 2499 | + ‘<code class=property>scale-down</code>’ values. |
| 2500 | + |
| 2501 | + <li>Specified that contents are always clipped, and ‘<code |
| 2502 | + class=property>overflow</code>’ on the element has no effect. |
| 2503 | + </ul> |
| 2504 | + |
| 2505 | + <dt><a |
| 2506 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-resolution">7. |
| 2507 | + Overriding Image Resolutions: the ‘<code |
| 2508 | + class=property>image-resolution</code>’ property</a> |
| 2509 | + |
| 2510 | + <dd> |
| 2511 | + <ul> |
| 2512 | + <li>Specified that image-resolution works on *all* the images for the |
| 2513 | + element it's specified on, both the content of replaced elements and |
| 2514 | + the various <image>-using properties. |
| 2515 | + </ul> |
| 2516 | + |
| 2517 | + <dt><a |
| 2518 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#image-rendering">9. |
| 2519 | + Determining How to Scale an Image: The ‘<code |
| 2520 | + class=property>image-rendering</code>’ Property</a> |
| 2521 | + |
| 2522 | + <dd> |
| 2523 | + <ul> |
| 2524 | + <li>Changed the ‘<code |
| 2525 | + class=property>optimize-contrast</code>’ value to ‘<code |
| 2526 | + class=property>crisp-edges</code>’, and rewrote the description |
| 2527 | + slightly to reduce confusion in what it does. |
| 2528 | + </ul> |
| 2529 | + |
| 2530 | + <dt><a |
| 2531 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolation">11. |
| 2532 | + Interpolation</a> |
| 2533 | + |
| 2534 | + <dd> |
| 2535 | + <ul> |
| 2536 | + <li>Added special rules for interpolating cross-fade(), to avoid nested |
| 2537 | + cross-fade()s when possible. |
| 2538 | + </ul> |
| 2539 | + |
| 2540 | + <dt><a |
| 2541 | + href="http://www.w3.org/TR/2011/WD-css3-images-20110217/#interpolating-gradients">11.2. |
| 2542 | + Interpolating <gradient></a> |
| 2543 | + |
| 2544 | + <dd> |
| 2545 | + <ul> |
| 2546 | + <li>Fixed a bug in interpolation so transitioning between linear |
| 2547 | + gradients specified with keywords takes the shortest path. |
| 2548 | + </ul> |
| 2549 | + </dl> |
| 2550 | + <!-- ====================================================================== --> |
| 2551 | + |
2412 | 2552 | <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
2413 | 2553 |
|
2414 | 2554 | <h2 class=no-num id=references>References</h2> |
|
0 commit comments