Jonny Gerig Meyer

Results 18 issues of Jonny Gerig Meyer

**Context** - Playwright Version: @playwright/[email protected] - Operating System: Mac with M1 chip - Node.js version: v16.16.0 - Browser: n/a - Extra: Using ESM (`"type": "module"`), TypeScript 4.7.4 with `"module": "NodeNext"`,...

triaging

The [SLDS docs](https://www.lightningdesignsystem.com/components/popovers/#Notable-features) state: > When triggered, user focus should be placed on the first focusable element that isn't the close button. If the close button is the only focusable...

accessibility
stale

This is related to #428 -- and really stems from CDocParser, used by scss-comment-parser, (see issued filed there: https://github.com/FWeinb/CDocParser/issues/16) -- but relates to a SassDoc use-case, so I wanted to...

Fixes #205. This is related to #206 as well, but does not add in CI to test Node version support.

One approach to fix https://github.com/color-js/color.js/pull/439#discussion_r1490209683.

With the recently-added support for CSS Nesting, is there a good way to get the full selector value for a given nested rule -- that is, including any ancestor rule...

feature request
utils

Opening this issue to capture a number of proposed improvements to the new Sass Playground. Feel free to split this into separate issues as you see fit. 1. Default code...

enhancement

Currently the color and font names are duplicated between the styleguide (`source/styleguide/styleguide.11tydata.yml`) and the SCSS config files (`source/assets/sass/config/color/_brand.scss` and `source/assets/sass/config/_typography.scss`). It would be nice to have one single source of...

enhancement

There are currently no unit tests for front-end code (`source/helpers/`, `source/assets/js/`, `source/_data/`).

enhancement

If the filepath includes e.g. `/Bob's Test Project/` then the files are not instrumented properly and both tests and coverage reports break. Getting the tests to run properly is a...

bug