~ubuntu-branches/debian/sid/bluefish/sid

« back to all changes in this revision

Viewing changes to data/bflang/xhtml.bflang2

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-09 14:36:58 UTC
  • mfrom: (17.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509143658-kgqxj5c23oi0lk20
Tags: 2.2.4-2
* debian/control (Standards-Version): Bumped to 3.9.4.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<!--
3
3
                Bluefish HTML Editor
4
 
                xhtml.bflang2 $Revision: 7307 $
 
4
                xhtml.bflang2 $Revision: 7702 $
5
5
 
6
6
                Copyright (C) 2008-2012 Olivier Sessink
7
7
 
28
28
        <!ENTITY css-rules SYSTEM "css-rules.bfinc">
29
29
        <!ENTITY all-javascript SYSTEM "all-javascript.bfinc">
30
30
]>
31
 
<bflang name="XHTML" version="2.0" table="12204" contexts="124" matches="2500">
 
31
<bflang name="XHTML" version="2.0" table="20599" contexts="234" matches="3628">
32
32
<header>
33
33
        <mime type="application/xhtml+xml"/>
34
34
        <option name="load_reference" default="1"/>
50
50
        <option name="javascript_string_object" default="1" description="String object" />
51
51
        <option name="javascript_window_object" default="1" description="Window object" />
52
52
        <option name="javascript_css_properties" default="1" description="CSS properties" />
 
53
        <highlight name="attribute-string" style="string-no-spell-check" />
53
54
        <highlight name="tag" style="tag" />
54
55
        <highlight name="reference-external-tag" style="special-tag" />
55
56
        <highlight name="table-tag" style="special-tag2" />
200
201
        <context symbols="&gt;&lt;&amp;; &#9;&#10;&#13;">
201
202
                <tag idref="t.xhtml.script" />
202
203
                <group highlight="reference-external-tag" attribhighlight="attribute"  attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
204
                        <autocomplete append="&gt;" />
203
205
                        <tag name="a" attributes="accesskey,charset,coords,href,hreflang,name,onblur,onfocus,rel,rev,shape,tabindex,target,type,&univ;,&i18n;,&evnt;" >
204
206
                                <autocomplete append=" href=&#34;&#34; &gt;" />
205
207
                        </tag>
213
215
                        </tag>
214
216
                </group>
215
217
                <group highlight="tag" attribhighlight="attribute"  attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
218
                        <autocomplete append="&gt;" />
216
219
                        <tag name="abbr" attributes="&univ;,&i18n;,&evnt;"/>
217
220
                        <tag name="acronym" attributes="&univ;,&i18n;,&evnt;"/>
218
221
                        <tag name="address" attributes="&univ;,&i18n;,&evnt;"/>
266
269
                <group highlight="form-tag" attribhighlight="attribute"  attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
267
270
                        <tag name="fieldset" attributes="&univ;,&i18n;,&evnt;"/>
268
271
                        <tag name="form" attributes="&univ;,&i18n;,&evnt;,accept,accept-charset,action,enctype,method,onsubmit,onreset"/>
269
 
                        <tag name="input" attributes="&univ;,&i18n;,&evnt;,type,name,value,checked,disabled,readonly,size,maxlength,src,alt,usemap,onselect,onchange,accept,accesskey,tabindex,onfocus,onblur"/>
 
272
                        <tag name="input" attributes="&univ;,&i18n;,&evnt;,type,name,value,checked,disabled,readonly,size,maxlength,src,alt,usemap,onselect,onchange,accept,accesskey,tabindex,onfocus,onblur" no_close="1">
 
273
                                <autocomplete append=" /&gt;" backup_cursor="2" />
 
274
                        </tag>
270
275
                        <tag name="label" attributes="&univ;,&i18n;,&evnt;,accesskey,for,onfocus,onblur"/>
271
276
                        <tag name="legend" attributes="&univ;,&i18n;,&evnt;,accesskey"/>
272
277
                        <tag name="optgroup" attributes="&univ;,&i18n;,&evnt;,disabled,label"/>
275
280
                        <tag name="textarea" attributes="&univ;,&i18n;,&evnt;,name,rows,cols,disabled,readonly,onselect,onchange"/>
276
281
                </group>
277
282
                <group highlight="table-tag" attribhighlight="attribute"  attrib_autocomplete_append="=&quot;&quot;" attrib_autocomplete_backup_cursor="1">
 
283
                        <autocomplete append="&gt;" />
278
284
                        <tag name="table" attributes="align,border,bgcolor,cellpadding,cellspacing,frame,rules,summary,width,&univ;,&i18n;,&evnt;" >
279
285
                                <autocomplete append=" summary=&quot;&quot; &gt;" />
280
286
                        </tag>