From 5fe227636853865a61f228508a7532395002938f Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Wed, 13 Aug 2025 09:56:41 +0200 Subject: [PATCH 1/2] Update G65.html --- techniques/general/G65.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/general/G65.html b/techniques/general/G65.html index 8840791356..b3e41243c8 100644 --- a/techniques/general/G65.html +++ b/techniques/general/G65.html @@ -18,7 +18,7 @@

When to Use

Description

A breadcrumb trail (or 'breadcrumb navigation') helps the user to visualize how content has been structured and how to navigate back to previous web pages. Many even identify the current location in the series of web pages, commmonly as the last element in the trail and with a variation in its visual style. A breadcrumb trail either displays locations in the path the user took to reach the web page, or it displays the location of the current web page within the organization of the site.

-

Breadcrumb trails are implemented using links to the web pages that have been accessed in the process of navigating to the current web page. They are placed in the same location within each web page in the set.

+

Breadcrumb trails are implemented using links to the web pages that have been accessed in the process of navigating to the current web page. They are placed in the same location within each web page in the set. Placing the breadcrumb high on the page, typically after the header, is a best practice and helps users quickly understand their location within the site.

It can be helpful to users to separate the items in the breadcrumb trailing with a visible separator. Examples of separators include ">", "|", "/", and "→". Alternatively, one could use decorative iconography or create separators with CSS.

From 5d88014f921f761dbd1a78185b49200dbd9da79f Mon Sep 17 00:00:00 2001 From: Giacomo Petri Date: Fri, 19 Sep 2025 10:44:37 +0200 Subject: [PATCH 2/2] Update G65.html --- techniques/general/G65.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/techniques/general/G65.html b/techniques/general/G65.html index 16b43d4552..a8649863ca 100644 --- a/techniques/general/G65.html +++ b/techniques/general/G65.html @@ -17,7 +17,7 @@

When to Use

Description

-

A breadcrumb trail (or 'breadcrumb navigation') helps the user to visualize how content has been structured and how to navigate back to previous web pages. Many even identify the current location in the series of web pages, commmonly as the last element in the trail and with a variation in its visual style. A breadcrumb trail either displays locations in the path the user took to reach the web page, or it displays the location of the current web page within the organization of the site.

+

A breadcrumb trail (or 'breadcrumb navigation') helps the user to visualize how content has been structured and how to navigate back to previous web pages. Many even identify the current location in the series of web pages, commonly as the last element in the trail and with a variation in its visual style. A breadcrumb trail either displays locations in the path the user took to reach the web page, or it displays the location of the current web page within the organization of the site.

Breadcrumb trails are implemented using links to the web pages that have been accessed in the process of navigating to the current web page. They are placed in the same location within each web page in the set. Placing the breadcrumb high on the page, typically after the header, is a best practice and helps users quickly understand their location within the site.

It can be helpful to users to separate the items in the breadcrumb trailing with a visible separator. Examples of separators include ">", "|", "/", and "→". Alternatively, one could use decorative iconography or create separators with CSS.