Integrated: 8323801: <s> tag doesn't strikethrough the text
Alexey Ivanov
aivanov at openjdk.org
Fri Feb 16 14:16:01 UTC 2024
On Wed, 31 Jan 2024 17:08:58 GMT, Alexey Ivanov <aivanov at 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.
This pull request has now been integrated.
Changeset: 80b63b67
Author: Alexey Ivanov <aivanov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/80b63b67293970936d57ae4375ad76cd2b11a333
Stats: 127 lines in 2 files changed: 117 ins; 0 del; 10 mod
8323801: <s> tag doesn't strikethrough the text
Reviewed-by: honkar, dnguyen, psadhukhan
-------------
PR: https://git.openjdk.org/jdk/pull/17659
More information about the client-libs-dev
mailing list