Skip to content

Conversation

@meyerweb
Copy link
Contributor

@meyerweb meyerweb commented Dec 3, 2025

Summary

Adds the new referencetarget attribute to <template> and property to the ShadowRoot API.

Supporting details

@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:m [PR only] 25-100 LoC changed labels Dec 3, 2025
Comment on lines +716 to +717
"mdn_url": "",
"spec_url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"mdn_url": "",
"spec_url": "",

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Contributor

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:

Suggested change
"standard_track": true,
"standard_track": false,

Comment on lines +154 to +155
"mdn_url": "",
"spec_url": "",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"mdn_url": "",
"spec_url": "",

},
"status": {
"experimental": false,
"standard_track": true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"standard_track": true,
"standard_track": false,

"webview_ios": "mirror"
},
"status": {
"experimental": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"experimental": false,
"experimental": true,

"webview_ios": "mirror"
},
"status": {
"experimental": false,
Copy link
Contributor

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:

Suggested change
"experimental": false,
"experimental": true,

"webview_ios": "mirror"
},
"status": {
"experimental": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"experimental": false,
"experimental": true,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:m [PR only] 25-100 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants