Sam Sneddon
Sam Sneddon
At this point, sometimes CSS WG specs define the aliases themselves and sometimes we do; in general, it has always been viewed as better to have the upstream spec itself...
https://genderkit.org.uk/article/obtaining-a-grc/ says: > Due to the recent passage of the Gender Recognition Reform (Scotland) Bill, processes relating to obtaining a GRC may change in Scotland in the near future. This,...
#36154 made tests run in a deterministic order (assuming a single process, etc. etc.), but #35973 (cc @WeizhongX) undid this and made them non-deterministic again. Given we have reason to...
Python 3 introduces a getstate/setstate method pair on the incremental encoder/decoders. It would be nice to expose this, even if only on Py3.
This proved to be a perf bottleneck for html5lib, and can trivially be reimplemented entirely within Python, never calling into lxml. (The bytes case probably ought to be converted to...
Perhaps surprisingly, this differs to #611. From https://home.cards.citidirect.com/CommercialCard/applyforcard/invpasscode/invpc: > Password is case sensitive and: > > - Should have 8 to 18 characters > - At least one letter is...
This is caused by Firefox not having uploaded a stable run on wpt.fyi since 23 Jan (c.f. https://github.com/web-platform-tests/wpt/issues/44366); see https://github.com/web-platform-tests/results-analysis/issues/216 for options to continue to produce results. (Cross-filing here for...
The WPT Core Team decided last year to defer [RFC 122](https://github.com/web-platform-tests/rfcs/pull/122) to the Interop Team, and there was an expectation this would be dealt with after Interop 2023 launched. Thus...
e.g. in https://github.com/web-platform-tests/interop/issues/305: [container-inner-at-rules.html](https://wpt.fyi/results/css/css-contain/container-queries/container-inner-at-rules.html?label=master&label=experimental&product=chrome&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-container) is labelled with `interop-2023-container`, but actually tests container queries in combination with `@property` (which would imply also `interop-2023-property`). We should have a general policy for what...
One suggestion for webcodecs was to use all the tests which match the search `video`: https://wpt.fyi/results/webcodecs?label=master&label=experimental&aligned&view=subtest&q=video However, due to extensive use of multi-global tests and variants this ends up not...