Discussion:
RFR: 8213819 : doclint should warn against {@index} inside <a> tag
Priya Lakshmi Muthuswamy
2018-11-21 06:27:34 UTC
Permalink
Hi,

Kindly review the fix for https://bugs.openjdk.java.net/browse/JDK-8213819
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8213819/webrev.00/

Thanks,
Priya
Hannes Wallnöfer
2018-11-21 09:48:16 UTC
Permalink
Hi Priya,

Looks good to me.

Hannes
Post by Priya Lakshmi Muthuswamy
Hi,
Kindly review the fix for https://bugs.openjdk.java.net/browse/JDK-8213819
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8213819/webrev.00/
Thanks,
Priya
Jonathan Gibbons
2018-11-21 19:50:41 UTC
Permalink
OK, with one minor grammatical suggestion

63 dc.tag.a.within.a = {0} which expands to <a> tag within <a> would be
better to rephrase it and use commas or parentheses around the
non-essential relative clause "which expands to..." E.g. 63
dc.tag.a.within.a = {0} tag, which expands to <a>, within <a>
63 dc.tag.a.within.a = {0} tag (which expands to <a>) within <a>
Post by Priya Lakshmi Muthuswamy
Hi,
Kindly review the fix for
https://bugs.openjdk.java.net/browse/JDK-8213819
webrev : http://cr.openjdk.java.net/~pmuthuswamy/8213819/webrev.00/
Thanks,
Priya
Loading...