Fix broken internal links (WebXR, SVGElement, WebAssembly, XSLT) - #44830
Open
rajanpanth wants to merge 1 commit into
Open
Fix broken internal links (WebXR, SVGElement, WebAssembly, XSLT)#44830rajanpanth wants to merge 1 commit into
rajanpanth wants to merge 1 commit into
Conversation
- Retarget exnref link from nonexistent Reference/Types to Reference/Value_types - Unlink <xsl:for-each-group> (XSLT 2.0, not documented on MDN) - Remove SVGElement event list entries for pages that do not exist (abort, resize, scroll, unload) - Retarget deleted WebXR Gamepads article links to the gamepad section of the Inputs guide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes internal links pointing to nonexistent pages, found by checking every
/en-US/docs/link against both the file tree and_redirects.txt:Tagdocs linkedexnrefviaReference/Types/exnref; the page lives atReference/Value_types/exnref(matching the links already used in the exception handling and tag definition docs).<xsl:stylesheet>docs linked<xsl:for-each-group>, an XSLT 2.0 element MDN does not document; converted to plain code text.abort,resize,scroll, andunload, whose pages do not exist (these events were dropped from SVG2); removed those entries, keepingerrorandloadwhich have pages.Not touched: links to plausibly-planned pages (
MediaTrackConstraints.resizeMode, MathML global attributes, CycleTracker tutorial parts,import/source) and the ~60 broken links in the WebDriver reference, which look like they need a maintainer decision (happy to file a separate issue about those).