JP DeVries
JP DeVries
I may be misundertanding the proper usage but would it make sense to have an option to output each polyfil as it's own file so they could be loaded individually?...
```bash Unable to get property 'create' of undefined or null reference ``` Edge 38.14 Edge HTML 14.14 ```js var hasNativeSupport = typeof DOM.create("details").get("open") === "boolean"; ```  
I've been working on what I'm calling an "Accessible Settings Table". I'm wondering if the jQuery dependency were stripped if this pattern might make sense as a "Frendly Component". ...
The current toolbar seems to be accessible to sighted mouse users only. Toolbar "buttons" are `` and, without the presence of `role` these are mapped to the accessibility tree as...
I think this is part on the operating system (iOS) because `` components are difficult to use on mobile anyways, but when inside `overflow-x:auto` they aren't useable. I thought this...
via req.query.quality Closes zivester/node-quickthumb#22
Please correct me if I'm wrong, but you currently seem to only be able to set the quality on the entire directory of images when you hook up the middleware....
Really enjoying Mastodon's excellent user interface. I've noticed the interface uses icons in a critical manor, so I think browser support here is important. ## Support Analytics SVG actually has...
thanks to @gadgetto for the fix Closes modxcms/articles#104
This PR suggest using standard `git tag` to tag releases. You can attach binaries to tagged releases, so you can attach the built MODX transport packages. Binary packages do not...