RFR: 8322708: Global HTML attributes are not allowed [v3]
Jonathan Gibbons
jjg at openjdk.org
Fri Jun 14 12:15:47 UTC 2024
On Tue, 11 Jun 2024 12:40:23 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:
>> Either what Chen has suggested or re-sort the complete list alphabetically as it was prior to this change, well, almost.
>
>> Either what Chen has suggested or re-sort the complete list alphabetically as it was prior to this change.
>
> I will go with Chen's suggestions, will fix in a bit.
>
> I might move STYLE down as it's also a global tag
I'm (mostly) with Pavel about `enum` ordering -- it's OK when there is an obvious natural order, but risky when it's not. It's generally better to find other ways to categorize members than relying on the order.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/19652#discussion_r1635605329
More information about the javadoc-dev
mailing list