Skip to content

Commit

Permalink
Fix candidate capture to be string
Browse files Browse the repository at this point in the history
Closes GH-20.
  • Loading branch information
wooorm committed Jan 25, 2024
1 parent cd0036d commit 172b09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const html = create({
autoFocus: boolean,
autoPlay: boolean,
blocking: spaceSeparated,
capture: boolean,
capture: null,
charSet: null,
checked: boolean,
cite: null,
Expand Down

0 comments on commit 172b09b

Please # to comment.