# # $Revision: 1.45 $ # # tokenlist.tcl -- # # This file contains raw data used to build a database of tag # information used by tkhtml at runtime. Most of the information in # this file comes from the SGML specification of the various versions # of the HTML language. Also, some html tags require a special C # structure to be allocated for some specific use. This file identifies # these tags. # # In an HTML document, some elements have implicit close tags (some # also have optional open tags, but this is handled entirely in # htmltree.c). To build the correct document tree from an HTML file # tkhtml needs to know about this. So this file contains enough # information to allow implicit close tags to be determined. # # The rules for implicit closes in HTML are summarised in the # following table: # # Tag | Allowed content # ------------------------------- #

| %inline only. # | only. #

| %flow #
| %inline only. #
  • | %flow #