Re: For the discussion on the PWP

>
> And for B – your use of hrefsrc is exactly the type of thing that I would
> envision as well.  HOWEVER, you are only looking at the easy case – the
> base HTML files.   Now try to do the same thing for an image referenced by
> c001.html – in that case, you need TWO hrefsrc – one for the canonical URL
> and one for the relative mapping inside the package. This also raises the
> really hard (from a security perspective) case of when c001.html (in this
> instance) uses an absolute URL to refer to something (eg. our Mona Lisa
> example at http://www.louvre.com/monalisa.jpg) - but now you need to make
> this fully self-contained AND not modify the HTML.
>

"href" would then point to the resource inside the package and "hrefsrc" to
the canonical URI, it's exactly the same as the example for HTML.

Hadrien

Received on Wednesday, 23 November 2016 10:16:40 UTC