Open
Bug 1430307
Opened 8 years ago
Updated 3 years ago
Implement ShadowRoot.caretPositionFromPoint
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
http://w3c.github.io/webcomponents/spec/shadow/#extensions-to-the-documentorshadowroot-mixin
I think blink doesn't have this method yet on ShadowRoot. Nor webkit
https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/dom/DocumentOrShadowRoot.idl
Comment 1•8 years ago
|
||
My understanding is that we could leave it after our 1st ship, mark P3 for now. Feel free to correct me if I'm wrong.
Priority: -- → P3
Updated•8 years ago
|
Keywords: dev-doc-needed
| Reporter | ||
Updated•8 years ago
|
Blocks: shadowdom-initial-release
| Reporter | ||
Comment 2•8 years ago
|
||
Yeah, still not in other engines
https://cs.chromium.org/chromium/src/third_party/blink/renderer/core/dom/shadow_root.idl?sq=package:chromium
| Reporter | ||
Updated•8 years ago
|
Blocks: 1590379
Comment 3•5 years ago
|
||
https://drafts.csswg.org/cssom-view/#extensions-to-the-document-interface seems to be the new spec for this (but currently only defines it for Document)
Related discussion: https://github.com/w3c/csswg-drafts/issues/556
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•