Skip to content

Commit 3564c02

Browse files
committed
[css-images-4] bikeshed fixes
1 parent d541f4a commit 3564c02

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

css-images-4/Overview.bs

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
1919
Previous Version: https://www.w3.org/TR/2012/WD-css4-images-20120911/
2020
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
2121
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();
2329
</pre>
2430

2531
Introduction {#intro}
@@ -874,7 +880,7 @@ Conic Gradients: the ''conic-gradient()'' notation</h3>
874880
is defined in [[css-values-3]],
875881
and is resolved using the center-point as the object area
876882
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''.
878884
</dl>
879885

880886
<p class='issue'>
@@ -1391,7 +1397,7 @@ Overriding Image Resolutions: the 'image-resolution' property {#the-image-resolu
13911397
Issue: The ''image-set()'' notation can alter the intrinsic resolution of an image,
13921398
which ideally would be automatically honored without having to set this property.
13931399
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"?
13951401
Say that image-resolution has no effect on images whose resolution was set by something else in CSS?
13961402
Or somehow wordsmithing ''image-set()'' in some way such that it always produces ''1dppx'' images somehow?
13971403

@@ -1525,21 +1531,24 @@ Serialization {#serialization}
15251531
Note: No change from [[css3-images]].
15261532

15271533
Privacy and Security Considerations {#privsec}
1534+
==============================================
15281535

15291536
Note: No change from [[css3-images]].
15301537

15311538
Changes {#changes}
1532-
=================================================
1539+
==================
15331540

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>
15351543

15361544
- Added <a href="#color-stop-syntax">color interpolation hints</a>
15371545
- Added the <a href="#color-stop-syntax">two location syntax</a> for gradient color stops
15381546
- Added start angles to <a href="#conic-gradients">conic gradients</a>
15391547
- The position(s) of a color stop can now come before the color
15401548
- Text that is identical to [[css3-images]] has been replaced with a reference to [[css3-images]].
15411549

1542-
<h3 class="no-num">Changes Since Level 3</h3>
1550+
<h3 class="no-num" id="changes-3">
1551+
Changes Since Level 3</h3>
15431552

15441553
- Added the ''image()'' notation (deferred from Level 3)
15451554
- Added the 'image-resolution' property (deferred from Level 3)

0 commit comments

Comments
 (0)