-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add ShadowRoot referencetarget #28570
New issue
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
base: main
Are you sure you want to change the base?
Conversation
| "mdn_url": "", | ||
| "spec_url": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "mdn_url": "", | |
| "spec_url": "", |
| }, | ||
| "status": { | ||
| "experimental": false, | ||
| "standard_track": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BCD considers features non-standard until they land in the spec:
| "standard_track": true, | |
| "standard_track": false, |
| "mdn_url": "", | ||
| "spec_url": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "mdn_url": "", | |
| "spec_url": "", |
| }, | ||
| "status": { | ||
| "experimental": false, | ||
| "standard_track": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "standard_track": true, | |
| "standard_track": false, |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "experimental": false, | |
| "experimental": true, |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Single engine implementation implies experimental status:
| "experimental": false, | |
| "experimental": true, |
| "webview_ios": "mirror" | ||
| }, | ||
| "status": { | ||
| "experimental": false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "experimental": false, | |
| "experimental": true, |
Summary
Adds the new
referencetargetattribute to<template>and property to the ShadowRoot API.Supporting details