Westbrook Johnson
Westbrook Johnson
## What I did 1. Add "spread", "spreadEvents", and "spreadProps" directives ### TO DO: - [x] more test - [x] docs - [x] confirm types/build/test works in CI - [x]...
## What I did 1. Update storybook-addon-markdown-docs to ESM in preparation for accepting updated dependencies.
## What I did 1. Remove deprecated exports to prevent types collisions. Merge/release after #2410 has been released.
Very cool start! Excited for this conversation to move forward, and have lots of questions: 1. Does the following code in the explainer imply that the `EyeDropper` wouldn't have its...
Adds shell sections for all of the APIs we've discussed so far for this year's report.
Now that all browsers support complex CSS selectors inside of `:not()`, what prevents the same within `::slotted()` or `:host()`? Browser announcements for reference: - https://webkit.org/blog/3615/css-selectors-inside-selectors-discover-matches-not-and-nth-child/ - https://hacks.mozilla.org/2020/12/and-now-for-firefox-84/ - https://blog.chromium.org/2020/12/chrome-88-digital-goods-lighting.html Naively,...
Accessibility is an easy nit to pick when discussing the potential usage of web components, and particularly shadow DOM, in a project. While shadow DOM is certainly not a requirement...
Looking at get support in `formatOptions` for graphical measurements like "pixels", "points", and "picas", I've recently been reviewing the growing number of "please add these unit" issues in this repo:...
fixes #354 Do some extra work to prepare for the latest version of the visual regression plugin.
## Bug report * Skate version: 5.2.4 * Affected browsers (and versions): At the build level ### Current behaviour When attempting to `import Element, {html} from '@skatejs/element-lit-html';` in Typescript, the...