Skip to content

Commit fc940dc

Browse files
committed
Added links to last version and previous version. Fixed some broken
links. Fixed some mark-up errors. Commented out the section on "changes since the last call."
1 parent a604b5d commit fc940dc

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

css4-images/Overview.src.html

100755100644
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
1717
<dt>This Version:
1818
<dd><a href="http://dev.w3.org/csswg/css4-images/">http://dev.w3.org/csswg/css4-images/</a>
1919
<!-- <dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-css4-images-[CDATE]/</a>-->
20-
<!--
20+
2121
<dt>Latest Version:
2222
<dd><a href="http://www.w3.org/TR/css4-images/">http://www.w3.org/TR/css4-images/</a>
23-
-->
23+
2424
<dt>Editor's Draft:
2525
<dd><a href="http://dev.w3.org/csswg/css4-images/">http://dev.w3.org/csswg/css4-images/</a>
26-
<!--
26+
2727
<dt>Previous Version:
28-
<dd><a href="http://www.w3.org/TR/2012/WD-css4-images-20120112/">http://www.w3.org/TR/2012/WD-css4-images-20120112/</a>
29-
-->
28+
<dd><a href="http://www.w3.org/TR/2012/WD-css4-images-20120911/">http://www.w3.org/TR/2012/WD-css4-images-20120911/</a>
29+
3030
<dt>Issue Tracking:
3131
<dd><a href="http://www.w3.org/Style/CSS/Tracker/products/27">http://www.w3.org/Style/CSS/Tracker/products/27</a>
3232

@@ -81,7 +81,7 @@ <h2 id="intro">
8181
could only be given by a single URL value.
8282
This module introduces additional ways of representing 2D images,
8383
for example as <a href="#image-notation">a list of URIs denoting fallbacks</a>,
84-
as <a href="#element-image">a reference to an element</a>,
84+
as <a href="#element-image-type">a reference to an element</a>,
8585
or as <a href="#gradients">a gradient</a>.
8686

8787
<p>
@@ -121,7 +121,7 @@ <h3 id="values">
121121

122122
<p>
123123
In addition to the property-specific values listed in their definitions,
124-
all properties defined in this specification also accept the <a href="http://www.w3.org/TR/css-values">global keywords</a> as their property value.
124+
all properties defined in this specification also accept the <a href="http://www.w3.org/TR/css3-values">global keywords</a> as their property value.
125125
For readability they has not been repeated explicitly.
126126

127127

@@ -280,7 +280,7 @@ <h4 id="image-fragments">
280280
<p>
281281
For example, given the following image and CSS:
282282

283-
<a href="sprites.svg">
283+
<a href="images/sprites.svg">
284284
<img src="images/sprites.svg" height="20" width="180" alt="[9 circles, with 0 to 8 eighths filled in]">
285285
</a>
286286

@@ -700,7 +700,7 @@ <h3 id='element-notation'>
700700

701701
<p>
702702
If the referenced element has a transform applied to it or an ancestor,
703-
the transform must be ignored when rendering the element as an image. [[!CSS-TRANSFORMS]]
703+
the transform must be ignored when rendering the element as an image. [[!CSS3-TRANSFORMS]]
704704

705705
<p>
706706
If the referenced element is broken across pages,
@@ -1648,7 +1648,7 @@ <h4 id='conic-color-stops' class='no-toc'>
16481648
A color-stop can be placed at a location before 0% or after 100%;
16491649
though these regions are never directly consulted for rendering,
16501650
color stops placed there can affect the color of color-stops within the rendered region
1651-
through interpolation or repetition (see <a href=#repeating-gradients>repeating gradients</a>).
1651+
through interpolation or repetition (see <a href="#repeating-gradients">repeating gradients</a>).
16521652
For example, ''conic-gradient(red -50%, yellow 150%)'' produces a conic gradient
16531653
that starts with a reddish-orange color at 0deg (specifically, #f50),
16541654
and transitions to an orangish-yellow color at 360deg (specifically, #fa0).
@@ -1957,7 +1957,7 @@ <h3 id='color-stop-syntax'>
19571957
In premultiplied space,
19581958
transitions to or from "transparent" always look nice:
19591959

1960-
<p><object data="gradient2.svg" width="200"
1960+
<p><object data="images/gradient2.svg" width="200"
19611961
height="100">(Image requires SVG)</object>
19621962

19631963
<p>
@@ -1966,7 +1966,7 @@ <h3 id='color-stop-syntax'>
19661966
the colors near "transparent" would noticeably darken to a grayish color,
19671967
because "transparent" is actually a shorthand for ''rgba(0,0,0,0)'', or transparent black:
19681968

1969-
<p><object data="gradient3.svg" width="200"
1969+
<p><object data="images/gradient3.svg" width="200"
19701970
height="100">(Image requires SVG)</object>
19711971
</div>
19721972

@@ -2273,7 +2273,7 @@ <h3 id='object-sizing-examples'>
22732273
with no <i>specified size</i>
22742274
and a <i>default object size</i> of 1em square.
22752275

2276-
<dt><a href="http://www.w3.org/TR/css3-background/#border-images">'border-image'
2276+
<dt><a href="http://www.w3.org/TR/css3-background/#border-images">'border-image'</a>
22772277
<dd>
22782278
Border images are sized twice:
22792279
first the entire image is sized to determine the slice points,
@@ -2403,17 +2403,17 @@ <h3 id="the-object-fit">
24032403
the content will never overflow.
24042404
See the 'object-position' property for positioning the object with respect to the content box.
24052405

2406-
<figure>
2407-
<img src="images/img_scale.png" style="border: thin solid black;" alt>
2406+
<div class=figure>
2407+
<img src="images/img_scale.png" style="border: thin solid black;" alt="">
24082408

2409-
<figcaption>
2409+
<p class=caption>
24102410
An example showing how four of the values of 'object-fit' cause the replaced element (blue figure)
24112411
to be scaled to fit its height/width box (shown with a green background),
24122412
using the initial value for 'object-position'.
24132413
The fifth value, ''scale-down'',
24142414
in this case looks identical to ''contain''.
2415-
</figcaption>
2416-
</figure>
2415+
</p>
2416+
</div>
24172417

24182418
<p class="note">
24192419
Note: the 'object-fit' property has similar semantics to
@@ -2878,7 +2878,7 @@ <h3 id='the-image-rendering'>
28782878
When scaling the image up, the "nearest neighbor" or similar algorithm must be used,
28792879
so that the image appears to be simply composed of very large pixels.
28802880
When scaling down,
2881-
this is the same as <a href=#image-rendering-auto>''auto''</a>.
2881+
this is the same as <a href="#image-rendering-auto">''auto''</a>.
28822882
</dl>
28832883

28842884
<p class='issue'>
@@ -2900,7 +2900,7 @@ <h3 id='the-image-rendering'>
29002900
This property previously accepted the values 'optimizeSpeed' and 'optimizeQuality'.
29012901
These are now deprecated;
29022902
a user agent must accept them as valid values
2903-
but must treat them as having the same behavior as <a href=#image-rendering-auto>''auto''</a>,
2903+
but must treat them as having the same behavior as <a href="#image-rendering-auto">''auto''</a>,
29042904
and authors must not use them.
29052905

29062906

@@ -3346,6 +3346,7 @@ <h3 class="no-num" id="normative-references">Normative references</h3>
33463346
<h3 class="no-num" id="other-references">Other references</h3>
33473347
<!--informative-->
33483348

3349+
<!--
33493350
<h3 class="no-num" id="changes">Changes Since Last Call</h3>
33503351
33513352
<p>Major changes include:
@@ -3382,6 +3383,7 @@ <h3 class="no-num" id="changes">Changes Since Last Call</h3>
33823383
33833384
<p>The <a href="http://dev.w3.org/csswg/css4-images/issues-lc-2012">Disposition
33843385
of Last Call Comments</a> is available.
3386+
-->
33853387

33863388
<h2 class="no-num" id="index">Index</h2>
33873389
<!--index-->

0 commit comments

Comments
 (0)