mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 13:48:25 +00: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 |