settings-site: phase 6 accessibility (ARIA combobox/listbox pattern, keyboard nav, modal focus trap, toast a11y, contrast + typography fixes)
This commit is contained in:
@@ -371,10 +371,10 @@
|
||||
</div>
|
||||
|
||||
<!-- Schedule modal -->
|
||||
<div id="schedule-modal" class="modal hidden">
|
||||
<div id="schedule-modal" class="modal hidden" role="dialog" aria-modal="true" aria-labelledby="schedule-modal-title">
|
||||
<div class="modal-card">
|
||||
<h3>Schedule restart</h3>
|
||||
<input type="datetime-local" id="schedule-datetime">
|
||||
<h3 id="schedule-modal-title">Schedule restart</h3>
|
||||
<input type="datetime-local" id="schedule-datetime" aria-label="Restart date and time">
|
||||
<div class="modal-actions">
|
||||
<button type="button" id="schedule-confirm-btn">Schedule</button>
|
||||
<button type="button" id="schedule-cancel-btn" class="secondary">Cancel</button>
|
||||
|
||||
Reference in New Issue
Block a user