1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:47:46 +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:
Andreas Kling 2022-09-18 01:03:58 +02:00
parent 3c3ae3a768
commit 530675993b
18 changed files with 85 additions and 85 deletions

View file

@ -74,8 +74,8 @@ set(SOURCES
DOM/AbortController.cpp
DOM/AbortSignal.cpp
DOM/AbstractRange.cpp
DOM/Attribute.cpp
DOM/Attribute.idl
DOM/Attr.cpp
DOM/Attr.idl
DOM/CDATASection.cpp
DOM/CharacterData.cpp
DOM/CharacterData.idl