Philip Jägenstedt
Philip Jägenstedt
> > I know @foolip has been working on a canonical list of features (which I guess https://captainbrosset.github.io/web-features-explorer/recent/ also uses?). > > Correct. Yep. The data itself is maintained in...
It looks like there is no support in https://w3c.github.io/webdriver/ for controlling the viewport zoom level, https://w3c.github.io/webdriver/#set-window-rect just allows you to set a size. https://github.com/GoogleChrome/puppeteer/blob/v1.8.0/docs/api.md#puppeteerconnectoptions does support a `deviceScaleFactor` setting, so...
What does that support look like in Servo? Dynamic changes to the device pixel ratio (as opposed to zoom level) isn't something that actually happens in real browsers, so being...
Paging some people involved in https://github.com/whatwg/html/pull/3752: @bengreenstein @domenic @jakearchibald @zcorpan If we just add a `loading="lazy"` attribute for ``, should it affect the poster in exactly the same way as...
I think this issue is about spec status mainly. Related, but not the same, is vendor positions on standards. https://github.com/mozilla/standards-positions/pull/1034 and https://github.com/WebKit/standards-positions/pull/357 are relevant for that.
I don't have an ETA no, I just filed https://github.com/web-platform-dx/web-features/issues/1311 and haven't discussed it with @ddbeck previously. We'll discuss and I'll report back here with what to expect.
https://github.com/web-platform-dx/web-features/pull/1514 would also make it much easier to compute this date from only web-features. (Currently you would also need BCD to get the dates.)
@atopal did you have anything in mind for this? Do we want to do show any bugs related to a feature, or only ones that prevent a feature from being...
Yep, redirects is what I had in mind with the alias field.
That being said, I guess that zero people depend on the aliases that we have so far. It might be a good idea to just remove all of them and...