Skip to content

Commit 3468c8b

Browse files
rdnovellRuben Novelli
and
Ruben Novelli
authored
Change summary to caption, because summary is obsolete in HTML5 (#7534)
Co-authored-by: Ruben Novelli <rnovelli@redhat.com>
1 parent 0eea996 commit 3468c8b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/java/io/reactivex/rxjava3/observers/package-info.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
* <p>
2121
* Available observer variants
2222
* <br>
23-
* <table border="1" style="border-collapse: collapse;" summary="The available observer types.">
23+
* <table border="1" style="border-collapse: collapse;">
24+
* <caption>The available observer types.</caption>
2425
* <tr><td><b>Reactive type</b></td><td><b>Base interface</b></td><td><b>Simple</b></td><td><b>Disposable</b></td><td><b>Resource</b></td></tr>
2526
* <tr>
2627
* <td>{@link io.reactivex.rxjava3.core.Observable Observable}</td>

src/main/java/io/reactivex/rxjava3/subjects/package-info.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* <p>
1919
* Available subject classes with their respective base classes and consumer interfaces:
2020
* <br>
21-
* <table border="1" style="border-collapse: collapse;" summary="The available subject classes with their respective base classes and consumer interfaces.">
21+
* <table border="1" style="border-collapse: collapse;">
22+
* <caption>The available subject classes with their respective base classes and consumer interfaces.</caption>
2223
* <tr><td><b>Subject type</b></td><td><b>Base class</b></td><td><b>Consumer interface</b></td></tr>
2324
* <tr>
2425
* <td>{@link io.reactivex.rxjava3.subjects.Subject Subject}

0 commit comments

Comments
 (0)