We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b1d22 + b4a2488 commit 0f304ceCopy full SHA for 0f304ce
1 file changed
src/NuGetGallery/Views/Users/ApiKeys.cshtml
@@ -396,13 +396,13 @@
396
individual packages, or both.
397
</p>
398
<div class="has-error">
399
- <span class="help-block" data-bind="text: SubjectsError"></span>
+ <span class="help-block" data-bind="text: SubjectsError" aria-live="polite" role="alert"></span>
400
</div>
401
402
<span class="field-validation-valid help-block"
403
data-valmsg-replace="true"
404
data-bind="attr: { 'data-valmsg-for': GlobPatternId,
405
- id: GlobPatternId() + '-validation-message' }"></span>
+ id: GlobPatternId() + '-validation-message' }" aria-live="polite" role="alert"></span>
406
407
408
0 commit comments