Simon Pieters
Simon Pieters
GoogleBot seems useful to test, yeah. Also Bing.
**Findings**: Google image search seemingly doesn't find `srcset`-only images, but Bing does. **Method**: I ran a query in httparchive ([results](https://docs.google.com/spreadsheets/d/1WZJ0x_J3xxcTHybguOv4w31KmJb3l-i4P7MlvaIutGA/edit?usp=sharing)). `https://www.expertcloud.info/` ``` ``` - https://www.google.com/search?q=site%3Ahttps%3A%2F%2Fwww.expertcloud.info%2F&tbm=isch&ved=2ahUKEwjmisz7sOr-AhUJtyoKHYUcAV8Q2-cCegQIABAA&oq=site%3Ahttps%3A%2F%2Fwww.expertcloud.info%2F&gs_lcp=CgNpbWcQA1DXA1jXA2DrBWgAcAB4AIABMogBXJIBATKYAQCgAQGqAQtnd3Mtd2l6LWltZ8ABAQ&sclient=img&ei=c1xbZKaFJYnuqgGFuYT4BQ&bih=994&biw=1728#imgrc=gEwM4_I-10uo2M - https://www.bing.com/images/search?q=site%3ahttps%3a%2f%2fwww.expertcloud.info%2f&form=HDRSC3&first=1 `https://thesurreyparkclinic.co.uk/` ``` ```...
I'm OK with changing this but we should file a bug for GoogleBot. @foolip can you do that?
Domenic's questions about "why" in https://github.com/whatwg/html/pull/11441#issuecomment-3213299602 are not well addressed, as far as I can tell. I've discussed with @juliandescottes , he will file an issue that details the use...
> Domenic's questions about "why" in [#11441 (comment)](https://github.com/whatwg/html/pull/11441#issuecomment-3213299602) are not well addressed, as far as I can tell. I've discussed with @juliandescottes , he will file an issue that details...
@sadym-chromium https://github.com/whatwg/html/pull/11441#discussion_r2447986316 is not resolved. Is it intentional that event handler IDL attributes change from `null` to a function when scripting is disabled because a `Document` doesn't have a browsing...
> Is it intentional that event handler IDL attributes change from `null` to a function when scripting is disabled because a `Document` doesn't have a browsing context? I was mistaken,...
Tests here https://github.com/web-platform-tests/wpt/pull/56715 Interestingly, browsers don't match the spec for event handler IDL attribute setters. `element.onclick = () => ran = true;` creates an event handler even though the https://html.spec.whatwg.org/#determining-the-target-of-an-event-handler...
It seems the limit has been hit (unintentionally). Note that this limit is separate to how many entries are stored in history. Calling pushState many times is trivial in terms...