Since upgrade to Safari 17.0 (macOS 14.0), double quotation marks appear in rendered html text. This is a bug in Safari rendering / character encoding.
It seems that new line returns within the html code of the text (which are usually ignored in rendering) are translated into a double quotation ".
This bug did not occur for versions < 17.0.
See images attached:
First screenshot: HTML code containing new line return, see '... kreiert. \n Das Besondere ...'
Second screenshot: Safari renders this as '... kreiert."Das Besondere ...' -> Double quotation bug " showing up.
The problem is the " appearing as a character rendering instead of ignoring \n in code (which is standard behavior for browsers).
It seems that new line returns within the html code of the text (which are usually ignored in rendering) are translated into a double quotation ".
This bug did not occur for versions < 17.0.
See images attached:
First screenshot: HTML code containing new line return, see '... kreiert. \n Das Besondere ...'
Second screenshot: Safari renders this as '... kreiert."Das Besondere ...' -> Double quotation bug " showing up.
The problem is the " appearing as a character rendering instead of ignoring \n in code (which is standard behavior for browsers).
Last edited by a moderator: