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

This issue was previously tracked in https://github.com/webcomponents/custom-elements/issues/73, but got closed when the repo was archived after the polyfill moved here.

Type: Bug
Focus Area: Standards & Polyfills
wontfix

gecko 48 dispatch a event named 'focus'. but intercept by the polyfill. any suggest?

More Info Needed
wontfix

### Description Mutation Observer callback is not called when elements are added or removed from shadow host. ```html shadowHost.attachShadow({mode:'open'}).innerHTML = ``; var hostObserverCalled = false; (new MutationObserver((mutationsList)=>{ console.info('mutated'); hostObserverCalled =...

Severity: High
Type: Bug
Focus Area: Standards & Polyfills
Package: shadydom
wontfix

### Description When using `Node.prototype.replaceChild` with the same node as ref_node, the node gets cleaned. (eg. removed from its parent) ### Example https://jsbin.com/qajapuxupa/1/edit?html,console,output ### Steps to reproduce 1. Create a...

Type: Bug
Focus Area: Standards & Polyfills
Package: shadydom
wontfix

We should be able to cache the exportsparts tree, maybe directly on each node, so that we don't need to walk the same exporting part ancestor more than once.

Type: Feature
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

Need to ShadyDOM.wrap where appropriate.

Type: Feature
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

See https://github.com/webcomponents/polyfills/pull/329/files#r430699466 The most important reason to do this could be users who don't want to pay the byte cost of additional shadow parts support.

Type: Feature
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

The static parts of a template could be discovered once per template in `prepareTemplateDom`, which could give us a performance improvement. Would still need to account for dynamic DOM insertions,...

Type: Feature
Focus Area: Standards & Polyfills
Package: shadycss
wontfix

Investigate whether/how an optional build step could be used to improve performance of shadow parts support in shady css.

Type: Feature
Focus Area: Standards & Polyfills
Package: shadycss
wontfix