@@ -19,7 +19,13 @@ Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
19
19
Previous Version : https://www.w3.org/TR/2012/WD-css4-images-20120911/
20
20
Ignored Terms : <offset>, background positioning area, border image area, <meetorslice>, <ending-shape>, Map, <image>, invalid image, invalid images, concrete object size, linear-gradient(), radial-gradient(), intrinsic dimensions, default object size, CSS
21
21
Ignored Vars : H, P
22
- Link Defaults : css21 (property) display, css21 (dfn) stacking context, css-backgrounds-3 (type) <position>/center
22
+ </pre>
23
+
24
+ <pre class=link-defaults>
25
+ spec: css-images-3;
26
+ type: function;
27
+ text: image-set();
28
+ text: cross-fade();
23
29
</pre>
24
30
25
31
Introduction {#intro}
@@ -874,7 +880,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
874
880
is defined in [[css-values-3]] ,
875
881
and is resolved using the center-point as the object area
876
882
and the <a>gradient box</a> as the positioning area.
877
- If this argument is omitted, it defaults to ''center'' .
883
+ If this argument is omitted, it defaults to ''background-position/ center'' .
878
884
</dl>
879
885
880
886
<p class='issue'>
@@ -1391,7 +1397,7 @@ Overriding Image Resolutions: the 'image-resolution' property {#the-image-resolu
1391
1397
Issue: The ''image-set()'' notation can alter the intrinsic resolution of an image,
1392
1398
which ideally would be automatically honored without having to set this property.
1393
1399
How should we best address this?
1394
- Change the initial value to '' auto'' , meaning "1dppx, unless CSS says otherwise"?
1400
+ Change the initial value to <css> auto</css> , meaning "1dppx, unless CSS says otherwise"?
1395
1401
Say that image-resolution has no effect on images whose resolution was set by something else in CSS?
1396
1402
Or somehow wordsmithing ''image-set()'' in some way such that it always produces ''1dppx'' images somehow?
1397
1403
@@ -1525,21 +1531,24 @@ Serialization {#serialization}
1525
1531
Note: No change from [[css3-images]] .
1526
1532
1527
1533
Privacy and Security Considerations {#privsec}
1534
+ ==============================================
1528
1535
1529
1536
Note: No change from [[css3-images]] .
1530
1537
1531
1538
Changes {#changes}
1532
- =================================================
1539
+ ==================
1533
1540
1534
- <h3 class="no-num">Changes Since the <a href="https://www.w3.org/TR/2012/WD-css4-images-20120911/">11 September 2012 Working Draft</a></h3>
1541
+ <h3 class="no-num" id="changes-20120911">
1542
+ Changes Since the <a href="https://www.w3.org/TR/2012/WD-css4-images-20120911/">11 September 2012 Working Draft</a></h3>
1535
1543
1536
1544
- Added <a href="#color-stop-syntax">color interpolation hints</a>
1537
1545
- Added the <a href="#color-stop-syntax">two location syntax</a> for gradient color stops
1538
1546
- Added start angles to <a href="#conic-gradients">conic gradients</a>
1539
1547
- The position(s) of a color stop can now come before the color
1540
1548
- Text that is identical to [[css3-images]] has been replaced with a reference to [[css3-images]] .
1541
1549
1542
- <h3 class="no-num">Changes Since Level 3</h3>
1550
+ <h3 class="no-num" id="changes-3">
1551
+ Changes Since Level 3</h3>
1543
1552
1544
1553
- Added the ''image()'' notation (deferred from Level 3)
1545
1554
- Added the 'image-resolution' property (deferred from Level 3)
0 commit comments