Simon Pieters

Results 719 comments of Simon Pieters

Related: https://github.com/web-platform-tests/interop/issues/346

We discussed this in the meeting today. Please disregard @cookiecrook 's comment above, as the PR is wontfixed.

Replying to @mfreed7 here instead (https://github.com/whatwg/html/issues/9625#issuecomment-2128160276) > > For `invokeaction="close"`, can we make `invokeaction` optional and implicitly point to the nearest ancestor `dialog` element? It would be nice to be...

@yisibl invokers currently don't work for `details`. Also see https://github.com/whatwg/html/issues/2272 and https://github.com/whatwg/html/issues/10032

The rendering that the tests expect is required by the WebVTT spec, so we should fix the spec if we want to allow such padding. Possibly the tests could make...

From the build errors, it looks like mimesniff needs to [export](https://speced.github.io/bikeshed/#dfn-export) more terms, e.g. https://github.com/whatwg/mimesniff/blob/main/mimesniff.bs#L988

For cross-origin I suppose the embeddee would need to opt-in somehow (e.g. meta tag), to not expose new information cross-origin.

Some discussion in www-style https://lists.w3.org/Archives/Public/www-style/2016Jan/thread.html#msg236 @annevk @mikewest do you have an opinion about using CORS to allow this for cross-origin? Or would it be better to use CSP or something...

Thank you, excellent work! The resize property seems like a bad fit for this I think. It's about letting the end user resize an element, but this is not. In...

I wonder if it makes more sense to bring all of `img`'s features to `video`'s poster image by something like ```html ``` Otherwise how do we add `srcset`, art direction,...