From 18cf60491dd4a5df8356f93c42309e09aec126b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kamil=20Bregu=C5=82a?= Date: Mon, 18 Sep 2017 18:09:21 +0200 Subject: [PATCH] Update breadcrumbs.md --- docs/pages/breadcrumbs.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/pages/breadcrumbs.md b/docs/pages/breadcrumbs.md index 824c93af3..e77fea1f5 100644 --- a/docs/pages/breadcrumbs.md +++ b/docs/pages/breadcrumbs.md @@ -20,10 +20,6 @@ To mark a disabled item, add the class `.disabled` to the `
  • `, and just use p edit on codepen button -
    -

    We use a CSS ::after element containing a slash character to create the separator between items. Some screen readers will read this character out loud—if this is an issue, you can use a background image or a separate element with aria-hidden="true" to create the separator instead.

    -
    -

    If your site is visited by search engines, then you should consider adding Schema.org structure data. This will allow your site to appear more attractive in search results.

    For more information, see Breadcrumbs - Google Developers, BreadcrumbList - schema.org.

    -- 2.47.2