@@ -1020,6 +1020,8 @@ <h2>Associating style sheets with documents</h2>
10201020
10211021< h3 > Media types</ h3 >
10221022
1023+ < p class ="issue "> [This section lacks testable statements.]</ p >
1024+
10231025< h4 > Introduction to media types</ h4 >
10241026
10251027< p > One of the most important features of style sheets is that they
@@ -1213,19 +1215,24 @@ <h3 id="associating-author">Author style sheets</h3>
12131215
12141216< p > This section is informative.</ p >
12151217
1216- < p class ="issue "> [Add informative references to [[HTML40]],
1217- [[CSSSTYLEATTR]] and xml-stylesheet [[XMLSTYLE]].]</ p >
1218+ < p class ="issue "> [This section should briefly summarize the mechanisms
1219+ for associating author style sheets with documents provided by
1220+ [[HTML40]], [[CSSSTYLEATTR]] and [[XMLSTYLE]].]</ p >
12181221
12191222< h3 id ="at-import "> Style sheets including other style sheets:
12201223the < code > @import</ code > rule</ h3 >
12211224
1222- < p class ="issue "> [Refer to cascade?]</ p >
1225+ < p class ="issue "> [When this section is rewritten to define user agent
1226+ conformance more clearly, it should state that (1) the media list
1227+ specified in an @import rule prevents the import from being processed if
1228+ the medium doesn't match, but it doesn't "associate" the media with the
1229+ style sheet so that it can't be imported some other way. (2) @import
1230+ without a medium must ignore any medium specified for the same style
1231+ sheet in a link from a document.]</ p >
12231232
1224- < p class ="issue "> [State that the media part prevents the import from
1225- being processed if the medium doesn't match, but it doesn't "associate"
1226- the media with the style sheet so that it can't be imported some other
1227- way. Further, state that @import without a medium must ignore any
1228- medium specified for the same style sheet in a link from a document]</ p >
1233+ < p class ="issue "> [Should the discussion of how imported stylesheets
1234+ affect the cascade's notion of order be here or in [[CSS3CASCADE]]? It
1235+ probably depends on which direction the module dependency goes.]</ p >
12291236
12301237< p > The < span class ="index-def "
12311238title ="@import "> < dfn > '@import'</ dfn > </ span > rule allows users to
@@ -1263,7 +1270,6 @@ <h3 id="at-import">Style sheets including other style sheets:
12631270< p > In the absence of any media types, the import is
12641271unconditional. Specifying 'all' for the medium has the same effect.</ p >
12651272
1266-
12671273< h2 > Defining namespaces: the < code > @namespace</ code > rule</ h2 >
12681274
12691275< p > The @namespace rule allows the style sheet author to declare a namespace
0 commit comments