- How A Screen Reader User Surfs The Web - Video
- Setting up a screen reader testing environment on your computer
- Screen reader quick guide
- Which VoiceOver?
- Screen Reader HTML Support – Lookup - welcher SR unterstützt was und wie?
- Browsing with a desktop screen reader
- Browsing with a mobile screen reader
- Day 8: Testing using a screen reader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Responsive Images </h1> | |
| <h2>Banner image</h2> | |
| <div class="wrapper"> | |
| <div class="image banner-image"> | |
| <picture> | |
| <source media="(min-width: 1024px)" | |
| srcset="https://dummyimage.com/1440x810/a20000/fff&text=1440x810source 1440w, | |
| https://dummyimage.com/1080x608/fd8700/000&text=1080x608source 1080w" | |
| sizes="(min-width: 1440px) 1080px, | |
| (min-width: 1024px) 1440px" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <h1>Responsive Images </h1> | |
| <h2>Banner image</h2> | |
| <div class="wrapper"> | |
| <div class="image banner-image"> | |
| <picture> | |
| <source media="(min-width: 1200px)" | |
| srcset="https://dummyimage.com/768x432/444/fff 768w,https://dummyimage.com/1440x810/a20000/fff 1440w,https://dummyimage.com/1080x608/fd8700/000 1920w" | |
| sizes="(min-width: 1200px) 1000px" width="768" height="432"> | |
| <img src="https://dummyimage.com/320x180/ddd&text=Fallback" | |
| srcset="https://dummyimage.com/320x180/ddd 320w,https://dummyimage.com/480x270/ccc 480w,https://dummyimage.com/768x432/444/fff 768w" |
- Getting Started with Java in VS Code
- Java in Visual Studio Code
- How to Use Visual Studio Code With Java?
- Setting Up Visual Studio Code for Java: A Comprehensive Guide
- Mastering Java Development in Visual Studio Code: A Complete Guide
- Using Java 21 with VS Code: A Lightweight Workflow
- How to Use VSCode for Java Development
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Basic stylesheet for MathML elements */ | |
| math { | |
| font-family: 'Times New Roman', Times, serif; | |
| font-size: 1em; | |
| line-height: 1.2; | |
| } | |
| mrow, | |
| mfrac, | |
| msqrt, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ******************************************************************************************* | |
| * TAILWIND.CSS | |
| * DOCUMENTATION: https://tailwindcss.com/ | |
| * ******************************************************************************************* */ | |
| /* | |
| * Available breakpoints | |
| * -------------------- | |
| * sm: min-width: 640px; | |
| * md: min-width: 768px; |
- Learn CSS auf web.dev
- Learn HTML auf web.dev
- Learn Forms auf web.dev
- Learn to Code HTML & CSS
- Frontend Handbook - eine Übersicht über alle Aspekte der Frontendentwicklung mit weiterführenden Links
- https://practical-accessibility.today/code/hiding-techniques/
- https://www.heise.de/blog/Die-Produktwerker-Barrierefreiheit-von-digitalen-Produkten-9868902.html
- https://www.credly.com/badges/abc731d2-859c-437a-bc05-5eae507c02df
- https://developer.spotify.com/documentation/accessibility
- https://www.fcstpauli.com/news/einfache-sprache-fc-st-pauli-stellt-ubersetzungstool-zur-verfugung/
- https://adrianroselli.com/2020/03/i-dont-care-what-google-or-apple-or-whomever-did.html
- https://tink.uk/perceived-affordances-and-the-functionality-mismatch/
- https://adrianroselli.com/2022/07/its-mid-2022-and-browsers-mostly-safari-still-break-accessibility-via-display-properties.html
- https://yatil.net/blog/no-accessibility-without-disabilities
- https://css-tricks.com/why-dont-developers-take-accessibility-seriously/
Capture input from the user’s camera.
The capture attribute specifies that, optionally, a new file should be captured, and which device should be used to capture that new media of a type defined by the accept attribute.
NewerOlder