Scope: managed applications.
1. Do not use fields with HTML documents (the FieldKind property is set to FormFieldKind.HTMLDocumentField) when it is possible to use 1C:Enterprise platform controls. Upon form development, try to use only standard controls provided in the platform.
For example, it is incorrect to display in forms separate hyperlinks using HTML document fields.
In this case, use buttons, labels with hyperlinks or formatted strings.
2. Allowed example of using a field with HTML document: display in forms various user instructions, built-in helps, guides with pictures.
Make sure pages are correctly displayed in all client application types and web browsers supported by 1C:Enterprise platform.
See also: