Skip to content

Commit bf6bdde

Browse files
committed
[css-images] Change title, per discussion
1 parent 3a26ba6 commit bf6bdde

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

css-images/Overview.bs

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre class='metadata'>
2-
Title: CSS Image Values and Replaced Content Module Level 3
2+
Title: CSS Images Module Level 3
33
Status: ED
44
Shortname: css-images
55
Level: 3
@@ -9,7 +9,12 @@ TR: https://www.w3.org/TR/css3-images/
99
Work Status: Testing
1010
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1111
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
12-
Abstract: This module contains the features of CSS level 3 relating to the <<image>> type and replaced elements. It includes and extends the functionality of CSS level 2 [[CSS21]]. The main extensions compared to CSS2.1 are the generalization of the <<url>> type to the <<image>> type, several additions to the <<image>> type, a generic sizing algorithm for images and other replaced content in CSS, definitions for interpolating several <<image>> types, and several properties controlling the interaction of replaced elements and CSS's layout models.
12+
Abstract: This module contains the features of CSS level 3 relating to the <<image>> type and some replaced elements.
13+
It includes and extends the functionality of CSS level 2 [[CSS21]].
14+
The main extensions compared to CSS2.1 are the generalization of the <<url>> type to the <<image>> type,
15+
several additions to the <<image>> type, a generic sizing algorithm for images and other replaced content in CSS,
16+
definitions for interpolating several <<image>> types,
17+
and several properties controlling the interaction of replaced elements and CSS's layout models.
1318
At Risk: 'image-orientation'
1419
At Risk: [[#interpolating-gradients]]
1520
Issue Tracking: Tracker http://www.w3.org/Style/CSS/Tracker/products/27
@@ -36,7 +41,7 @@ Introduction {#intro}
3641
and for <a section href="#the-object-fit">sizing</a>
3742
or <a section href="#the-object-position">positioning</a>
3843
replaced elements such as images within the box determined by the CSS layout algorithms.
39-
It also defines in a generic way CSS's <a section href="#sizing">sizing algorithm</a> for images and other replaced elements.
44+
It also defines in a generic way CSS's <a section href="#sizing">sizing algorithm</a> for images and other similar replaced elements.
4045

4146

4247
<!--

0 commit comments

Comments
 (0)