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

Add shadowrootclonable and make declarative shadow roots not clonable by default #10117

Merged
merged 3 commits into from
Feb 13, 2024

Commits on Feb 2, 2024

  1. Add shadowrootclonable and make declarative shadow roots not `clona…

    …ble` by default
    
    - [ ] At least two implementers are interested (and none opposed):
       * Chromium
       * [WebKit](whatwg#10107 (comment))
       * [Gecko](whatwg#10107 (comment))
    - [X] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
       * https://wpt.fyi/results/shadow-dom/shadow-root-clonable.html
    - [X] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
       * Chromium: https://crbug.com/1510466
       * Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1868428
       * WebKit: https://bugs.webkit.org/show_bug.cgi?id=266227
    - [ ] [MDN issue](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) is filed: …
    - [X] The top of this comment includes a [clear commit message](https://github.com/whatwg/meta/blob/main/COMMITTING.md) to use.
    
    (See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
    
    @annevk @emilio
    mfreed7 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d855d16 View commit details
    Browse the repository at this point in the history
  2. Fixup

    mfreed7 committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    cdb7be0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cd564 View commit details
    Browse the repository at this point in the history