Philip Jägenstedt
Philip Jägenstedt
To shed light on the actual behavior I tweaked the tests to pass against the current implementation: ```js t.test('getTimes returns sun phases in summer in Stockholm', function (t) { const...
Fixing that problem, here's what I end up with: ```js t.test('getTimes returns sun phases in summer in Stockholm', function (t) { const date = new Date('2020-06-09UTC'); const sthlm = {lat:...
@Elchi3 they are documented on MDN and I think that makes sense since they're used by https://schema.org/docs/gs.html and probably other things. Should content be updated to just not have a...
Just removing the compat tables sounds good to me. Do you want me to do that before we move forward with this PR then?
I've sent https://github.com/mdn/content/pull/32926 to drop the compat tables. Should I just remove these entries from BCD then?
https://github.com/mdn/content/pull/32926 is merged now, so this should be good to go too.
@Elchi3 do you want manual review of this? Or is it partly produced by a script that we can trust? On the tags, going forward I would suggest "web-features:array-at" for...
I've gone through about half of the changes and found that the tests are invalid. I'll mark this draft and file an issue on the collector instead.
I have sent https://github.com/openwebdocs/mdn-bcd-collector/pull/1474.
@captainbrosset I found these two when looking at differences between Chrome and Edge in BCD. Do you have any way of checking if these are actually supported in Edge? I...