Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Update semantics-forms.include #834

Merged
merged 3 commits into from
Mar 29, 2017
Merged
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 sections/semantics-forms.include
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@
<pre highlight="html">
&lt;form&gt;
&lt;table&gt;
&lt;caption&gt;Example &lt;<code>label</code>:gt;'s <code>for</code> attribute with &lt;<code>label</code>&gt;&lt;/caption&gt;
&lt;caption&gt;Example, &lt;label&gt;'s for attribute&lt;/caption&gt;
&lt;tr&gt;
&lt;th&gt;&lt;label for="name"&gt;Customer name: &lt;/label&gt;&lt;/th&gt;
&lt;td&gt;&lt;input name="name" id="name"&gt;&lt;/td&gt;
Expand Down