Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion techniques/html/H91.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h4>Textarea example A</h4>
</section>
<section>
<h4>Textarea example B</h4>
<p>Example B has the same role, the name is set using the <code class="language-html">title</code> attribute, and the value is the empty string.</p>
<p>Example B has the same role and value. The name is set using the <code class="language-html">title</code> attribute.</p>

<pre xml:space="preserve"><code class="language-html">&lt;textarea title="Type your speech here"&gt;Four score and seven years ago&lt;/textarea&gt;</code></pre>
</section>
Expand Down