- From: Daniel Holbert via GitHub <sysbot+gh@w3.org>
- Date: Mon, 14 Apr 2025 23:05:26 +0000
- To: public-svg-issues@w3.org
dholbert has just created a new issue for https://github.com/w3c/svgwg: == SVG TR Spec "single-page" link doesn't work == STR: 1. Visit https://www.w3.org/TR/SVG/ 2. Click the link near the top for the "single page version". EXPECTED RESULTS: * The link should work. * The link text should match where I'm taken. ACTUAL RESULTS: * The link takes me to https://www.w3.org/TR/SVG/single-page.html which is 404 * This does not match the URL that was shown which was https://svgwg.org/svg2-draft/single-page.html (which does actually work). In other words, the actual markup in the spec here is: ```html <a href="single-page.html" class="url">https://svgwg.org/svg2-draft/single-page.html</a> ``` The link here is to a relative URL (which happens to be broken when served from w3.org), but we're displaying a full svgwg.org URL as the link-text, giving the false impression that that's the link target. Please view or discuss this issue at https://github.com/w3c/svgwg/issues/976 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 14 April 2025 23:05:27 UTC