Addresses PR #18 review feedback (issue #22): - Add role="dialog", aria-modal="true", aria-labelledby to modal container - Add tabindex="-1" to make modal keyboard-focusable - Add unique id to <h2> heading for aria-labelledby reference - Replace <span class="wpst-modal-close"> with <button type="button"> and aria-label Fixes #22