mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8179413: Fix remaining minor HTML5 issues in java.base module
Reviewed-by: darcy, lancea
This commit is contained in:
parent
92be0f840a
commit
7f3d5dc40b
7 changed files with 12 additions and 12 deletions
|
@ -41,7 +41,7 @@ import java.util.Arrays;
|
|||
* An engine that can transform a sequence of $itypesPhrase$ into a sequence of
|
||||
* $otypesPhrase$.
|
||||
*
|
||||
* <a name="steps"></a>
|
||||
* <a id="steps"></a>
|
||||
*
|
||||
* <p> The input $itype$ sequence is provided in a $itype$ buffer or a series
|
||||
* of such buffers. The output $otype$ sequence is written to a $otype$ buffer
|
||||
|
@ -76,14 +76,14 @@ import java.util.Arrays;
|
|||
* examine this object and fill the input buffer, flush the output buffer, or
|
||||
* attempt to recover from $a$ $coding$ error, as appropriate, and try again.
|
||||
*
|
||||
* <a name="ce"></a>
|
||||
* <a id="ce"></a>
|
||||
*
|
||||
* <p> There are two general types of $coding$ errors. If the input $itype$
|
||||
* sequence is $notLegal$ then the input is considered <i>malformed</i>. If
|
||||
* the input $itype$ sequence is legal but cannot be mapped to a valid
|
||||
* $outSequence$ then an <i>unmappable character</i> has been encountered.
|
||||
*
|
||||
* <a name="cae"></a>
|
||||
* <a id="cae"></a>
|
||||
*
|
||||
* <p> How $a$ $coding$ error is handled depends upon the action requested for
|
||||
* that type of error, which is described by an instance of the {@link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue