diff --git a/aria-practices.html b/aria-practices.html index b5ffa6de62..f75a4772d1 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -579,11 +579,11 @@
- For example, a product page on a shopping site has a related products section that - displays five product suggestions at a time. As the user scrolls, more suggestions are requested and loaded into the DOM. - While a static design might include a next button for loading five more product suggestions, a dynamic implementation + For example, a product page on a shopping site may have a related products section that + displays five products at a time. As the user scrolls, more products are requested and loaded into the DOM. + While a static design might include a next button for loading five more products, a dynamic implementation that automatically loads data as needed simplifies the user - experience and reduces the inertia of viewing more than the first five suggestions. + experience and reduces the inertia associated with viewing more than the first five product suggestions.
Unfortunately, when web pages load content dynamically based on scroll events, it @@ -622,7 +622,7 @@
- Another feature of the feed pattern is its ability to facilitate skim reading by + Another feature of the feed pattern is its ability to facilitate skim reading for assistive technology users. Web page authors may provide both an accessible name and description for each article. By identifying the elements inside of an article that provide the title and the primary content, assistive technologies can provide @@ -651,7 +651,7 @@
article
element has
- aria-setsize
- set to a value that represents either the total number of articles that have been loaded or the total number in the feed,
+ aria-setsize
+ set to a value that represents either the total number of articles that have been loaded or the total number in the feed,
depending on which value is deemed more helpful to users.
If the total number in the feed is undetermined, it can be represented by a aria-setsize
value of -1
.