| Summary: | Accessibility: with the redesign, it's no longer easy to reach the first (front, home) pages of books such as the FreeBSD Handbook | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
| Component: | Books & Articles | Assignee: | Sergio Carlavilla Delgado <carlavilla> |
| Status: | Closed FIXED | ||
| Severity: | Affects Many People | CC: | carlavilla |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://web.archive.org/web/20211120113533/https://docs.freebsd.org/en/books/handbook/basics/ | ||
| Bug Depends on: | 259371 | ||
| Bug Blocks: | |||
|
Description
Graham Perrin
2021-12-26 17:17:41 UTC
From bug 259371 comment 4: > … I suspect that (in addition to the HTML title), the new design will > require the title of the document to be visible in the red banner/header > at the top of the page. If the banner/header can be used in this way, then a click on the title should take the reader to the front page. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=e8a6a98110ea377c2717da8d185f44bc30085a7d commit e8a6a98110ea377c2717da8d185f44bc30085a7d Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2021-12-31 12:25:39 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-12-31 12:25:39 +0000 Add home button to the navigation of the books PR: 260705 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> .../beastie/assets/styles/documentation.scss | 11 +++++-- documentation/themes/beastie/i18n/bn-bd.toml | 3 ++ documentation/themes/beastie/i18n/da.toml | 3 ++ documentation/themes/beastie/i18n/de.toml | 3 ++ documentation/themes/beastie/i18n/el.toml | 3 ++ documentation/themes/beastie/i18n/en.toml | 3 ++ documentation/themes/beastie/i18n/es.toml | 3 ++ documentation/themes/beastie/i18n/fr.toml | 3 ++ documentation/themes/beastie/i18n/hu.toml | 3 ++ documentation/themes/beastie/i18n/it.toml | 3 ++ documentation/themes/beastie/i18n/ja.toml | 3 ++ documentation/themes/beastie/i18n/ko.toml | 3 ++ documentation/themes/beastie/i18n/mn.toml | 3 ++ documentation/themes/beastie/i18n/nl.toml | 3 ++ documentation/themes/beastie/i18n/pl.toml | 3 ++ documentation/themes/beastie/i18n/pt-br.toml | 3 ++ documentation/themes/beastie/i18n/ru.toml | 3 ++ documentation/themes/beastie/i18n/tr.toml | 3 ++ documentation/themes/beastie/i18n/zh-cn.toml | 3 ++ documentation/themes/beastie/i18n/zh-tw.toml | 3 ++ .../themes/beastie/layouts/books/list.html | 35 ++++++++++++++++++++++ .../themes/beastie/layouts/books/single.html | 35 ++++++++++++++++++++++ 22 files changed, 136 insertions(+), 2 deletions(-) Fixed. Thanks for the report. |