Friday bookmarklet time!

This is another one that I've been using myself for a long time, but not shared before. It's dead simple - it checks the page title (testing for SC 2.4.2 Page Titled (Level A)), but also looks at the page `<h1>` element (if it exists) and shows the two together.

https://a11y-tools.com/bookmarklets/#pagetitle

The bookmarklet also includes some fuzzy logic where it compares the two elements to provide a percentage match (the higher the percentage, the better the match is of the page `<title>` to the content). Note that this metric is just something to help guide you, a human being, to make a decision.

It displays the result in an alert, but also outputs to the console (in case you want to copy/paste).

#a11y #accessibility #tools #tooling #bookmarklets #testing