Westbrook Johnson

Results 146 issues of Westbrook Johnson

This code seems to get called twice: https://github.com/modernweb-dev/web/blob/245123e1b92fe0d468fc7ae1e25663f52e775bea/packages/test-runner-playwright/src/PlaywrightLauncherPage.ts#L46-L57 I'm working on why, but when it does the _second_ navigation to `about:blank` fails the first navigation and passed tests are voided....

I've not been able to suss out what is _actually_ going on, but some intersection of the `lru-cache` leveraged in https://github.com/modernweb-dev/web/blob/master/packages/dev-server-core/src/middleware/PluginTransformCache.ts#L33 and running Web Test Runner on an ARM based...

https://github.com/chaijs/chai/discussions/1500 announces an initial beta of [email protected] which move to ESM so we could get back on the main build of the project and benefit from dropping support for lots...

@trusktr has gotten everyone started with gathering proposals for demonstration when we gather back for March breakout via https://github.com/w3c/webcomponents-cg/issues/80. Here we'll work on scheduling for one or more sessions of...

standards-advancement
breakouts

- create the 2023.html file - list the file (but don't link to it) in the status.html "homepage" - build it in CI - trim everything not currently "in the...

`--spectrum-picker-border-width` is available [here](https://unpkg.com/browse/@spectrum-css/[email protected]/dist/css/spectrum/global-vars.css#L13), but not in the [Express version of this file](https://unpkg.com/browse/@spectrum-css/[email protected]/dist/css/express/global-vars.css#L12). If the value is shared between both themes, then shouldn't it exist in [this file](https://unpkg.com/browse/@spectrum-css/[email protected]/dist/css/global-vars.css) so that...

bug

Would you expect this value: https://github.com/adobe/spectrum-css/blob/9205ac4c07b2b93270b08707d3f2c2b89490b370/components/tooltip/index.css#L19 Or this value: https://unpkg.com/browse/@spectrum-css/[email protected]/dist/index-vars.css#L14 To be the delivered value of `--spectrum-overlay-animation-distance`? It seems like the `@inherit: %spectrum-overlay;` in `@import "../commons/overlay-coretokens.css";` is normalizing this value...

The mark up for a Color Handle is as follows: ```html

bug

https://github.com/adobe/spectrum-css/blob/f5262ea9a7d1968223dfcaf90a2af4100f7092b7/components/picker/index.css#L203 Here we see `min-inline-size` set to `block-size`, is that expected?

https://github.com/adobe/spectrum-css/blob/8214cdfa67260f319357110c384ff90b887f36c4/components/popover/index.css#L84-L85 The above can lead to Seems like there are system values that should be leveraged ahead of the `--mod-` values to make sure the force colors are delivered appropriately...

jira ticket created