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:
parent
21c1494ac5
commit
941bc47538
2 changed files with 36 additions and 0 deletions
|
@ -232,5 +232,8 @@ ENUMERATE_HTML_ATTRIBUTES
|
|||
#undef __ENUMERATE_HTML_ATTRIBUTE
|
||||
|
||||
}
|
||||
|
||||
bool is_boolean_attribute(FlyString const& attribute);
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue