Hi, I’ve spotted a typo that occurs twice in the following lecture transcript:
I believe ‘pause’ should be replaced both times with ‘parse’:
Using the right hierarchy is important for accessibility. Assistive technologies, like screen readers, rely on the structure of a web page to determine how to pause and announce that web page to the user. Using an
h3
element after anh1
might cause a screen reader user to believe they have accidentally skipped over important content, due to the lack of anh2
element.Proper structure is also important for SEO. Search engines use automation to pause the content of your web page and determine when and where it should show up in results. If your structure is malformed, search engines may not be able to rank you very well in the relevant search results.