| 00:04 | <GPHemsley> | http://test.csswg.org/suites/css3-text/nightly-unstable/html/text-transform-fullwidth-001.htm uses HTML4 and doesn't seem to detect as the right encoding |
| 09:48 | <Ms2ger> | Sounds like we're getting another implementation of the HTML parser |
| 09:50 | <MikeSmith> | oh? |
| 09:51 | <MikeSmith> | Ms2ger: who's implementing it? |
| 09:51 | <Ms2ger> | Servo |
| 09:51 | <Ms2ger> | Turns out it's pretty different from Java/C++ after all |
| 09:52 | <Ms2ger> | s/it/Rust/ |
| 09:54 | <MikeSmith> | I bet |
| 09:54 | <MikeSmith> | you imply somebody thought it wasn't? |
| 09:54 | <MikeSmith> | oh |
| 09:54 | <MikeSmith> | yeah, they wanted Henri to machine generate it from his Java sources |
| 09:55 | <Ms2ger> | Yeah |
| 17:18 | <zewt> | hooray z-index wars |
| 17:18 | <zewt> | "why isn't my z-index: 999 on top? oh, somebody has a z-index: 10000. guess i'll make mine z-index: 100000000" |
| 17:20 | <SamB> | zewt: where are you seeing such stuff? |
| 17:24 | <zewt> | at the moment? greasemonkeying a site and trying to show an overlay in-page (and having random bits of the page poking through) |
| 17:54 | <zewt> | hmm--is there no event corresponding to img.naturalWidth/naturalHeight becoming available? |
| 17:54 | <zewt> | no onprogress events get fired for images... |
| 18:16 | <qFox> | there's no event that fires between loading a script and executing it, right? or am i missing a readystatechange event that i might hook into? |
| 18:43 | <p4> | Hello! :-) |
| 20:46 | <qFox> | Ok. I wrote my findings on deferred docwrite at http://qfox.nl/weblog/314 though you may not want to spoil your Saturday with that ;) |
| 21:04 | <ondras> | qFox: there is a typo in the first example |
| 21:04 | <ondras> | qFox: console.log("c") is missing |
| 21:14 | <qFox> | thanks :) |
| 21:16 | <ondras> | qFox: the same applies to one of the later examples |
| 21:16 | <ondras> | the first one with "ACB" outcome |
| 21:16 | <qFox> | got it, thanks :) |
| 21:17 | <ondras> | qFox: I am currently also fighting document.write, although on a different level |
| 21:17 | <ondras> | qFox: I would like to provide a safe async version of document.write |
| 21:17 | <ondras> | (basically an impossible task) |
| 21:17 | <qFox> | nah. just write an external resource. done. |
| 21:17 | <qFox> | :p |
| 21:17 | <ondras> | :> |