**Describe the bug** The `capture` attribute for `input` has the type declared as `Boolean`, but it should instead be `String`. **To Reproduce** N/A **Expected behavior** I expect to be able to specify the allowed `capture` input values of `user` and `environment`. **Additional context** [Here's a link](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/capture) for the documentation, and a notte on how this used to be true, but not anymore.