Skip to content
Snippets Groups Projects
Verified Commit 4d0997ca authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3350947 by camilledavis, smustgrave, mgifford: "Skip to main content"...

Issue #3350947 by camilledavis, smustgrave, mgifford: "Skip to main content" link skips over content that is essential to the page, banner role should be for global content

(cherry picked from commit 8e150d9e)
parent 4a77f183
No related branches found
No related tags found
11 merge requests!12802Issue #3537193 by opauwlo: Add enable absolute path option for CKEditor5 image uploads,!12745Fixed: Path alias language doesn't changes on changing of node language,!12684Issue #3220784,!12537Add ViewsConfigUpdater deprecation support for default_argument_skip_url,!12523Issue #3493858 by vidorado, xavier.masson, smustgrave: Extend ViewsBlockBase...,!122353526426-warning-for-missing,!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php
Pipeline #181074 passed with warnings
Pipeline: drupal

#181094

    Pipeline: drupal

    #181089

      Pipeline: drupal

      #181081

        ......@@ -39,6 +39,8 @@
        * @see html.html.twig
        */
        #}
        <main>
        <div class="visually-hidden"><a id="main-content" tabindex="-1"></a></div>
        <header class="content-header clearfix">
        <div class="layout-container">
        {{ page.breadcrumb }}
        ......@@ -48,8 +50,7 @@
        <div class="layout-container">
        {{ page.pre_content }}
        <main class="page-content clearfix" role="main">
        <div class="visually-hidden"><a id="main-content" tabindex="-1"></a></div>
        <div class="page-content clearfix">
        {{ page.highlighted }}
        {% if page.help %}
        <div class="help">
        ......@@ -57,6 +58,7 @@
        </div>
        {% endif %}
        {{ page.content }}
        </main>
        </div>
        </div>
        </main>
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment