View Single Post
Old 06-21-2025, 02:50 PM   #40
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,747
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by KevinH View Post
I have opened the following issue in epubcheck explaining the situation. Hopefully they will modify a future version of epubcheck to do "the right thing" whatever that is.
FYI: when you run EPUCheck with the optional -u/--usage parameter, it'll output the following message:

USAGE(OPF-088): C:/Users/user/Downloads/backlink.epub/OEBPS/Text/Section0001.xhtml(12,116): Unrecognized epub:type value "backlink".

In JSON mode, it'll be:

Code:
  "messages" : [ {
    "ID" : "OPF-088",
    "severity" : "USAGE",
    "message" : "Unrecognized epub:type value \"backlink\".",
    "additionalLocations" : 0,
    "locations" : [ {
      "url" : {
        "opaque" : false,
        "hierarchical" : true
      }
(Since it's neither a warning nor an error I mapped it to an INFO message in Sigil.)

If you hear back from the EPUBCheck devs, they'll probably want to know the message code, which is "OPF-088."

Since this message, which is neither a warning nor an error, is only shown if the optional -u/--usage parameter is specified hardly anybody will ever see it anyway.

EDIT: I've just found this 2016(!) post:

Quote:
Originally Posted by Matt Garrish
There was a draft property named referrer, but was changed to backlink during the process of creating the DPUB-ARIA vocabulary.

The change has to be made to the edupub spec, too, but as that work is on hiatus at the moment we haven't had an opportunity to do it.

Epubcheck won't validate backlink until it gets updated to reflect the changes made during the 3.1 revision. It is the correct term to be using moving forward, though.
(Emphasis mine)

Last edited by Doitsu; 06-21-2025 at 03:08 PM.
Doitsu is offline   Reply With Quote