- From: Dimitri Glazkov <dglazkov@chromium.org>
- Date: Tue, 4 Jun 2013 08:09:27 +0900
- To: Jonas Sicking <jonas@sicking.cc>
- Cc: Boris Zbarsky <bzbarsky@mit.edu>, public-webapps <public-webapps@w3.org>, Hayato Ito <hayato@google.com>
I think keeping the information about a URL is a cool idea and we need to do it: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22255 :DG< On Fri, May 31, 2013 at 3:10 AM, Jonas Sicking <jonas@sicking.cc> wrote: > On Thu, May 30, 2013 at 10:57 AM, Boris Zbarsky <bzbarsky@mit.edu> wrote: >>> 4) <your idea here> >> >> Have some hidden state that sets the base URI on nodes coming from imports >> and have cloning copy that state? Like xml:base but without the mutability >> headaches, kinda, so maybe easier to get UAs to support. > > I believe the XBL2 spec actually set an xml:base attribute on the > shadow roots. This of course only works if the root is an element... > If we keep them as DocumentFragments we could probably set some > internal state on the document fragment which affects the .baseURI > property of the DocumentFragment and is thus "inherited" into > descendants. > > / Jonas
Received on Monday, 3 June 2013 23:09:55 UTC