Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 20062ab

Browse files
Docs (forms): added missing spaces and replaced special characters by regular dashes.
1 parent 79331b6 commit 20062ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/forms/docs-forms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2>Mini sized elements</h2>
5454
<input type="text" name="name" id="mini" value="" data-mini="true" />
5555

5656
<h2>Hiding labels accessibly</h2>
57-
<p>For the sake of accessibility, jQuery Mobile requires that all form elements be paired with a meaningful <code>label</code>. To hide labels in a way that leaves them visible to assistive technologiesfor example, when letting an element’s <code>placeholder</code> attribute serve as a labelapply the helper class <code>ui-hidden-accessible</code> to the label itself:</p>
57+
<p>For the sake of accessibility, jQuery Mobile requires that all form elements be paired with a meaningful <code>label</code>. To hide labels in a way that leaves them visible to assistive technologies - for example, when letting an element’s <code>placeholder</code> attribute serve as a label - apply the helper class <code>ui-hidden-accessible</code> to the label itself:</p>
5858
<code>
5959
<pre>
6060
&lt;label for="username" <strong>class="ui-hidden-accessible"</strong>&gt;Username:&lt;/label&gt;

0 commit comments

Comments
 (0)