RFR: JDK-8292157: Incorrect error: "block element not allowed within inline element <a>" [v2]

Hannes Wallnöfer hannesw at openjdk.org
Tue Jun 6 19:39:49 UTC 2023


On Tue, 6 Jun 2023 16:06:29 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Would the following be better?
>> 
>> 
>> block element <{0}> not allowed within element <{1}> with default style
>> 
>> 
>> I found inconsistent use of angle brackets in several other messages in that file. Attempting to fix that causes a lot of breaking doclint tests, not sure if it is worth doing that as part of this change.
>
> That looks good
> 
> Optionally, we could file a followup RFE to try and make more resources more stylistically consistent

I changed the messages to the new format.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/13990#discussion_r1220209960


More information about the javadoc-dev mailing list