polyfills icon indicating copy to clipboard operation
polyfills copied to clipboard

Web Components Polyfills

Results 159 polyfills issues
Sort by recently updated
recently updated
newest added

### Description See the example. ### Example ```html shadowHost.attachShadow({mode:'open'}).innerHTML = ''; (new MutationObserver(function (mutationsList) { console.info('mutated'); })).observe(shadowHost.shadowRoot, { childList: true }); shadowHost.shadowRoot.appendChild(document.createElement('div')); ``` ### Steps to reproduce see the example...

### Description If you load a "compat" version of MooTools on a webpage, ShadyDOM will throw exceptions in these locations: https://github.com/webcomponents/polyfills/blob/c6021490e0fa172dc389de2e806b83ef0ffb11bf/packages/shadydom/src/patches/Node.js#L200 https://github.com/webcomponents/polyfills/blob/c6021490e0fa172dc389de2e806b83ef0ffb11bf/packages/shadydom/src/patches/Node.js#L207 This is because MooTools mutates Document in a...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

Form Associated Custom Elements is a new platform feature to deeply integrate custom elements into Forms. It might take some work to implement all the necessary callbacks, and there is...

Type: Feature
Severity: Low
Focus Area: Standards & Polyfills
Epic
wontfix

Update Prettier to v2.3.0

cla: yes
wontfix

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

wontfix
dependencies

Author of [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) here. I'm following up on [an issue](https://github.com/jhildenbiddle/css-vars-ponyfill/issues/88) filed by @lamianbu regarding compatibility with [lit-element](https://github.com/Polymer/lit-element) which I believe is an issue related to ShadyCSS. ### Description lit-element is...

Type: Feature
Package: shadycss
wontfix

### Description I have a very simple component developed using Angular 11 Elements with their `createCustomElement` framework. I require slots, so I am using Angular's `ViewEncapsulation.ShadowDOM`. When built this way,...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

Hi there. Thanks for writing ShadyCSS and for bringing the web forward. # Problem Unfortunately, in IE and Edge

Type: Feature
Severity: Medium
Type: Bug
Package: shadycss
wontfix

### Description Error thrown when passing a custom element's shadowRoot to `Node.isSameNode` (FF 60, Chrome 46). While the current DOM spec doesn't mandate throwing an error when a non-Node is...

Type: Bug
Focus Area: Standards & Polyfills
wontfix

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.6 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

wontfix
dependencies