| 4649 | | HTMLArea._closingTags = " head script style div span tr td tbody table em strong b i strike code cite dfn abbr acronym font a title textarea select form "; |
| | 4649 | // These are all the tags for which the end tag is not optional or |
| | 4650 | // forbidden, taken from the list at: |
| | 4651 | // http://www.w3.org/TR/REC-html40/index/elements.html |
| | 4652 | HTMLArea._closingTags = " a abbr acronym address applet b bdo big blockquote button caption center cite code del dfn dir div dl em fieldset font form frameset h1 h2 h3 h4 h5 h6 i iframe ins kbd label legend map menu noframes noscript object ol optgroup pre q s samp script select small span strike strong style sub sup table textarea title tt u ul var "; |
| | 4653 | |