RFR: 8323801: <s> tag doesn't strikethrough the text [v2]
Damon Nguyen
dnguyen at openjdk.org
Tue Feb 13 22:53:03 UTC 2024
On Mon, 12 Feb 2024 20:55:34 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.
>
> Alexey Ivanov has updated the pull request incrementally with three additional commits since the last revision:
>
> - Use RuntimeException rather than Error
> - Rename the Java class to HTMLUnderlineStrike
> - Rename HTMLStrike.java to HTMLUnderlineStrike.java
Updates look good
-------------
Marked as reviewed by dnguyen (Committer).
PR Review: https://git.openjdk.org/jdk/pull/17659#pullrequestreview-1879084838
More information about the client-libs-dev
mailing list