Skip to content

Commit f732f1f

Browse files
committed
[css-2015] Add references.
1 parent d9e08bd commit f732f1f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

css-2015/Overview.bs

+25
Original file line numberDiff line numberDiff line change
@@ -124,55 +124,66 @@ Background: The W3C Process and CSS</h3>
124124

125125
<dl>
126126
<dt><a href="http://www.w3.org/TR/CSS2/">CSS Level 2, latest revision</a> (including errata)
127+
[[!CSS2]]
127128
<dd>
128129
This defines the core of CSS, parts of which are overridden by later specifications.
129130
We recommend in particular reading <a href="http://www.w3.org/TR/CSS2/intro.html">Chapter 2</a>,
130131
which introduces some of the basic concepts of CSS
131132
and its design principles.
132133

133134
<dt><a href="http://www.w3.org/TR/css-syntax-3/">CSS Syntax Level 3</a>
135+
[[!CSS-SYNTAX-3]]
134136
<dd>
135137
Replaces CSS2&sect;4.1, CSS2&sect;4.1, CSS2&sect;4.2, CSS2&sect;4.4, and CSS2&sect;G,
136138
defining how CSS is parsed.
137139

138140
<dt><a href="http://www.w3.org/TR/css-style-attr/">CSS Style Attributes</a>
141+
[[!CSS-STYLE-ATTR]]
139142
<dd>
140143
Defines how CSS declarations can be embedded in markup attributes.
141144

142145
<dt><a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries Level 3</a>
146+
[[!CSS3-MEDIAQUERIES]]
143147
<dd>
144148
Replaces CSS2&sect;7.3 and expands on the syntax for media-specific styles.
145149

146150
<dt><a href="http://www.w3.org/TR/css3-conditional/">CSS Conditional Rules Level 3</a>
151+
[[!CSS3-CONDITIONAL]]
147152
<dd>
148153
Replaces CSS2&sect;7.2, updating the definition of ''@media'' rules to allow nesting,
149154
and introduces ''@supports'' rules for feature-support queries.
150155

151156
<dt><a href="http://www.w3.org/TR/css3-namespace/">CSS Namespaces</a>
157+
[[!CSS3-NAMESPACE]]
152158
<dd>
153159
Introduces an ''@namespace'' rule to allow namespace-prefixed selectors.
154160

155161
<dt><a href="http://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>
162+
[[!SELECT]]
156163
<dd>
157164
Replaces CSS2&sect;5 and CSS2&sect;6.4.3, defining an extended range of selectors.
158165

159166
<dt><a href="http://www.w3.org/TR/css3-cascade/">CSS Cascading and Inheritance Level 3</a>
167+
[[!CSS-CASCADE-3]]
160168
<dd>
161169
Replaces CSS2&sect;1.4.3 and CSS2&sect;6
162170

163171
<dt><a href="http://www.w3.org/TR/css3-values/">CSS Values and Units Level 3</a>
172+
[[!CSS-VALUES-3]]
164173
<dd>
165174
Replaces CSS2&sect;1.4.2.1, CSS2&sect;4.3, and CSS2&sect;A.2.1&ndash;3,
166175
defining CSS's property definition syntax
167176
and expanding its set of units.
168177

169178
<dt><a href="http://www.w3.org/TR/css3-color/">CSS Color Level 3</a>
179+
[[!CSS3-COLOR]]
170180
<dd>
171181
Replaces CSS2&sect;4.3.6, CSS2&sect;14.1, and CSS2&sect;18.2,
172182
defining an extended range of color values.
173183
Also introduces the 'opacity' property.
174184

175185
<dt><a href="http://www.w3.org/TR/css3-background/">CSS Backgrounds and Borders Level 3</a>
186+
[[!CSS3-BACKGROUND]]
176187
<dd>
177188
Replaces CSS2&sect;8.5 and CSS2&sect;14.2,
178189
providing more control of backgrounds and borders,
@@ -181,27 +192,32 @@ Background: The W3C Process and CSS</h3>
181192
and drop shadows.
182193

183194
<dt><a href="http://www.w3.org/TR/css3-images/">CSS Image Values and Replaced Content Level 3</a>
195+
[[!CSS3-IMAGES]]
184196
<dd>
185197
Provides a new foundation text for the sizing of replaced elements (such as images),
186198
adds additional controls to their sizing and orientation,
187199
and introduces syntax for gradients as images in CSS.
188200

189201
<dt><a href="http://www.w3.org/TR/css-fonts-3/">CSS Fonts Level 3</a>
202+
[[!CSS-FONTS-3]]
190203
<dd>
191204
Replaces CSS2&sect;15
192205
and provides more control over font choice and feature selection.
193206

194207
<dt><a href="http://www.w3.org/TR/css3-multicol/">CSS Multi-column Layout Level 1</a>
208+
[[!CSS3-MULTICOL]]
195209
<dd>
196210
Introduces multi-column flows to CSS layout.
197211

198212

199213
<dt><a href="http://www.w3.org/TR/css3-ui/">CSS User Interface Module Level 3</a>
214+
[[!CSS-UI-3]]
200215
<dd>
201216
Replaces CSS2&sect;18.1 and CSS2&sect;18.4,
202217
defining 'cursor', 'outline', and several new CSS features that also enhance the user interface.
203218

204219
<dt><a href="http://www.w3.org/TR/compositing-1/">CSS Compositing and Blending Level 1</a>
220+
[[!COMPOSITING]]
205221
<dd>
206222
Defines the compositing and blending of overlaid content
207223
and introduces features to control their modes.
@@ -216,15 +232,19 @@ Background: The W3C Process and CSS</h3>
216232

217233
<dl>
218234
<dt><a href="http://www.w3.org/TR/css3-transitions/">CSS Transitions Level 1</a>
235+
[[CSS3-TRANSITIONS]]
219236
and <a href="http://www.w3.org/TR/css3-animations/">CSS Animations Level 1</a>
237+
[[CSS3-ANIMATIONS]]
220238
<dd>
221239
Define mechanisms for transitioning the computed values of CSS properties over time.
222240

223241
<dt><a href="http://www.w3.org/TR/css-flexbox-1/">CSS Flexible Box Module Level 1</a>
242+
[[CSS-FLEXBOX-1]]
224243
<dd>
225244
Introduces a flexible linear layout model for CSS.
226245

227246
<dt><a href="http://www.w3.org/TR/css3-transforms/">CSS Transforms Level 1</a>
247+
[[CSS3-TRANSFORMS]]
228248
<dd>
229249
Introduces graphical transformations to CSS.
230250
</dl>
@@ -237,27 +257,32 @@ Background: The W3C Process and CSS</h3>
237257

238258
<dl>
239259
<dt><a href="http://www.w3.org/TR/css-counter-styles-3/">CSS Counter Styles Level 3</a>
260+
[[CSS-COUNTER-STYLES-3]]
240261
<dd>
241262
Expands the possible values of <<counter-style>>
242263
and provides an ''@counter-style'' syntax for customized counter styles.
243264

244265
<dt><a href="http://www.w3.org/TR/css-masking-1/">CSS Masking Level 1</a>
266+
[[CSS-MASKING-1]]
245267
<dd>
246268
Replaces CSS2&sect;11.1.2
247269
and introduces more powerful ways of clipping and masking content.
248270

249271
<dt><a href="http://www.w3.org/TR/css-shapes-1/">CSS Shapes Module Level 1</a>
272+
[[CSS-SHAPES-1]]
250273
<dd>
251274
Extends floats to effect non-rectangular wrapping shapes.
252275

253276
<dt><a href="http://www.w3.org/TR/css-text-decor-3/">CSS Text Decoration Level 3</a>
277+
[[CSS-TEXT-DECOR-3]]
254278
<dd>
255279
Replaces CSS2&sect;16.3,
256280
providing more control over text decoration lines
257281
and adding the ability to specify text emphasis marks
258282
and text shadows.
259283

260284
<dt><a href="http://www.w3.org/TR/css3-speech/">CSS Speech Module Level 1</a>
285+
[[CSS3-SPEECH]]
261286
<dd>
262287
Replaces CSS2&sect;A,
263288
overhauling the (non-normative) speech rendering chapter.

0 commit comments

Comments
 (0)