[pt-br] Replace {{domxref}} with {{jsxref}} for DOMString and USVString#36177
Conversation
…nd `USVString`
Migrate `{{domxref("DOMString")}}` and `{{domxref("USVString")}}` (and case variants like `DOMxRef`, `DOMXref`) to `{{jsxref("String")}}`, preserving any translated display text.
Preview URLs (96 pages)
Flaws (261)Note! 51 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:
External URLs (2)URL:
URL:
|
caugner
left a comment
There was a problem hiding this comment.
Self-approval, reviewed the changes, they look as expected.
Description
Replace
{{domxref("DOMString")}}and{{domxref("USVString")}}(and case variants likeDOMxRef,DOMXref) with{{jsxref("String")}}across thept-brlocale, preserving any translated display text.Motivation
Make the
pt-brtranslated 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
96 files changed.
Measured against mdn/rari#715,
domxref-attributed flaws inpt-brdrop from 957 → 776 (Δ −181).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.