We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087ae11 commit a93c6baCopy full SHA for a93c6ba
1 file changed
src/NuGetGallery/Views/Packages/DisplayPackage.cshtml
@@ -150,7 +150,7 @@
150
<div class="copy-button">
151
<button id="@packageManager.Id-button" class="btn btn-default btn-warning" type="button"
152
data-toggle="popover" data-placement="bottom" data-content="Copied."
153
- aria-label="@packageManager.CopyLabel">
+ aria-label="@packageManager.CopyLabel" aria-live="polite" role="status">
154
<span class="ms-Icon ms-Icon--Copy" aria-hidden="true"></span>
155
</button>
156
</div>
0 commit comments