Skip to content

Commit

Permalink
Merge pull request #204 from matatk/dev-tools-panel
Browse files Browse the repository at this point in the history
DevTools panel; Communications re-organisation
  • Loading branch information
matatk authored Oct 20, 2018
2 parents 3e0734a + a38bcc1 commit 3da6205
Show file tree
Hide file tree
Showing 50 changed files with 2,535 additions and 1,680 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ If landmarks are found on the page, the Landmarks button in the toolbar (which l

3. To close the pop-up, press <kbd>Escape</kbd>, or click outside of the pop-up.

### Inspecting landmarks in the DOM

A Developer Tools panel called "Landmarks" is also provided. This can be used in the same way as the pop-up above, but also allows you to visit each landmark element in the DOM inspector, using inspection buttons that are placed immediately after the button for each landmark.

This feature is primarily intended for web authors/developers and accessibility testers.

Border Preferences
------------------

Expand Down Expand Up @@ -210,6 +216,7 @@ Changes
- 2.4.0 - in development
- Show the current keyboard commands on the splash page and allow the user to update them on Chrome and Opera. \[[\#187](https://github.com/matatk/landmarks/pull/187)\]
- Offer an optional sidebar instead of the pop-up on Firefox and Opera. \[[\#188](https://github.com/matatk/landmarks/pull/188), [\#199](https://github.com/matatk/landmarks/pull/199)\]
- Provide a Developer Tools panel that allows landmark elements to be inspected in the DOM viewer. This also entailed re-writing the internal communications between parts of Landmarks to use ports instead of one-time messages. \[[\#204](https://github.com/matatk/landmarks/pull/204)\]
- Massive re-organisation of the code to make it easier to manage and accommodate and take advantage of cross-browser differences. \[[\#191](https://github.com/matatk/landmarks/pull/191)\]
- 2.3.1 - 9th of June 2018
- Support multiple labelling elements when `aria-labelledby` is used. \[[\#176](https://github.com/matatk/landmarks/pull/176)\]
Expand Down
Loading

0 comments on commit 3da6205

Please sign in to comment.