Skip to content

Commit

Permalink
Listview: html lint free tests and demos
Browse files Browse the repository at this point in the history
  • Loading branch information
apsdehal authored and arschmitz committed Jul 4, 2016
1 parent b3dec9f commit 64cc9bc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions demos/listview-grid/listview-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,43 +22,43 @@ <h1>Listview Responsive Grid</h1>

<ul data-role="listview" data-inset="true">
<li><a href="#">
<img src="../_assets/img/apple.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/apple.png" alt="apple" class="ui-listview-item-thumbnail">
<h2>iOS 6.1</h2>
<p>Apple released iOS 6.1</p>
<p class="ui-listview-item-aside">iOS</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/blackberry_10.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/blackberry_10.png" alt="blackberry_10" class="ui-listview-item-thumbnail">
<h2>BlackBerry 10</h2>
<p>BlackBerry launched the Z10 and Q10 with the new BB10 OS</p>
<p class="ui-listview-item-aside">BlackBerry</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/lumia_800.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/lumia_800.png" alt="lumia_800" class="ui-listview-item-thumbnail">
<h2>WP 7.8</h2>
<p>Nokia rolls out WP 7.8 to Lumia 800</p>
<p class="ui-listview-item-aside">Windows Phone</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/galaxy_express.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/galaxy_express.png" alt="galaxy_express" class="ui-listview-item-thumbnail">
<h2>Galaxy</h2>
<p>New Samsung Galaxy Express</p>
<p class="ui-listview-item-aside">Samsung</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/nexus_7.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/nexus_7.png" alt="nexus_7" class="ui-listview-item-thumbnail">
<h2>Nexus 7</h2>
<p>Rumours about new full HD Nexus 7</p>
<p class="ui-listview-item-aside">Android</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/firefox_os.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/firefox_os.png" alt="firefox_os" class="ui-listview-item-thumbnail">
<h2>Firefox OS</h2>
<p>ZTE to launch Firefox OS smartphone at MWC</p>
<p class="ui-listview-item-aside">Firefox</p>
</a></li>
<li><a href="#">
<img src="../_assets/img/tizen.png" class="ui-listview-item-thumbnail">
<img src="../_assets/img/tizen.png" alt="tizen" class="ui-listview-item-thumbnail">
<h2>Tizen</h2>
<p>First Samsung phones with Tizen can be expected in 2013</p>
<p class="ui-listview-item-aside">Tizen</p>
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/listview/backcompat-tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div id="qunit"></div>

<div id="qunit-fixture"></div>
<div id="qunit-fixture">
<div class="ui-content">
<ul id="the-listview" data-nstest-role="listview" data-nstest-inset="true">
<li>Item 1</li>
Expand Down
1 change: 1 addition & 0 deletions tests/integration/listview/cache-tests/cached-nested.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Listview Test</title>
<meta charset="utf-8">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions tests/integration/listview/cache-tests/clear.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Listview Test</title>
<meta charset="utf-8">
</head>
<body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Listview Test</title>
<meta charset="utf-8">
</head>
<body>
Expand Down

0 comments on commit 64cc9bc

Please sign in to comment.