-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive-regions.html
61 lines (61 loc) · 2.82 KB
/
live-regions.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- Reference: https://used.toyota.co.uk/approved-used?step=carFilter&imagery[]=10829&mileage=8000&deposit=250&term=42&monthlypay=425&payinfull=1000,200000&depositMultiple=6&maintenance=0&financeGroupType=personal&acceptedFinance=false&p=1 -->
<div class="app-section">
<div class="app-container">
<div class="app-section__content">
<h2 class="app-section__title">Used cars</h2>
<div class="app-section__description">
<p>Buying an approved used Toyota online is easy. With a range of used cars, finance options, and the opportunity to part exchange your current car, buying online delivers full peace of mind. All of our Toyota Approved Used Cars come with a minimum of 12 months warranty and 12 months roadside assistance. Browse our most popular models and buy online today.</p>
</div>
<div class="app-section__triggers">
<button class="app-load-button">Load cars</button>
<button class="app-reset-button" aria-controls="reset-alertdialog" aria-expanded="false" aria-haspopup="dialog">Reset</button>
</div>
<!-- TODO: Add live region here -->
<div class="app-teaser-list" style="display:none;">
<div class="app-teaser">
<div class="app-teaser__skeleton">
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
</div>
<div class="app-teaser__content">
<a href="https://example.com/linkwrap" rel="nofollow">
<h3>Car 1</h3>
<img src="https://picsum.photos/365/205?id=1" alt="">
<p>This car is the first car in the list.</p>
</a>
</div>
</div>
<div class="app-teaser">
<div class="app-teaser__skeleton">
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
</div>
<div class="app-teaser__content">
<a href="https://example.com/linkwrap" rel="nofollow">
<h3>Car 2</h3>
<img src="https://picsum.photos/365/205?id=2" alt="">
<p>This car is the second car in the list.</p>
</a>
</div>
</div>
<div class="app-teaser">
<div class="app-teaser__skeleton">
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
<div aria-hidden="true"></div>
</div>
<div class="app-teaser__content">
<a href="https://example.com/linkwrap" rel="nofollow">
<h3>Car 3</h3>
<img src="https://picsum.photos/365/205?id=3" alt="">
<p>This car is the third card in the list.</p>
</a>
</div>
</div>
</div>
<!-- TODO: Add interactive notification here -->
</div>
</div>
</div>