update index.html: change heading class from sr-only to visually-hidden for consistency in accessibility practices

This commit is contained in:
pacnpal
2025-02-15 23:37:39 -05:00
parent f546e51510
commit 7090c3c3f5

View File

@@ -247,7 +247,8 @@
<p id="converter-description">Convert protocol URLs (like Steam invites) to shareable HTTPS links that work on any platform.</p> <p id="converter-description">Convert protocol URLs (like Steam invites) to shareable HTTPS links that work on any platform.</p>
<div role="form" aria-labelledby="form-title"> <div role="form" aria-labelledby="form-title">
<h2 id="form-title" class="sr-only">URL Converter Form</h2> <h2 id="form-title" class="visually-hidden">URL Converter Form</h2>
<label for="steamUrl">Enter Protocol URL:</label> <label for="steamUrl">Enter Protocol URL:</label>
<div class="input-group"> <div class="input-group">