Chris Simmons

Results 185 comments of Chris Simmons

It's not unlike what I've tried in the past. The dynamic language loading is a nice touch, but may actually be a bit annoying if you have lots of different...

I've managed to successfully decouple Highlight.js from the CodeBlock component. This is ready to test on the `feat/codeblock-v2` branch. Optionally can use this command with the GitHub CLI to make...

Ok, well CodeBlock won't be part of the next release so we'll have time to test further, but very odd. There should be no import in the component on this...

Here's a new suggestion from @niktek to review: https://shiki.matsu.io/

## Part 2 (components continued...) ### Breadcrumbs https://www.w3.org/WAI/ARIA/apg/patterns/breadcrumb/ - [x] Support tab focus - [x] ARIA ### Data Tables https://www.w3.org/WAI/ARIA/apg/patterns/grid/ - [x] Support tab focus - [x] Provide keyboard interaction...

## Part 3 (misc) ### Alerts https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/alert_role https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Live_Regions - [x] ARIA ### Avatars https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure - [x] Parent wrapper should be `` - [x] Support for alt text via `$$props.alt` ###...

## Part 4 (utilities) ### Code Blocks https://whitep4nth3r.com/blog/how-to-make-your-code-blocks-accessible-on-your-website/ - [x] Background color is now a static dark gray (nearly black) for improved contrast - [x] Code now wraps instead of...

## Part 5 (tests) > NOTE: all tests are now passing. We may want to evaluate each test in detail later. But for now this should suffice.

Hey everyone! So great news regarding accessibility (a11y) updates. I've now completed the first round of updates improving a11y for ALL (yes all) components and utilities within Skeleton. The biggest...

For anyone interested in testing, here's the steps required: 1. Clone a version of Skeleton to your local device: `git clone https://github.com/Brain-Bones/skeleton.git` 2. Checkout the a11y code branch: `git checkout...