9 comments

[ 2.8 ms ] story [ 62.7 ms ] thread
So, I saw this and opened up Chrome's Inspector. It's a slideshow.

Advance with space or →.

Yeah. At first I thought I was supposed to inspect what I was viewing.
Very interesting. I hadn't seen the seamless iframes before, but the idea of css cascading through could save some load time and make them a bit more responsive and useful.
This is really good stuff. Lots of practical hints and methods to get seamless iframes kosher.

Kinda curious to see the 'hastily written demo' (slide 38)...

A massive issue with iframes is the browser back button, if you click 10 things inside the iframe and hit back in the browser it will start to navigate the iframe history, not the parent and I do not know any way possible to have a normal navigation inside the iframe without filling the browser history with its pages.
(comment deleted)
What i don't get is why they made this one feature bundling all the new behavior, as opposed to letting you decide for yourself if you want css inheritance, auto sizing, auto targets, etc