Skip to content

Commit

Permalink
Change summary to caption, because summary is obsolete in HTML5 (#7534)
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben Novelli <rnovelli@redhat.com>
  • Loading branch information
rdnovell and Ruben Novelli committed Mar 7, 2023
1 parent 0eea996 commit 3468c8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
* <p>
* Available observer variants
* <br>
* <table border="1" style="border-collapse: collapse;" summary="The available observer types.">
* <table border="1" style="border-collapse: collapse;">
* <caption>The available observer types.</caption>
* <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>
* <tr>
* <td>{@link io.reactivex.rxjava3.core.Observable Observable}</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* <p>
* Available subject classes with their respective base classes and consumer interfaces:
* <br>
* <table border="1" style="border-collapse: collapse;" summary="The available subject classes with their respective base classes and consumer interfaces.">
* <table border="1" style="border-collapse: collapse;">
* <caption>The available subject classes with their respective base classes and consumer interfaces.</caption>
* <tr><td><b>Subject type</b></td><td><b>Base class</b></td><td><b>Consumer interface</b></td></tr>
* <tr>
* <td>{@link io.reactivex.rxjava3.subjects.Subject Subject}
Expand Down

0 comments on commit 3468c8b

Please sign in to comment.