Skip to content

Commit 5058b7d

Browse files
committed
Address tenon feedback
1 parent 4d28fff commit 5058b7d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

partials/section.embedded.hbs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<h3 id="subsection-iframe">Iframe</h3>
9393
<iframe
9494
src="about:blank"
95-
title="about:blank"
95+
title="Example blank iframe"
9696
name="iframe">
9797
</iframe>
9898
<!-- End of #subsection-iframe -->
@@ -155,6 +155,10 @@
155155
name="movie"
156156
value="http://www.youtube.com/v/pDHzK3Xe7Yw?fs=1&amp;hl=en_GB">
157157
</param>
158+
<param
159+
name="wmode"
160+
value="window">
161+
</param>
158162
<param
159163
name="allowFullScreen"
160164
value="true">

partials/section.forms.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@
715715
</label>
716716

717717
<label for="input-autocomplete-email">
718-
Email
718+
Autocomplete Email
719719
<input
720720
id="input-autocomplete-email"
721721
name="autocomplete-email"
@@ -1033,7 +1033,7 @@
10331033
</label>
10341034

10351035
<label for="input-autocomplete-url">
1036-
URL
1036+
Autocomplete URL
10371037
<input
10381038
id="input-autocomplete-url"
10391039
name="autocomplete-url"

0 commit comments

Comments
 (0)