We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per WICG/webcomponents#79, we should add getComposedRange which takes a sequence of ShadowRoot to Selection and return a StaticRange.
getComposedRange
ShadowRoot
Selection
StaticRange
The text was updated successfully, but these errors were encountered:
I think probably prioritize this over other issues since not being able to use selection is a major roadblock for shadow DOM users as far as I know.
Sorry, something went wrong.
85d0e81
@smaug---- @annevk could you take a look at https://w3c.github.io/selection-api/#dom-selection-getcomposedrange and see if it makes sense?
Filed #161.
No branches or pull requests
Per WICG/webcomponents#79, we should add
getComposedRange
which takes a sequence ofShadowRoot
toSelection
and return aStaticRange
.The text was updated successfully, but these errors were encountered: