1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-21 09:32:29 +00:00
serenity/Userland/Libraries/LibWeb/DOM
Luke Wilde 5e61382849 LibWeb: Make Node.textContent more spec compliant
The current implementation felt a bit ad-hoc and notably allowed
textContent to operate on all node types. It also only returned the
child text content of the Node instead of the descendant text content.
2021-09-06 02:36:04 +02:00
..
AbortController.cpp LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
AbortController.h LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
AbortController.idl LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
AbortSignal.cpp LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
AbortSignal.h LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
AbortSignal.idl LibWeb: Add initial support for AbortController and AbortSignal 2021-09-02 09:12:17 +02:00
Attribute.h
CharacterData.cpp
CharacterData.h LibWeb: Make Node.textContent more spec compliant 2021-09-06 02:36:04 +02:00
CharacterData.idl LibWeb: Add [LegacyNullToEmptyString] to CharacterData.data 2021-09-06 02:18:53 +02:00
Comment.cpp LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Comment.h LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Comment.idl LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Document.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
Document.h LibWeb: Give each Node a unique ID 2021-09-02 22:16:41 +02:00
Document.idl
DocumentFragment.cpp LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
DocumentFragment.h LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
DocumentFragment.idl LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
DocumentType.cpp
DocumentType.h
DocumentType.idl
DOMException.h
DOMException.idl
DOMImplementation.cpp
DOMImplementation.h
DOMImplementation.idl
Element.cpp LibWeb: Ensure inline CSS loaded from HTML is ElementInline 2021-08-15 15:11:59 +02:00
Element.h LibWeb: Fix issues with CSS attribute selector handling 2021-07-31 00:18:11 +02:00
Element.idl
ElementFactory.cpp
ElementFactory.h
Event.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
Event.h
Event.idl
EventDispatcher.cpp LibWeb: Check target's root instead of target itself in EventDispatcher 2021-09-02 22:53:19 +02:00
EventDispatcher.h
EventListener.cpp
EventListener.h
EventTarget.cpp
EventTarget.h
EventTarget.idl
ExceptionOr.h
HTMLCollection.cpp
HTMLCollection.h
HTMLCollection.idl
Node.cpp LibWeb: Make Node.textContent more spec compliant 2021-09-06 02:36:04 +02:00
Node.h LibWeb: Make Node.textContent more spec compliant 2021-09-06 02:36:04 +02:00
Node.idl LibWeb: Make Node.textContent more spec compliant 2021-09-06 02:36:04 +02:00
NonDocumentTypeChildNode.h
NonElementParentNode.h
ParentNode.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
ParentNode.h
Position.cpp
Position.h
ProcessingInstruction.cpp
ProcessingInstruction.h
ProcessingInstruction.idl
Range.cpp
Range.h
Range.idl
ShadowRoot.cpp LibWeb: Make Node::root return a reference 2021-09-02 22:53:19 +02:00
ShadowRoot.h
ShadowRoot.idl
Text.cpp LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Text.h LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Text.idl LibWeb: Add constructors for Text, DocumentFragment and Comment 2021-09-06 02:18:41 +02:00
Timer.cpp
Timer.h
Window.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
Window.h