| 02:46 | <Krinkle> | Hm.. where is the spec for document.cookie / HTMLDocument#cookie ? |
| 02:46 | <Krinkle> | MDN links to an old version in the HTML 2 spec on w3.org but can't find much else |
| 02:46 | <Krinkle> | http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-8747038 |
| 02:46 | <Krinkle> | seems neither html/c nor dom.spec contains any reference to it |
| 02:47 | <Krinkle> | github search brought up https://github.com/whatwg/html-differences/blob/1f8778b1e26d98ae1de62ca7e99201c1d90a6a44/Overview.src.html#L3129 |
| 05:39 | <Hixie> | Krinkle|detached: http://www.whatwg.org/html#dom-document-cookie |
| 05:49 | <Domenic> | Someone needs to scrub MDN hard… |
| 09:50 | <MikeSmith> | /win 17 |
| 10:37 | <Krinkle> | Hixie: thanks |
| 10:47 | <Ms2ger> | Domenic, you could be the MDN scrubber |
| 17:29 | <zewt> | something that never gets old: squinting at a page for five minutes to figure out where some mysterious 4 pixels of padding is coming from |
| 18:56 | <SamB> | hmm, http://amjith.blogspot.com/2007/07/visual-diff-tools-in-linux.html does not contain any actual content |
| 18:57 | <SamB> | just a bunch of divs and some CSS (I think there was some actual CSS in there somewhere) and some scripts ... |
| 18:58 | <SamB> | and even when I turn on JS, I still don't get to the entry in question |
| 18:58 | SamB | wonders if they did the same thing to his blog; if so, he thinks it's time to move it elsewhere ... |
| 18:58 | <caitp> | using what, netsurf? |
| 18:58 | <SamB> | caitp: I had noscript on to start with |
| 18:59 | <SamB> | also I *hate* endless scrolling |
| 18:59 | <caitp> | but after enabling scripts you still can't see content? huh |
| 18:59 | <SamB> | there's content, but I did not land at the content I would expect for that URL |
| 19:00 | <SamB> | but I really hate gratuitously web-1.0-incompatible sites as well as (mandatory) endless scrolling |
| 19:03 | <SamB> | thankfully, the wayback machine is working :-) |
| 19:03 | <SamB> | (and broken links, I hate broken links too) |
| 19:06 | SamB | edits the link on unix.SE to point at a web.archive.org snapshot ... |
| 19:09 | <caitp> | you should put the "bad" one in rubytext or something |
| 19:45 | <IZh> | Hi! What is the subdfn attribute of <code>. There are lots of in in the spec now. A validator complains. |
| 19:53 | <Ms2ger> | The HTML spec? |
| 19:53 | <Ms2ger> | Probably a bug in Hixie's new pipeline |
| 19:53 | <IZh> | Ms2ger: Yes. |
| 19:54 | <IZh> | And what is the w-nodev attribute of the spans and links? |
| 19:54 | <Ms2ger> | Same |
| 19:55 | <IZh> | There are about hundred of them. |
| 19:55 | <caitp> | one hundred happy accidents is better than zero happy accidents |
| 23:13 | <Hixie> | hm, there shouldn't be any w-nodev attributes, i thought i filtered those out |
| 23:14 | <Hixie> | i did forget to filter out the subdfn ones though... |