Open
Bug 1619488
Opened 5 years ago
Updated 2 years ago
[meta] Make loops which climb up DOM tree use `InclusiveAncestorsOfType` if it's possible
Categories
(Core :: DOM: Editor, task, P5)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: meta, Whiteboard: [h2review-noted])
It's clearer what the loop do for developers investigate something in editor. And when we do that, we should add editing host check into the loop if it does not do that.
Reporter | ||
Updated•5 years ago
|
Blocks: editing-outside-body
Updated•4 years ago
|
Whiteboard: [h2review-noted]
Updated•3 years ago
|
Summary: Make loops which climb up DOM tree use `InclusiveAncestorsOfType` if it's possible → [meta] Make loops which climb up DOM tree use `InclusiveAncestorsOfType` if it's possible
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•