[ru] Replace {{domxref}} with {{jsxref}} for DOMString and USVString#36178
[ru] Replace {{domxref}} with {{jsxref}} for DOMString and USVString#36178caugner wants to merge 2 commits into
{{domxref}} with {{jsxref}} for DOMString and USVString#36178Conversation
…`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 (139 pages)
Flaws (470)Note! 58 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:
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 (3)URL:
URL:
URL:
|
Description
Replace
{{domxref("DOMString")}}and{{domxref("USVString")}}(and case variants likeDOMxRef,DOMXref) with{{jsxref("String")}}across therulocale, preserving any translated display text. Also cleans up one pre-existing typo missed by the bulk regex (in a separate commit).Motivation
Make the
rutranslated 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
139 files changed.
Measured against mdn/rari#715,
domxref-attributed flaws inrudrop from 1724 → 1421 (Δ −303).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.