Jordan Brennan

Results 10 issues of Jordan Brennan

Goal is 100% coverage

See https://dev.to/open-wc/introducing-custom-elements-manifest-gkk

Menus need to be viewport aware and reposition as they go out of view (scrolling, left edge, right edge). Going to add support for repositioning if bottom or right edge...

enhancement

Autocomplete needs some additional attributes and more keyboard support for a11y. See https://www.w3.org/WAI/PF/aria-1.1/states_and_properties#aria-autocomplete and https://adamsilver.io/articles/building-an-accessible-autocomplete-control/

enhancement

The wonderful [Polyfill.io service](https://github.com/financial-times/polyfill-service) doesn't have a CE polyfill. Have you considered adding this polyfill to their library? People have already suggested it https://github.com/Financial-Times/polyfill-service/pull/1376#issuecomment-369896743

Has anyone considered adding Riot?

need pr

Would love JSDoc support for defining a valid range of numbers. Like this (syntax is made up): ``` /** * Get the number of days in a month. * @param...

I'm looking to avoid maintaining a list of country codes in my app. I would expect JavaScript runtimes to provide this data. This is precisely what I wish Intl would...

s: discuss
c: locale

I'm new to htm. I like it. I chose it because it can be used with Preact in a no-build environment, i.e. our micro-frontend app will use `https://esm.sh/htm/preact/standalone` at runtime....

It seems like there's an optimization to be had by grouping rules from the same media queries. For example, I'm working on dark mode for a project and the minified...