@@ -19,12 +19,22 @@ Issue Tracking: Disposition of Comments https://drafts.csswg.org/css-cascade/iss
1919Abstract : This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
2020Ignored Terms : auto, flex items
2121Include Can I Use Panels : yes
22+ Informative Classes : ex
2223</pre>
2324
2425<pre class=link-defaults>
25- spec:css-values; type:value; text:ex
26+ spec:css-values-3; type: value; text:ex
27+ spec:css-conditional-3; type:at-rule; text:@media
28+ spec:mediaqueries-4; type:type; for:@media; text:all
2629spec:mediaqueries-4; type:type; text:<media-query>
2730spec:css2; type:property; text:display
31+ spec:css2; type:value; text:red
32+ </pre>
33+
34+ <pre class=ignored-specs>
35+ spec:mediaqueries-5
36+ spec:css-values-4
37+ spec:css-fonts-4
2838</pre>
2939
3040<h2 id="intro">
@@ -241,9 +251,9 @@ Shorthand Properties</h2>
241251 Like other <a>sub-properties</a> , it is reset to its initial value by the shorthand when unspecified,
242252 but the shorthand might not include syntax to set the <a>sub-property</a>
243253 to any of its other values.
244- For example, the 'border' shorthand resets 'border-image'
254+ <span class=ex> For example, the 'border' shorthand resets 'border-image'
245255 to its initial value of ''border-image/none'' ,
246- but has no syntax to set it to anything else. [[css-backgrounds-3]]
256+ but has no syntax to set it to anything else. [[css-backgrounds-3]] </span>
247257
248258 If a <a>shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a> [[!css-values-3]] ,
249259 it sets all of its <a>sub-properties</a> to that keyword,
@@ -471,10 +481,10 @@ Actual Values</h3>
471481
472482 A <a>used value</a> is in principle ready to be used,
473483 but a user agent may not be able to make use of the value in a given environment.
474- For example, a user agent may only be able to render borders with integer pixel widths
484+ <span class=ex> For example, a user agent may only be able to render borders with integer pixel widths
475485 and may therefore have to approximate the <a lt="used value">used</a> width.
476486 Also, the font size of an element may need adjustment based on the availability of fonts
477- or the value of the 'font-size-adjust' property.
487+ or the value of the 'font-size-adjust' property.</span>
478488 The <dfn export>actual value</dfn> is the used value after any such adjustments have been made.
479489
480490 Note: By probing the actual values of elements,
@@ -489,7 +499,8 @@ Actual Values</h3>
489499<h3 id="stages-examples">
490500Examples</h3>
491501
492- <table class="data">
502+ <table class="data non-normative">
503+ <caption> Examples of CSS Value Computation</caption>
493504 <thead>
494505 <tr>
495506 <th>
@@ -800,7 +811,7 @@ Important Declarations: the ''!important'' annotation</h3>
800811 (Animated values normally override all other rules.)
801812 [[css-animations-1]]
802813
803- [=User agent style sheets=] may also contain [=important=] declarations.
814+ [=User- agent style sheets=] may also contain [=important=] declarations.
804815 These override all [=author origin|author=] and [=user origin|user=] declarations.
805816
806817 <div class='example'>
@@ -972,7 +983,7 @@ Changes Since the 19 May 2016 Candidate Recommendation</h3>
972983 The following changes were made to this specification since the
973984 <a href="https://www.w3.org/TR/2018/CR-css-cascade-3-20180828/">28 August 2018 Candidate Recommendation</a> :
974985
975- <ul>
986+ <ul class=non-normative >
976987 <li>
977988 Clarify that ''@import'' ordering requirements are only in consideratin of valid rules.
978989 <li>
@@ -982,7 +993,7 @@ Changes Since the 19 May 2016 Candidate Recommendation</h3>
982993 The following non-trivial changes were made to this specification since the
983994 <a href="https://www.w3.org/TR/2016/CR-css-cascade-3-20160519/">19 May 2016 Candidate Recommendation</a> :
984995
985- <ul>
996+ <ul class=non-normative >
986997 <li id="change-2016-custom-all">
987998 Clarified that <a>custom properties</a> are not reset by the 'all' shorthand.
988999 (<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a> )
@@ -1033,7 +1044,7 @@ Changes Since the 3 October 2013 Candidate Recommendation</h3>
10331044 The following changes were made to this specification since the
10341045 <a href="https://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">3 October 2013 Candidate Recommendation</a> :
10351046
1036- <ul>
1047+ <ul class="non-normative" >
10371048 <li> Defined <a>environment encoding</a> of imported style sheets.
10381049 <blockquote>
10391050 <ins><p> The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]] </p></ins>
0 commit comments