[jdk19] Integrated: 8281969: Bad result for the snippet @link tag if substring/regex consists of whitespace
Pavel Rappo
prappo at openjdk.org
Thu Jul 14 22:32:05 UTC 2022
On Thu, 14 Jul 2022 17:51:39 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> This PR fixes how links inside a snippet treat whitespace.
>
> During the development of the "Snippets" feature, the concern was about presentation of links that contain leading or trailing whitespace. For that reason, any such whitespace was trimmed. I think it's now reasonable to simplify code and say that any such presentation concerns should be solved with presentation tools, such as CSS.
This pull request has now been integrated.
Changeset: 15d3329e
Author: Pavel Rappo <prappo at openjdk.org>
URL: https://git.openjdk.org/jdk19/commit/15d3329edd552dcda29d6de2a6f20a5db075b60b
Stats: 61 lines in 2 files changed: 31 ins; 11 del; 19 mod
8281969: Bad result for the snippet @link tag if substring/regex consists of whitespace
Reviewed-by: jjg
-------------
PR: https://git.openjdk.org/jdk19/pull/142
More information about the javadoc-dev
mailing list