You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Readable error messages, preferably a format close to what compilers
generate, so you can use them inside Emacs or some other IDE.
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.
The text was updated successfully, but these errors were encountered:
From Bert's whishlist
The text was updated successfully, but these errors were encountered: