You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(see <ahref=http://www.w3.org/Mail/Request>instructions</a>)
47
-
is preferred for discussion of this specification.
48
-
When sending e-mail,
49
-
please put the text “css-syntax” in the subject,
50
-
preferably like this:
51
-
“[css-syntax] <em>…summary of comment…</em>”
52
-
53
-
<p>
54
-
This document was produced by the <ahref=/Style/CSS/members>CSS Working Group</a>
55
-
(part of the <ahref=/Style/>Style Activity</a>).
56
-
57
-
<p>
58
-
This document was produced by a group operating under
59
-
the <ahref=/Consortium/Patent-Policy-20040205/>5 February 2004 W3C Patent Policy</a>.
60
-
W3C maintains a <ahref=/2004/01/pp-impl/32061/statusrel=disclosure>public list of any patent disclosures</a>
61
-
made in connection with the deliverables of the group;
62
-
that page also includes instructions for disclosing a patent.
63
-
An individual who has actual knowledge of a patent which the individual believes contains <ahref=/Consortium/Patent-Policy-20040205/#def-essential>Essential Claim(s)</a>
64
-
must disclose the information in accordance with <ahref=/Consortium/Patent-Policy-20040205/#sec-Disclosure>section 6 of the W3C Patent Policy</a>.</div>
37
+
<divdata-fill-with=status><p><em>This section describes the status of this document at the time of
38
+
its publication. Other documents may supersede this document. A list of
39
+
current W3C publications and the latest revision of this technical report
40
+
can be found in the <ahref=http://www.w3.org/TR/>W3C technical reports
41
+
index at http://www.w3.org/TR/.</a></em>
42
+
43
+
<p>Publication as a Working Draft does not imply endorsement by the W3C
44
+
Membership. This is a draft document and may be updated, replaced or
45
+
obsoleted by other documents at any time. It is inappropriate to cite this
46
+
document as other than work in progress.
47
+
48
+
<p>The (<ahref=http://lists.w3.org/Archives/Public/www-style/>archived</a>) public
49
+
mailing list <ahref=mailto:www-style@w3.org>www-style@w3.org</a> (see
50
+
<ahref=http://www.w3.org/Mail/Request>instructions</a>) is preferred
51
+
for discussion of this specification. When sending e-mail, please put the
52
+
text “css-syntax” in the subject, preferably like this:
53
+
“[<!---->css-syntax<!---->] <em>…summary of comment…</em>”
54
+
55
+
<p>This document was produced by the <ahref=http://www.w3.org/Style/CSS/members>CSS Working Group</a> (part of
56
+
the <ahref=http://www.w3.org/Style/>Style Activity</a>).
57
+
58
+
<p>This document was produced by a group operating under the <ahref=http://www.w3.org/Consortium/Patent-Policy-20040205/>5 February
59
+
2004 W3C Patent Policy</a>. W3C maintains a <ahref=http://www.w3.org/2004/01/pp-impl/32061/statusrel=disclosure>public list of any patent disclosures</a> made in
60
+
connection with the deliverables of the group; that page also includes
61
+
instructions for disclosing a patent. An individual who has actual
62
+
knowledge of a patent which the individual believes contains <ahref=http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential>Essential
63
+
Claim(s)</a> must disclose the information in accordance with <ahref=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section
64
+
6 of the W3C Patent Policy</a>.</div>
65
65
<divdata-fill-with=at-risk></div>
66
66
67
67
<h2class="no-num no-toc no-ref heading settled heading" id=contents><spanclass=content>Table of contents</span></h2>
<p> "<code>color: blue;</code>" is a declaration specifying that,
195
195
for the elements that match the selector,
196
-
their <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-color-3/#color0title=color>color</a> property should have the value <spanclass=cssdata-link-type=maybe>blue</span>.
197
-
Similiarly, their <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-text-decor-3/#text-decorationtitle=text-decoration>text-decoration</a> property should have the value <spanclass=cssdata-link-type=maybe>underline</span>.
196
+
their <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/css3-color/#color0title=color>color</a> property should have the value <spanclass=cssdata-link-type=maybe>blue</span>.
197
+
Similiarly, their <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/css-text-decor-3/#text-decorationtitle=text-decoration>text-decoration</a> property should have the value <spanclass=cssdata-link-type=maybe>underline</span>.
198
198
</div>
199
199
200
200
<p> At-rules are all different, but they have a basic structure in common.
<p> Here are several examples of <ahref=#at-rule>at-rules</a> that illustrate the varied syntax they may contain.
216
216
217
217
<pre>@import "my-styles.css";</pre>
218
-
<p> The <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-cascade-3/#at-ruledef-import>@import</a><ahref=#at-rule>at-rule</a> is a simple statement.
218
+
<p> The <aclass=cssdata-link-type=maybehref=http://www.w3.org/TR/css3-cascade/#import>@import</a><ahref=#at-rule>at-rule</a> is a simple statement.
219
219
After its name, it takes a single string or <spanclass=cssdata-link-type=maybe>url()</span> function to indicate the stylesheet that it should import.
that aren’t otherwise limited to a particular context.
2669
2669
2670
2670
<divclass=example>
2671
-
For example, the <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-fonts-3/#at-font-face-rule>@font-face</a> rule is defined to have an empty prelude,
2671
+
For example, the <aclass=cssdata-link-type=maybehref=http://www.w3.org/TR/css3-fonts/#at-font-face-rule>@font-face</a> rule is defined to have an empty prelude,
otherwise using <code>!important</code> is valid and has its usual effect on the cascade origin of the property.
2700
2700
2701
2701
<divclass=example>
2702
-
For example, the grammar for <aclass=cssdata-link-type=maybehref=http://dev.w3.org/csswg/css-fonts-3/#at-font-face-rule>@font-face</a> in the previous example must,
2702
+
For example, the grammar for <aclass=cssdata-link-type=maybehref=http://www.w3.org/TR/css3-fonts/#at-font-face-rule>@font-face</a> in the previous example must,
2703
2703
in addition to what is written there,
2704
2704
define that the allowed declarations are the descriptors defined in the Fonts spec.
must further define that they accept as declarations all animatable CSS properties,
2721
-
plus the <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-animations-1/#animation-timing-functiontitle=animation-timing-function>animation-timing-function</a> property,
2721
+
plus the <aclass=propertydata-link-type=propdeschref=http://www.w3.org/TR/css3-animations/#animation-timing-functiontitle=animation-timing-function>animation-timing-function</a> property,
<p> The <dfnclass=css-codedata-dfn-type=at-ruledata-export="" id=at-ruledef-charset>@charset<aclass=self-linkhref=#at-ruledef-charset></a></dfn> rule is a very special <ahref=#at-rule>at-rule</a> associated with determining the character encoding of the stylesheet.
<p> Additionally, an <aclass=cssdata-link-type=maybehref=#at-ruledef-charset>@charset</a> rule is invalid if it is not at the top-level of a stylesheet,
2796
2796
or if it is not the very first rule of a stylesheet.
2797
2797
2798
2798
<p><aclass=cssdata-link-type=maybehref=#at-ruledef-charset>@charset</a> rules have an <dfndata-dfn-type=dfndata-noexport="" id=encoding>encoding<aclass=self-linkhref=#encoding></a></dfn>,
2799
-
given by the value of the <aclass="production css-code" data-link-type=typehref=http://dev.w3.org/csswg/css-values-3/#string-value><string></a>.
2799
+
given by the value of the <aclass="production css-code" data-link-type=typehref=http://www.w3.org/TR/css3-values/#string-value><string></a>.
2800
2800
2801
2801
<p> The <aclass=cssdata-link-type=maybehref=#at-ruledef-charset>@charset</a> rule has <strong>no effect on a stylesheet</strong>.
0 commit comments