~ubuntu-branches/ubuntu/natty/bluefish/natty-proposed

« back to all changes in this revision

Viewing changes to data/bflang/all-html.bfinc

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2010-06-29 21:40:10 UTC
  • mfrom: (1.1.6 upstream) (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100629214010-2oxygudqcstn3zc6
Tags: 2.0.1-1
* New upstream release - the first release of the 2.0 series for Debian
  (closes: #570731; LP: #540126). This release fixes these reported issues:
  - Better settings handling (closes: #548272).
  - Improved filebrowser (LP: #45927).
  - Improved syntax highlighting engine (LP: #108628).
  - Improved file operations (LP: #181110).
  - Translated menu descriptions (LP: #371318, #371322). The chosen menu
    name is fine.
  - Improved browser commands and handling (LP: #158891, #348408).
* Updated and adjusted packaging files.
* debian/bluefish_icon.xpm: Renamed to debian/bluefish.xpm.
* debian/bluefish.install: Adjusted.
* debian/bluefish.menu (icon): Adjusted.
* debian/bluefish-data.install, debian/bluefish-plugins.install: Added.
* debian/control: Added bluefish-data, bluefish-dbg and bluefish-plugins.
  (Build-Depends): Dropped deprecated build-dependencies libaspell-dev,
  libgnomeui-dev, libgnomevfs2-dev, libpcre3-dev and dpatch. Added intltool,
  libtool, libenchant-dev and libgucharmap2-dev.
  (Standards-Version): Bumped to 3.8.4.
  (Depends, Suggests): Adjusted. Added gvfs-backends as dependency.
* debian/copyright: Updated.
* debian/rules: Rewritten. Dropped dpatch.
  (LDFLAGS): Dropped -Wl,-z,defs because of plugins.
  (config.status:): Adjusted configure switches.
  (install): Install to debian/tmp and list missing files.
  (binary-indep): Added for bluefish-data.
  (binary-arch): Adjusted. Put debugging symbols into bluefish-dbg.
* debian/watch: Added support for RCs.
* debian/README.Debian: Dropped (useless with 2.0).
* debian/README.source: Dropped together with dpatch.
* debian/patches/: Dropped (obsolete).
* debian/reportbug/: Dropped.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!--
 
3
                Bluefish HTML Editor
 
4
                all-html.bfinc $Revision: 4947 $
 
5
 
 
6
                Copyright (C) 2008-2009 Olivier Sessink
 
7
 
 
8
                This program is free software; you can redistribute it and/or modify
 
9
                it under the terms of the GNU General Public License as published by
 
10
                the Free Software Foundation; either version 2 of the License, or
 
11
                (at your option) any later version.
 
12
 
 
13
                This program is distributed in the hope that it will be useful,
 
14
                but WITHOUT ANY WARRANTY; without even the implied warranty of
 
15
                MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
16
                GNU General Public License for more details.
 
17
 
 
18
                You should have received a copy of the GNU General Public License
 
19
                along with this program; if not, write to the Free Software
 
20
                Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         
 
21
-->
 
22
 
 
23
<element id="e.html.lcomment" pattern="&lt;!--" highlight="html-comment" starts_block="1">
 
24
        <context symbols="-&gt; &#9;&#10;&#13;" highlight="html-comment">
 
25
                <element pattern="--&gt;" ends_block="1" blockstartelement="e.html.lcomment" highlight="html-comment" mayfold="1" ends_context="1" />
 
26
        </context>
 
27
</element>
 
28
 
 
29
<tag name="html" case_insens="1" sgml_shorttag="1" attributes="version,&i18n;" highlight="html-tag" autocomplete_append="&gt;&#10;&#10;&lt;/html&gt;" autocomplete_backup_cursor="8">
 
30
        <reference>Defines an HTML document</reference>
 
31
</tag>
 
32
<tag name="head" case_insens="1" sgml_shorttag="1" attributes="profile,&i18n;" highlight="html-tag" autocomplete_append="&gt;&#10;&#10;&lt;/head&gt;" autocomplete_backup_cursor="8">
 
33
        <reference>Defines the header information about the document</reference>
 
34
</tag>
 
35
<tag name="frameset" case_insens="1" sgml_shorttag="1" attributes="&univ;,cols,onload,onunload,rows">
 
36
        <reference>Defines a frameset</reference>
 
37
</tag>
 
38
<tag name="base" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="href,target" attribhighlight="html-attribute" autocomplete_append="&gt; &lt;/base&gt;" >
 
39
        <reference>Defines a default address or a default target for all links on a page</reference>
 
40
</tag>
 
41
<tag name="meta" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="&i18n;,content,http-equiv,name,scheme" attribhighlight="html-attribute" autocomplete_append=" &gt;" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
42
        <reference>Defines metadata about an HTML document</reference>
 
43
</tag>
 
44
<tag name="title" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="&i18n;" attribhighlight="html-attribute">
 
45
        <reference>Defines the title of a document</reference>
 
46
</tag>
 
47
 
 
48
<tag id="t.html.script" name="script" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="charset,defer,event,language,for,src,type" attribhighlight="html-attribute" autocomplete_append=" type=&quot;text/javascript&quot; &gt;&#10;&#10;&lt;/script&gt;" autocomplete_backup_cursor="10">
 
49
        <context symbols=" ;(){}[]:\&#34;\\',&gt;&lt;*&amp;^%!+=-|/?#&#9;&#10;&#13;.">
 
50
                <element pattern="(" id="e.html.js.lparen" starts_block="1" highlight="js-brackets" />
 
51
                <element pattern=")" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lparen" />
 
52
                <element pattern="{" id="e.html.js.lbrace" starts_block="1" highlight="js-brackets" />
 
53
                <element pattern="}" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lbrace" />
 
54
                <element pattern="[" id="e.html.js.lbracket" starts_block="1" highlight="js-brackets" />
 
55
                <element pattern="]" highlight="js-brackets" ends_block="1" blockstartelement="e.html.js.lbracket" />
 
56
                &all-javascript;
 
57
                <element pattern="//" highlight="js-comment">
 
58
                        <context symbols="&#10;&#13;&gt;&lt; " highlight="js-comment">
 
59
                                <element pattern="(&#10;|&#13;|&#13;&#10;)" is_regex="1" highlight="js-comment" ends_context="1" />
 
60
                                <element pattern="&lt;/script&gt;" highlight="html-tag" ends_context="3" case_insens="1" ends_block="1" blockstartelement="t.html.script"/>
 
61
                        </context>
 
62
                </element>
 
63
                <element id="e.html.js.blockcomment" pattern="/*" starts_block="1" highlight="js-comment">
 
64
                        <context symbols="*/&#9;&#10;&#13;&gt;&lt; " highlight="js-comment">
 
65
                                <element pattern="*/" ends_block="1" blockstartelement="e.html.js.blockcomment" highlight="js-comment" mayfold="1" ends_context="1" />
 
66
                                <element pattern="&lt;/script&gt;" highlight="html-tag" case_insens="1" ends_context="3" ends_block="1" blockstartelement="t.html.script"/>
 
67
                        </context>
 
68
                </element>
 
69
                <element idref="e.html.lcomment"/>
 
70
        </context>
 
71
</tag>
 
72
 
 
73
<tag name="style" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="&i18n;,media,title,type" attribhighlight="html-attribute" autocomplete_append="&gt;&#10;&#10;&lt;/style&gt;" autocomplete_backup_cursor="9" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
74
        <context symbols=" &#9;&#10;&#13;{}./*&lt;&gt;">
 
75
                <element idref="e.html.lcomment"/>      
 
76
                <element id="e.html.css.lcomment" pattern="/*" starts_block="1" highlight="css-comment">
 
77
                        <context symbols="*/&#9;&#10;&#13;" highlight="css-comment">
 
78
                                <element pattern="*/" ends_block="1" blockstartelement="e.html.css.lcomment" highlight="css-comment" ends_context="1" />
 
79
                        </context>
 
80
                </element>
 
81
                &css-selectors;
 
82
                <element id="e.css.lbrace" pattern="{" starts_block="1" highlight="css-brackets">
 
83
                        <context symbols=" &#9;&#10;&#13;{}.:&quot;';">
 
84
                                &css-rules;
 
85
                                <element id="e.css.lcomment" pattern="/*" starts_block="1" highlight="css-comment">
 
86
                                        <context symbols="*/&#9;&#10;&#13;" highlight="css-comment">
 
87
                                                <element pattern="*/" ends_block="1" blockstartelement="e.css.lcomment" highlight="css-comment" mayfold="1" ends_context="1" />
 
88
                                        </context>
 
89
                                </element>
 
90
                                <element pattern="&lt;/style&gt;" highlight="html-tag" ends_context="3" />
 
91
                                <element pattern="}" ends_block="1" blockstartelement="e.css.lbrace" highlight="css-brackets" ends_context="1" />
 
92
                        </context>
 
93
                </element>
 
94
        </context>
 
95
</tag>
 
96
 
 
97
<tag name="link" highlight="html-tag" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;&evnt;,charset,href,hreflang,media,rel,rev,target,type" attribhighlight="html-attribute" autocomplete_append="&gt;" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1" >
 
98
        <reference>Defines the relationship between a document and an external resource </reference>
 
99
</tag>
 
100
 
 
101
<tag name="body" highlight="html-tag" case_insens="1" sgml_shorttag="1" autocomplete_append="&gt;&#10;&#10;&lt;/body&gt;" autocomplete_backup_cursor="8" attributes="alink,background,bgcolor,link,onload,onunload,text,vlink,&univ;,&i18n;">
 
102
        <reference>Defines the document's body</reference>
 
103
</tag>
 
104
 
 
105
<group highlight="html-reference-external-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
106
        <tag name="a" case_insens="1" sgml_shorttag="1" attributes="accesskey,charset,coords,href,hreflang,name,onblur,onfocus,rel,rev,shape,tabindex,target,type,&univ;,&i18n;,&evnt;" autocomplete_append=" href=&#34;&#34; &gt;" >
 
107
                <reference>The a tag inserts an anchor into a document</reference>
 
108
        </tag>
 
109
        <tag name="img" case_insens="1" sgml_shorttag="1" no_close="1" attributes="&univ;,&i18n;,&evnt;,align,alt,border,height,hspace,ismap,longdesc,name,src,usemap,vspace,width" autocomplete_append=" src=&#34;&#34; alt=&#34;&#34; &gt;" >
 
110
                <reference>The img tag inserts an image into a document</reference>
 
111
        </tag>
 
112
        <tag name="object" case_insens="1" sgml_shorttag="1" attributes="align,archive,border,classid,codebase,codetype,data,declare,height,hspace,name,standby,tabindex,type,usemap,vspace,width,&univ;,&i18n;,&evnt;">
 
113
                <reference>Defines an embedded object</reference>
 
114
        </tag>
 
115
        <tag name="param" case_insens="1" sgml_shorttag="1" attributes="id,name,type,value,valuetype" autocomplete_append=" name=&#34;&#34; &gt;" />
 
116
</group>
 
117
 
 
118
<group highlight="html-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
119
        <tag name="abbr" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
120
                <reference>Defines an embedded object</reference>
 
121
        </tag>
 
122
        <tag name="acronym" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
123
                <reference>Defines an acronym</reference>
 
124
        </tag>
 
125
        <tag name="address" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
126
                <reference>Defines an address</reference>
 
127
        </tag>
 
128
        <tag name="area" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,alt,accesskey,coords,href,nohref,onblur,onfocus,shape,tabindex,target">
 
129
                <reference>Defines a click-able area inside an image-map</reference>
 
130
        </tag>
 
131
        <tag name="b" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
132
                <reference>Render content in bold face</reference>
 
133
        </tag>
 
134
        <tag name="bdo" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,dir">
 
135
                <reference>Defines/overrides the text direction (right-to-left or left-to-right)</reference>
 
136
        </tag>
 
137
        <tag name="big" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,dir">
 
138
                <reference>Renders content as bigger text</reference>
 
139
        </tag>
 
140
        <tag name="blockquote" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,cite">
 
141
                <reference>Defines a long quotation</reference>
 
142
        </tag>
 
143
        <tag name="br" case_insens="1" sgml_shorttag="1" no_close="1" autocomplete_append="&gt;" attributes="&univ;,clear">
 
144
                <reference>Defines a single line break</reference>
 
145
        </tag>
 
146
        <tag name="button" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,accesskey,disabled,name,onblur,onfocus,tabindex,type,value">
 
147
                <reference>Defines a push button</reference>
 
148
        </tag>
 
149
        <tag name="cite" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
150
                <reference>Defines a citation</reference>
 
151
        </tag>
 
152
        <tag name="code" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
153
                <reference>Defines computer code text</reference>
 
154
        </tag>
 
155
        <tag name="col" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align,char,charoff,span,valign,width">
 
156
                <reference>Defines attribute values for one or more columns in a table</reference>
 
157
        </tag>
 
158
        <tag name="colgroup" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align,char,charoff,span,valign,width">
 
159
                <reference>Defines a column group in a table for formatting</reference>
 
160
        </tag>
 
161
        <tag name="dd" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
162
                <reference>Defines a definition list definition</reference>
 
163
        </tag>
 
164
        <tag name="del" case_insens="1" sgml_shorttag="1"  attributes="&univ;,&i18n;,&evnt;,cite,datetime">
 
165
                <reference>Defines deleted text</reference>
 
166
        </tag>
 
167
        <tag name="dfn" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
168
                <reference>Defines a definition term</reference>
 
169
        </tag>
 
170
        <tag name="div" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
171
                <reference>Defines a block section in a document - it provides no visual change by itself</reference>
 
172
        </tag>
 
173
        <tag name="dl" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,compact">
 
174
                <reference>Defines a definition list</reference>
 
175
        </tag>
 
176
        <tag name="dt" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
177
                <reference>Defines a definition list term</reference>
 
178
        </tag>
 
179
        <tag name="em" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
180
                <reference>Defines emphasized text</reference>
 
181
        </tag>
 
182
        <tag name="h1" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
183
                <reference>Defines a HTML heading</reference>
 
184
        </tag>
 
185
        <tag name="h2" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
186
                <reference>Defines a HTML heading</reference>
 
187
        </tag>
 
188
        <tag name="h3" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
189
                <reference>Defines a HTML heading</reference>
 
190
        </tag>
 
191
        <tag name="h4" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
192
                <reference>Defines a HTML heading</reference>
 
193
        </tag>
 
194
        <tag name="h5" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
195
                <reference>Defines a HTML heading</reference>
 
196
        </tag>
 
197
        <tag name="h6" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
198
                <reference>Defines a HTML heading</reference>
 
199
        </tag>
 
200
        <tag name="hr" case_insens="1" sgml_shorttag="1" no_close="1" autocomplete_append="&gt;" attributes="&univ;,align,noshade,size,width" >
 
201
                <reference>Defines a horizontal line</reference>
 
202
        </tag>
 
203
        <tag name="i" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
204
                <reference>Defines italic text</reference>
 
205
        </tag>
 
206
        <tag name="ins" case_insens="1" sgml_shorttag="1"  attributes="&univ;,&i18n;,&evnt;,cite,datetime">
 
207
                <reference>Defines inserted text</reference>
 
208
        </tag>
 
209
        <tag name="kbd" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
210
                <reference>Defines keyboard text</reference>
 
211
        </tag>
 
212
        <tag name="li" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,type,value">
 
213
                <reference>Defines a list item</reference>
 
214
        </tag>
 
215
        <tag name="map" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,name">
 
216
                <reference>Defines an image-map with clickable areas</reference>
 
217
        </tag>
 
218
        <tag name="noscript" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
219
                <reference>Defines alternate content for users that have scripts disabled</reference>
 
220
        </tag>
 
221
        <tag name="ol" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,compact,start,type">
 
222
                <reference>Defines an ordered list</reference>
 
223
        </tag>
 
224
        <tag name="p" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,align">
 
225
                <reference>Defines a paragraph</reference>
 
226
        </tag>
 
227
        <tag name="pre" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,width">
 
228
                <reference>Defines preformatted text</reference>
 
229
        </tag>
 
230
        <tag name="q" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,cite">
 
231
                <reference>Defines a short quotation</reference>
 
232
        </tag>
 
233
        <tag name="samp" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
234
                <reference>Defines sample computer code</reference>
 
235
        </tag>
 
236
        <tag name="small" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
237
                <reference>Renders as smaller text</reference>
 
238
        </tag>
 
239
        <tag name="span" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
240
                <reference>Defines an inline section of the document - it provides no visual change by itself</reference>
 
241
        </tag>
 
242
        <tag name="strong" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
243
                <reference>Defines strong emphasized text</reference>
 
244
        </tag>
 
245
        <tag name="sub" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
246
                <reference>Defines subscripted text</reference>
 
247
        </tag>
 
248
        <tag name="sup" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
249
                <reference>Defines superscripted text</reference>
 
250
        </tag>
 
251
        <tag name="tt" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
252
                <reference>Defines teletype text</reference>
 
253
        </tag>
 
254
        <tag name="ul" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,compact,type">
 
255
                <reference>Defines an unordered list</reference>
 
256
        </tag>
 
257
        <tag name="var" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
258
                <reference>Defines a variable part of a text</reference>
 
259
        </tag>                  
 
260
</group>
 
261
 
 
262
<group highlight="html-deprecated-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
263
        <tag name="applet" case_insens="1" sgml_shorttag="1" attributes="&univ;,align,alt,archive,code,codebase,height,hspace,name,object,vspace,width">
 
264
                <reference>Defines an embedded Java applet (<b>deprecated</b>)</reference>
 
265
        </tag>
 
266
        <tag name="basefont" case_insens="1" sgml_shorttag="1" attributes="id,color,face,size">
 
267
                <reference>Defines the default font face, size and color for the text in a document (<b>deprecated</b>)</reference>
 
268
        </tag>
 
269
        <tag name="center" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
270
                <reference>Center text (<b>deprecated</b>)</reference>
 
271
        </tag>
 
272
        <tag name="dir" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,compact">
 
273
                <reference>Defines a list of directory titles (<b>deprecated</b>)</reference>
 
274
        </tag>
 
275
        <tag name="font" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,color,face,size">
 
276
                <reference>Defines font face, color and size for text (<b>deprecated</b>)</reference>
 
277
        </tag>
 
278
        <tag name="menu" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,compact">
 
279
                <reference>Defines a list of menu choices (<b>deprecated</b>)</reference>
 
280
        </tag>
 
281
        <tag name="s" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
282
                <reference>Render strike-through style text (<b>deprecated</b>)</reference>
 
283
        </tag>
 
284
        <tag name="strike" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
285
                <reference>Render strike-through style text (<b>deprecated</b>)</reference>
 
286
        </tag>
 
287
        <tag name="u" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
288
                <reference>Defines underlined text (<b>deprecated</b>)</reference>
 
289
        </tag>
 
290
</group>
 
291
 
 
292
<group highlight="html-deprecated-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
293
        <tag name="frame" case_insens="1" sgml_shorttag="1" attributes="&univ;,frameborder,longdesc,marginwidth,marginheight,name,noresize,scrolling,src">
 
294
                <reference>Defines a particular window (frame) within a frameset</reference>
 
295
        </tag>
 
296
        <tag name="noframes" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
297
                <reference>Defines content for browsers not able to handle/show frames</reference>
 
298
        </tag>
 
299
        <tag name="iframe" case_insens="1" sgml_shorttag="1" attributes="&univ;,align,frameborder,height,longdesc,marginwidth,marginheight,name,scrolling,src,width">
 
300
                <reference>Defines an inline frame that contains another document</reference>
 
301
        </tag>
 
302
</group>
 
303
 
 
304
<group highlight="html-form-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
305
        <tag name="fieldset" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;">
 
306
                <reference>Defines a border around elements in a form</reference>
 
307
        </tag>
 
308
        <tag name="form" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,accept,accept-charset,action,enctype,method,name,onreset,onsubmit,target">
 
309
                <reference>Defines an HTML form for user input</reference>
 
310
        </tag>
 
311
        <tag name="input" case_insens="1" sgml_shorttag="1" no_close="1" attributes="&univ;,&i18n;,&evnt;,accept,accesskey,align,alt,checked,disabled,ismap,maxlength,name,onblur,onchange,onfocus,onselect,readonly,size,src,tabindex,type,usemap,value">
 
312
                <reference>Defines an input control</reference>
 
313
        </tag>
 
314
        <tag name="isindex" case_insens="1" sgml_shorttag="1" attributes="class,dir,id,lang,prompt,style,title">
 
315
                <reference>Defines an input control</reference>
 
316
        </tag>
 
317
        <tag name="label" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,accesskey,for,onblur,onfocus">
 
318
                <reference>Defines a label for an input element</reference>
 
319
        </tag>
 
320
        <tag name="legend" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,accesskey,align">
 
321
                <reference>Defines a caption for a fieldset element</reference>
 
322
        </tag>
 
323
        <tag name="optgroup" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,disabled,label">
 
324
                <reference>     Defines a group of related options in a select list</reference>
 
325
        </tag>
 
326
        <tag name="option" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,disabled,label,selected,value">
 
327
                <reference>Defines an option in a select list</reference>
 
328
        </tag>
 
329
        <tag name="select" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,disabled,multiple,name,onblur,onchange,onfocus,size,tabindex">
 
330
                <reference>Defines a select list (drop-down list)</reference>
 
331
        </tag>
 
332
        <tag name="textarea" case_insens="1" sgml_shorttag="1" attributes="&univ;,&i18n;,&evnt;,accesskey,cols,disabled,name,onblur,onchange,onfocus,onselect,readonly,rows,tabindex">
 
333
                <reference>Defines a multi-line text input control</reference>
 
334
        </tag>
 
335
</group>
 
336
 
 
337
<group highlight="html-table-tag" attribhighlight="html-attribute" attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
338
        <tag name="table" case_insens="1" sgml_shorttag="1" attributes="align,border,bgcolor,cellpadding,cellspacing,frame,rules,summary,width,&univ;,&i18n;,&evnt;" autocomplete_append=" summary=&quot;&quot; &gt;&#10;&#10;&lt;/table&gt;" autocomplete_backup_cursor="9">
 
339
                <reference>Defines a table</reference>
 
340
        </tag>
 
341
        <tag name="caption" case_insens="1" sgml_shorttag="1" attributes="align,&univ;,&i18n;,&evnt;" >
 
342
                <reference>Defines a table caption</reference>
 
343
        </tag>
 
344
        <tag name="td" case_insens="1" sgml_shorttag="1" attributes="abbr,align,axis,bgcolor,char,charoff,colspan,headers,height,nowrap,rowspan,scope,valign,width,&univ;,&i18n;,&evnt;" >
 
345
                <reference>Defines a cell in a table</reference>
 
346
        </tag>
 
347
        <tag name="th" case_insens="1" sgml_shorttag="1" attributes="abbr,align,axis,bgcolor,char,charoff,colspan,headers,height,nowrap,rowspan,scope,valign,width,&univ;,&i18n;,&evnt;" >
 
348
                <reference>Defines a header cell in a table</reference>
 
349
        </tag>
 
350
        <tag name="tr" case_insens="1" sgml_shorttag="1" attributes="align,bgcolor,char,charoff,valign,&univ;,&i18n;,&evnt;" >
 
351
                <reference>Defines a row in a table</reference>
 
352
        </tag>
 
353
        <tag name="tbody" case_insens="1" sgml_shorttag="1" attributes="align,char,charoff,valign,&univ;,&i18n;,&evnt;" >
 
354
                <reference>Groups the body content in a table</reference>
 
355
        </tag>
 
356
        <tag name="tfoot" case_insens="1" sgml_shorttag="1" attributes="align,char,charoff,valign,&univ;,&i18n;,&evnt;" >
 
357
                <reference>Groups the footer content in a table</reference>
 
358
        </tag>
 
359
        <tag name="thead" case_insens="1" sgml_shorttag="1" attributes="align,char,charoff,valign,&univ;,&i18n;,&evnt;" >
 
360
                <reference>Groups the header content in a table</reference>
 
361
        </tag>
 
362
</group>
 
363
 
 
364
<element pattern="&amp;[a-z0-9#]+;" is_regex="1" highlight="html-entity" />