tripu
tripu
https://github.com/w3c/echidna/blob/fb5a7c449e8eb5daf2f8e903a2342155bbc8229f/lib/transition-checker.js#L40 Do proper pagination. cf https://github.com/w3c/echidna/pull/575
eg, [I just had to update the metadata of a couple specs used for testing](https://github.com/w3c/echidna/pull/497/commits/77ed634ce3266cc1f864a9e4c8f44453dc1ef198), to avoid new errors (because there was a new version published, and suddenly *latest ≠...
The first line on a manifest is considered the main HTML file of the spec, and it'll be renamed `Overview.html` regardless of its original name. What if there _is_ an...
- Show number of attempts/successes/failures in a chart. - Show publications per week; soften up the curve rounding up by neighbours. - Add “latest _n_ attempts”, to focus on what...
Extend the definition of registered URL to deal with "compatible URLs" that aren't always identical
As discussed in #31. One possible use case (of many): the URL registered with the token was `https://github.com/wg/`, but the URLs intended for publication are going to be in different...
Echidna lets groups publish even during W3C moratoria. Those (few, short) periods exist for good reasons. Even if publication is possible w/o human intervention now, I think Echidna should honour...
Every time there's a new version of the [navigation timing 2 spec](http://www.w3.org/TR/navigation-timing-2/) we have to [manually update the metadata for the `navigation-timing-2` test](https://github.com/w3c/echidna/commits/master/test/drafts/navigation-timing-2/meta.json) to avoid an error in the test...
> _“We could change pubrules to require all resources loaded by our TR documents to be loaded off HTTPS (or relative). It's a relatively easy check to add, and it...
Like we're doing already [in Specberus](https://github.com/w3c/specberus/commit/03d4f366d6d8bf60ecd42556c7562215658acf08). It'll help mainly during development and testing, to save some time filling in the HTML form.