2011-07-01 [17:01:00.0000] and browser support for :not is… :p [17:02:00.0000] will attempt to rephrase more persuasively and email to the list. thanks for the feedback [17:03:00.0000] :-) [17:03:01.0000] isn't :not pretty widely supported by now? [17:03:02.0000] it was in like acid2 wasn't it? [17:03:03.0000] :not? no [17:04:00.0000] who on earth doesn't support it? [17:04:01.0000] i guess it was only acid3 [17:06:00.0000] :not() in css3-selectors is defined as only taking simple selectors, div.bq is not a simple selector [17:06:01.0000] dunno who supports non-simple selectors in :not() these days [17:06:02.0000] oh, right [17:06:03.0000] it'd just be :not(.bq) > blockquote { } [18:20:00.0000] Is Gmail now saying that every email sent by a Gmail user to the WHATWG list is phishing? [18:20:01.0000] (as a change from its old approach of saying every email from @google.com was phishing) [18:24:00.0000] yeah i just started seeing that today [18:24:01.0000] not every mails, but enough to be problematic [18:24:02.0000] (every mails? english is hard) [18:30:00.0000] (every mail) [18:30:01.0000] (english are hard) [18:31:00.0000] ((Not the latter)) [18:32:00.0000] (i was puzzling at what strange series of edits I must have made to land on "every mails", heh) [18:33:00.0000] /me realises he is half asleep, and should go the rest of the way [18:33:01.0000] it's pretty hyperactive [18:34:00.0000] i'm sure someone is tuning it [18:34:01.0000] gmail suddenly started cramming way too much info in every from: section, too [19:29:00.0000] http://blog.stateless.co/post/6246070973/how-offline-web-apps-should-work [20:05:00.0000] karlcow: I believe a big problem with that proposal is that it doesn't allow for safe updates. How does a Web author ensure that if a user visits a new version of the Web app, manages to download half of the resources and then goes offline, they still have a usable version of the app for offline use? [20:12:00.0000] I'm a bit worried about the increasing use of Function attributes instead of real DOM event listeners [20:12:01.0000] roc: in which ways localStorage prevent a partial update? (question, because I do not know) [20:13:00.0000] localStorage a) sucked and b) is nothing to do with this really [20:13:01.0000] ooops [20:13:02.0000] the feature he's talking about is the HTML5 "appcache" [20:13:03.0000] I meant the appcache [20:13:04.0000] 23:22 here [20:14:00.0000] I was talking to you at 4am my time last night, so deal with it :-) [20:14:01.0000] heh [20:14:02.0000] but you are a roc(k) [20:14:03.0000] in my head, anyway [20:14:04.0000] appcache is specifically designed to ensure that you always get a consistent version [20:14:05.0000] it ensures that app resources are always loaded from the cache, not the network [20:15:00.0000] when the manifest changes, it reloads all the resources in the background, while servicing requests from the old version of the app [20:15:01.0000] I see [20:15:02.0000] when all the resources for the new version have downloaded, it atomically switches over [20:15:03.0000] that's one reason you need a manifest [20:16:00.0000] There may be ways to improve the appcache --- I'd be glad if there are --- but that guy hasn't quite thought through the problem enough [20:22:00.0000] hmm krijn server has hiccup [20:45:00.0000] http://ariya.blogspot.com/2011/06/your-webkit-port-is-special-just-like.html [21:08:00.0000] according to http://caniuse.com/#search=column css3 column support is pretty widespread [21:08:01.0000] but when i try to use it i find a bunch of stuff isn't implemented [21:08:02.0000] e.g. column-span [21:08:03.0000] what's the story? [21:08:04.0000] spec is fiction, or caniuse is fiction? [21:09:00.0000] Hixie, I'm not sure. But even the 'best' support for css columns is pretty lax. Subtle differences between browsers makes it tricky to use too [21:09:01.0000] are there any rants about this online i could look at? [21:12:00.0000] Hixie, nothing that comes to mind [21:12:01.0000] k [21:13:00.0000] in actuality, I don't think a lot of people are using them right now [21:13:01.0000] columns of text, for the most part, don't really work on screen. better in print [21:20:00.0000] Hixie: I think you have to use vendor prefixes for the column stuff still [21:21:00.0000] we don't support column-span [21:21:01.0000] and we require vendor prefix [21:21:02.0000] Hixie: e.g., http://platform.html5.org/style.css [21:21:03.0000] yeah caniuse mentions the prefix [21:21:04.0000] roc: is it planned? or is the spec in the weeds? [21:21:05.0000] the spec's OK [21:22:00.0000] we need to check our implementation [21:22:01.0000] k [21:22:02.0000] and implement column-span, which is not so easy [21:22:03.0000] talking of css specs, anyone know how realistic http://dev.w3.org/csswg/css3-background/ is? [21:23:00.0000] it looks quite... featureful [21:25:00.0000] it's mostly supported by most browsers [21:32:00.0000] the best support for columns is currently in opera, though with -o- [21:33:00.0000] in what sense is it better than webkit or gecko's support? [21:33:01.0000] it doesn't seem to support span either [21:33:02.0000] nor honour -o-column-width? [21:34:00.0000] what version should i be using? [21:40:00.0000] Opera seems to support span, afaict [21:40:01.0000] what version? [21:40:02.0000] i couldn't get it to work at all [21:40:03.0000] 11.11 and Opera.next [21:41:00.0000] i'm on 11.50 [21:41:01.0000] Hixie: I'm using it on http://platform.html5.org/ [21:42:00.0000] Opera also support break-* properties for columns [21:43:00.0000] e.g., break-inside: avoid and break-after: avoid [21:43:01.0000] what am i doing wrong? this works in webkit and gecko but not opera for me http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1053 [21:43:02.0000] i'm on mac, opera 11.50 [21:43:03.0000] Hixie: span works in my Opera 11.50 on Mac [21:43:04.0000] /me looks [21:44:00.0000] Hixie: just do column-count for Opera [21:44:01.0000] you don't need the vendor prefix [21:45:00.0000] oh i thought karl said i had to use -o- [21:45:01.0000] k [21:45:02.0000] ah, yes, that works [21:45:03.0000] cool [21:47:00.0000] wtf now i can't get -span to work in opera either [21:47:01.0000] yet it works in your doc [21:48:00.0000] hm, it works in this case [21:49:00.0000] weird [21:50:00.0000] it works if i use

but not if i use ? [21:50:01.0000] ah, it only applies to block-level elements [21:50:02.0000] i assumed it made them block-level [22:37:00.0000] hm, webkit does -span as well [22:45:00.0000] weirdo layout hack in gmail's mail index header, wonder when they started doing that ... looks really busted when you scroll around and it visibly changes modes [00:17:00.0000] /me wonders what WOW-playing Opera users think of the download progress bar WOW quip [00:33:00.0000] searching for "opera wow" on twitter didn't bring up much about WoW [00:37:00.0000] karlcow: Yeah, I know, router and/or network cable to the second floor is broken. Will try to fix it tomorrow [00:43:00.0000] hsivonen: http://www.sitepoint.com/forums/html-xhtml-52/link-anchor-doesnt-seem-working-ff4-ff5-766794.html "Someone also pointed out that in about:config, setting "html5.parser.enable" to "false", makes this go away." [00:43:01.0000] /me doesn't know what the bug # is [01:05:00.0000] boblet: what do you mean with "excludes footer"? [01:07:00.0000] boblet: "Content inside a blockquote must be quoted from another source" is a conformance requirement. so if you put content inside blockquote that is not from another source, it makes your document non-conforming [01:08:00.0000] AryehGregor: blockquote is sectioning root [01:09:00.0000] maybe i should reply to teh email instead [01:09:01.0000] zcorpan: that should have been stated not felt huh [01:10:00.0000] (took me a while to find where I’d written that :) [01:10:01.0000] boblet: where did i state that? [01:10:02.0000] however spec for footer says it’s allowed in sectioning root elements, and blockquote is a sectioning root element [01:10:03.0000] indeed, i don't recall stating that blockquote must not contain footer [01:11:00.0000] I meant in that while footer is able to be quoted in blockquote, it’s not able to be used as a footer for blockquote [01:11:01.0000] zcorpan: that is, not allowed to contain the attribution, only the quote itself [01:12:00.0000] yeah ok [01:12:01.0000] I’ve been thinking more about it, and am writing an email about the use cases the current spec makes difficult or excludes [01:13:00.0000] will look forward to your feedback on it :) hopefully tomorrow… [01:13:01.0000] biab [01:46:00.0000] Any of my regular contacts in here interested in testing Google+? [01:46:01.0000] I am [01:48:00.0000] AryehGregor: can you chime in here? https://bugzilla.mozilla.org/show_bug.cgi?id=389348#c6 [01:48:01.0000] it seems I'm in already [01:48:02.0000] thanks arve! [01:50:00.0000] lol [01:51:00.0000] Step out for 4 mins to talk to a colleague and annevk already gets invited, haha [01:51:01.0000] hsivonen: how many extra names does IE have, are they listed somewhere? [01:54:00.0000] david_carlisle: my vague recollection is that there are more than 5 but fewer than 20. [01:55:00.0000] david_carlisle: the one that I remember is called &pdf; but that ungooglable, so I have trouble finding a list [01:55:01.0000] hsivonen: grmble, hopefully we'll decide not to do anything, then i can go back to sleep [01:56:00.0000] we already decided that last time this came up [01:56:01.0000] not sure what new information there is [01:56:02.0000] annevk: yes we did, but I don't recall the rationale. [01:56:03.0000] annevk: had I recalled the rationale, I'd have WONTFIXed the bug already [01:56:04.0000] IE has entities for bidirectional characters [01:57:00.0000] annevk: also, I'm not sure I agreed with the rationale last time [01:57:01.0000] still, I don't like flipflopping on stuff like this forever [01:58:00.0000] http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-March/014125.html [01:58:01.0000] " [01:58:02.0000] I'm very skeptical about introducing entities for the codes that are [01:58:03.0000] redundant with dir="" and (namely, lre, lro, pdf, rle, rlo). [01:58:04.0000] I don't know enough about the others to have an educated opinion. I can [01:58:05.0000] set up a search to examine the data in more detail." [01:59:00.0000] david_carlisle, in that email you can also find a list, just search for "pdf" [01:59:01.0000] annevk: dir="" and don't work inside the title attribute [01:59:02.0000] annevk: thanks for the link [02:05:00.0000] Hixie: do you look at bugs in their order of priority? [02:38:00.0000] hah, awesome: http://grantgalitz.org/get_the_hell_out/LegendOfZelda_Links_Awakening/ [02:40:00.0000] i love that game [02:43:00.0000] is it possible to disable rich text in contenteditable? /inb4 “just use