Closed
Bug 1504229
Opened 7 years ago
Closed 7 years ago
#Browser_compat != #Compatibilité_des_navigateurs
Categories
(developer.mozilla.org Graveyard :: Localization, enhancement)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: luperez, Assigned: sphinx_knight)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. I go to an exeprimental page feature like: https://developer.mozilla.org/fr/docs/Web/CSS/minmax
2. I click on the link <a href="#Browser_compatibility">tableau de compatibilité</a>
3. The link is broken
What happened?
==============
The href target id of this link has been translate in french #Browser_compat to #Compatibilité_des_navigateurs and is use in the navigation bar (id="toc") but we don't have interface at my knowledge to edit etheir navigation bar (id="toc") or macro {{SeeCompatTable}} so if I rollback the id to #Browser_compat the nav bar link is broken
What should have happened?
==========================
nav bar link <a rel="internal" href="#Compatibilité_des_navigateurs">Compatibilité des navigateurs</a>
and {{SeeCompatTable}} link <a href="#Browser_compatibility">tableau de compatibilité</a>
need to have the same valid href to <h2 id="Compatibilité_des_navigateurs">
Is there anything else we should know?
======================================
Severity: normal → trivial
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•