pull/1824/merge
moon-co-der 2 weeks ago committed by GitHub
commit ad0f7408de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -665,7 +665,7 @@ npx vite
**Linux:**
- **[Bash](https://www.gnu.org/software/bash/)** 💻 - Standard Linux shell
- **[KDE Konsole](https://docs.kde.org/trunk5/en/konsole/konsole/index.html)** - Advanced terminal emulator
- **[KDE Konsole](https://docs.kde.org/trunk_kf6/en/konsole/konsole/index.html)** - Advanced terminal emulator
> 💻 = Pre-installed on the operating system

@ -75,7 +75,10 @@ Assistive technologies are pretty amazing tools that help people with disabiliti
I like to think of a screen reader as having a really smart narrator reading a book to you. It reads content aloud in a logical order, announces interactive elements like "button" or "link," and provides keyboard shortcuts for jumping around a page. But here's the thing—screen readers can only work their magic if we build websites with proper structure and meaningful content. That's where you come in as a developer!
**Popular screen readers across platforms:**
- **Windows**: [NVDA](https://www.nvaccess.org/about-nvda/) (free and most popular), [JAWS](https://webaim.org/articles/jaws/), [Narrator](https://support.microsoft.com/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1/?WT.mc_id=academic-77807-sagibbon) (built-in)
- **Windows**: [NVDA](https://www.nvaccess.org/about-nvda/) (free and most popular), [JAWS](https://webaim.org/articles/jaws/), [Narrator]([https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1])([support.microsoft.com][1])
[1]: https://support.microsoft.com/en-us/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1?utm_source=chatgpt.com "Complete guide to Narrator"
) (built-in)
- **macOS/iOS**: [VoiceOver](https://support.apple.com/guide/voiceover/welcome/10) (built-in and very capable)
- **Android**: [TalkBack](https://support.google.com/accessibility/android/answer/6283677) (built-in)
- **Linux**: [Orca](https://wiki.gnome.org/Projects/Orca) (free and open-source)

@ -198,7 +198,7 @@ It's always best to develop iteratively to see how things look. Let's launch our
- **Automatically** refreshes the browser when you save files
- **Serves** your files from a local URL (typically `localhost:5500`)
**Open a browser and navigate to `https://localhost:5500`:**
**Open a browser and navigate to the URL shown by Live Server (typically `http://localhost:5500`):**
You should now see the page you created! Let's add some functionality.

@ -434,7 +434,8 @@ In this lesson you learned a little about the history of the web browser; take t
[The History of Web Browsers](https://www.mozilla.org/firefox/browsers/browser-history/)
[History of the Web](https://webfoundation.org/about/vision/history-of-the-web/)
[History of the Web]https://home.cern/science/computing/the-birth-of-the-web/short-history-web/]
the l
[An interview with Tim Berners-Lee](https://www.theguardian.com/technology/2019/mar/12/tim-berners-lee-on-30-years-of-the-web-if-we-dream-a-little-we-can-get-the-web-we-want)

Loading…
Cancel
Save