29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-04 19:13:40 +00:00

removed role="navigation" (#34483)

This commit is contained in:
Rick Spaan 2021-06-10 10:56:15 +02:00 committed by GitHub
parent 44934f7863
commit e0ab90b777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
<template>
<nav
class="media-breadcrumb"
role="navigation"
:aria-label="translate('COM_MEDIA_BREADCRUMB_LABEL')"
>
<ol>

View File

@ -53,7 +53,7 @@ if ($currentPage >= $step)
<?php if (!empty($pages)) : ?>
<nav role="navigation" aria-label="<?php echo Text::_('JLIB_HTML_PAGINATION'); ?>">
<nav class="pagination__wrapper" aria-label="<?php echo Text::_('JLIB_HTML_PAGINATION'); ?>">
<div class="pagination pagination-toolbar text-center">
<?php if ($showLimitBox) : ?>

View File

@ -14,7 +14,7 @@ use Joomla\CMS\Language\Text;
$list = $displayData['list'];
?>
<nav role="navigation" aria-label="<?php echo Text::_('JLIB_HTML_PAGINATION'); ?>">
<nav class="pagination__wrapper" aria-label="<?php echo Text::_('JLIB_HTML_PAGINATION'); ?>">
<ul class="pagination ms-0 mb-4">
<?php echo $list['start']['data']; ?>
<?php echo $list['previous']['data']; ?>

View File

@ -13,7 +13,7 @@ use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
?>
<nav role="navigation" aria-label="<?php echo htmlspecialchars($module->title, ENT_QUOTES, 'UTF-8'); ?>">
<nav class="mod-breadcrumbs__wrapper" aria-label="<?php echo htmlspecialchars($module->title, ENT_QUOTES, 'UTF-8'); ?>">
<ol itemscope itemtype="https://schema.org/BreadcrumbList" class="mod-breadcrumbs breadcrumb px-3 py-2">
<?php if ($params->get('showHere', 1)) : ?>
<li class="mod-breadcrumbs__here float-start">