-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
topic: rangestopic: shadowRelates to shadow trees (as defined in DOM)Relates to shadow trees (as defined in DOM)
Description
What is the issue with the DOM Standard?
Per the discussion on the PR to define Composed Selection Range, there is a disagreement on what naming we should use for the new concept. Currently:
- Composed selection range: A range with start and end endpoints that can be across shadow trees
- Legacy selection range: The live range that is associated with the composed selection range. In Selection API, this is the live range returned by getRangeAt(0).
Some suggestions on how to call it includes:
- "composed live range" and "legacy live range"
- "composed selection range" and "legacy selection range"
- "composed-tree selection range" and "same-tree selection range"
- "composed selection range" and "same-tree selection range"
Does anyone have a strong preference?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
topic: rangestopic: shadowRelates to shadow trees (as defined in DOM)Relates to shadow trees (as defined in DOM)