nested tags are not handled correctly

+1 vote
asked Nov 18, 2022 in Bug by boshka (4,060 points)

1 Answer

0 votes
answered Jan 12, 2023 by BenceSzalai (200 points)

As a workaround you can just redeclare the color without closing the subject tag.

Indeed it is a bug if we consider that it is said that compatibility with HTML is preserved, by which we may assume the syntax is XML like as in XHTML your example should be valid and the workaround above is invalid.

But right now the behaviour does not follow an XML logic of opening and closing tags enclosing effected text.

...