- From: Denis Ah-Kang <denis@w3.org>
- Date: Wed, 23 Sep 2015 07:50:09 +0400
- To: Bert Bos <bert@w3.org>, public-pubrules-comments@w3.org
Hi Bert,
I've created the github issues related to your requests:
https://github.com/w3c/specberus/issues/259
https://github.com/w3c/echidna/issues/230
https://github.com/w3c/echidna/issues/231
https://github.com/w3c/specberus/issues/260
If you have a github account, you can subscribe to the repository
and get notifications if there's a follow up.
Denis
On 09/22/2015 10:17 PM, Bert Bos wrote:
> 1) HTML4 support!
>
> 2) Ability to upload a tar or zip file, instead of having to put the
> files on a server somewhere. (My machine is behind a NAT, I can't serve
> the files from my own machine.)
>
> 3) Readable error messages, preferably a format close to what compilers
> generate, so you can use them inside Emacs or some other IDE.
>
> 4) Specberus found an ISBN number and thought it was a date...
>
>
> Ad 4) The number "978-1-4503-1116-8" generated:
>
> "key": "wrong",
> "extra": {
> "text": "8-1-4503"
> },
> "type": "heuristic.date-format"
>
> I assume that means it was trying to check for ambiguous dates...
>
> Ad 3) An example of better error messages could be as follows. Rewrite
>
> "key": "error",
> "extra": {
> "line": 5,
> "column": 143,
> "message": "The “profile” attribute on the “head” element is
> obsolete. To declare which “meta” terms are used in the document,
> instead register the names as meta extensions. To trigger specific UA
> behaviors, use a “link” element instead."
> },
> "type": "validation.html"
>
> as:
>
> Overview.html:5:143: error: The “profile” attribute on the “head”
> element is obsolete. To declare which “meta” terms are used in the
> document, instead register the names as meta extensions. To trigger
> specific UA behaviors, use a “link” element instead.
>
>
>
> Bert
>
Received on Wednesday, 23 September 2015 03:50:24 UTC