mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
LibWeb: Rename Attribute to Attr
This name is not very good, but it's what the specification calls it.
This commit is contained in:
parent
3c3ae3a768
commit
530675993b
18 changed files with 85 additions and 85 deletions
|
@ -41,7 +41,7 @@ static bool is_wrappable_type(Type const& type)
|
|||
return true;
|
||||
if (type.name() == "Selection")
|
||||
return true;
|
||||
if (type.name() == "Attribute")
|
||||
if (type.name() == "Attr")
|
||||
return true;
|
||||
if (type.name() == "NamedNodeMap")
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue