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 @@

Feed

unstructured information that may contain links or other interactive elements.

- 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 @@

Feed

of feed content while staying in its reading mode.

- 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 @@

Keyboard Interaction

Options for supporting nested feed navigation include: