mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
* HTMLparser.c: a broken HTML table attributes initialization,
fixes #581803, by Roland Steiner <rolandsteiner@google.com> Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 12 09:13:58 CEST 2009 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* HTMLparser.c: a broken HTML table attributes initialization,
|
||||||
|
by Roland Steiner <rolandsteiner@google.com>
|
||||||
|
|
||||||
Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com>
|
Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* libxml2.doap: adding RDF dope file.
|
* libxml2.doap: adding RDF dope file.
|
||||||
|
@ -606,7 +606,7 @@ static const char* const language_attr[] = { "language", NULL } ;
|
|||||||
static const char* const select_content[] = { "optgroup", "option", NULL } ;
|
static const char* const select_content[] = { "optgroup", "option", NULL } ;
|
||||||
static const char* const select_attrs[] = { ATTRS, "name", "size", "multiple", "disabled", "tabindex", "onfocus", "onblur", "onchange", NULL } ;
|
static const char* const select_attrs[] = { ATTRS, "name", "size", "multiple", "disabled", "tabindex", "onfocus", "onblur", "onchange", NULL } ;
|
||||||
static const char* const style_attrs[] = { I18N, "media", "title", NULL } ;
|
static const char* const style_attrs[] = { I18N, "media", "title", NULL } ;
|
||||||
static const char* const table_attrs[] = { ATTRS "summary", "width", "border", "frame", "rules", "cellspacing", "cellpadding", "datapagesize", NULL } ;
|
static const char* const table_attrs[] = { ATTRS, "summary", "width", "border", "frame", "rules", "cellspacing", "cellpadding", "datapagesize", NULL } ;
|
||||||
static const char* const table_depr[] = { "align", "bgcolor", NULL } ;
|
static const char* const table_depr[] = { "align", "bgcolor", NULL } ;
|
||||||
static const char* const table_contents[] = { "caption", "col", "colgroup", "thead", "tfoot", "tbody", "tr", NULL} ;
|
static const char* const table_contents[] = { "caption", "col", "colgroup", "thead", "tfoot", "tbody", "tr", NULL} ;
|
||||||
static const char* const tr_elt[] = { "tr", NULL } ;
|
static const char* const tr_elt[] = { "tr", NULL } ;
|
||||||
|
Reference in New Issue
Block a user