Skip to content

Commit

Permalink
always on except if off
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Oct 6, 2024
1 parent 5196611 commit ba484ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/htmlformelement/autocomplete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The **`autocomplete`** property of the {{DOMxRef("HTMLFormElement")}} interface

## Value

A string; the value of the `autocomplete` attribute (`"on"`, `"off"`), or the empty string `""` if unspecified.
A string; the value `"on"` if the attribute is present, or `"off"` if set to `off`.

## Examples

Expand Down

0 comments on commit ba484ed

Please sign in to comment.