https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arc...
A hyperview-based application has the exact same defining characteristic of a RESTful web application: there is a single URL that is entered, and beyond that all actions are afforded through hypermedia controls. All the information needed to traverse the service is encoded in responses, and no knowledge of the entire interface is needed by the client. Seems relevant to me.
I certainly agree it isn't a general purpose browser, but web browsers are only an instance of a hypermedia client, not the definition of one.