RFR: JDK-8266856 Make <wbr> element void [v2]

Vicente Romero vromero at openjdk.java.net
Wed May 19 19:34:44 UTC 2021


On Tue, 18 May 2021 23:28:07 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> 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?
>
> I guess I felt this was close to a `noreg-trivial` change to an element that is rarely used, at least in doc comments. The only reason there's a test at all is because it is a holdover from the HTML5 conversion.

got it, sounds good

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

PR: https://git.openjdk.java.net/jdk/pull/4098


More information about the compiler-dev mailing list