@@ -4,7 +4,7 @@ Group: CSSWG
44Shortname : css-values
55Level : 5
66Status : ED
7- Work Status : Refining
7+ Work Status : Exploring
88ED : https://drafts.csswg.org/css-values-5/
99TR : https://www.w3.org/TR/css-values-5/
1010Editor : Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
@@ -31,18 +31,12 @@ td > small { display: block; }
3131<h2 id="intro">
3232Introduction</h2>
3333
34- The value definition field of each CSS property can contain keywords,
35- data types (which appear between <css> <</css> and <css> ></css> ),
36- and information on how they can be combined.
37- Generic data types (<<length>> being the most widely used)
38- that can be used by many properties are described in this specification,
39- while more specific data types (e.g., <<spacing-limit>> )
40- are described in the corresponding modules.
34+ ISSUE: <strong> This is a diff spec against <a href="https://www.w3.org/TR/css-values-4/">CSS Values and Units Level 4</a> .</strong>
4135
4236<h3 id="placement">
4337Module Interactions</h3>
4438
45- This module supersedes [[CSS-VALUES-4]]
39+ This module extends [[CSS-VALUES-4]]
4640 which replaces and extends the data type definitions in [[!CSS21]] sections
4741 <a href="https://www.w3.org/TR/CSS21/about.html#value-defs">1.4.2.1</a> ,
4842 <a href="https://www.w3.org/TR/CSS21/syndata.html#values">4.3</a> ,
@@ -144,7 +138,7 @@ Toggling Between Values: ''toggle()''</h3>
144138 so the declarations ''background-position: top center'' and ''background-position: 50% 0%''
145139 produce identical computed values.
146140 If the "Computed Value" line of a property definition seems to define something ambiguous or overly strict,
147- please <a href="#status ">provide feedback</a> so we can fix it.
141+ please <a href="#sotd ">provide feedback</a> so we can fix it.
148142
149143 If ''toggle()'' is used on a <a>shorthand property</a> ,
150144 it sets each of its longhands to a ''toggle()'' value
0 commit comments