3 Matching Annotations
  1. Dec 2021
    1. Most of the metadata about our document lives in the head of the document, and it makes perfect sense. Most information about our bodies also live in our head.

      Metadata placement.

    1. Welcome to Accessibility WeeklyA weekly dose of web accessibility to help you bring it into your everyday work. Delivered to your inbox each Monday, curated by David A. Kennedy.

      a11y Weekly is about web accessibility. How to make the web user friendly to everyone.

  2. Nov 2021
    1. querySelector is the newer feature. getElementById is better supported than querySelector. querySelector is better supported than getElementsByClassName. querySelector lets you find elements with rules that can't be expressed with getElementById and getElementsByClassName

      Which is better?

      document.querySelector() or document.getElementById()