General module options.
Object HTMaker
Properties | |
checkTree | Determine if tree inseretions must be checked for DOM consistency. |
Determine if tree inseretions must be checked for DOM consistency.
If this switch is active, every inserted node must respect HTML 4.01 hierarcy constraints.
The check is relatively heavy, and once moving in a production phase, it's hardly likely that generated trees will change. For those application that are known to create well-formed XHTML trees, this option can be turned to false to improve performance.