Closed
Bug 919359
Opened 12 years ago
Closed 11 years ago
Internal #Polyfill anchor points to the wrong place
Categories
(Developer Documentation Graveyard :: General, defect)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kengruven, Assigned: sheppy)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.25 (KHTML, like Gecko) Version/6.0 Safari/536.25
Steps to reproduce:
1. Go to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
2. Hover over "Polyfill" in the Table of Contents
Actual results:
It points to "#See%20also". Both "Polyfill" and "See Also" point to the same anchor name, and both the "Polyfill" and "See Also" sections have this same anchor.
Expected results:
These two sections should have different anchor names.
Reporter | ||
Comment 1•11 years ago
|
||
As of today, the "See also" anchor is called "See_also", and the "Polyfill" anchor is called "See also", so these internal links take you to the correct position on the page. Still confusingly named, though.
Comment 2•11 years ago
|
||
I fixed the id.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•