On Mon, 18 Apr 2022 13:24:55 GMT, Jayathirth D V <j...@openjdk.org> wrote:
>> Replaces usages of articles that follow each other in all combinations: >> a/the, an?/an?, the/the⦠>> >> I fixed a couple of other spelling mistakes. >> >> I also expanded wildcard imports. > > test/jdk/javax/accessibility/manual/ComboBoxDemo.html line 63: > >> 61: <td style="Width:100%;" colspan="3"> >> 62: <ol> >> 63: <li>Verify that space and down arrow bring up the >> drop-down list.<br> > > Is this HTML refactoring needed as part of this PR? The `<img>` element is placed after `</li>` and before the next `<li>`. In HTML `<ol>` doesn't allow anything but `<li>` elements. I placed the image to where it was supposed to be. I decided it was easier and more efficient to fix it as part of this change rather than submit a new bug and create a new pull request afterwards. ------------- PR: https://git.openjdk.java.net/jdk/pull/8274