Options:
- # Session Start: Fri Sep 26 00:00:00 2008
- # Session Ident: #whatwg
- # [00:08] <Hixie> anyone know of a way i could forward a usb port from one machine to another over the network?
- # [00:09] <Hixie> i.e. plug in a device in one machine and have it appear on another machine as a local usb device?
- # [00:18] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [00:19] <gavin> "usb over ip" seems to return some promising results
- # [00:20] <Hixie> oooh, good call
- # [00:25] * Joins: phroggy (n=phroggy@webwizardry.net)
- # [00:26] <Hixie> no good mac solutions it seems
- # [00:26] <Hixie> oh well
- # [00:28] <phroggy> hi! How do you guys feel about Apple's <input type="search">?
- # [00:29] * Quits: heycam (n=cam@203-217-88-112.dyn.iinet.net.au) ("bye")
- # [00:29] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [00:29] <phroggy> I see tons of sites using JS/CSS hacks to implement similar functionality; it seems like standardizing it should be helpful, and Apple already has a working implementation.
- # [00:29] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [00:35] <webben> phroggy: What exactly would you require of a user agent to conform?
- # [00:36] <webben> phroggy: and what problem does it solve?
- # [00:36] <smedero> a while back lachlan & mpt also (briefly) made the case for <input type="search"> here: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2007-May/011367.html
- # [00:37] <phroggy> here's the details as I understand them: https://bugzilla.mozilla.org/show_bug.cgi?id=456229
- # [00:38] * othermaciej likes <input type="search">
- # [00:39] <othermaciej> and also placeholder
- # [00:39] <phroggy> I've heard that the "placeholder" option is being added to all (relevant) input types (not just search); I'm not sure if that's an official HTML 5 thing or just something Mozilla is doing.
- # [00:39] <othermaciej> which is separately useful even for non-search input types
- # [00:39] <phroggy> agreed
- # [00:39] <othermaciej> WebKit has placeholder on all text-like input types
- # [00:40] <othermaciej> some of the <input type="search> stuff duplicates more general mechanisms in WF2
- # [00:40] <webben> the autocomplete stuff?
- # [00:40] <othermaciej> I would like to deprecate them when we add the relevant WF2 stuff but not sure we can ever remove
- # [00:40] <othermaciej> well incremental
- # [00:40] <othermaciej> and the event that results
- # [00:40] <phroggy> that makes sense.
- # [00:40] <othermaciej> would be oninput
- # [00:40] <othermaciej> in WF2
- # [00:40] <webben> ah okay
- # [00:41] <phroggy> the main issue is, right now everybody is reinventing the wheel, and some implementations are better than others.
- # [00:42] <othermaciej> Mozilla sounds like they are just copying what WebKit has
- # [00:42] <othermaciej> so I don't think there is reinvention exactly
- # [00:42] <phroggy> if there were a standard way to do it in HTML, that everybody could use, then they'd just use that, and either use JS to fake compatibility with old browsers (same as they're doing now), or let old browsers have reduced functionality if that's easier.
- # [00:43] <phroggy> othermaciej: that Mozilla bug was something I recently submitted, when I couldn't find an existing one.
- # [00:43] <phroggy> I attempted to describe Apple's implementation, but that doesn't mean Mozilla is actually doing it.
- # [00:43] * Quits: sbublava_ (n=stephan@77.117.87.35)
- # [00:43] <phroggy> I think they did say placeholder will be supported soon though.
- # [00:44] <webben> phroggy: Do you think devs are after the Safari functionality or the Safari look-and-feel?
- # [00:44] <othermaciej> phroggy: I see
- # [00:44] <othermaciej> I think it would probably be better to support <input type="search"> with the relevant WF2 replacement features
- # [00:45] <webben> phroggy: If they were offered IE-native, Fx-native, Op-native look-and-feel would they take it? Or would they continue to try to craft out the Safari look?
- # [00:45] <phroggy> well, one of the things Google mentioned was that they feel Safari's rounded corners would be inappropriate on Windows, so they'd like to come up with a different appearance
- # [00:46] <webben> http://www.w3.org/TR/css3-ui/ and http://www.w3.org/TR/css3-background/ are two other drafts that seem relevant here.
- # [00:46] <webben> phroggy: Oh I suspect browser makers would make the interface look native; I'm more thinking about what site designers are trying to do.
- # [00:47] <phroggy> oh, I gotcha
- # [00:48] * Quits: smedero (n=smedero@mdp-nat251.mdp.com)
- # [00:48] <phroggy> no, I think web designers aren't too picky about the appearance, although obviously I'd expect Apple to continue making the search box on www.apple.com look the way it does today
- # [00:49] <webben> hmm, less certain of either :)
- # [00:49] <webben> I suspect the search box on www.apple.com will track Apple UI changes generally.
- # [00:50] <phroggy> personally I love the little magnifying glass icon - it's a bit weird that it's the "results" option that makes it appear, but having a tiny little icon like that, that I don't have to make myself, the appearance of which could be platform-specific, would be great.
- # [00:50] <phroggy> heh, well yeah, that's what I meant ;-)
- # [00:51] <roc> we already have code to style search boxes with platform-specific look
- # [00:51] <roc> we use it in XUL
- # [00:51] <webben> I'd tend to agree that being able to distinguish search inputs (I wouldn't want to be more specific than that in terms of conformance) and being able to jump to search inputs (e.g. with a quick key) would be good.
- # [00:52] <phroggy> yeah, Firefox uses it for things like the download window
- # [00:52] <webben> seems likely to make the web a lil more usable :)
- # [00:53] <webben> although it's possible jumping might be better helped with a container for the form as a whole (e.g. in case of search instructions).
- # [00:56] <phroggy> I recently implemented something where I wanted the functionality to basically work like searching in iTunes - it filters the results with each keypress. I had to experiment with using onkeypress, onkeydown, onkeyup, see what worked and what didn't
- # [00:59] <phroggy> I wound up using setTimeout with a 50ms delay, to make sure the value of the textbox would have changed by the time my function was called...
- # [01:00] <phroggy> and added code to that function to copy the value to a variable, after checking to see if it was different, to avoid repeatedly searching for the same string
- # [01:01] <phroggy> anyway, it just felt like I was reinventing the wheel, and probably poorly.
- # [01:08] * Quits: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [01:09] * Quits: aaronlev (n=chatzill@e176250178.adsl.alicedsl.de) (Read error: 60 (Operation timed out))
- # [01:12] <phroggy> also, in my case, I want the little magnifying glass icon to indicate the purpose of the box, because I don't want to take the space to add a label, and using a placeholder isn't appropriate because I automatically focus on page load (so the user can immediately start typing to filter search results).
- # [01:33] * Quits: wakaba (n=wakaba@30.165.210.220.dy.bbexcite.jp) (Read error: 104 (Connection reset by peer))
- # [01:33] * Joins: wakaba (n=wakaba@30.165.210.220.dy.bbexcite.jp)
- # [01:37] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [01:41] * Quits: dglazkov (n=dglazkov@nat/google/x-c73d9ef0801d5daf)
- # [01:42] * Quits: eseidel (n=eseidel@nat/google/x-3251e598b50b10fe)
- # [01:42] * Quits: webben (n=benh@nat/yahoo/x-b5b1ffede28f368e)
- # [01:54] * Joins: heycam (n=cam@clm-laptop.infotech.monash.edu.au)
- # [02:21] * Joins: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:22] * Joins: othermaciej_ (n=mjs@17.244.16.193)
- # [02:23] * Quits: othermaciej (n=mjs@nat/apple/x-d5685012297babda) (Read error: 104 (Connection reset by peer))
- # [02:24] * Joins: othermaciej (n=mjs@nat/apple/x-23e85d98d447abff)
- # [02:28] * Quits: othermaciej_ (n=mjs@17.244.16.193) (Read error: 60 (Operation timed out))
- # [02:57] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [02:58] <phroggy> there's something I've never understood: why is target="_blank" deprecated? The official workaround is to simulate this behavior with JavaScript, which is obviously appropriate in some situations but in others just seems like reinventing the wheel.
- # [02:58] <Hixie> aha, the video of my talk is available internally now. should be public soon.
- # [02:59] <Hixie> i say "um" far too much.
- # [02:59] <Hixie> wonder how to work on that.
- # [02:59] * Joins: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com)
- # [02:59] <Hixie> phroggy: target=_blank isn't deprecated in html5
- # [02:59] <phroggy> it isn't? oh good.
- # [02:59] <phroggy> it was in 4.01, right?
- # [03:00] <Hixie> target="" wasn't in HTML4 strict at all
- # [03:00] <phroggy> well, right...
- # [03:00] <phroggy> so, in 5, is it back in, or still left out?
- # [03:00] <Hixie> html5 has target=""
- # [03:00] <phroggy> "deprecated" was the wrong word, I suppose.
- # [03:00] <Hixie> in general though i strongly recommend against using target="" at all, creating new windows for the user is not a good experience
- # [03:00] <phroggy> it can be.
- # [03:01] <Hixie> should be the user's choice imho
- # [03:01] * Quits: billmason (n=billmaso@ip75.unival.com) (Read error: 104 (Connection reset by peer))
- # [03:01] <Hixie> i basically just stop using sites that think they know better than me when to open windows
- # [03:02] <phroggy> for example, I'm making a contact directory where I ask the user for various things like their MySpace/Facebook/LiveJournal names, or the URL to their home page or whatever, and on the confirmation screen I offer these as URLs they can check. I believe it would be totally inappropriate for these to open in the same window/tab.
- # [03:04] <phroggy> it should be the user's choice whether to open them in a new window or a new tab, but navigating away from the current page is not desirable. Obviously I use target="_blank" very sparingly, but simulating it with JavaScript (as was recommended by W3C for 4.01 Strict) is just ridiculous.
- # [03:17] <Hixie> if i was on that page, i would expect the links to open on the same page and to use the back button to return to the form
- # [03:17] <Hixie> and it would piss me off if a new tab or window opened
- # [03:17] <Hixie> to the point of not using the site again
- # [03:21] <phroggy> except that this is the result of a POST form, and some browsers don't like to cache those.
- # [03:23] <phroggy> I believe that most of my users would find your preferred behavior disruptive. Obviously I could be mistaken.
- # [03:39] * Quits: roc (n=roc@121-72-178-208.dsl.telstraclear.net)
- # [03:40] <phroggy> Hixie: what's your opinion of <input type="search">?
- # [03:40] <othermaciej> Hixie: well, we're publicly claiming full pass of Acid3 now, I hope enough time has passed that the test won't change again
- # [03:40] <othermaciej> also I don't know if you or anyone else intends to officially verify
- # [03:56] * Quits: weinig (n=weinig@nat/apple/x-69ff006593009661)
- # [04:01] * Quits: hdh (n=hdh@58.187.61.154) (Read error: 60 (Operation timed out))
- # [04:03] * Quits: phroggy (n=phroggy@webwizardry.net) ("This computer has gone to sleep")
- # [04:20] * Joins: webben (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [04:54] * Joins: dglazkov (n=dglazkov@72.14.224.1)
- # [04:59] * Joins: jruderman_ (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [05:14] * Quits: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net) (Read error: 110 (Connection timed out))
- # [05:17] * Joins: jruderman (n=jruderma@ip68-5-179-249.oc.oc.cox.net)
- # [05:20] * Quits: othermaciej (n=mjs@nat/apple/x-23e85d98d447abff) (Read error: 104 (Connection reset by peer))
- # [05:21] * Joins: othermaciej (n=mjs@nat/apple/x-0ddeb24c079d89b9)
- # [05:27] * Joins: Thezilch (n=fuz007@cpe-76-171-111-7.socal.res.rr.com)
- # [05:33] * Quits: jruderman_ (n=jruderma@ip68-5-179-249.oc.oc.cox.net) (Read error: 110 (Connection timed out))
- # [05:37] * Quits: dglazkov (n=dglazkov@72.14.224.1)
- # [05:44] * Joins: roc (n=roc@222-152-163-35.jetstream.xtra.co.nz)
- # [05:53] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [05:57] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:03] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [06:06] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [06:25] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [06:27] * Joins: phroggy (n=phroggy@webwizardry.net)
- # [06:40] * Joins: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [06:44] * Quits: dglazkov_ (n=dglazkov@72.14.224.1)
- # [06:51] * Joins: eric_carlson_ (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [06:53] * Quits: malde__ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com) (Read error: 110 (Connection timed out))
- # [06:53] * Quits: malde_ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com) (Read error: 110 (Connection timed out))
- # [06:58] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Read error: 110 (Connection timed out))
- # [06:59] * Joins: othermaciej_ (n=mjs@17.244.16.193)
- # [07:00] * eric_carlson_ is now known as eric_carlson
- # [07:10] * Joins: BenMillard (n=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [07:13] * Quits: othermaciej_ (n=mjs@17.244.16.193) (Read error: 104 (Connection reset by peer))
- # [07:15] * Quits: othermaciej (n=mjs@nat/apple/x-0ddeb24c079d89b9) (Read error: 110 (Connection timed out))
- # [07:20] * Joins: eric_carlson_ (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net)
- # [07:25] <BenMillard> phroggy, I would also expect those links to be normal links, but I'd probably open each one in a new background tab since I'd only need to see the page title to confirm it's the right page.
- # [07:27] * Quits: eric_carlson (n=ericc@adsl-67-112-12-110.dsl.anhm01.pacbell.net) (Read error: 110 (Connection timed out))
- # [07:45] * Kuruma is now known as Kuruma_
- # [07:45] * Kuruma_ is now known as Kuruma0
- # [07:46] * Kuruma0 is now known as Kuruma__
- # [07:48] * eric_carlson_ is now known as eric_carlson
- # [07:48] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [07:49] * Joins: karlUshi (n=karl@dhcp-247-195.mag.keio.ac.jp)
- # [07:49] <karlUshi> annevk2: here?
- # [07:49] <karlUshi> I have a simple question about html5lib
- # [07:50] * Kuruma__ is now known as Kuruma1
- # [07:50] <karlUshi> Does the serializer drop the elements which are not authorized by the HTML 5 content model?
- # [07:50] <karlUshi> such as center for example
- # [07:53] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Remote closed the connection)
- # [07:54] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [08:00] <Hixie> phroggy: i like type=search
- # [08:04] * Joins: zcorpan_ (n=zcorpan@pat.se.opera.com)
- # [08:06] <karlUshi> hmm interesting
- # [08:06] <karlUshi> http://code.google.com/p/html5lib/source/browse/trunk/?r=947#trunk/python/src/html5lib/serializer%3Fstate%3Dclosed
- # [08:07] <karlUshi> I'm looking at the code of the serializer and it doesn't seem to clean up elements which are not included in the content model
- # [08:07] <karlUshi> which would make them non conformant HTML 5 "writer"
- # [08:07] <karlUshi> s/them/it/
- # [08:09] <zcorpan_> karlUshi: that's not the responsibility of a serializer, though, is it?
- # [08:10] <karlUshi> zcorpan_: well it depends what you mean by serializer.
- # [08:10] <Hixie> BenMillard: is there any documentation on exactly what the smart headers algorithm is and exactly how it differs from the "smart headers"-based algorithm in the spec
- # [08:10] <karlUshi> if the role of the serializer is to output an *HTML 5 document*
- # [08:11] <karlUshi> I would say that it should remove the obsolete elements. no?
- # [08:11] <karlUshi> if the serializer is a garbage in/garbage out, indeed it doesn't emit html 5 markup
- # [08:11] <zcorpan_> right
- # [08:12] * Joins: hdh (n=hdh@118.71.126.104)
- # [08:12] <karlUshi> I wonder if someone has worked on a product taking the parsed document and outputing conformant html5
- # [08:12] <zcorpan_> you could have a layer before the serializer to strip out stuff
- # [08:12] <zcorpan_> or convert it to html5 equivalent
- # [08:13] <karlUshi> hixie: is it in the plan to define the rules for sanitizing the output?
- # [08:13] <zcorpan_> karlUshi: in my mind a serializer is just the reverse of a parser: emit a stream of characters (or bytes) from a tree
- # [08:14] <zcorpan_> karlUshi: everyone would want different rules for sanitizing
- # [08:14] <karlUshi> zcorpan_: yes I can accept this, but it should clearly be mark as such in the spec. I haven't checked yet though :)
- # [08:15] <karlUshi> zcorpan_: hmm about different rules. Well, I think that would benefit many people and remove a bit of anger. ;) I'm trying to address this in blog post.
- # [08:16] <karlUshi> so I stand corrected for the serializer thanks.
- # [08:16] <karlUshi> I will fix the article. (not published yet)
- # [08:16] <zcorpan_> ok
- # [08:16] <hsivonen> karlUshi: html5lib also has a sanitizer.
- # [08:17] <hsivonen> karlUshi: it is for xss security, not conformance, though, afaik
- # [08:17] <karlUshi> yep seen that in the ruby version
- # [08:18] <zcorpan_> karlUshi: there's http://wiki.whatwg.org/wiki/Sanitization_rules
- # [08:19] <karlUshi> it keeps center which is not in html5
- # [08:19] <karlUshi> (for example)
- # [08:19] <karlUshi> understood that it is for security
- # [08:20] <Hixie> karlUshi: sanitising what output?
- # [08:20] * karlUshi didn't use sanitizing at the start of the discussion
- # [08:21] <karlUshi> just saying
- # [08:21] <karlUshi> Garbage In -> HTML 5 Parser -> HTML 5 Writer (output = html 5 conformant document)
- # [08:22] <Hixie> given garbage in, there is no way that i know of in the state of the art today to give conformant output
- # [08:22] <zcorpan_> print "<!doctype html><title></title>"
- # [08:22] <karlUshi> the serializers in HTML 5 lib do not fix the markup to be conformant according to html 5 spec
- # [08:22] <zcorpan_> karlUshi: so you want an HTML5Tidy
- # [08:23] <karlUshi> yes which would be basically html5 serializer + html5 content model filter
- # [08:23] <BenMillard> Hixie, not in complete and absolute detail in one place, AFAIK.
- # [08:23] <zcorpan_> karlUshi: it would probably also have to include SVG Tidy and MathML Tidy :)
- # [08:23] <karlUshi> to create a virtuous circle
- # [08:24] * Quits: hdh (n=hdh@118.71.126.104) (Remote closed the connection)
- # [08:24] <BenMillard> Hixie, I recall James Graham wrote up a snapshot of what was implemented some time ago but that doesn't compare it to what's in HTML5...ah here it is: http://lists.w3.org/Archives/Public/public-html/2008Mar/0075.html
- # [08:24] <Hixie> BenMillard: k
- # [08:24] <Hixie> BenMillard: thanks
- # [08:25] * Joins: hdh (n=hdh@118.71.126.104)
- # [08:25] <Hixie> BenMillard: ah yeah i used that when writing the spec
- # [08:25] <Hixie> iirc
- # [08:25] <Hixie> BenMillard: (though i made some changes because the spec had other constraints to worry about as well)
- # [08:25] <BenMillard> yeah, I think you mentioned it in #whatwg
- # [08:28] <BenMillard> Hixie, the main difference I know if is the chaining of header cells. my vision for Smart Headers is it would be implemented by UAs, make all possible associations through the table, pass this on via platform-specific accessibility APIs, then ATs would use their already very sophisticated verbosity controls to only provide the relationships that are useful to their specific customer base (and individuals would have the abilit
- # [08:28] <BenMillard> as they can customise verbosity already)
- # [08:29] * Joins: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [08:29] <BenMillard> in the tables I studied during 2007, only 20% used <th> for all their header cells (http://projectcerbera.com/web/study/2007/tables/)
- # [08:30] <BenMillard> I didn't count how common <td scope="row"> was for row headers compared to <th> or <th scope="row">
- # [08:31] <BenMillard> but my impression was that <td scope> was common enough to be worth supporting
- # [08:31] * Joins: MikeSmith (n=MikeSmit@202.128.117.187)
- # [08:31] <Hixie> i need to look at the feedback in the tables directory
- # [08:32] <Hixie> but my impression from the data i got yesterday was that chained headers hardly ever happen in the wild
- # [08:32] <Hixie> and when they do, almost never happen correctly
- # [08:32] <Hixie> and so it's probably not worth adding that feature
- # [08:32] <Hixie> i certainly am not convinced we want to chain headers automatically
- # [08:33] <BenMillard> I don't mean chaining of the headers attribute, I mean cases where a <th> has another <th> which is related to it, such as a table with 2 or more levels of column headers
- # [08:33] <Hixie> but again, i'll have to look at the data and feedback closely when i get to this issue again
- # [08:33] <Hixie> the thing i don't understand is why would a user ask for the headers of a header?
- # [08:33] <Hixie> surely it's the data the user is looking for
- # [08:33] <Hixie> and the data cells already have those headers applied
- # [08:34] <hsivonen> creating a comprehensive html5 tidy will be hard
- # [08:34] <hsivonen> for example, it would need to fix tables with overlapping cells
- # [08:35] * Quits: MikeSmith (n=MikeSmit@202.128.117.187) (Read error: 113 (No route to host))
- # [08:35] <karlUshi> hsivonen: didn't say it would be easy. It has certainly a lot of issues, but a set of canonical rules would improve interop and would help people to move forward.
- # [08:37] <hsivonen> much of it could be done by hacking jing internals
- # [08:38] * Joins: MikeSmith (n=MikeSmit@202.128.117.187)
- # [08:42] <hsivonen> the 'curies are not qnames' explanation is interesting when curies share the characteristic of qnames being criticized
- # [08:43] * hsivonen had a look at xhtml2 minutes
- # [08:43] <BenMillard> Hixie, you sometimes need to understand the context of a header cell as you move through a table non-visually. A table I wrote recently, in the "Comparison of Techniques" section here: http://projectcerbera.com/blog/2008/09/untangle
- # [08:44] <BenMillard> if you're moving down the 2nd column, it's probably useful to hear when you've moved out of the "Test File" section into the "Corrected" section, etc
- # [08:45] <BenMillard> another one from me, a bit older, at the bottom of this page: http://projectcerbera.com/web/articles/breadcrumbs-markup
- # [08:45] <BenMillard> moving across the 2nd row, it's probably useful to hear when you moved out of "Filesize (bytes)" column group and into the "Familiar" column group
- # [08:47] * Quits: heycam (n=cam@clm-laptop.infotech.monash.edu.au) ("bye")
- # [08:48] * Joins: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [08:49] <zcorpan_> BenMillard: send what you just wrote in email :)
- # [08:49] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [08:49] <BenMillard> zcorpan_, good idea
- # [08:49] * Joins: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [09:00] * Quits: MikeSmith (n=MikeSmit@202.128.117.187) ("Less talk, more pimp walk.")
- # [09:02] <karlUshi> many thanks henri, zcorpan_ and hixie. Published. rotten tomatoes as usual in the comment box :)
- # [09:06] <zcorpan_> pointer?
- # [09:06] <Hixie> BenMillard: yeah, i could see that
- # [09:06] <karlUshi> zcorpan_: http://www.w3.org/QA/2008/09/fixing-html-with-html5
- # [09:07] <Hixie> BenMillard: not sure it's really common enough to warrant adding to the spec, but i'll have to look closer
- # [09:09] <BenMillard> Hixie, for sure. but it is a regular layout and it does exist outside of my website, for example: http://projectcerbera.com/web/study/2007/tables/odi/06-collated/original
- # [09:11] <Hixie> might make sense to just have headers have headers and treat them the same was cells are treated, without doing any nesting
- # [09:11] <BenMillard> Hixie, the original source for that is still online, "Table 6" on this page: http://www.odi.govt.nz/publications/going-beyond-compliance/survey/appendix-4-task-speed.html
- # [09:11] <Hixie> (that gets around the problem of loops)
- # [09:11] <Hixie> (though it doesn't get around the problem of self-reference)
- # [09:11] <zcorpan_> karlUshi: choise of quotes is a bad example since you're discussing content model and quotes is syntax :)
- # [09:11] <karlUshi> zcorpan_: but I'm pretty the question will arise :)
- # [09:12] <BenMillard> Hixie, the original source uses plain <th> and expects it to Just Work (which seems reasonable to me)
- # [09:12] <karlUshi> in fact will love to loose a lot of times on these points ;)
- # [09:12] <karlUshi> s/fact/fact, people/
- # [09:12] <Hixie> BenMillard: those tables will work fine as far as i can tell
- # [09:13] <karlUshi> s/pretty/pretty sure/
- # [09:13] * karlUshi in plain demonstration of my article :p unfortunately. Clumsy one day, clumsy for ever
- # [09:16] <BenMillard> Hixie, when moving across the 2nd row of "Table 6" it's probably useful to hear when you move from "Fastest" to "Slowest"?
- # [09:16] <BenMillard> (similar arrangement as my breadcrumbs-markup table)
- # [09:17] <BenMillard> in fact, I'd say it's essential since the header text is the same for the columns within those 2 column groups
- # [09:17] <BenMillard> so you need the main column header from row 1 to disambiguate the column headers in row 2
- # [09:23] <Hixie> yeah, i could see that
- # [09:26] * Joins: Maurice (i=copyman@cc90688-a.emmen1.dr.home.nl)
- # [09:36] <zcorpan_> "<Hixie> might make sense to just have headers have headers and treat them the same was cells are treated, without doing any nesting" -- yeah that'd make sense
- # [09:39] <BenMillard> annevk2 has a table where hearing headers as you move through headers seems useful: http://lists.w3.org/Archives/Public/www-archive/2007Aug/att-0003/offset-mess.htm
- # [09:39] <BenMillard> specifically, moving across row 2 and row 3
- # [09:40] <BenMillard> (I think the top-left cell could be blank and the browser names could use <th>)
- # [09:40] <annevk2> sounds reasonable
- # [09:41] <annevk2> karlUshi, dunno much about the serializer, but it seems it worked out already
- # [09:42] * karlUshi thanks annevk2. Will look further. Need to catch my train.
- # [09:42] * Quits: karlUshi (n=karl@dhcp-247-195.mag.keio.ac.jp) ("Where dwelt Ymir, or wherein did he find sustenance?")
- # [09:42] <BenMillard> so multiple levels of column headers are somewhat easy to find...but multiple levels of row headers? maybe I'm the only person who does that :P
- # [09:45] * Joins: heycam (n=cam@203-217-88-112.dyn.iinet.net.au)
- # [09:46] <BenMillard> aha, my 2007 collection has this: http://www.avert.org/aofconsent.htm
- # [09:47] <BenMillard> "Australia", "United Kingdom" and "USA" in the first column have a 2nd column of row headers giving smaller regions within them
- # [09:47] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [09:47] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [09:48] * Quits: hdh (n=hdh@118.71.126.104) (Remote closed the connection)
- # [09:48] <BenMillard> so if you're moving down the 2nd column of "United Kingdom" it's probably useful to hear when you fall into "USA"
- # [09:52] * Joins: aaronlev (n=chatzill@e176250178.adsl.alicedsl.de)
- # [09:57] * annevk2 wonders what to make of http://wiki.whatwg.org/wiki/Special:Contributions/Stephen_Shea
- # [10:03] * Joins: aaronlev_ (n=chatzill@e176250178.adsl.alicedsl.de)
- # [10:04] <annevk2> http://lists.w3.org/Archives/Member/chairs/2008JulSep/0112.html (W3C Member-only)
- # [10:06] * Joins: eseidel (n=eseidel@c-24-130-13-197.hsd1.ca.comcast.net)
- # [10:07] <annevk2> http://lists.w3.org/Archives/Member/w3c-ac-forum/2008JulSep/0273.html (W3C-Member-only, also interesting)
- # [10:12] * Quits: aaronlev (n=chatzill@e176250178.adsl.alicedsl.de) (Read error: 110 (Connection timed out))
- # [10:15] <zcorpan_> (Testing: see http://krijnhoetmer.nl/irc-logs/.)
- # [10:17] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [10:17] * Quits: webben (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [10:23] <annevk2> https://bugzilla.mozilla.org/show_bug.cgi?id=373864#c4 is also interesting (and public!)
- # [10:25] <BenMillard> Hixie, I just summarised in an on-list e-mail the tables I was discussion earlier where header cells being announced when moving between other header cells seemed useful to me: http://lists.w3.org/Archives/Public/public-html/2008Sep/0475.html
- # [10:25] <Hixie> cool, thanks
- # [10:25] <Hixie> i'll add it to the tables pile
- # [10:25] <BenMillard> cheers :)
- # [10:26] <Hixie> annevk2: Larry's right, though I think he's missed the WHATWG side of things
- # [10:31] <othermaciej> well that's interesting
- # [10:36] * Joins: hdh (n=hdh@118.71.126.244)
- # [10:36] <othermaciej> annvevk2: I find this one interesting: <http://lists.w3.org/Archives/Member/w3c-ac-forum/2008JulSep/0189.html> (W3C Member-only again)
- # [10:37] * Joins: webben (n=benh@149.254.192.211)
- # [10:37] <othermaciej> annevk2: in light of the fact that any rational look at working groups and their effectiveness would surely put XForms and XHTML2 on the cut list
- # [10:37] <Hixie> given a=1234 and b=5678, what is the mathematical expression that yields 1234.5678 ?
- # [10:37] <annevk2> othermaciej :)
- # [10:37] <othermaciej> Hixie: well, the simplest such expression would be 1234.5678
- # [10:38] <othermaciej> if you want it to involve a and b, then a + b / 1000
- # [10:38] <othermaciej> if a and b are actually general variables with varying numbers of digits
- # [10:39] <Hixie> i mean given any value of a and b, with the result being equivalent to casting a and b to a string and then concerting a + "." + b to an integer again, except without going through strings.
- # [10:39] <othermaciej> then a + b * (10 ^ -(1 + floor(log10(b))))
- # [10:39] <othermaciej> or something like that
- # [10:40] <Hixie> pity
- # [10:40] <BenMillard> do you get a bonus for connecting 4 closing parentheses in a row? :)
- # [10:40] <othermaciej> former lisp hacking habits
- # [10:41] <Philip`> f(x) = { x if x < 1; f(x/10) otherwise }; a+f(b)
- # [10:41] <Philip`> That's still a mathematical expression :-)
- # [10:41] * Joins: hdh0 (n=hdh@118.71.123.214)
- # [10:41] <othermaciej> if one were writing this in code then yes a loop dividing by 10 might be more effective
- # [10:42] <othermaciej> of course, this assumes a and b are integers
- # [10:42] <othermaciej> though if they are not the question is ill-posed
- # [10:43] * annevk2 wonders what problem this is solving
- # [10:43] <Philip`> Or you could write "a.b" and people may know what that means
- # [10:44] <Philip`> (I'm sure I've seen that notation several times in the past)
- # [10:51] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Read error: 104 (Connection reset by peer))
- # [10:52] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [10:58] * Quits: hdh (n=hdh@118.71.126.244) (Connection timed out)
- # [11:01] * annevk2 is a bit surprised that the smart header algorithm only now gets attention, especially after yesterday's telcon where some people were stressing for deciding on this right "now"
- # [11:02] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Remote closed the connection)
- # [11:02] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [11:04] <Hixie> annevk2: really? you're surprised? after the way they've been acting?
- # [11:11] <annevk2> maybe disappointed is better
- # [11:12] <Hixie> i wish someone would tell me what the rush was about, frankly
- # [11:12] <Hixie> but anyway
- # [11:12] <Hixie> time for bed
- # [11:12] <Hixie> nn
- # [11:12] * Joins: ROBOd (n=robod@89.122.216.38)
- # [11:13] <othermaciej> Hixie why do you hate blind people so much
- # [11:16] * Quits: webben (n=benh@149.254.192.211) (Read error: 113 (No route to host))
- # [11:29] * Joins: webben (n=benh@nat/yahoo/x-03fb6bcad06f698d)
- # [11:32] <takkaria> oh, hsivonen is porting his java parser to Gecko
- # [11:39] <annevk2> yeah, he said as much anyway
- # [11:44] <hsivonen> yes, I'm porting it
- # [11:45] <annevk2> lot of work?
- # [11:45] <hsivonen> the parser core is suitable for mechanic translation to C++
- # [11:45] <hsivonen> we'll see :-)
- # [11:46] <annevk2> might be annoying to keep the two up to date all the time I imagine
- # [11:46] * Joins: olliej (n=oliver@nat/apple/x-de003ac3f1c91214)
- # [11:46] <olliej> annevk2: prod?
- # [11:46] <hsivonen> I expect the integration to Gecko to be more work than the Java to C++ translator
- # [11:47] <annevk2> but maybe someone else can do maintenance after you did the hard work?
- # [11:47] <annevk2> olliej, yo
- # [11:47] <hsivonen> annevk2: the idea is to keep them in sync by generating C++ code from the Java source
- # [11:47] <olliej> annevk2: xhr spec says that the XHR object's document is the document of the object it is invoked on
- # [11:47] <olliej> annevk2: which works if 'this' is a window
- # [11:48] <othermaciej> "object it is invoked on" is kind of an ambiguous phrase
- # [11:48] <olliej> annevk2: but what happens if i do (for the sake of argument) new ({a:XMLHttpRequest}.a)
- # [11:48] <olliej> annevk2: what document should it get?
- # [11:48] <othermaciej> I told olliej I thought it meant the "this object"
- # [11:49] <olliej> annevk2: esp. if you imagine windowa.foo = function(){new ({a:windowb.XMLHttpRequest}.a) }
- # [11:50] <annevk2> sigh, I'm not sure what that syntax does
- # [11:50] <othermaciej> annevk2: olliej is setting it up so that the object that the XMLHttpRequest constructor is invoked on, is not a Window object
- # [11:50] <othermaciej> more readable example:
- # [11:50] <othermaciej> var randomObj = {};
- # [11:50] <othermaciej> randomObj.XMLHttpRequest = someWindow.XMLHttpRequest;
- # [11:51] <othermaciej> new randomObj.XMLHttpRequest();
- # [11:51] <annevk2> hmm, I never tried that, does that work in IE?
- # [11:52] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [11:52] <othermaciej> I bet IE binds the original window object the XHR constructor comes from
- # [11:52] <othermaciej> rather than using the one it is invoked on
- # [11:52] <othermaciej> you could tell the difference with:
- # [11:53] <othermaciej> window.foreignXHR = otherWindow.XMLHttpRequest
- # [11:53] <annevk2> what the spec says is what IE does for the non randomObj cases
- # [11:53] <othermaciej> new foreignXHR();
- # [11:53] <othermaciej> what does IE do in that case?
- # [11:53] <othermaciej> does it use window or otherWindow?
- # [11:53] <annevk2> i'm not sure about that case either, I don't have IE handy
- # [11:54] <othermaciej> I would guess then that it was not the intent of the spec to voice an opinion on these cases
- # [11:54] <othermaciej> olliej: I guess you should test in IE and maybe Firefox and Safari and Opera and send your results to the webapps-wg mailing list
- # [11:57] <annevk2> http://tc.labs.opera.com/apis/XMLHttpRequest/open/ has tests for the "simple" client = new otherwindow.XMLHttpRequest() cases
- # [11:57] <annevk2> it does seem like this needs addressing, indeed
- # [12:04] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) (Remote closed the connection)
- # [12:07] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [12:08] * Quits: Thezilch (n=fuz007@cpe-76-171-111-7.socal.res.rr.com) (Read error: 110 (Connection timed out))
- # [12:10] * Quits: BenMillard (n=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [12:13] * Quits: annevk2 (n=annevk@pat-tdc.opera.com) (Remote closed the connection)
- # [12:14] * Joins: annevk2 (n=annevk@pat-tdc.opera.com)
- # [12:14] * Joins: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp)
- # [12:24] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [12:24] * Quits: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [12:24] * Joins: deane (n=opera@121-72-165-146.dsl.telstraclear.net)
- # [12:36] * annevk2 finds http://lists.w3.org/Archives/Member/w3c-wai-pf/2008JulSep/0509.html (W3C-Member only)
- # [12:43] <othermaciej> mmm, condescenscion
- # [12:50] <annevk2> for the window.foreignXHR = otherWindow.XMLHttpRequest case I'd expect window.document to be the Document pointer
- # [12:50] <Dashiva> It's good to know nothing goes on in the w3c that needs hiding
- # [12:51] <annevk2> the PFWG should really be public, not sure why it isn't
- # [12:51] <othermaciej> they are the experts
- # [12:51] <othermaciej> why should they need outside input?
- # [12:52] <othermaciej> annevk2: if you expect that, you expect the "this" object to be used, but in that case the randomObject case should fail
- # [12:52] <Dashiva> Oh, I would never suggest such a thing, merely that we might want insight in their wisdom
- # [12:52] * Quits: zcorpan_ (n=zcorpan@pat.se.opera.com)
- # [12:52] <Philip`> They should open up and try to emulate the great success of public-html
- # [12:52] <annevk2> othermaciej, I feel another HTML5 dependency coming
- # [12:53] <othermaciej> public-webapps works pretty well
- # [12:54] <othermaciej> I think public-html fails because the launch of the HTML WG got so much publicity
- # [12:54] * Quits: webben (n=benh@nat/yahoo/x-03fb6bcad06f698d)
- # [12:54] <othermaciej> and because HTML is such a central piece of the Web technology stack
- # [12:54] <othermaciej> and because it is easier to wrongly believe you understand HTML than to do so with CSS or DOM APIs
- # [12:54] <hsivonen> webapps attracts implementors and people who write relatively advanced JS
- # [12:54] * Quits: starjive (i=beos@213-66-217-32-no30.tbcn.telia.com)
- # [12:55] <othermaciej> these factors contribute to a much higher level of highly opinionated but poorly informed people
- # [12:55] <annevk2> www-style has that too for less technical topics
- # [12:56] <othermaciej> and people who are there not to provide expertise but to score political points for their pet objectives
- # [12:56] <othermaciej> public-webapps is one of the best standards mailing lists I am on
- # [12:56] <annevk2> othermaciej, weinig, http://krijnhoetmer.nl/irc-logs/webapps/20080926
- # [12:56] * Joins: dotjay_ (n=dotjay@nov5th.plus.com)
- # [12:56] * annevk2 hilited the relevant bits
- # [12:57] <othermaciej> annevk2: yeah, that's what Gecko does
- # [12:58] <othermaciej> which does not appear to match the spec as I read it
- # [12:58] <othermaciej> not sure what IE does
- # [12:58] <othermaciej> the Gecko behavior would not be hard to implement
- # [12:59] <annevk2> ah yes, "The associated Document object is the one returned by the document attribute from the object on which the XMLHttpRequest() constructor was invoked (a Window object)." needs some tweaking
- # [13:03] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Read error: 110 (Connection timed out))
- # [13:05] <othermaciej> annevk2: it was actually olliej who pointed it out, not Sam
- # [13:05] <othermaciej> olliej == Oliver Hunt; weinig == Sam Weinig
- # [13:11] * dotjay_ is now known as dotjay
- # [13:13] * Quits: gavin (n=gavin@firefox/developer/gavin) (Read error: 104 (Connection reset by peer))
- # [13:14] * Joins: gavin (n=gavin@people.mozilla.com)
- # [13:16] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 113 (No route to host))
- # [13:25] <annevk2> oops
- # [13:26] <olliej> annevk2: :D
- # [13:29] <othermaciej> olliej: do you have test cases for the rebinding examples discussed a little while ago?
- # [13:29] <othermaciej> so someone can test in IE
- # [13:29] <olliej> othermaciej: errr, not really
- # [13:30] <olliej> othermaciej: problem being that i don't know xhr well enough to make useful tests
- # [13:30] <olliej> s/well enough/at all
- # [13:31] * Joins: dotjay_ (n=dotjay@nov5th.plus.com)
- # [13:32] * Quits: annevk2 (n=annevk@pat-tdc.opera.com) (Remote closed the connection)
- # [13:32] * Joins: annevk2 (n=annevk@pat-tdc.opera.com)
- # [13:35] <othermaciej> ok I might try at some point
- # [13:37] <annevk2> I was confused I guess because weinig does XHR2
- # [13:37] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Read error: 110 (Connection timed out))
- # [13:39] <othermaciej> olliej just hacks whatever he feels like
- # [13:39] <othermaciej> either that or canvas and XHR have some secret relationship
- # [13:40] <othermaciej> "WebKit erfüllt alle Acid3-Kriterien"
- # [13:40] <othermaciej> somehow it sounds cooler in German
- # [13:43] <olliej> dun dun duhh
- # [13:46] * Joins: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp)
- # [13:57] * Quits: hdh0 (n=hdh@118.71.123.214) (Remote closed the connection)
- # [14:01] * Quits: tndH (n=Rob@james-baillie-pc083-137.student-halls.leeds.ac.uk) ("ChatZilla 0.9.83-rdmsoft [XULRunner 1.9.0.1/2008072406]")
- # [14:01] * Joins: othermaciej_ (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [14:01] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [14:03] * othermaciej_ is now known as othermaciej
- # [14:04] * Joins: webben (n=benh@nat/yahoo/x-5094e1f25298167e)
- # [14:17] * Joins: tndH (n=Rob@james-baillie-pc083-137.student-halls.leeds.ac.uk)
- # [14:27] * Quits: myakura (n=myakura@p1226-ipbf3201marunouchi.tokyo.ocn.ne.jp) (Read error: 110 (Connection timed out))
- # [14:54] * olliej is now known as fakeolliej
- # [14:59] * Quits: nessy (n=nessy@124-168-137-162.dyn.iinet.net.au) ("This computer has gone to sleep")
- # [15:02] * Joins: eseidel_ (n=eseidel@72.14.224.1)
- # [15:02] * Joins: malde__ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com)
- # [15:02] * malde__ is now known as malde_
- # [15:05] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [15:05] * Joins: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [15:06] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [15:11] * Quits: roc (n=roc@222-152-163-35.jetstream.xtra.co.nz)
- # [15:19] * Quits: eseidel (n=eseidel@c-24-130-13-197.hsd1.ca.comcast.net) (Connection timed out)
- # [15:19] * eseidel_ is now known as eseidel
- # [15:24] * Quits: dotjay_ (n=dotjay@nov5th.plus.com) (Read error: 110 (Connection timed out))
- # [15:27] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Read error: 110 (Connection timed out))
- # [15:30] * Joins: dotjay (n=dotjay@nov5th.plus.com)
- # [15:36] * Quits: aaronlev_ (n=chatzill@e176250178.adsl.alicedsl.de) (Read error: 110 (Connection timed out))
- # [15:41] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 60 (Operation timed out))
- # [15:42] * Joins: webben_ (n=benh@nat/yahoo/x-d65fba6a8f1bf249)
- # [15:51] * Quits: webben (n=benh@nat/yahoo/x-5094e1f25298167e) (No route to host)
- # [15:51] <annevk2> http://ajaxian.com/archives/maintaining-css ouch
- # [15:52] * Joins: csarven (n=csarven@80.76.201.52)
- # [15:55] * Quits: malde_ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com) (Read error: 110 (Connection timed out))
- # [16:02] * Joins: malde__ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com)
- # [16:02] * malde__ is now known as malde_
- # [16:07] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [16:20] * Joins: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net)
- # [16:21] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Remote closed the connection)
- # [16:21] * Joins: dglazkov_ (n=dglazkov@72.14.224.1)
- # [16:23] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) (Client Quit)
- # [16:23] * Joins: aroben (n=aroben@unaffiliated/aroben)
- # [16:26] * Joins: billmason (n=billmaso@ip75.unival.com)
- # [16:28] * Quits: dglazkov (n=dglazkov@c-24-130-144-56.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [16:30] * dglazkov_ is now known as dglazkov
- # [16:41] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [16:43] * Quits: dglazkov (n=dglazkov@72.14.224.1)
- # [16:44] <hendry> anyone have tips for running IE6 in XP (alongside 8beta2 I currently have running)?
- # [16:48] <Philip`> Use the VirtualPC image?
- # [16:51] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [17:08] * Quits: malde_ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com) (Remote closed the connection)
- # [17:15] * Joins: smedero (n=smedero@mdp-nat251.mdp.com)
- # [17:28] * Quits: webben_ (n=benh@nat/yahoo/x-d65fba6a8f1bf249)
- # [17:28] * Joins: dglazkov (n=dglazkov@nat/google/x-f76a71e92e5dd4c7)
- # [17:32] * Joins: dotjay_ (n=dotjay@nov5th.plus.com)
- # [17:32] * Quits: dotjay (n=dotjay@nov5th.plus.com) (Read error: 110 (Connection timed out))
- # [17:34] * dotjay_ is now known as dotjay
- # [17:36] * Joins: webben (n=benh@nat/yahoo/x-1b6d8d2f201421d5)
- # [17:57] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net) (Read error: 54 (Connection reset by peer))
- # [17:58] * Joins: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [17:59] * Joins: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [18:05] * Quits: webben (n=benh@nat/yahoo/x-1b6d8d2f201421d5)
- # [18:09] <BenMillard> annevk2, zomg: "</body><body>"
- # [18:11] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [18:11] <BenMillard> and the 4 </div> means up to 3 are invalid (although that shouldn't cause real problems, it is ugly)
- # [18:13] <BenMillard> oh not it doesn't...Firefox 2 wasn't displaying the end of the conditional comments even when I scrolled right to the end (had to select the sample for them to show up)
- # [18:15] <BenMillard> actually, I was right the first time: up to 3 are invalid since there's only 1 <div> start tag in browsers which aren't IE7, IE6 or IE5
- # [18:18] <BenMillard> for some reason I thought Ajaxian was actually good...guess my judgement was clouded by memories of Galaxian :)
- # [18:34] * Quits: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [18:39] * Joins: weinig (n=weinig@nat/apple/x-bb86c16cded383a3)
- # [18:44] * Joins: sbublava (n=stephan@77.118.149.173)
- # [18:52] * Joins: othermaciej_ (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [18:53] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net) (Read error: 104 (Connection reset by peer))
- # [18:54] * Joins: hdh (n=hdh@118.71.125.249)
- # [18:56] * othermaciej_ is now known as othermaciej
- # [19:11] * Joins: maikmerten (n=maikmert@L96c4.l.pppool.de)
- # [19:12] * Joins: aaronlev_ (n=chatzill@e179085017.adsl.alicedsl.de)
- # [19:12] * aaronlev_ is now known as aaronlev
- # [19:15] * Joins: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [19:26] * aroben is now known as aroben|meeting
- # [19:34] * Joins: webben (n=benh@nat/yahoo/x-03673f6c609d8b1c)
- # [19:34] * Quits: phroggy (n=phroggy@webwizardry.net) ("perl -e"push @x,ord()-32 for split'','Z=!;g&7?<:*5gI5:>oO&:;- c';split'','phroggy'x4;print chr^shift @_ for @x,109"")
- # [19:35] * Quits: aaronlev (n=chatzill@e179085017.adsl.alicedsl.de) (Read error: 110 (Connection timed out))
- # [19:40] * Quits: hdh (n=hdh@118.71.125.249) (Read error: 110 (Connection timed out))
- # [19:52] * Quits: othermaciej (n=mjs@c-69-181-42-194.hsd1.ca.comcast.net)
- # [19:53] * Joins: hdh (n=hdh@118.71.125.222)
- # [19:59] * Parts: deane (n=opera@121-72-165-146.dsl.telstraclear.net)
- # [20:08] * aroben|meeting is now known as aroben
- # [20:09] * Quits: eseidel (n=eseidel@72.14.224.1)
- # [20:17] * Quits: hdh (n=hdh@118.71.125.222) (Read error: 110 (Connection timed out))
- # [20:18] * Joins: tusho (n=tusho@91.105.117.163)
- # [20:18] <tusho> Is <time>2006-09-23</time> fine?
- # [20:19] <tusho> As opposed to <time datetime="2006-09-23">2006-09-23</time>
- # [20:21] <Dashiva> As far as I can see, yes
- # [20:21] <Dashiva> "If the datetime attribute is not present, then the date or time must be specified in the content of the element, such that parsing the element's textContent according to the rules for parsing date or time strings in content successfully extracts a date or time."
- # [20:37] * Joins: eseidel (n=eseidel@nat/google/x-33945073117d3d6e)
- # [20:39] * Parts: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [20:42] <tusho> *nod*
- # [20:55] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [20:59] * Joins: hasather (n=hasather@90-231-107-133-no62.tbcn.telia.com)
- # [21:01] * Quits: sbublava (n=stephan@77.118.149.173)
- # [21:19] * Parts: BenMillard (i=cerbera@cpc1-flee1-0-0-cust285.glfd.cable.ntl.com)
- # [21:22] * Joins: othermaciej (n=mjs@nat/apple/x-8087e239a49a6d94)
- # [21:40] * Joins: kangax (n=kangax@74.201.136.194)
- # [21:41] * Joins: malde_ (n=chatzill@cpe-075-176-017-240.carolina.res.rr.com)
- # [21:58] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [22:11] * Quits: weinig (n=weinig@nat/apple/x-bb86c16cded383a3) (Read error: 104 (Connection reset by peer))
- # [22:12] * Joins: weinig (n=weinig@nat/apple/x-6d0b7f7d75dddd59)
- # [22:15] * Quits: eseidel (n=eseidel@nat/google/x-33945073117d3d6e)
- # [22:21] * Joins: eseidel (n=eseidel@nat/google/x-5720f2dbca9721e5)
- # [22:25] * Quits: maikmerten (n=maikmert@L96c4.l.pppool.de) (Remote closed the connection)
- # [22:30] * Quits: billmason (n=billmaso@ip75.unival.com) (".")
- # [22:54] * Quits: aroben (n=aroben@unaffiliated/aroben) (Read error: 104 (Connection reset by peer))
- # [22:57] * fakeolliej is now known as olliej
- # [22:58] * Joins: roc (n=roc@222-152-163-35.jetstream.xtra.co.nz)
- # [22:58] <Hixie> othermaciej: whatwg doesn't have any of the public-html problems, despite it having far more subscribers
- # [22:59] <gsnedders> Hixie: So is it inversely proportional for groups > 1 person?
- # [23:00] <Hixie> it's all to do with whether the group has someone actually maintaining the community and actually calling people (privately) on their rudeness
- # [23:01] * gsnedders sighs deeply
- # [23:05] <Hixie> http://www.youtube.com/watch?v=xIxDJof7xxQ
- # [23:07] <dglazkov> hey, Hixie: http://codereview.chromium.org/4097 -- I know it's not 100, but better than before :)
- # [23:09] <Philip`> It's not 100, it's 500
- # [23:09] <Philip`> Oh, the server error went away when I reloaded
- # [23:10] <Hixie> dglazkov: :-)
- # [23:12] <dglazkov> Philip`: yeah, we occasionally score 500/100 on acid3. It's rare, but it happens ;)
- # [23:13] <Hixie> http://www.w3.org/Style/2008/css-charter -- "Effective participation is expected to consume one work day per week for each participant; two days per week for editors."
- # [23:13] <Hixie> hahha
- # [23:23] * Quits: csarven (n=csarven@80.76.201.52) (Remote closed the connection)
- # [23:27] <Hixie> http://www.w3.org/mid/48DCD23D.3040202@aptest.com
- # [23:27] <Hixie> The 2022 date is working in our favour
- # [23:27] <Hixie> because the xhtml2wg is buying it
- # [23:27] <Hixie> and thus don't think we're a threat ("years from adoption")
- # [23:28] <Dashiva> Unlike xhtml2 which is decades away? ;)
- # [23:28] * Joins: aroben (n=adamrobe@68.63.174.35)
- # [23:31] <jgraham> "years from adoptions" could be a simple sign error
- # [23:32] <jgraham> Since "adoption staarted years ago" is the correct answer
- # [23:32] <Dashiva> What discussion about removing iframes on whatwg@ seems a bit silly
- # [23:33] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [23:33] <Hixie> jgraham: hah
- # [23:35] * Quits: kangax (n=kangax@74.201.136.194)
- # [23:37] <gsnedders> Hixie: in the intro to the talk you use the future tense a lot
- # [23:37] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [23:37] <Hixie> d'oh!
- # [23:38] <Dashiva> gsnedders: He wrote the talk back in 1999, didn't you know?
- # [23:38] <gsnedders> Dashiva: :P
- # [23:40] <gsnedders> Hixie: I do like the aim of demoing everyting
- # [23:42] <gsnedders> Hixie: Where's the full demo video you use?
- # [23:46] * Quits: Maurice (i=copyman@cc90688-a.emmen1.dr.home.nl) ("Disconnected...")
- # Session Close: Sat Sep 27 00:00:00 2008
The end :)