mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-07 06:43:02 +03:00
- HTMLparser.c: Jonas Borgstrm patch, the <td>, and <th> elements
now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>. Daniel
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
|
* HTMLparser.c: Jonas Borgstr<74>m patch, the <td>, and <th> elements
|
||||||
|
now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
|
||||||
|
|
||||||
Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
|
* DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
|
||||||
|
@@ -508,8 +508,8 @@ const char *htmlStartClose[] = {
|
|||||||
"col", "caption", "col", "p", NULL,
|
"col", "caption", "col", "p", NULL,
|
||||||
"table", "p", "head", "h1", "h2", "h3", "h4", "h5", "h6", "pre",
|
"table", "p", "head", "h1", "h2", "h3", "h4", "h5", "h6", "pre",
|
||||||
"listing", "xmp", "a", NULL,
|
"listing", "xmp", "a", NULL,
|
||||||
"th", "th", "td", NULL,
|
"th", "th", "td", "p", "span", "font", "a", "b", "i", "u", NULL,
|
||||||
"td", "th", "td", "p", NULL,
|
"td", "th", "td", "p", "span", "font", "a", "b", "i", "u", NULL,
|
||||||
"tr", "th", "td", "tr", "caption", "col", "colgroup", "p", NULL,
|
"tr", "th", "td", "tr", "caption", "col", "colgroup", "p", NULL,
|
||||||
"thead", "caption", "col", "colgroup", NULL,
|
"thead", "caption", "col", "colgroup", NULL,
|
||||||
"tfoot", "th", "td", "tr", "caption", "col", "colgroup", "thead",
|
"tfoot", "th", "td", "tr", "caption", "col", "colgroup", "thead",
|
||||||
|
Reference in New Issue
Block a user