On Wed, 18 May 2022 14:46:42 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> It's the last issue in the series, and it still touches different areas of
> the code.
Build changes look good. Thanks for the cleanu
This is a CSS/JavaScript only change to implement copy-to-clipboard
functionality for all headers (`h1` - `h6`) that have an `id` attribute
associated with them. The following element-attribute patterns are supported
(using `` as an example):
- `` (generated by javadoc)
- `` (commonly used)
On Fri, 20 May 2022 17:20:19 GMT, Hannes Wallnöfer wrote:
> This is a CSS/JavaScript only change to implement copy-to-clipboard
> functionality for all headers (`h1` - `h6`) that have an `id` attribute
> associated with them. The following element-attribute patterns are supported
> (using `` a
On Fri, 20 May 2022 17:20:19 GMT, Hannes Wallnöfer wrote:
> This is a CSS/JavaScript only change to implement copy-to-clipboard
> functionality for all headers (`h1` - `h6`) that have an `id` attribute
> associated with them. The following element-attribute patterns are supported
> (using `` a
Use the term "main description".
-
Commit messages:
- Update copyright years
- Initial commit
Changes: https://git.openjdk.java.net/jdk/pull/8818/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8818&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8287099
S
On Fri, 20 May 2022 20:55:02 GMT, Pavel Rappo wrote:
> Use the term "main description".
Approved.
To be clear, I think we should keep the unadorned term _description_ for any
narrative description in any possible, and that we should use _main
description_ for the content before any block tags
Now the default values of annotation interface methods are rendered in ``
tags like the values on the constant values page.
Compare `BeanProperties` from [JDK
18](https://docs.oracle.com/en/java/javase/18/docs/api/java.desktop/java/beans/BeanProperty.html)
and [this
patch](https://cr.openjdk.j