We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! In other languages, there are different "aria-label" of buttons.
Next button: <button style="--button-size:32px;" class="bf01b0d913b6bfffea0d4ffd7393c4af-scss" aria-label="Далее" data-testid="control-button-skip-forward" title="Далее"><svg role="img" height="16" width="16" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M11 3v4.119L3 2.5v11l8-4.619V13h2V3z"></path></svg></button>
<button style="--button-size:32px;" class="bf01b0d913b6bfffea0d4ffd7393c4af-scss" aria-label="Далее" data-testid="control-button-skip-forward" title="Далее"><svg role="img" height="16" width="16" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M11 3v4.119L3 2.5v11l8-4.619V13h2V3z"></path></svg></button>
Mute Button: <button class="volume-bar__icon-button control-button" aria-label="Выключить звук" aria-describedby="volume-icon" title="Выключить звук"><svg role="presentation" height="16" width="16" aria-label="Средняя громкость" id="volume-icon" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M0 11.032v-6h2.802l5.198-3v12l-5.198-3H0zm7 1.27v-8.54l-3.929 2.27H1v4h2.071L7 12.302zm4.464-2.314q.401-.925.401-1.956 0-1.032-.4-1.957-.402-.924-1.124-1.623L11 3.69q.873.834 1.369 1.957.496 1.123.496 2.385 0 1.262-.496 2.385-.496 1.123-1.369 1.956l-.659-.762q.722-.698 1.123-1.623z"></path></svg></button>
<button class="volume-bar__icon-button control-button" aria-label="Выключить звук" aria-describedby="volume-icon" title="Выключить звук"><svg role="presentation" height="16" width="16" aria-label="Средняя громкость" id="volume-icon" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M0 11.032v-6h2.802l5.198-3v12l-5.198-3H0zm7 1.27v-8.54l-3.929 2.27H1v4h2.071L7 12.302zm4.464-2.314q.401-.925.401-1.956 0-1.032-.4-1.957-.402-.924-1.124-1.623L11 3.69q.873.834 1.369 1.957.496 1.123.496 2.385 0 1.262-.496 2.385-.496 1.123-1.369 1.956l-.659-.762q.722-.698 1.123-1.623z"></path></svg></button>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
In other languages, there are different "aria-label" of buttons.
Next button:
<button style="--button-size:32px;" class="bf01b0d913b6bfffea0d4ffd7393c4af-scss" aria-label="Далее" data-testid="control-button-skip-forward" title="Далее"><svg role="img" height="16" width="16" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M11 3v4.119L3 2.5v11l8-4.619V13h2V3z"></path></svg></button>
Mute Button:
<button class="volume-bar__icon-button control-button" aria-label="Выключить звук" aria-describedby="volume-icon" title="Выключить звук"><svg role="presentation" height="16" width="16" aria-label="Средняя громкость" id="volume-icon" viewBox="0 0 16 16" class="Svg-sc-1bi12j5-0 fIDrcz"><path d="M0 11.032v-6h2.802l5.198-3v12l-5.198-3H0zm7 1.27v-8.54l-3.929 2.27H1v4h2.071L7 12.302zm4.464-2.314q.401-.925.401-1.956 0-1.032-.4-1.957-.402-.924-1.124-1.623L11 3.69q.873.834 1.369 1.957.496 1.123.496 2.385 0 1.262-.496 2.385-.496 1.123-1.369 1.956l-.659-.762q.722-.698 1.123-1.623z"></path></svg></button>
The text was updated successfully, but these errors were encountered: