Skip to content

Commit

Permalink
fix: correct the format of the DFL (#34828)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Jul 13, 2024
1 parent 787fd07 commit c7e432e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ It reflects the value of the [`virtualkeyboardpolicy`](/en-US/docs/Web/HTML/Glob
An enumerated value; possible values are:

- `"auto"` or an empty string (`""`)
- The browser automatically shows the virtual keyboard when the user taps or focuses the element.
- : The browser automatically shows the virtual keyboard when the user taps or focuses the element.
- `"manual"`
- The browser does not automatically show the virtual keyboard: showing/hiding the virtual keyboard is handled manually by the script.
- : The browser does not automatically show the virtual keyboard: showing/hiding the virtual keyboard is handled manually by the script.

## Examples

Expand Down

0 comments on commit c7e432e

Please sign in to comment.