Queen Vinyl Da.i'gyu-Kazotetsu

Results 229 issues of Queen Vinyl Da.i'gyu-Kazotetsu

While working on my own [Twyt Discord](https://github.com/vinyldarkscratch/twyt) bot, there were a number of little fixes and updates I had performed. These updates include the following: - Naming all .format() variables...

For some features, we are able to track spec URLs for features. CSS properties and values have spec URLs available on each feature, and IDL has some spec URL context...

https://github.com/mdn/browser-compat-data/issues/22288 mentions that there is no data for the `run-in` value of the `display` CSS property. In the [specification](https://drafts.csswg.org/css-display/#propdef-display), values are defined as types (ex. ``). Currently, we manually define...

This seems to have been introduced in the last update, most likely. If BCD has the version set to `null`, but the collector determines `false`, it does not appear to...

Now that we are able to record data for problematic extensions, we should utilize it to remove results affected by those extensions.

It would be great to replace the `result-stats` CLI (or at least, supplement it) with a web UI for convenience.

Rather than (only) using the event handlers to create event tests, `@webref/events` should be used.

The `update-bcd` script has some handling for when a feature is already set to `mirror`. However, the handling is basic at best, and does not re-set `mirror` when the upstream...

The RTCStatsReport interface has been a real pain in the rear to get support for. Currently, the collector is reporting `false` for a number of properties within it. This doesn't...

Both the `PushManager` and `PushSubscription` API require a service worker registration, as most of the properties are not available on them. However, to do so, we either a) need to...