1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:37:36 +00:00

LibWeb: Define method to check if an attribute is a boolean attribute

This commit is contained in:
Timothy Flynn 2022-11-10 08:47:01 -05:00 committed by Linus Groh
parent 21c1494ac5
commit 941bc47538
2 changed files with 36 additions and 0 deletions

View file

@ -232,5 +232,8 @@ ENUMERATE_HTML_ATTRIBUTES
#undef __ENUMERATE_HTML_ATTRIBUTE
}
bool is_boolean_attribute(FlyString const& attribute);
}
}