mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 11:15:33 +00:00
687c6a50d8
- Apply aria-hidden to h3 in Menu template, ensuring the nav landmarks are still properly labeled, but no longer reading duplicate labels to screenreaders - Remove "Navigation menu" h2 element, which is not needed as the nav landmarks are already labeled - Remove searchbox h3 element, which is redundant with the search landmark - Scope all changes to modern vector Bug: T265993 Change-Id: I4e5da7a0699160fa57234bd126b75243e0157778
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
@import 'mediawiki.mixins.less';
|
|
|
|
// Search portlet.
|
|
#p-search h3 {
|
|
.mixin-screen-reader-text();
|
|
}
|