fix(ru): update stale jsxref references#37061
Conversation
Preview URLs (12 pages)
Flaws (45)Note! 7 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:
External URLs (2)URL:
URL:
(comment last updated: 2026-07-17 13:16:39) |
Resolve `jsxref` macro arguments that no longer point at an existing `Web/JavaScript/Reference/*` page. An upcoming rari change (mdn/rari#715) resolves these against an index instead of probing candidate URLs and following redirects, which surfaces such stale references as broken links.
Description
Update stale
jsxrefreferences in Russian (ru) content:StopIteration,ParallelArray,SIMD,Object.observe()/watch/unwatch,Object.count/parent/eval,Number.toInteger(),Reflect.enumerate(),for each...in,Function.arity,Date.toLocaleFormat,String.prototype.quote,Array.observe(),WeakSet.prototype.clear(),IteratorResult) to inline code.()in the string-methods learning page (String.prototype.slice ()→String.prototype.slice(), etc.).Промис→Promise).Motivation
Ensure
jsxrefreferences keep resolving once rari resolves macro arguments against an index of the currentWeb/JavaScript/Reference/*pages (mdn/rari#715) instead of probing candidate URLs and silently following redirects — which will otherwise surface these stale references as broken links.Additional details
Related issues and pull requests
Part of #37059.
Related to mdn/rari#715.