Skip to content

Commit 222404f

Browse files
committed
spec/page-view: [Page view with custom controls]
1 parent c9c102c commit 222404f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/page-view.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ Ideally, UA should provide well designed, usable and accessible controls for pag
8181
</div>
8282
</html>
8383

84-
Custom controls will activate custom script, which in some cases will need to access pagination results or modify the view.
84+
Custom controls will activate a custom script, which in some cases will need to access pagination results or modify the view.
8585

8686
Implementation of custom page UI needs some or all of the following:
8787
* Modify or replace the default pagination UI
8888
* Know number of pages
8989
* Show a particular page
90-
* Know if everything fits (in automatic page layout, there will be alwayse enough pages generated, but there may be unprocessed content due to timing or additional constraints)
90+
* Know if everything fits (in automatic page layout, there will be always enough pages generated, but there may be unprocessed content due to timing or additional constraints)
9191
* Determine what content is in a given page (a potentially disjoint range of content)
9292
* Determine on what page or pages a given range of content is
9393
* Determine if content of interest didn't fit on any page

0 commit comments

Comments
 (0)