SingingBush opened a new pull request, #69: URL: https://github.com/apache/xerces-j/pull/69
As per discussion on https://github.com/apache/xerces-j/pull/68#discussion_r2564131771 In newer JDK Javadoc will error if a table has no *caption* and warn if a table's *caption* is empty. A related OpenJDK issue (https://bugs.openjdk.org/browse/JDK-8247955) states that tables should have the `role="presentation"` attribute set to prevent this behaviour. This resolves the problem on recent JDK versions. However, it's worth noting that when using an outdated JDK such as Java 8 this attribute is unknown, which will also result in an error: `error: unknown attribute: role` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
