details-element-polyfill icon indicating copy to clipboard operation
details-element-polyfill copied to clipboard

<details>

Results 15 details-element-polyfill issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies
javascript

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the &quot;Open Redirect Vulnerability&quot; (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...

dependencies
javascript

When CSP headers are set to only allow styles from a specific source (e.g. `style-src 'self'`), the CSS injected by the polyfill will be blocked by versions of Edge running...

There is some arrow being added on IE which conflicts with our own design and there is no way to prevent that. Maybe you could at least add some id...

As written, this polyfill only addresses `` support in the light DOM - i.e. ``s added to `document.head` will not apply to elements encapsulated in the shadow DOM that comes...

The selectors `summary::marker` and `summary::-webkit-details-marker` target the triangle in the summary. Rules declared here should be applied to the `summary::before` element responsible for displaying that triangle.

I've only tested this in Edge and IE, but using this polyfill turns this: > &lt;details open> > &nbsp;&nbsp;&nbsp;&nbsp;&lt;summary>Open details&lt;/summary> > &nbsp;&nbsp;&nbsp;&nbsp;Show raw text&lt;span> and text in elements&lt;/span>. > &lt;/details>...

Hello! This code adds a support of [the ontoggle event handler](https://html.spec.whatwg.org/#idl-definitions:handler-ontoggle) in Safari, which lacks this feature: ``` js { const { HTMLElement : { prototype } } = window;...

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript