-
CSR
-
Resolution: Approved
-
P3
-
None
-
behavioral
-
minimal
-
The `-footer` option is retained as a virtual no-op to avoid breaking existing command lines.
-
add/remove/modify command line option
-
JDK
Summary
The -footer
option is "downgraded" to a no-op, with a warning if it is used.
Problem
The underlying problem was initially reported as an accessibility issue (ambiguous elements), but instead of solving the problem by naming the two navbar elements, the solution is to stop generating the lower navbar: it serves no useful purpose, since the upper one is always displayed at the top of the browser window.
The side-effect of this is that the -footer
option (used to optionally inject user-specified text into the lower navbar) is now redundant. There is little evidence the option was often used, since it defaulted to the value of the -header
option, used to optionally inject text into the upper navbar.
Solution
The option is retained, for now, but is effectively a no-op.
Specification
A warning is given if the option is used, including a warning that the option may be removed in a future release.
- csr of
-
JDK-8248320 Provide a unique accessible name for <nav role="navigation">
- Resolved