On Mon, 12 Feb 2024 11:07:41 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> 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>` > HiddenAction instead of TitleAction etc I've submitted [JDK-8325623](https://bugs.openjdk.org/browse/JDK-8325623): HTMLReader refers to non-public classes as tag handlers I decided to submit separate bugs because `ConvertAction` would likely have some source code changes. However, both bugs can be addressed as one changeset. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/17659#discussion_r1486045797