Yves-Marie K. Rinquin
Yves-Marie K. Rinquin
### I found this tricky behaviour Internally mPDF handle every font names as lowercase strings. Every `font-family` value encoutered during CSS parsing seems to be converted to lowercase. So `Frutiger`,...
Sur le même principe que *aqueduc* ou *bitoduc*.
When processing at-rules, `postcss-functions` expect the node to have a "params" entry but not all at-rules have params. So `node.params` can be undefined and cause an error when passed to...
**Describe the bug** Empty translated fields fallback to default language. **To Reproduce** Setup a paginated table with FR translation and you'll see something like : > Affichage des résultats 1...
### Décrire le bug Les modules qui s'initialisent en sélectionnant des éléments par leurs attributs ARIA (Disclosure et Tooltip notamment) ne fonctionnent pas si l'attribut comporte plusieurs valeurs. ### Les...
### Décrire le bug L'installation du projet via NPM comme spécifiée dans la doc ne permet pas de visualiser les exemples. L'installation du projet via git n'est pas documentée (sauf...
### What is the issue with the URL Pattern Standard? Here's a test case from the WPT test suite, it's expected to succeed (Chrome 123 pass). ```js const up1 =...
### What is the issue with the URL Pattern Standard? The *[generate a segment wildcard regexp](https://urlpattern.spec.whatwg.org/#generate-a-segment-wildcard-regexp)* steps generate a regex that is : - Not internally consistent with the *full...
### What is the issue with the URL Pattern Standard? According to the [Web Platform Test](https://github.com/web-platform-tests/wpt/tree/master/urlpattern) these hostnames should throw a TypeError : - `bad/hostname` - `bad#hostname` - `bad%hostname` -...