Some attributes are incorrectly marked as taking a `string`, whereas they should take `boolean` values. As a concrete example, `HtmlScriptTag.defer` should take a `boolean` argument, rather than a `string` argument.
Some attributes are incorrectly marked as taking a
string, whereas they should takebooleanvalues.As a concrete example,
HtmlScriptTag.defershould take abooleanargument, rather than astringargument.