-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
e329afb
commit 771db6d
Showing
193 changed files
with
2,693 additions
and
1,452 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
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%; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.