mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Nested editing hosts should act as a single big editing host, as long as there are no uneditable elements in between.
16 lines
442 B
Plaintext
16 lines
442 B
Plaintext
-- Simple editing host --
|
|
Range: [object Text] 1 [object Text] 2
|
|
<DIV id="a">
|
|
-- Editing host with nested <span> --
|
|
Range: [object Text] 1 [object Text] 1
|
|
<DIV id="b">
|
|
-- Refocusing on same editing host --
|
|
Range: [object Text] 0 [object Text] 0
|
|
<DIV id="b">
|
|
-- Nested editing host --
|
|
Range: [object Text] 0 [object Text] 3
|
|
<DIV id="d">
|
|
-- Nested editing host with uneditable element as parent --
|
|
Range: [object Text] 0 [object Text] 3
|
|
<SPAN>
|