mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
This getter returns the concatenation of the data of the contiguous Text nodes of `this` (being this plus its siblings) in tree order.
6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
Text node A with no siblings: A
|
|
Text node B with previous sibling A: AB
|
|
Text node B with previous sibling A and next sibling C: ABC
|
|
CDATA section D with no siblings: D
|
|
CDATA section E with previous sibling D: DE
|
|
CDATA section E with previous sibling D and next sibling F: DEF |