Robin Berjon
Robin Berjon
Right now `data-focus-source` makes it possible to tell keyboard from pointer as the source of focus. We (@halmos and I) would like to be able to further distinguish different types...
The previous version reported unused variables only when they were declared with var (and not used). The latest version now reports them when they are defined in function (...). Would...
For those people who like me are still using this!
Specs are nicer when they are prettier, and a neat way to improve them is to throw in a favicon. See: * https://globalprivacycontrol.github.io/gpc-spec/ * https://darobin.github.io/garuda/ * https://nytimes.github.io/std-cat/ * https://darobin.github.io/pup/ This...
It would be great if this module were importable in Node. That would allow us to build with it using Browserify in the usual way. Right now we have to...
Would it be possible to develop a schema for the data model at some point? It does not need to be very constraining, but if it could list what can...
I just got bitten because some data instances don't follow the same pattern as others, and cannot be predicted. Many user affiliations look [like this](https://api-test.w3.org/users/cqztfo2h5lc88kck048w8sooo84kc80/affiliations) but there are some that...
The classes used in these styles apply to many documents that also have their own styles. Adding new classes could easily clash. Should we introduce `w3c-` prefixes for ours?
Assuming we made it straightforward and all, of course :) cc @sballesteros
In most templating systems there is a specific syntax that makes it possible to remove white space before and/or after a template instruction. This is very useful in order to...