On Wed, 31 Jan 2024 17:08:58 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
> When `<s>` tag is used inside `<u>`, the `line-through` style is lost, and > the text is rendered with `underline` only. However, if `<strike>` is used, > the text is rendered with both `underline` and `line-through` styles. > > Both `<s>` and `<strike>` should render the text the same way. Changes looks good. The `<s>` tag works as expected as in the case of standard HTML with the fix. ------------- Marked as reviewed by honkar (Committer). PR Review: https://git.openjdk.org/jdk/pull/17659#pullrequestreview-1855024948