Claas Augner
Claas Augner
#### Summary Moves `{content-visibility,display}.is_transitionable` features to `transition_behavior.transitions_{content-visibility,display}`. #### Test results and supporting details #### Related issues Fixes #26155.
#### Summary Adds a `check-impl-url-status` script. #### Test results and supporting details Checks the status of all `impl_url` values that are referenced in support statements indicating no support. This allows...
Discourage `document.writeln()` for the same reasons as `document.write()` See: https://github.com/whatwg/html/issues/7977#issuecomment-2979225203 - [ ] At least two implementers are interested (and none opposed): * … * … - [ ] [Tests](https://github.com/web-platform-tests/wpt)...
**Is your feature request related to a problem? Please describe.** The attendees tab in the event sidebar has a field to "Search for e-mails, users, contacts, resources or rooms". When...
Fixes https://github.com/validator/validator/issues/1659. Fixes https://github.com/validator/validator/issues/1812. Fixes https://github.com/validator/validator/issues/1709. Fixes https://github.com/validator/validator/issues/1709.
### Description Syncs the `SECURITY.md` file with the [canonical version from mdn/fred](https://github.com/mdn/fred/blob/main/SECURITY.md). ### Motivation Ensures consistent security reporting procedures across all MDN repositories. ### Additional details See: https://docs.github.com/en/code-security/getting-started/adding-a-security-policy-to-your-repository ### Related...
The test at https://mdn-bcd-collector.gooborg.com/tests/api/CSSStyleDeclaration/cssFloat assumes that ```js var el = document.createElement('b'); var instance = el.style; ``` return an instance of `CSSStyleDeclaration`, but they now return an instance of `CSSStyleProperties`. Could...
### Proposal This issue is a project tracker to track the bump of Node.js from v22 to v24. ### Task list For each non-archived repository in the mdn org that...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent/replacesClientId ### What specific section or headline is this issue about? https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent/replacesClientId#browser_compatibility ### What information was incorrect, unhelpful, or incomplete? The `FetchEvent.replacesClientId` page documents a feature that...
### Is there an existing issue for this? - [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [x] I have reviewed the documentation https://docs.sentry.io/ - [x] I am using...