Claas Augner

Results 755 comments of Claas Augner

FWIW The [v5 release notes of is-svg](https://github.com/sindresorhus/is-svg/releases/tag/v5.0.0) state: > - It no longer accepts a Buffer. > - To migrate, simply call .toString() on the buffer before passing it in...

This was meanwhile fixed by https://github.com/mdn/curriculum/pull/63.

FWIW Google Cloud Docs [uses "On this page"](https://cloud.google.com/functions/docs/calling).

@tsegreto @paulkernfeld Can you confirm whether you still experience the issue in the latest Safari version? (I cannot reproduce it locally with Safari 18.2.) It was probably fixed with https://github.com/WebKit/WebKit/commit/68c30e63bd2664d632c899686f369678e11685a7...

Based on current evidence in this issue, we should update the Safari statement for `continuous`, splitting it up into ``[{ version_added: "14.1", version_removed: "17", partial_implementation: true, notes: "Returns multiple results...

Thanks for the report, the explanation for the fix in Chrome 92 seems to be that [TablesNG](https://issues.chromium.org/issues/40625453), a new table layout algorithm, [shipped around that time](https://issues.chromium.org/issues/40625453#comment295). However, we should mention...

Looking at [the spec](https://drafts.csswg.org/css-display/#valdef-visibility-collapse): > Indicates that the box is collapsed, which can cause it to take up less space than otherwise in a formatting-context–specific way. See [dynamic row and...

I don't have any objections against this. If their syntax differs significantly, we probably shouldn't mix these features in BCD.

> Though a possible coda to this guideline might be: > > > Setting `partial_implementation` stands alone. Unlike `"version_added": false`, `partial_implementation` does not dictate support data to descendant features. Likewise,...

[Here is an interesting case](https://github.com/mdn/browser-compat-data/pull/26993#discussion_r2183223360) from WebDriver BiDi: The [`browsingContext.print()` command](https://w3c.github.io/webdriver-bidi/#command-browsingContext-print) takes a parameter `page` (also in BCD) with two fields `height` and `width`, and the spec defines the minimum...