RFR: 8323801: <s> tag doesn't strikethrough the text
Alexey Ivanov
aivanov at openjdk.org
Mon Feb 12 11:10:03 UTC 2024
On Mon, 12 Feb 2024 10:50:18 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
>> Probably we can do away with those tags which mention internal class OR mention the public action instead, like TagAction instead of ConvertAction
>> HiddenAction instead of TitleAction etc
>
> I agree we should do something about it. I think `ConvertAction` can be subclass of `CharacterAction`, then the listed actions in the table will be more inline with the implementation.
I've submitted [JDK-8325620](https://bugs.openjdk.org/browse/JDK-8325620): HTMLReader uses ConvertAction instead of specified CharacterAction for `<b>`, `<i>`, `<u>`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17659#discussion_r1486032983
More information about the client-libs-dev
mailing list