Skip to content

Commit

Permalink
Add title to iframes in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
samiheikki committed Sep 30, 2018
1 parent 41745f0 commit 8a4de35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/split-layout-integration-demos.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h3>Google Maps</h3>
</style>
</custom-style>
<vaadin-split-layout style="height: 300px">
<iframe src="//maps.google.com/maps?q=Turku&amp;output=embed"></iframe>
<iframe src="//maps.google.com/maps?q=Malta&amp;output=embed"></iframe>
<iframe src="//maps.google.com/maps?q=Turku&amp;output=embed" title="Map of Turku"></iframe>
<iframe src="//maps.google.com/maps?q=Malta&amp;output=embed" title="Map of Malta"></iframe>
</vaadin-split-layout>
</template>
</vaadin-demo-snippet>
Expand Down

0 comments on commit 8a4de35

Please sign in to comment.