Queen Vinyl Da.i'gyu-Kazotetsu
Queen Vinyl Da.i'gyu-Kazotetsu
I think these are reasonable languages to include syntax highlighting for, yeah!
The current logic can be found here: https://github.com/mdn/yari/blob/f149f4b4101ade4e9ba3396a9368187edf378854/build/document-extractor.ts#L649-L655 Basically, we're checking _all_ spec URLs: `spec.url`, `nightly.url`, `nightly.alternateUrls` and `series.nightlyUrl`. Until now, we hadn't run into an issue regarding conflicting spec...
I have to give the credit to @tidoust for this one, their insight and recommendation was the real work! 😃 > As for the secondary, content-related problem, should we split...
Thanks for your report -- the page should be linking to https://developer.mozilla.org/docs/Web/HTML/Attributes/autocomplete instead, we'll get that resolved!
Pretty fed up with how Amazon handles their APIs. Apparently, for me, I've applied for an Amazon Associates account, but I must drive at least three qualified sales within 180...
I added a section to the second article while moving it over to BCD: https://github.com/mdn/browser-compat-data/blob/main/docs/matching-browser-releases/index.md#safari-on-iosipados to explain that the iOS version is to be used rather than the Safari version,...
That's my plan, yes!
It is, my focus has simply been geared towards other projects recently (Markdown conversion of MDN, the interactive examples now, OWD's website...) -- if anyone else would like to tackle...
Hey @dpschen! Do you plan to return to this PR?
`combineStatements` was mostly designed for mirroring from multiple sources, ex. mirroring IE + Chrome to Edge. It is used now to remove duplicate statements from statement arrays, as well as...