@@ -29,7 +29,7 @@ <H1><a name="q0">3 Conformance: Requirements and Recommendations</a></H1>
2929< p > < strong > Contents</ strong >
3030 < ul class ="toc ">
3131 < li class ="tocline2 "> < a href ="conform.html#q1 " class ="tocxref "> 3.1 Definitions</ a >
32- < li class ="tocline2 "> < a href ="conform.html#conformance " class ="tocxref "> 3.2 Conformance</ a >
32+ < li class ="tocline2 "> < a href ="conform.html#conformance " class ="tocxref "> 3.2 UA Conformance</ a >
3333 < li class ="tocline2 "> < a href ="conform.html#q3 " class ="tocxref "> 3.3 Error conditions</ a >
3434 < li class ="tocline2 "> < a href ="conform.html#text-css " class ="tocxref "> 3.4 < span class ="index-def " title ="text/css "> The text/css content type</ span > </ a >
3535 </ ul >
@@ -269,20 +269,20 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
269269< dd > An element A is called a following element of an element B, if and
270270only if B is a preceding element of A.
271271
272- < dt > < strong > < strong > < a name ="author "> Author</ a > </ strong > </ strong >
272+ < dt > < strong > < a name ="author "> Author</ a > </ strong >
273273< dd > An author is a person who writes
274274documents and associated style sheets. An
275275< a name ="x35 "> < span class ="index-def " title ="authoring tool "> < strong > authoring tool</ strong > </ span > </ a >
276- generates documents and associated style sheets.</ dd >
276+ is a < a href =" #user-agent " > User Agent </ a > that generates style sheets.</ dd >
277277
278- < dt > < strong > < strong > < a name ="user "> User</ a > </ strong > </ strong >
278+ < dt > < strong > < a name ="user "> User</ a > </ strong >
279279< dd > A user is a person who interacts with a user agent to view, hear, or
280280otherwise use a document and its associated style sheet. The user
281281may provide a personal style sheet that encodes personal
282282preferences.
283283</ dd >
284284
285- < dt > < strong > < strong > < a name ="user-agent "> User agent (UA)</ a > </ strong > </ strong >
285+ < dt > < strong > < a name ="user-agent "> User agent (UA)</ a > </ strong >
286286< dd > A < a name ="x36 "> < span class ="index-def " title ="user agent|UA "> user
287287agent</ span > </ a > is any program that interprets a document written in
288288the document language and applies associated style sheets according
@@ -296,6 +296,17 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
296296HTML user agent for the purpose of conformance with this
297297specification.
298298
299+ < dt > < strong > < a name ="property "> Property</ a > </ strong >
300+
301+ < dd > CSS defines a finite set of parameters, called properties, that
302+ direct the rendering of a document. Each property has a name (e.g.,
303+ 'color', 'font' or border') and a value (e.g., 'red', '12pt Times' or
304+ 'dotted'). Properties are attached to various parts of the document
305+ and to the page on which the document is to be displayed by the
306+ mechanisms of specificity, cascading and inheritance (see the chapter
307+ on < a href ="cascade.html "> Assigning property values, Cascading, and
308+ Inheritance</ a > ).
309+
299310</ dl >
300311
301312< div class ="html-example ">
@@ -338,7 +349,7 @@ <H2 id=defs><a name="q1">3.1 Definitions</a></H2>
338349
339350
340351
341- < h2 > 3.2 < a name ="conformance "> Conformance</ a > </ h2 >
352+ < h2 > 3.2 < a name ="conformance "> UA Conformance</ a > </ h2 >
342353
343354< P > This section defines < a name ="x38 "> < span class ="index-def "
344355title ="conformance "> conformance</ span > </ a > with the CSS 2.1
@@ -351,10 +362,10 @@ <h2>3.2 <a name="conformance">Conformance</a></h2>
351362
352363< ol >
353364
354- < li > It must support one or more of the CSS 2.1 < a href ="media.html "> media types</ a > .
365+ < li > It must recognize one or more of the CSS 2.1 < a href ="media.html "> media types</ a > .
355366
356367< li > For each source document, it must attempt to retrieve all
357- associated style sheets that are appropriate for the supported media
368+ associated style sheets that are appropriate for the recognized media
358369types. If it cannot retrieve all associated style sheets (for instance,
359370because of network errors), it must display the document using those
360371it can retrieve.
0 commit comments