← back to v133 · fix-text-selection-on-shadow-dom-with-delegatesfocus
conformance · v133
v133 · fix-text-selection-on-shadow-dom-with-delegatesfocus — conformance probe
5 assertions drawn from the spec. Each is a single contract the spec text makes. Pass/fail reflects what this browser executed; blocked means the contract was not run because it needs user mediation, hardware, or another unavailable precondition. Open the page in Chrome stable / canary / Firefox / Safari to compare.
0
pass
0
fail
0
blocked
5
total
| id | contract | kind | verdict | detail |
|---|---|---|---|---|
shadowroot-delegatesfocus-attr |
ShadowRoot.prototype exposes the delegatesFocus attribute. spec ↗ | script | … | |
attachshadow-delegatesfocus-true |
attachShadow({ delegatesFocus: true }) produces a ShadowRoot whose delegatesFocus is true. | script | … | |
delegatesfocus-default-false |
Without delegatesFocus in the init dict, ShadowRoot.delegatesFocus is false. | script | … | |
selection-api-still-works-on-host |
document.getSelection() still returns a Selection object on documents that contain shadow trees with delegatesFocus. | script | … | |
shadowroot-getselection-exposed |
ShadowRoot.prototype exposes getSelection() (Chromium-specific) for retrieving selection within the shadow tree. | script | … |