fix(es): update stale jsxref references#37060
Conversation
Preview URLs (21 pages)
Flaws (27)Note! 8 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:
External URLs (4)URL:
URL:
(comment last updated: 2026-07-16 08:46:24) |
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 Spanish (es) content:SIMDand its data types,StopIteration,ParallelArray,Object.prototype.watch()/unwatch(),Number.toInteger(),Reflect.enumerate(),for each...in,Function.arity/argument,Date.toLocaleFormat,String.prototype.quote,Error.prototype.description/number,Array.observe()/unobserve(),TypedArray.move) to inline code.Gramatica_lexica→Lexical_grammar,Modo_estricto→Strict_mode,Sentencias→Statements,Funciones→Functions,Operadores→Operators,Características_Desaprobadas→Deprecated_and_obsolete_features).jsxrefto non-Reference guide pages (Closures, Data structures, Equality comparisons, JavaScript landing) with Markdown links, sincejsxrefcannot target them.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.