mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
LibWeb: Implement SVGElement.className
This commit is contained in:
parent
59f74b909b
commit
9d1ea4c7e0
Notes:
sideshowbarker
2024-07-17 03:00:02 +09:00
Author: https://github.com/jamierocks
Commit: 9d1ea4c7e0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/539
7 changed files with 32 additions and 0 deletions
|
@ -22,6 +22,9 @@ void initialize_strings()
|
|||
ENUMERATE_SVG_ATTRIBUTES(__ENUMERATE_SVG_ATTRIBUTE)
|
||||
#undef __ENUMERATE_SVG_ATTRIBUTE
|
||||
|
||||
// NOTE: Special cases for C++ keywords.
|
||||
class_ = "class"_fly_string;
|
||||
|
||||
// NOTE: Special case for attributes with ':' in them.
|
||||
xlink_href = "xlink:href"_fly_string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue