summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdewebdev/debian/docrc/html.docrc
blob: 9361e5eeeb5d74f72597957b90477f082936c08b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# TDE Config File
[Tree]

Doc dir=html

#top level elements
Top Element=HTML

HTML=#Top level elements,#Head elements,#Generic Block-level Elements,#Lists,#Tables,#Forms,#Special Inline Elements,#Phrase Elements,#Font Style Elements,#Frames,Entities,

Top level elements=HTML - HTML document,HEAD - Document head,BODY - Document body,FRAMESET,
HTML - HTML document=html/html.html
HEAD - Document head=head/head.html
BODY - Document body=html/body.html
FRAMESET=frames/frameset.html

Head elements=BASE - Document base URL,ISINDEX - Input prompt,LINK - Document relationship,META - Metadata,SCRIPT - Client-side script,STYLE - Embedded style sheet,TITLE - Document title,
BASE - Document base URL=head/base.html
ISINDEX - Input prompt=block/isindex.html
LINK - Document relationship=head/link.html
META - Metadata=head/meta.html
SCRIPT - Client-side script=special/script.html
STYLE - Embedded style sheet=head/style.html
TITLE - Document title=head/title.html

Generic Block-level Elements=ADDRESS - Address,BLOCKQUOTE - Block quotation,CENTER - Centered block,DEL - Deleted text,DIV - Generic block-level container,H1 - Level-one heading,H2 - Level-two heading,H3 - Level-three heading,H4 - Level-four heading,H5 - Level-five heading,H6 - Level-six heading,HR - Horizontal rule,INS - Inserted text,ISINDEX - Input prompt,NOSCRIPT - Alternate script content,P - Paragraph,PRE - Preformatted text,
ADDRESS - Address=block/address.html
BLOCKQUOTE - Block quotation=block/blockquote.html
CENTER - Centered block=block/center.html
DEL - Deleted text=phrase/del.html
DIV - Generic block-level container=block/div.html
H1 - Level-one heading=block/h1.html
H2 - Level-two heading=block/h2.html
H3 - Level-three heading=block/h3.html
H4 - Level-four heading=block/h4.html
H5 - Level-five heading=block/h5.html
H6 - Level-six heading=block/h6.html
HR - Horizontal rule=block/hr.html
INS - Inserted text=phrase/ins.html
NOSCRIPT - Alternate script content=block/noscript.html
P - Paragraph=block/p.html
PRE - Preformatted text=block/pre.html

Lists=DIR - Directory list,DL - Definition list,DT - Definition term,DD - Definition description,LI - List item,MENU - Menu list,OL - Ordered list,UL - Unordered list,
DIR - Directory list=lists/dir.html
DL - Definition list=lists/dl.html
DT - Definition term=lists/dt.html
DD - Definition description=lists/dd.html
LI - List item=lists/li.html
MENU - Menu list=lists/menu.html
OL - Ordered list=lists/ol.html
UL - Unordered list=lists/ul.html

Tables=TABLE - Table,CAPTION - Table caption,COLGROUP - Table column group,COL - Table column,THEAD - Table head,TFOOT - Table foot,TBODY - Table body,TR - Table row,TD - Table data cell,TH - Table header cell,
TABLE - Table=tables/table.html
CAPTION - Table caption=tables/caption.html
COLGROUP - Table column group=tables/colgroup.html
COL - Table column=tables/col.html
THEAD - Table head=tables/thead.html
TFOOT - Table foot=tables/tfoot.html
TBODY - Table body=tables/tbody.html
TR - Table row=tables/tr.html
TD - Table data cell=tables/td.html
TH - Table header cell=tables/th.html

Forms=FORM - Interactive form,BUTTON - Button,FIELDSET - Form control group,LEGEND - Fieldset caption,INPUT - Form input,LABEL - Form field label,SELECT - Option selector,OPTGROUP - Option group,OPTION - Menu option,TEXTAREA - Multi-line text input,
FORM - Interactive form=forms/form.html
BUTTON - Button=forms/button.html
FIELDSET - Form control group=forms/fieldset.html
LEGEND - Fieldset caption=forms/legend.html
INPUT - Form input=forms/input.html
LABEL - Form field label=forms/label.html
SELECT - Option selector=forms/select.html
OPTGROUP - Option group=forms/optgroup.html
OPTION - Menu option=forms/option.html
TEXTAREA - Multi-line text input=forms/textarea.html

Special Inline Elements=A - Anchor,APPLET - Java applet,BASEFONT - Base font change,BDO - BiDi override,BR - Line break,FONT - Font change,IFRAME - Inline frame,IMG - Inline image,MAP - Image map,AREA - Image map region,OBJECT - Object,PARAM - Object parameter,Q - Short quotation,SCRIPT - Client-side script,SPAN - Generic inline container,SUB - Subscript,SUP - Superscript,
A - Anchor=special/a.html
APPLET - Java applet=special/applet.html
BASEFONT - Base font change=special/basefont.html
BDO - BiDi override=special/bdo.html
BR - Line break=special/br.html
FONT - Font change=special/font.html
IFRAME - Inline frame=special/iframe.html
IMG - Inline image=special/img.html
MAP - Image map=special/map.html
AREA - Image map region=special/area.html
OBJECT - Object=special/object.html
PARAM - Object parameter=special/param.html
Q - Short quotation=special/q.html
SPAN - Generic inline container=special/span.html
SUB - Subscript=special/sub.html
SUP - Superscript=special/sup.html

Phrase Elements=ABBR - Abbreviation,ACRONYM - Acronym,CITE - Citation,CODE - Computer code,DEL - Deleted text,DFN - Defined term,EM - Emphasis,INS - Inserted text,KBD - Text to be input,SAMP - Sample output,STRONG - Strong emphasis,VAR - Variable,
ABBR - Abbreviation=phrase/abbr.html
ACRONYM - Acronym=phrase/acronym.html
CITE - Citation=phrase/cite.html
CODE - Computer code=phrase/code.html
DEL - Deleted text=phrase/del.html
DFN - Defined term=phrase/dfn.html
EM - Emphasis=phrase/em.html
INS - Inserted text=phrase/ins.html
KBD - Text to be input=phrase/kbd.html
SAMP - Sample output=phrase/samp.html
STRONG - Strong emphasis=phrase/strong.html
VAR - Variable=phrase/var.html

Font Style Elements=B - Bold text,BIG - Large text,I - Italic text,S - Strike-through text,SMALL - Small text,STRIKE - Strike-through text,TT - Teletype text,U - Underlined text,
B - Bold text=fontstyle/b.html
BIG - Large text=fontstyle/big.html
I - Italic text=fontstyle/i.html
S - Strike-through text=fontstyle/s.html
SMALL - Small text=fontstyle/small.html
STRIKE - Strike-through text=fontstyle/strike.html
TT - Teletype text=fontstyle/tt.html
U - Underlined text=fontstyle/u.html

Frames=FRAMESET - Frameset,FRAME - Frame,NOFRAMES - Frames alternate content,
FRAMESET - Frameset=frames/frameset.html
FRAME - Frame=frames/frame.html
NOFRAMES - Frames alternate content=frames/noframes.html

Entities=entities/index.html

# keywords for context help
[Context]

ContextList=HTML,HEAD,BODY,FRAMESET,BASE,ISINDEX,LINK,META,SCRIPT,STYLE,TITLE,ADDRESS,BLOCKQUOTE,CENTER,DEL,DIV,H1,H2,H3,H4,H5,H6,HR,INS,NOSCRIPT,P,PRE,DIR,DL,DT,DD,LI,MENU,OL,UL,TABLE,CAPTION,COLGROUP,COL,THEAD,TFOOT,TBODY,TR,TD,TH,FORM,BUTTON,FIELDSET,LEGEND,INPUT,LABEL,SELECT,OPTGROUP,OPTION,TEXTAREA,A,APPLET,BASEFONT,BDO,BR,FONT,IFRAME,IMG,MAP,AREA,OBJECT,PARAM,Q,SPAN,SUB,SUP,ABBR,ACRONYM,CITE,CODE,DEL,DFN,EM,INS,KBD,SAMP,STRONG,VAR,B,BIG,I,S,SMALL,STRIKE,TT,U,FRAME,NOFRAMES,

HTML=html/html.html
HEAD=head/head.html
BODY=html/body.html
FRAMESET=frames/frameset.html
BASE=head/base.html
ISINDEX=block/isindex.html
LINK=head/link.html
META=head/meta.html
SCRIPT=special/script.html
STYLE=head/style.html
TITLE=head/title.html
ADDRESS=block/address.html
BLOCKQUOTE=block/blockquote.html
CENTER=block/center.html
DEL=phrase/del.html
DIV=block/div.html
H1=block/h1.html
H2=block/h2.html
H3=block/h3.html
H4=block/h4.html
H5=block/h5.html
H6=block/h6.html
HR=block/hr.html
INS=phrase/ins.html
NOSCRIPT=block/noscript.html
P=block/p.html
PRE=block/pre.html
DIR=lists/dir.html
DL=lists/dl.html
DT=lists/dt.html
DD=lists/dd.html
LI=lists/li.html
MENU=lists/menu.html
OL=lists/ol.html
UL=lists/ul.html
TABLE=tables/table.html
CAPTION=tables/caption.html
COLGROUP=tables/colgroup.html
COL=tables/col.html
THEAD=tables/thead.html
TFOOT=tables/tfoot.html
TBODY=tables/tbody.html
TR=tables/tr.html
TD=tables/td.html
TH=tables/th.html
FORM=forms/form.html
BUTTON=forms/button.html
FIELDSET=forms/fieldset.html
LEGEND=forms/legend.html
INPUT=forms/input.html
LABEL=forms/label.html
SELECT=forms/select.html
OPTGROUP=forms/optgroup.html
OPTION=forms/option.html
TEXTAREA=forms/textarea.html
A=special/a.html
APPLET=special/applet.html
BASEFONT=special/basefont.html
BDO=special/bdo.html
BR=special/br.html
FONT=special/font.html
IFRAME=special/iframe.html
IMG=special/img.html
MAP=special/map.html
AREA=special/area.html
OBJECT=special/object.html
PARAM=special/param.html
Q=special/q.html
SPAN=special/span.html
SUB=special/sub.html
SUP=special/sup.html
ABBR=phrase/abbr.html
ACRONYM=phrase/acronym.html
CITE=phrase/cite.html
CODE=phrase/code.html
DEL=phrase/del.html
DFN=phrase/dfn.html
EM=phrase/em.html
INS=phrase/ins.html
KBD=phrase/kbd.html
SAMP=phrase/samp.html
STRONG=phrase/strong.html
VAR=phrase/var.html
B=fontstyle/b.html
BIG=fontstyle/big.html
I=fontstyle/i.html
S=fontstyle/s.html
SMALL=fontstyle/small.html
STRIKE=fontstyle/strike.html
TT=fontstyle/tt.html
U=fontstyle/u.html
FRAME=frames/frame.html
NOFRAMES=frames/noframes.html