AFAIK (disclaimer: I know nothing) mdn/sprints issue can only handle one doc per issue for things like this, but there are plenty I’d like to fix.
A few examples:
https://developer.mozilla.org/ko/docs/Web/HTML/Element/캔버스 for incorrectly localized tag name – it’s causing <canvas>
become <캔버스>
, which is obviously wrong.
https://developer.mozilla.org/ko/docs/IndexedDB for being an old URL, should be /ko/docs/Web/API/IndexedDB_API
. This is the most common one.
https://developer.mozilla.org/ko/docs/Web/Guide/HTML/컨텐트_카테고리 for not matching the document’s title. 컨텐트_카테고리 !== 콘텐츠_카테고리
(so I prefer non-localized slugs)
But even in the examples it would take three mdn/sprints issues. I fear if I write everything I saw to there it would become spamming.
How should I proceed with these kind of things?