Gaël Poupard

Results 142 issues of Gaël Poupard

`pointer` media query allows to know pointer accuracy. We can use it to increase interactive elements' sizing if a low accuracy pointer is used, for example. I'm pretty sure there's...

enhancement

Try to implement WCAG's contrast algorithm. [Facundo Corradini wrote an example implementation on CSS-Tricks](https://css-tricks.com/switch-font-color-for-different-backgrounds-with-css/#article-header-id-6). This would require to move from `hsl()` to `rgb()`. Needs to think about it: what do...

question
palette

Here is an oldish [critical](https://www.npmjs.com/package/critical) task: ```javascript /** * @section Build * Inline critical CSS */ gulp.task('critical', ['build'], function () { return gulp.src(paths.dest + '*.html') .pipe(critical({ base: paths.dest, inline: true,...

enhancement
question
tools

[Rachel Andrew makes an excellent point about styling lists, on CSS-Tricks](https://www.smashingmagazine.com/2019/07/css-lists-markers-counters/). Pretty sure we can improve some patterns: - [ ] details + summary; - [ ] tabpanel; - [...

enhancement

Using CSS custom properties and localStorage, we can easliy make colors, fonts et all customizable. See [Inclusive components' theme switcher](https://inclusive-components.design/a-theme-switcher/) as an example. I see it more like an assistive...

enhancement
palette

Allow any static project built upon sseeeedd to be a PWA. Reference links: * [How to turn your website intyo a PWA](https://mxb.at/blog/how-to-turn-your-website-into-a-pwa/) by Max Böck; * [PWA Builder](https://www.pwabuilder.com/) * [References...

enhancement

Hi there! Since I'm a daily user of contrast-finder, I'd like to participate with i18n by asking to [a11y.css translators](https://github.com/ffoodd/a11y.css/wiki/Credits-and-Acknowledgements#contributors) some help! So here they are: * [@pd4d10](https://github.com/pd4d10) did Chinese...

help wanted
i18n

~~`woff2` file format is a _de facto_ standard for years now due to [its excellent browser support](https://caniuse.com/woff2).~~ Moreover, it enables [variable fonts support](https://caniuse.com/variable-fonts) too, meaning a single file could host...

## Requirement **For** a Developer **Who** is creating an Orange Website **The** Popover Integration **is an** automated component **that** proposes the web site's Orange Popover Helpers **unlike** the default bootstrap...

v5
brand
feature
component
epic

# Date Picker ## Requirement **As a** developer **I want** to insert Date Picker **So That** I will get this ready to use component compatible with Orange design specifications and...

v5
brand
feature
component
triage
basic
asked by community