RFR: JDK-8223364 : Bad placement of anchor relative to header

Priya Lakshmi Muthuswamy priya.lakshmi.muthuswamy at oracle.com
Mon May 27 04:24:35 UTC 2019


Hi Jon,

The extra blank space was appearing if we place anchor before the the 
heading.
This issue mainly occurs in field/method/constructor... detail section.

It is addressed by placing anchor within the header element.
Example of field details(separatorChar) in File.html :
<section class="detail">
<h3><a id="separatorChar">separatorChar</a></h3>

In the summary section, blank space issue is not there, so have placed 
anchor before the heading.

File.html structure:
http://cr.openjdk.java.net/~pmuthuswamy/8223364/8223364/review.01/File.html

Thanks,
Priya

On 5/24/2019 9:49 PM, Jonathan Gibbons wrote:
> Hi Priya,
>
> Previously, you were concerned about extra blank space appearing above 
> the heading.
> Can you point to what you have done to address that issue?
>
> -- Jon
>
> On 5/24/19 5:41 AM, Priya Lakshmi Muthuswamy wrote:
>> Hi,
>>
>> Kindly review the fix for 
>> https://bugs.openjdk.java.net/browse/JDK-8223364
>>
>> webrev : 
>> http://cr.openjdk.java.net/~pmuthuswamy/8223364/8223364/review.01/webrev.00/
>> api : 
>> http://cr.openjdk.java.net/~pmuthuswamy/8223364/8223364/review.01/api/
>>
>> Thanks,
>> Priya
>>


More information about the javadoc-dev mailing list