Open
Bug 2010194
Opened 22 hours ago
Updated 21 hours ago
Rewrite `nsHTMLCopyEncoder::GetPromotedPoint` with `RawRangeBoundary`
Categories
(Core :: DOM: Serializers, task)
Core
DOM: Serializers
Tracking
()
ASSIGNED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
The method takes a pair of node and offset and returns a pair of node and offset. However, it may be point in either TreeKind::DOM or TreeKind::Flat. However, it and its helpers assume that the TreeKind is always the same as that specified by mFlags.
You need to log in
before you can comment on or make changes to this bug.
Description
•