00:04 | <_Y_> | jgraham: Your opinion as well, should I support additional references from HTML/SVG/MathML? |
00:04 | <_Y_> | In your opinion* |
00:05 | <_Y_> | should say ‐ and others be recognized in XML5? |
02:07 | <paul_irish> | I wish we renamed script[defer] back when we discovered it was unusable. |
02:08 | <paul_irish> | (the impl in IE8 and IE9 is broken such that the attribute cannot be used reliably) |
02:47 | <paul_irish> | Relatedly, what is the justification for script[async] being unallowed on inline scripts? |
02:52 | <paul_irish> | Semantics, looks like: https://www.w3.org/Bugs/Public/show_bug.cgi?id=7792 :/ |
06:08 | <annevk> | paul_irish: seems more like hsivonen was concerned for document.write effects |
06:09 | <annevk> | I wonder if we introduced a sandbox flag for CSP to disable document.write() (either no-op or throw, don't really care) if we could introduce some interesting optimizations |
14:47 | <ericandrewlewis> | Why does an iframe lose its document when the node moves around in the DOM? (i.e. https://dl.dropboxusercontent.com/u/1062618/document-bye.mp4) |
14:57 | <jgraham> | Because not doing that isn't web compatible |
14:58 | <jgraham> | I'm not sure that there's a better answer |
14:58 | <ericandrewlewis> | I am intrigued by the sound of it - can you go verbose on that? |
14:58 | <caitp-> | on the world wide web, a lot of mistakes were made, and continue to be made, that stick around to haunt you forever and can never be corrected |
14:59 | <jgraham> | Well I don't remember exactly, I just remember that we had to fix the behaviour for (presto) Opera to match other browsers |
14:59 | <jgraham> | Which suggests that there was a site that got broken if you didn't do a reload in that case |
15:00 | <ericandrewlewis> | So this is an implementation detail at the browser level rather than a spec-defined behavior? |
15:01 | <jgraham> | It will be a spec-defined behaviour now |
15:01 | <jgraham> | The idea is that there aren't user-observable undefined behaviours on the web-platform |
15:02 | <ericandrewlewis> | dig it |