Unify the logic of identifying visible position in visible-but-empty block |
||
Issue descriptionAn empty block with height is often considered as containing a visible position. Example: <div contenteditable></div> The logic of identifying such positions is replicated at several places in the code base, each with its own ad-hoc implementation: VisibleUnits.cpp - EndsOfNodeAreVisuallyDistinctPositions() - IsVisuallyEquivalentCandidate() VisibleUnitsLine.cpp - StartPositionForLine() - EndPositionForLine() We should unify them to make our code base healthier.
,
Nov 26
|
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Nov 22Status: Untriaged (was: Available)