Skip to content
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

[WebAPI] Add HTMLTemplateElement.shadowrootclonable attribute #33160

Closed
6 of 8 tasks
hamishwillee opened this issue Apr 19, 2024 · 1 comment
Closed
6 of 8 tasks

[WebAPI] Add HTMLTemplateElement.shadowrootclonable attribute #33160

hamishwillee opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
Content:WebAPI Web API docs fx release archive A closed issue relating to firefox release notes for developers.

Comments

@hamishwillee
Copy link
Collaborator

hamishwillee commented Apr 19, 2024

Acceptance criteria

For folks helping with Firefox related documentation

  • Set bugs to dev-doc-complete
  • Add entry to Firefox release notes for enabled/preview features
  • Add/remove entry to Firefox experimental features page for preference/released features

Features to document

HTMLTemplateElement.shadowRootClonable is supported in FF125 and needs to be documented.

Also document HTMLTemplateElement: shadowRootDelegatesFocus and shadowRootMode which are in BCD but not in doc (already in BCD from FF123)

The IDL changes for shadowRootClonable are shown below. I don't know if SetterThrows is relevant.

 [Exposed=Window]
 interface HTMLTemplateElement : HTMLElement {
   [HTMLConstructor] constructor();
 
   readonly attribute DocumentFragment content;
   [CEReactions, Pref="dom.webcomponents.shadowdom.declarative.enabled"]
   attribute DOMString shadowRootMode;
-  [CEReactions, Pref="dom.webcomponents.shadowdom.declarative.enabled"]
+  [CEReactions, SetterThrows, Pref="dom.webcomponents.shadowdom.declarative.enabled"]
   attribute boolean shadowRootDelegatesFocus;
+  [CEReactions, SetterThrows, Pref="dom.webcomponents.shadowdom.declarative.enabled"]
+  attribute boolean shadowRootClonable;
 };

Dunno how this relates to FF122 project item #21948

Related Gecko bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1880188

Other

  • Check content open issues to see if any pertain to the subject matter. If there are any that can be closed because of the work, do so. If there are any that can be fixed relatively quickly because of the knowledge from completing this issue and you have time, feel free to go ahead and fix them.
@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Apr 19, 2024
@hamishwillee hamishwillee removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Apr 19, 2024
@hamishwillee hamishwillee moved this from Todo to In Progress in MDN Web Docs Content Team Apr 23, 2024
@hamishwillee hamishwillee self-assigned this Apr 23, 2024
@hamishwillee hamishwillee moved this from In Progress to In Review in MDN Web Docs Content Team May 5, 2024
@hamishwillee hamishwillee moved this from In Review to Done in MDN Web Docs Content Team May 17, 2024
@Rumyra Rumyra moved this from Done to Archive in MDN Web Docs Content Team Jul 8, 2024
@Rumyra Rumyra added fx release archive A closed issue relating to firefox release notes for developers. and removed Firefox 123 labels Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs fx release archive A closed issue relating to firefox release notes for developers.
Projects
Archived in project
Development

No branches or pull requests

3 participants