; html-rel.tab
;
; Keywords (link types) in the value of the REL attribute of the LINK tag
;
; There are three possible values for the flag:
;
; LT_OK Benign link type
; LT_DANGEROUS Dangerous link type
; LT_STYLESHEET Dangerous if style sheets are blocked
;
alternate NULL LT_OK
appendix NULL LT_OK
bookmark NULL LT_OK
chapter NULL LT_OK
contents NULL LT_OK
copyright NULL LT_OK
glossary NULL LT_OK
help NULL LT_OK
index NULL LT_OK
next NULL LT_OK
prev NULL LT_OK
section NULL LT_OK
start NULL LT_OK
stylesheet NULL LT_STYLESHEET
subsection NULL LT_OK