- Enhancement #6 by Liz Certa (@ecerta): adds more checks for alt text, removes whitespace, fixes false positive on alt="" pull #9
- Enhancement #7: Added check for
tabindex
- Bug #8: Title check does not trigger when
<head>
is empty and right next to</head>
- Fixed issue with completionProvider
- Changed some error messages to show a contrast between hint/description and a [code example]
- If the document gets closed, problems disappear.
- Removed all comments that had no real function.
- Changed the flag for
<a>
. It had way too many wavy lines! - Remove typo from changelog
- Added Regex for
<input>
- Refactored case handling
- Moved pattern case handling to
Patterns.ts
- Fixed issue with filter tag being flagged on multiple patterns
- Fixed issue with multi-flag within
<head>
element - Fixed issue with
<a>
not being flagged correct
- Removed foreach loop
- Moved
_diagnostics
from while loop - Better Regex patterns
- Added Regex for
<title>
, multi-line<head>
, multi-line<a>
- Moved RegEx patterns to Patterns.ts
- Refactored RegEx to be more readable
- Changed switch statements to be more forgiving with typos
- Added RegEx search qeuries for
<div>, <span>, <a>, <img>, <meta>, <html>
- Added messages for above coding errors
- Changed extension type to
language-server
- Auto-generated extension for Visual Studio Code with Yocode