Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute not supported in HTML5 when run javadoc with JDK11 #7533

Closed
rdnovell opened this issue Mar 7, 2023 · 0 comments · Fixed by #7534
Closed

Attribute not supported in HTML5 when run javadoc with JDK11 #7533

rdnovell opened this issue Mar 7, 2023 · 0 comments · Fixed by #7534

Comments

@rdnovell
Copy link
Contributor

rdnovell commented Mar 7, 2023

Hello, when I run "./gradlew javadoc --stacktrace" using JDK 11.0.2-open or 11.0.18-zulu I get:

[user@localhost ReactiveX-RxJava]$ ./gradlew javadoc --stacktrace

> Task :javadoc
/tmp/ReactiveX-RxJava/src/main/java/io/reactivex/rxjava3/observers/package-info.java:23: error: attribute not supported in HTML5: summary
 * <table border="1" style="border-collapse: collapse;" summary="The available observer types.">
                                                        ^
/tmp/ReactiveX-RxJava/src/main/java/io/reactivex/rxjava3/subjects/package-info.java:21: error: attribute not supported in HTML5: summary
 * <table border="1" style="border-collapse: collapse;" summary="The available subject classes with their respective base classes and consumer interfaces.">
                                                        ^
2 errors

Based on w3c doc
Note: In HTML5 the summary attribute is obsolete. Assistive technologies may or may not continue to support the attribute. Authors should consider alternatives and only use with caution.

I created a PR solving this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants