SingingBush commented on code in PR #68: URL: https://github.com/apache/xerces-j/pull/68#discussion_r2564131771
########## src/org/apache/xerces/xs/datatypes/package.html: ########## @@ -27,6 +27,7 @@ <BR> <BR> <TABLE border="1"> + <caption>Mappings between XML Schema Data Type and applicable interfaces</caption> Review Comment: I've been looking for related issues on the openjdk.org Jira and found https://bugs.openjdk.org/browse/JDK-8247955 So it seems that setting `role="presentation"` on the table tag is the way to go if captions are not desired. I'll do this in a separate PR so that it can be done on all tables: https://github.com/apache/xerces-j/pull/69 -- 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]
