Recognize link targets in dfn elements

This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018696
This commit is contained in:
Rene Kita
2022-12-28 12:41:20 +01:00
parent 900b3d7b41
commit 047b448a3a
3 changed files with 7 additions and 4 deletions

2
html.h
View File

@@ -240,6 +240,8 @@ typedef struct {
#define HTML_N_SECTION 146
#define HTML_N_DT 147
#define HTML_N_DD 148
#define HTML_DFN 149
#define HTML_N_DFN 150
/* pseudo tag */
#define HTML_SELECT_INT 160