[icedtea-web] RFC: More javadoc fixes for Java 8
Jiri Vanek
jvanek at redhat.com
Mon May 12 05:11:50 UTC 2014
On 05/10/2014 04:07 AM, Jacob Wisor wrote:
> On 5/10/2014 2:14 AM Omair Majid wrote:
>> Hi,
>>
>> I recently tried compiling icedtea-web with java 8 and ran into more
>> javadoc issues. Apparently, self-enclosing tags (<br/>) are now not
>> allowed either.
I thought that itw javadoc can be generated in jdk8. How come it is not anymore?
>
> Self-enclosing elements are actually required by the XML specification, hence also by XHTML. Please
> do not remove them.
>
Then perhaps get rid of br at all, and use <p></p> or <div></div>
J.
More information about the distro-pkg-dev
mailing list