handorgel icon indicating copy to clipboard operation
handorgel copied to clipboard

Accessible W3C conform accordion written in ES6.

Results 10 handorgel issues
Sort by recently updated
recently updated
newest added

In some cases, the `--open` classes aren't removed once a handorgel is closed. I'm having difficulty figuring out exactly when this happens, but it seems to happen more often when...

Bumps [node-sass](https://github.com/sass/node-sass) from 4.11.0 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies

Because TypeScript is dope and does dope shit.

Here is a fix for the issue [--open classes don't always get removed when a handorgel closes #18](https://github.com/oncode/handorgel/issues/18) If you set a minimal timeout for the animation function, closing folds...

How can I make it works with markup like this one: ``` Title Content openened by default ``` ?

While using Nested accordions like: ---accordion A > --accordion A.1 > --accordion A.2 >--accordion A.3 --accordion B > --accordion B.1 > --accordion B.2 If I am trying to open accordion...

Add aria-hidden attribute + remove aria-multiselectable for better accessibility (avoid lighthouse error)

In line with [W3C recommendations](https://www.w3.org/WAI/ARIA/apg/patterns/accordion/examples/accordion/), remove `aria-multiselectable`, closing #37.

If you run a Lighthouse report on your own demo, you'll get this notice: > **`[aria-*]` attributes do not match their roles** > > Each ARIA role supports a specific...