[ko] Replace {{domxref}} with {{jsxref}} for DOMString and USVString#36176
[ko] Replace {{domxref}} with {{jsxref}} for DOMString and USVString#36176caugner wants to merge 2 commits into
{{domxref}} with {{jsxref}} for DOMString and USVString#36176Conversation
…`USVString`
Migrate `{{domxref("DOMString")}}` and `{{domxref("USVString")}}` (and case variants like `DOMxRef`, `DOMXref`) to `{{jsxref("String")}}`, preserving any translated display text.
Pre-existing typo (uppercase `T` in `USVSTring`, or a malformed single-brace `{domxref(...)}}`) not matched by the bulk regex. Now uses `{{jsxref("String")}}` to match the surrounding migration.
Preview URLs (87 pages)
Flaws (166)Note! 44 documents with no flaws that don't need to be listed. 🎉 Found an unexpected or unresolvable flaw? Please report it here. URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (2)URL:
URL:
|
Description
Replace
{{domxref("DOMString")}}and{{domxref("USVString")}}(and case variants likeDOMxRef,DOMXref) with{{jsxref("String")}}across thekolocale, preserving any translated display text. Also cleans up one pre-existing typo missed by the bulk regex (in a separate commit).Motivation
Make the
kotranslated content match the English convention —content/has 0 remaining{{domxref("DOMString")}}/{{domxref("USVString")}}calls and uses{{jsxref("String")}}(180 occurrences) instead.Avoid emitting
templ-redirected-link/templ-broken-linkflaws for these macros: theWeb/API/DOMStringandWeb/API/USVStringpages either redirect to the JavaScriptStringpage (or aconflicting/stub of it) or are missing entirely in some locales.Additional details
87 files changed.
Measured against mdn/rari#715,
domxref-attributed flaws inkodrop from 858 → 684 (Δ −174).The substitution preserves translated display text: e.g.
{{domxref("DOMString", "<translated label>")}}→{{jsxref("String", "<translated label>")}}.Related issues and pull requests
Part of a per-locale split; see also the sibling PRs for the other 6 locales.
Related to mdn/rari#715.