https://github.com/fix2015/spellcheck
A simple example demonstrating the HTML spellcheck='true' attribute for automatic spelling and grammar checks in text fields.
https://github.com/fix2015/spellcheck
Last synced: 2 months ago
JSON representation
A simple example demonstrating the HTML spellcheck='true' attribute for automatic spelling and grammar checks in text fields.
- Host: GitHub
- URL: https://github.com/fix2015/spellcheck
- Owner: fix2015
- Created: 2024-11-30T16:14:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-30T16:22:48.000Z (about 1 year ago)
- Last Synced: 2024-11-30T17:31:18.740Z (about 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spellcheck Example
This repository demonstrates how to use the `spellcheck="true"` attribute in HTML to enable automatic spelling and grammar checks in text fields.
## How it Works:
- The `` element with the `spellcheck="true"` attribute allows browsers to automatically check for spelling errors as the user types.
- You can type in the box and see misspelled words underlined with a red line (depending on the browser's spellcheck engine).
## Try It:
Open the `index.html` file in your browser and start typing!
## Supported Browsers:
- Chrome, Firefox, Safari, Microsoft Edge (with varying levels of spellcheck support)
## More Information:
For a deep dive into how `spellcheck="true"` works, check out my full article on Medium:
[Unlocking the Power of spellcheck="true" in HTML - A Deep Dive for Developers](https://medium.com/@vitaliisemianchuk/unlocking-the-power-of-spellcheck-true-in-html-a-deep-dive-for-developers-147efef69c25)
## Connect with Me:
- [LinkedIn - Vitalii Semianchuk](https://www.linkedin.com/in/vitalii-semianchuk-9812a786/)
- [Telegram - @jsmentorfree](https://t.me/jsmentorfree) - We do a lot of free teaching on this channel! Join us to learn and grow in web development.