Stu Cox
Stu Cox
Test case — using the facts that: - [Nunjucks](https://mozilla.github.io/nunjucks/) has both browser and Node versions - It declares the location of its browser build with [a `browser` field in package.json](https://github.com/mozilla/nunjucks/blob/adb853d8034da80f00addbab485e62e11f03056d/package.json#L12)...
Here's a pretty comprehensive run through all the selectors available for form controls: http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/ Reckon we should put an effort in to get detects in for most/all of these? #904...
Well, sorta. Given a page which has already loaded a reasonably comprehensive v3 build… This throws an error: ``` js > Modernizr.addTest('mytest.thing', true); TypeError: Cannot read property 'thing' of undefined...
Currently if you use the `--include-obsolete` arg to `grow extract`, it will leave any obsolete entries already in PO files, as if still active. Gettext has specific syntax for this:...
_Apologies if this has already been suggested / discussed – I couldn't find a relevant existing issue._ To very roughly mimic `make`'s dependency tracking – and hence reduce build /...
Is it worth adding a mention that there's a potential usability dependency on URL parsing libs/algorithms being updated? Commonly used services which will identify & link a URL in a...
`gulp-cache` currently assumes the wrapped task is 1-to-1: it only passes 1 file to the task at a time, and only expects 1 file back. This means it doesn't work...
- [x] Fix [compatibility with old build URLs](https://github.com/Modernizr/Modernizr/issues/1275) - [ ] Update docs a bit (not going to go too far here) - [ ] Add more /\* DOC */...
**Don’t merge yet – WIP.** This ticket tracks the effort to update the _Documentation_ page of the site for v3. To contribute, please raise PRs against the `v3-docs` branch (or...