@@ -18,7 +18,7 @@ Introduction {#intro}
1818
1919This is a non-normative document.
2020It lists every term defined in CSS,
21- as long as it's marked up correctly for the spec generator .
21+ as long as it's marked up correctly for <a href="https://speced.github.io/bikeshed">Bikeshed</a> .
2222It is intended as a reference document for authors, implementors, and spec authors,
2323to aid in finding the definition for a term
2424hidden somewhere in the haystack of CSS specs.
@@ -27,20 +27,32 @@ There are some things missing,
2727and there are several mistakes,
2828either from use of legacy markup patterns that haven't been updated yet,
2929or the dfn-type-autodetector misfiring.
30- These will be cleaned up over time.
30+ These will be cleaned up over time;
31+ feel free to report them so we can fix them,
32+ or submit a PR yourself.
3133
3234Issue: A notable absence at the moment is a list of all the "dfn" type definitions--
3335the ordinary words and phrases given meaning in CSS.
34- This will show up shortly ,
36+ This will show up at some point ,
3537as soon as I add a mechanism to limit the index generation
3638to specs from a particular group.
3739(Right now you have to either list every spec you want explicitly,
3840or draw from all specs.)
3941
40- Properties and Descriptors {#properties}
42+ At-Rules {#at-rules}
43+ ====================
44+
45+ <index type=at-rule></index>
46+
47+ At-Rule Descriptors {#descriptors}
48+ ==================================
49+
50+ <index type=descriptor></index>
51+
52+ Properties {#properties}
4153========================
4254
43- <index type=" property, descriptor" ></index>
55+ <index type=property></index>
4456
4557Property/Descriptor Values {#values}
4658====================================
@@ -57,11 +69,6 @@ Functions {#functions}
5769
5870<index type=function></index>
5971
60- At-Rules {#at-rules}
61- ====================
62-
63- <index type=at-rule></index>
64-
6572Selectors {#selectors}
6673======================
6774
0 commit comments