Skip to content

Commit

Permalink
Merge pull request #92 from paypal/brianteeman-patch-1
Browse files Browse the repository at this point in the history
Joomla
  • Loading branch information
brianteeman authored May 21, 2021
2 parents c332357 + c2b7788 commit dea6eca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ NOTE: CDN referenced files may not be available to computers behind firewall pro

A module is under development for WordPress.

### What About Joomla?

Joomla 4.0 includes **skipto** as a default plugin

## Configure Options

All settings have a default value, a configuration object can be used to change the default values.
Expand Down Expand Up @@ -111,7 +115,6 @@ The following options are useful for identify where the menu will be in the DOM
| `fontSize` | CSS font size | `inherit` | Set the CSS `font-size` using the configuration object. |
| `fontFamily` | CSS font string | `inherit` | Set the CSS `font-family` using the configuration object. |


### CSS Selectors for identifying Landmarks and Headings

The `landmarks` and 'headings' options are CSS selectors used to identify the important landmarks and headings on the page for the purpose of keyboard navigation. The list of landmarks and headings should be relatively short, the more items the menu contains the more time the user will need to scan and navigate to the section they want to "skip to".
Expand Down Expand Up @@ -392,6 +395,9 @@ Happy skipping!
**Prem Nawaz Khan**
[https://github.com/mpnkhan](https://github.com/mpnkhan) || [@mpnkhan](https://twitter.com/mpnkhan)

**Brian Teeman**
[https://github.com/brianteeman](https://github.com/brianteeman)

### Previous Contributors

**Victor Tsaran**
Expand Down
7 changes: 3 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ The SkipTo script creates a drop-down menu consisting of the links to the import

## How do I get it on my web site

If you are using Drupal or Wordpress, you are in great luck. We are providing plugins for both of these content management systems below. The SkipTo can also be related from the [Drupal](https://drupal.org/project/SkipTo) and [Wordpress](https://wordpress.org/plugins/skip-to/) repositories.

To sweeten your day even more, the GreaseMonkey script and Safari bookmarklet are also available. See the "downloads" section below for related links.
By the way, this page is a great chance to see the "SkipTo menu" in action! Did you find the menu at the top?
Beginning with Joomla 4.0.0 **skipto** is provided as part of the core installation.

## What about plain JavaScript

Expand Down Expand Up @@ -144,4 +141,6 @@ PayPal Accessibility Gang
**Nicholas Hoyt**
[https://github.com/nhoyt](https://github.com/nhoyt)
**Brian Teeman**
[https://github.com/brianteeman](https://github.com/brianteeman)

0 comments on commit dea6eca

Please sign in to comment.