Skip to content

Commit

Permalink
3.1.4 Dev (#81)
Browse files Browse the repository at this point in the history
* 3.1.4 - Fix duplicate ID ruleset, new ruleset to flag broken in-page links

* WIP - Duplicate ID and same-page link checks

* Fix duplicate ID check, test cases, added English-only bookmarklet, add remaining same-page link text strings

* Recheck document root upon checkAll()

- Check where `checkRoot` is on the page every time `checkAll()` is called.
- Adjust `detectSPArouting` to account for full URL (href) not just pathname.

* Minor bookmarklet enhancements, updated unit tests, add `word-break` to heading labels

* Make fake list detection mostly ignore table cells
  • Loading branch information
adamchaboryk authored Apr 10, 2024
1 parent e329afb commit 771db6d
Show file tree
Hide file tree
Showing 193 changed files with 2,693 additions and 1,452 deletions.
1 change: 1 addition & 0 deletions bookmarklet/v2-en.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bookmarklet/v2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/css/console-errors.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
:host {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 999999;
display: block;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/console-errors.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion dist/js/lang/bg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 771db6d

Please sign in to comment.