mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
LibWeb: Introduce CustomElementRegistry and creating custom elements
The main missing feature here is form associated custom elements.
This commit is contained in:
committed by
Andreas Kling
parent
083b547e97
commit
034aaf3f51
@@ -247,7 +247,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
StringView attribute(DeprecatedFlyString const& attribute_name)
|
||||
StringView attribute(DeprecatedFlyString const& attribute_name) const
|
||||
{
|
||||
VERIFY(is_start_tag() || is_end_tag());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user