Gaël Poupard

Results 160 issues of Gaël Poupard

Reviving #1034. Currently working on a manifest V2 → V3 migration, separate manifest files are needed for Firefox and Chromium based browsers: - `background` entry needs a `service_worker` string for...

state: wontfix

Hi there! Back to RTL topic, I'm currently implementing RTL in [chaarts](https://github.com/ffoodd/chaarts/pull/106) and decided for some kind of charts to not flip them. Here're my thoughts: - for circular charts...

enhancement

Inspired by @hakimel's [demonstration video on Twitter](https://twitter.com/hakimel/status/1132932935399673857), I think we could improve the hit area using pure CSS :) And keep progressive enhancement in mind, obviously

enhancement
Inclusive components

Using a single custom properties to handle *ratio*, we could handle the whoel typographic scale with `calc()`. See [modularscale.com](https://www.modularscale.com/).

typography

By using custom properties, we may ease contextual variants for components. An example: sizing a component in `em` would be muc, much easier with things like `font-size: calc( 1em *...

enhancement

Based on everylayout.dev and checking smol or other ressources.

enhancement

Would be nice to handle base styles for `iframe` beyond normalization: could be really fun to display a browser tab around, with navigation bar showing URL and title, and OS...

enhancement
question

There's a lot to try here: * read the [Content Slider post on Inclusive Components](https://inclusive-components.design/a-content-slider/) by @Heydon; * more about [CSS s croll snap point on MDN](https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Scroll_Snap_Points); * also a...

enhancement
Inclusive components

Finally, styling SVGs inlined through `` can be a thing thanks to custom properties: - https://codepen.io/petebarr/pen/oNjLebr - https://filamentgroup.netlify.app/images/includespost/customizesvgembed.html

enhancement
palette