Re: [csswg-drafts] [css-content] Generation of bookmarks from CSS is not defined

> Document order after execution of any/all scripts? So the "final 
DOM", if you will, for the document? Or the order as originally 
parsed, before execution?

CSS has no notion of document mutation (besides the hacked-in 
time/state management of Transitions and Animations); as far as it's 
concerned, the document is stable and has always been in that state, 
and if anything changes, it's always been in that new state.

> OK - I think that's perfectly fine. If you could make this clear in 
the spec, that would be helpful.

Iframes are replaced elements, which CSS explicitly has no control 
over nor gets any information from besides sizing, unless otherwise 
explicitly specified. So we don't need to say anything special here; 
bookmark info just doesn't come from those. 

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/204#issuecomment-227853727 
using your GitHub account

Received on Wednesday, 22 June 2016 19:38:39 UTC