Re: [dpub-pwp] Pull request for rewrite of intro to PWP white paper

Florian,

I understand what you say, but…

(comments in the text)

> On 13 Dec 2016, at 04:47, Florian Rivoal <florian@rivoal.net> wrote:
> 
>> 
>> On Dec 13, 2016, at 11:45, Dave Cramer <dauwhe@gmail.com> wrote:
>> 
>> On Mon, Dec 12, 2016 at 9:07 PM, Florian Rivoal <florian@rivoal.net> wrote:
>> 
>>>> Furthermore, a web publication is an ordered collection of resources. The publisher must provide a default sequence through the primary constituent resources
>>> 
>>> Really? An encyclopedia seems like a valid candidate for a web publication, but it is not fundamentally ordered. I agree that a web publication needs an entrypoint and needs to have all parts of the publication be reachable via internal navigation, but a linear ordering of the content seems to be only one way to achieve that. If you want to print the whole thing, you're going to have to find a way to linearize it, but it seems to me that the claim that ordering is a defining characteristic of a web publication is a tad too strong, even though it is not completely baseless.
>> 
>> The primary mode of organization may not be sequential, but I think
>> it's valuable to have as a fallback. Even encyclopedias traditionally
>> defaulted to alphabetical order. Being able to print something is a
>> valid use case. I'd hate to hit "print" and then be faced with a
>> drag-and-drop interface for sequencing all the components of a
>> publication! Defaults do come in handy. Magazines and newspapers
>> convey meaning via the spatial organization of their content, even if
>> the constituent components mostly stand by themselves.
>> 
>> One lovely thing about books, magazines, newspapers, letters, etc. is
>> that you can get to all the content without doing anything special.
>> Just keep turning the page and you'll get everywhere. I can't do that
>> with Wikipedia, or with the NYTimes website. Maybe there's something
>> fundamental in a publication being  bounded and ordered, or at least
>> potentially ordered.
> 
> Right. I think there is value in a Web Publication being ordered, or at least potentially ordered. I am not sure this is strong enough to disqualify from being a (P)WP things that are not.
> 
> In other words, it would be bad if the concrete format(s) we eventually settle on to describe PWPs did not have a means to express a linear order, and suggesting an approach for giving an order to works where it is not obvious is probably useful, but I don't think it would be good either if the format(s) were incapable of describing a non ordered work.
> 
> For instance, while it is probably convenient (and DRY) for the data-structure that is used to list all the resources in a publication to be able to express an order for these resources, if that ordering is mandatory and can be used for some (P)WP as the sole navigation mechanism, the (P)WP User Agents will have to present that ordering to users, making this unusable for non-ordered content.
> 
> Besides, even if there is an overall linear order for the document, not all resources are part of that order. Some, instead of being navigated to/from other resources, are used in other resources (images, fonts, HTML documents in iframes...), and are therefore neither before or after anything.

I do not think that follows from what Dave was saying.

* I believe we were only talking about a "default" ordering. That does not preclude (a) that a number of alternate ordering would be defined and (b) that does not mean that _all_ resources _must_ be part of that default order. It is perfectly conceivable that (to use your example below) the 'unordered.html' file is either part of an alternate order, or it is only reached via a link from a different file.

* The default order may mean a single file. In fact, this is hidden in the current way content is deployed, although not standardized anywhere: the fact that the file 'index.html' or 'Overview.html' is considered to be the starting point on many web sites. Today this is server setup different; in the context of a WP this may be considered to be the 'default order' for that specific WP. Because publications are portable, it is not a good idea to enshrine a file name like index.html (that setup is highly server specific).

Thanks

Ivan




> 
> In other words, to build upon a strawman I'm sure you'll recognize, I mean something like this would be ok:
> 
> <div role=e0-manifest>
> <nav>
>  <ol>
>   <li><a href="...">Chapter 1</a>         <!-- part of the PWP in the spine and ToC -->
>   <li><a href="...">Chapter 2</a>         <!-- part of the PWP in the spine and ToC -->
>   <li hidden><a href="...">Colophon</a>   <!-- part of the PWP in the spine but not the ToC -->
>  </ol>
> <nav>
> <link rel=prefetch href="foo.png">        <!-- not in the spine nor ToC yet part of the PWP -->
> <link rel=prefetch href="bar.otf">        <!-- not in the spine nor ToC yet part of the PWP -->
> <link rel=prefetch href="unordered.html"> <!-- not in the spine nor ToC yet part of the PWP -->
> </div>
> 
> —Florian


----
Ivan Herman, W3C
Digital Publishing Technical Lead
Home: http://www.w3.org/People/Ivan/
mobile: +31-641044153
ORCID ID: http://orcid.org/0000-0003-0782-2704

Received on Wednesday, 14 December 2016 08:54:34 UTC