Skip to content

Commit

Permalink
Merge pull request #936 from dpc-sdp/bugfix/R20-800
Browse files Browse the repository at this point in the history
[R20-800] Ensured landmarks (primary and footer navs) are unique by adding a label
dylankelly authored Nov 14, 2023
2 parents 8f746ce + 1eb436a commit 056bf05
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ const handleClick = (link) => {
data-component-type="site-footer"
>
<div class="rpl-container">
<nav class="rpl-footer__nav">
<nav class="rpl-footer__nav" aria-label="Footer navigation">
<!-- Fallback rendering for SSR, this ensures that the server and client render the same thing initially -->
<template v-if="!isMounted">
<RplNavSection
Original file line number Diff line number Diff line change
@@ -259,7 +259,7 @@ provide('navFocus', navFocus)
</script>

<template>
<nav ref="navContainer" :class="classList">
<nav ref="navContainer" :class="classList" aria-label="Primary navigation">
<div
class="rpl-primary-nav__inner"
:style="`--local-expanded-height: ${height}px`"

0 comments on commit 056bf05

Please sign in to comment.