RFR: JDK-8266856 Make <wbr> element void
Vicente Romero
vromero at openjdk.java.net
Tue May 18 17:39:40 UTC 2021
On Tue, 18 May 2021 17:15:56 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a simple fix to treat `war` as a void element.
test/langtools/tools/doclint/html/HtmlVersionTagsAttrsTest.java line 154:
> 152: * </template>
> 153: * <p>Test current time is <time>10:00</time> at night</p>
> 154: * <p>Test<wbr>text</p>
this is a positive test shouldnt we have negative tests too?
-------------
PR: https://git.openjdk.java.net/jdk/pull/4098
More information about the compiler-dev
mailing list