mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
77d8eb386f
We no longer rely on the bogus br node for positioning the caret. If an editable region has a non-editable block element, we can probably rely on the block element to reserve the vertical height, so in those cases we should be able to get away without a bogus br node.
3 lines
82 B
HTML
3 lines
82 B
HTML
<!DOCTYPE html>
|
|
<body contenteditable><div contenteditable=false>foo</div></body>
|