Skip to content

Commit 053d1c2

Browse files
committed
Rebuild docs
1 parent 5058b7d commit 053d1c2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ <h3 id="subsection-image-with-srcset-and-sizes">Image with Srcset and Sizes</h3>
602602
<h3 id="subsection-iframe">Iframe</h3>
603603
<iframe
604604
src="about:blank"
605-
title="about:blank"
605+
title="Example blank iframe"
606606
name="iframe">
607607
</iframe>
608608
<!-- End of #subsection-iframe -->
@@ -665,6 +665,10 @@ <h3 id="subsection-object">Object</h3>
665665
name="movie"
666666
value="http://www.youtube.com/v/pDHzK3Xe7Yw?fs=1&amp;hl=en_GB">
667667
</param>
668+
<param
669+
name="wmode"
670+
value="window">
671+
</param>
668672
<param
669673
name="allowFullScreen"
670674
value="true">
@@ -1423,7 +1427,7 @@ <h3 id="subtitle-autocomplete">Autocomplete</h3>
14231427
</label>
14241428

14251429
<label for="input-autocomplete-email">
1426-
Email
1430+
Autocomplete Email
14271431
<input
14281432
id="input-autocomplete-email"
14291433
name="autocomplete-email"
@@ -1741,7 +1745,7 @@ <h3 id="subtitle-autocomplete">Autocomplete</h3>
17411745
</label>
17421746

17431747
<label for="input-autocomplete-url">
1744-
URL
1748+
Autocomplete URL
17451749
<input
17461750
id="input-autocomplete-url"
17471751
name="autocomplete-url"

0 commit comments

Comments
 (0)