06:35 | <annevk> | Domenic: were you aware of https://github.com/w3c/aria/issues/1878? |
07:04 | <Domenic> | annevk: yes. This came from a time when they had both string versions and element versions. |
07:04 | <Domenic> | I guess they didn't revisit the decision when the string versions were cut. |
07:57 | <annevk> | So many weird things there, also autoComplete π’ |
07:57 | <Domenic> | I think the Element suffix is OK, it helps us if we ever want to spend the time retrofitting on Element versions of existing idref reflected attributes |
08:06 | <annevk> | Okay, happy to drop it |
14:01 | <annevk> | Domenic: so does https://html.spec.whatwg.org/#attr-autocapitalize not use reflect because browsers don't have reflect architecture that can cope? It seems that with canonical keyword that would actually be possible |
14:02 | <annevk> | Domenic: my current thinking is that the values go in an IDL enum and a separate list would have the states, but only if needed (or perhaps instead we'd write some "getter helper steps" for the couple of attributes that need some kind of normalization steps; it'd still be a lot of work though |
15:00 | <annevk> | Noam Rosenthal: hey for early hints, does service worker integration work? |
15:00 | <annevk> | Noam Rosenthal: in particular for the preloads |
15:25 | <annevk> | krosylight: hey, wanted to double check something, did you include tests for request streams with byte reading? |
15:26 | <Noam Rosenthal> | annevk: they should, let me dbl check that itβs WPTed |
15:26 | <krosylight> | krosylight: hey, wanted to double check something, did you include tests for request streams with byte reading? |
15:27 | <krosylight> | Oh, you mean Requests? |
15:27 | <annevk> | krosylight: yes |
15:27 | <krosylight> | Not for Requests, π€ |
15:28 | <annevk> | krosylight: could you add some? It's impacted due to extract and it also makes sense for it to be impacted as we support both request and response streams at a specification level (even more officially since adding the duplex member in July last year) |
15:28 | <krosylight> | There's some tests in https://wpt.live/fetch/api/request/request-init-stream.any.js, I guess I can add some |
16:31 | <Ms2ger> | https://github.com/whatwg/dom/commit/4db09dd26ec58074809275a6683fc070cf455cd1 |
16:31 | <Ms2ger> | What year is it |
16:45 | <annevk> | Still a lot of methods to go π |
18:01 | <Noam Rosenthal> | annevk: WPT for early-hints+service-workers are missing AFAICT. /ccbashi |