Skip to content

Commit e3197c5

Browse files
committed
[indexes] Rearrange sections, separate properties and descriptors. #13498
1 parent 8f01339 commit e3197c5

1 file changed

Lines changed: 17 additions & 10 deletions

File tree

indexes/Overview.bs

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Introduction {#intro}
1818

1919
This is a non-normative document.
2020
It 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>.
2222
It is intended as a reference document for authors, implementors, and spec authors,
2323
to aid in finding the definition for a term
2424
hidden somewhere in the haystack of CSS specs.
@@ -27,20 +27,32 @@ There are some things missing,
2727
and there are several mistakes,
2828
either from use of legacy markup patterns that haven't been updated yet,
2929
or 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

3234
Issue: A notable absence at the moment is a list of all the "dfn" type definitions--
3335
the ordinary words and phrases given meaning in CSS.
34-
This will show up shortly,
36+
This will show up at some point,
3537
as soon as I add a mechanism to limit the index generation
3638
to specs from a particular group.
3739
(Right now you have to either list every spec you want explicitly,
3840
or 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

4557
Property/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-
6572
Selectors {#selectors}
6673
======================
6774

0 commit comments

Comments
 (0)