Known Problems¶
Custom bullets in Internet Explorer 8 or lower¶
Custom bullets are set using the CSS notation attr()
, which is not supported by older versions of Internet Explorer
(8 or lower).
If you want to support said browsers, please consider a JavaScript solution.
“Custom bullet” input field also visible for unordered lists¶
Currently, the “Custom bullet” input field is also visible for unordered lists, even if the corresponding setting has no effect.
The cause lies in the current structure of the dialog. A corresponding solution is planned for a future release.