Claas Augner
Claas Augner
## Summary See: https://github.com/mdn/yari/issues/9350 ### Problem Firefox displays the following DevTools warning: > Content-Security-Policy: Ignoring ‘unsafe-eval’ or > ‘wasm-unsafe-eval’ inside “script-src-elem”. See: https://w3c.github.io/webappsec-csp/#directive-script-src-elem > script-src-elem’s value is not used for...
## Summary ### Problem The top navigation wraps on desktop widths between 992px and 1009px. ### Solution Prevent wrap on desktop widths >= 992px (`$screen-lg`). *Note*: Instead, it will overflow...
Extracted from https://github.com/mdn/mdn/issues/521. The bump isn't trivial, because `vue-cli` doesn't support Node v20, so we probably need to migrate to `vite` at the same time.
### Description Migrates the remaining interactive examples to code blocks. ### Motivation ### Additional details ### Related issues and pull requests
Parsing of webdriver-bidi CDDL file fails. 1. Download https://github.com/w3c/webdriver-bidi/actions/runs/12085975317/artifacts/2254085949 2. Extract `cddl.zip`. 3. Run `npm install cddl` 4. Run `node` and type `import('cddl').then(({parse}) => parse('cddl/all.cddl'))` Yields this error: ``` >...
Use case: When determining the version in https://github.com/mdn/browser-compat-data/issues/26484, I would have liked to open https://mdn-bcd-collector.gooborg.com/tests/api/EXT_shader_texture_lod?autorun in BrowserStack Live, and simply switch between browser versions to see the results, without having...
See: https://github.com/mdn/browser-compat-data/issues/26523
See: https://github.com/mdn/browser-compat-data/pull/26333#discussion_r2020645618
Addresses https://github.com/openwebdocs/mdn-bcd-collector/pull/951#pullrequestreview-2111096683.
### MDN URL https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration ### What specific section or headline is this issue about? Sidebar ### What information was incorrect, unhelpful, or incomplete? The sidebar for Temporal objects repeats the...