feat(macro): add inert to the boolean attributes list (#3678)

This commit is contained in:
Tomoaki Kawada 2024-07-25 23:19:30 +09:00 committed by GitHub
parent 08aef70f1a
commit 62567cc297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,7 @@ static BOOLEAN_SET: Lazy<HashSet<&'static str>> = Lazy::new(|| {
"disabled",
"formnovalidate",
"hidden",
"inert",
"ismap",
"itemscope",
"loop",