Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal links not working when the URL fragment has %-encoded characters #649

Closed
MurakamiShinyu opened this issue Sep 17, 2020 · 1 comment
Assignees
Labels

Comments

@MurakamiShinyu
Copy link
Member

Describe the bug

内部リンク <a href="#xxxx"> のURLフラグメント識別子(# のあとの文字列)に%エンコーディングされた文字があるとき、リンクが機能しない不具合がある。

To Reproduce

例: "Vivliostyle で本を作ろう Vol. 4"
https://vivliostyle.org/viewer/#src=https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol4/artifacts/content/&bookMode=true

この p.41 の " 👉次も参照: 目次を作るには?" のリンクをクリックしてもジャンプしない。

HTMLソース
https://github.com/vivliostyle/vivliostyle_doc/blob/gh-pages/ja/vivliostyle-user-group-vol4/artifacts/content/shinyu/index.html

該当箇所:

<p>👉次も参照: <a href="#%E7%9B%AE%E6%AC%A1%E3%82%92%E4%BD%9C%E3%82%8B%E3%81%AB%E3%81%AF%EF%BC%9F">目次を作るには?</a></p>

Vivliostyleを使わない通常のブラウザでは、このURLフラグメントが機能することを確認できる:
https://vivliostyle.github.io/vivliostyle_doc/ja/vivliostyle-user-group-vol4/artifacts/content/shinyu/index.html#%E7%9B%AE%E6%AC%A1%E3%82%92%E4%BD%9C%E3%82%8B%E3%81%AB%E3%81%AF%EF%BC%9F

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant