Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
htmlIsAutoClosed | version 1.0 | no |
boolean htmlIsAutoClosed(number doc, number elem) |
doc | the HTML document handle |
elem | the HTML element |
The HTML DTD allows a tag to implicitly close other tags. The list is kept in htmlStartClose array. This function checks if a tag is autoclosed by one of it's child. |
Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT | (c)2013 Devronium Applications |