Skip to content

Commit 4a35d1c

Browse files
committed
docs(pagination): updated usage, usability and accessibility
1 parent b28ae05 commit 4a35d1c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

portal/collections/_components/pagination.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,18 @@ <h2 class="title fw-bold" id="usage-guidelines">Usage guidelines</h2>
191191
<!-- Usability guidelines Section -->
192192
<section name="section-usability-guidelines">
193193
<h2 class="title fw-bold" id="usability-guidelines">Usability guidelines</h2>
194-
<p class="fw-bold mb-0">Show the total number of pages in the pagination set whenever possible</p>
194+
<p><b>Show the total number of pages in the pagination set whenever possible</b><br>
195195
Users should know the total number of pages or items. Truncation can be used when the number of pages exceeds the pagination display limit.
196-
<p class="fw-bold mb-0">Highlight the current page</p>
196+
</p>
197+
<p><b>Highlight the current page</b><br>
197198
Pagination should highlight the page the user is currently on.
198-
<p class="fw-bold mb-0">Place pagination at the bottom of the set of results</p>
199+
</p>
200+
<p><b>Place pagination at the bottom of the set of results</b><br>
199201
Do place pagination at the bottom of page so that users are able to navigate between pages.
200-
<p class="fw-bold mb-0">Behaviour</p>
202+
</p>
203+
<p><b>Behaviour</b><br>
201204
Clearly identify the pagination different states so that users will know which page they are on. Selected, hover, disabled and enabled.
205+
</p>
202206
</section>
203207

204208
<!-- Accessibility guidelines Section -->

0 commit comments

Comments
 (0)