File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * It's ok to use <TABLE>.
2+
3+ * It's ok to include GIF files in the spec.
4+
5+
6+ ************
7+ Properties
8+ ************
9+
10+ * To mark up property definitions:
11+
12+ <DIV class="propdef">
13+ <Hn class="propname">'prop-name'</Hn>
14+ <TABLE>
15+ <TR><TH><em>Value:</em><TD>...</TR>
16+ <TR><TH><em>Initial:</em><TD>...</TR>
17+ <TR><TH><em>Applies to:</em><TD>...</TR>
18+ <TR><TH><em>Inherited:</em><TD>...</TR>
19+ <TR><TH><em>Percentage values:</em><TD>...</TR>
20+ </TABLE>
21+ </DIV>
22+
23+ * To mark up property instances:
24+
25+ <span class="propinst">'prop-name'</span>
26+
27+
28+ ************
29+ Concept index markup
30+ ************
31+
32+ * To mark up terms for the concept index, use several classes:
33+
34+ concept-index: Indicates that the term belongs in the index
35+
36+ The second class may be either "def" or "inst", for whether
37+ the occurrence is the defining instance of a term or just an
38+ instance of use.
39+
40+ The third class will be the term to use in the index.
41+
42+ [Subsequent class names indicate Nth level index entries]
43+
44+ <span class="concept-index, inst, cascade">cascading stuff</span>
45+
46+ [The value of the SPAN element will not be used?]
47+
48+ ************
49+ Examples
50+ ************
51+ * In accordance with the HTML spec, use uppercase for
52+ element names and lowercase for attribute names.
53+
54+
55+
Original file line number Diff line number Diff line change 1+ cover.src
2+ about.src
3+
4+ introtop.src
5+ tutorial.src
6+ cssdesgn.src
7+
8+ convent.src
9+ syndata.src
10+
11+ doctree.src
12+ selector.src
13+ cascade.src
14+ media.src
15+ flowobj.src
16+ colors.src
17+ fonts.src
18+ text.src
19+ boxmodel.src
20+ ui.src
21+
22+ conform.src
23+
24+ refs.src
25+
26+ concptix.src
27+ propix.src
28+
29+ sample.src
30+ changes.src
31+ notes.src
32+ grammar.src
You can’t perform that action at this time.
0 commit comments