File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
portal/collections/_components Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -191,14 +191,18 @@ <h2 class="title fw-bold" id="usage-guidelines">Usage guidelines</h2>
191
191
<!-- Usability guidelines Section -->
192
192
< section name ="section-usability-guidelines ">
193
193
< 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 >
195
195
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 >
197
198
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 >
199
201
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 >
201
204
Clearly identify the pagination different states so that users will know which page they are on. Selected, hover, disabled and enabled.
205
+ </ p >
202
206
</ section >
203
207
204
208
<!-- Accessibility guidelines Section -->
You can’t perform that action at this time.
0 commit comments