Options:
- # Session Start: Wed Apr 18 00:00:00 2007
- # Session Ident: #html-wg
- # [00:00] <Voluminous> Someone needs to start a decrease indent thread to stop the madness.
- # [00:00] * Voluminous waits for the moans.
- # [00:00] <Dashiva> Well, the thread is quite well indented in my thread view, indeed
- # [00:01] <zcorpan_> so is the versioning thread
- # [00:01] <Dashiva> That's not as ironic, though
- # [00:02] * Joins: heycam (cam@143.238.153.121)
- # [00:06] <Zeros> Dashiva, Eh, the indent thread has reached a point at which both sides are saying the same thing different ways over and over
- # [00:24] * Joins: jgraham (jgraham@81.179.122.240)
- # [00:25] * Quits: mjs (mjs@17.255.98.24) (Quit: mjs)
- # [00:28] <zcorpan_> <!DOCTYPE html PUBLIC "I hereby swear I want great standards, even if my pages break">
- # [00:28] <zcorpan_> the best doctype i've ever seen :D
- # [00:28] * Quits: olli- (olli@80.203.95.229) (Ping timeout)
- # [00:29] * Quits: edas (edaspet@88.191.34.123) (Quit: http://eric.daspet.name/ et l'édition 2007 de http://www.paris-web.fr/ )
- # [00:29] <Dashiva> great isn't good enough!
- # [00:30] * Quits: heycam (cam@143.238.153.121) (Quit: bye)
- # [00:30] <Zeros> zcorpan_, heh. onetruedoctype :/
- # [00:34] <Dashiva> Besides, people won't be able to spell it correctly
- # [00:34] <Philip`> Hmm, the word "epigraph" keeps getting confused with "epitaph" in my head
- # [00:37] <Zeros> epitome and episiotomy
- # [00:37] <Philip`> Dashiva: People can't spell the HTML4 doctype correctly either, but that doesn't stop them copying-and-pasting it :-)
- # [00:38] <Dashiva> Well then, what about the inevitable "swearing is bad" debate then?
- # [00:41] <Zeros> um, wrong kind of swearing
- # [00:41] <Philip`> I suppose you could change it to <!DOCTYPE html PUBLIC "I do hereby solemnly declare [...]">
- # [00:42] <Zeros> "work dammit"
- # [00:49] <Dashiva> "Do your worst"
- # [00:49] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [00:50] <Philip`> If IE adds a "really standards mode", and does a reasonable job of really following the standards, I wonder if they could remove support for conditional comments when (and only when) in that mode, so that they wouldn't suffer as many different-content-sent-to-IE problems as they do now and so they could work the same as other browsers in the future
- # [00:52] <h3h> they'd have to send a different UA string as well
- # [00:52] <h3h> plenty of sites doing nasty sniffing
- # [00:52] <h3h> (and will likely continue to do so)
- # [00:52] <h3h> at least in the transition phase
- # [00:52] <h3h> before everyone realizes that IE can actually render a page according to the standards
- # [00:53] <Dashiva> Essentially launch a new browser once the standards support is good enough
- # [00:53] <Philip`> Given that most people seem to be unable to set Content-Type on their servers, how many do server-side UA sniffing?
- # [00:53] <Dashiva> client-side, Philip`
- # [00:54] <Dashiva> if ( navigator.userAgent.indexOf('MSIE') ) { breakstuff(); }
- # [00:54] <Philip`> Oh, right
- # [00:54] * Joins: gavin_ (gavin@74.103.208.221)
- # [00:56] <h3h> heh :)
- # [00:56] <Zeros> They need to start over and deprecated Trident
- # [00:56] <Zeros> -d
- # [00:56] <Dashiva> Nah
- # [00:57] <h3h> never start over
- # [00:57] <h3h> just ask Netscape
- # [00:57] <Zeros> right, NS4 instead of Gecko would have made so much sense
- # [00:57] <h3h> but don't be afraid of dramatic improvements
- # [00:57] <Dashiva> Just present a new exterior, to avoid the bag baggage targeted at older, bad IE
- # [00:57] <Zeros> h3h, Trident is so broken down inside
- # [00:57] <h3h> iterating on NS4's engine would have been a better business move than starting with a new rendering engine from scratch.
- # [00:58] <Philip`> At least not many sites seem to be checking for 'Mozilla' in the UA string any more, given that Opera has dropped it and still works. (Was that from the Netscape vs Mosaic days? Only took about twelve years to be phased out...)
- # [00:58] <h3h> and while I sympathize with the frustration, we have no direct evidence that Trident is fundamentally broken or flawed
- # [00:58] <zcorpan_> using gecko would solve their problems. :)
- # [00:58] <Dashiva> Philip`: Opera still uses it on plenty of sites
- # [00:59] <Zeros> h3h, You can select comments with CSS, the selector implementation is completely broken, The DOM isn't really a tree, The rendering portions are completely dependent on "layout" whereas elements lay themselves out instead of their parent which causes all kinds of weird behavior related to floats and other elements.
- # [00:59] <Dashiva> Usually to ensure they're picked up as a browser at all, since a lot of sites only check for IE and Geckos
- # [00:59] <Zeros> They fixed the * html {} bug and added *+html {}
- # [00:59] <Zeros> h3h, show me where it *isn't* broken?
- # [00:59] <h3h> all external factors that might not map directly to fundamental problems
- # [01:00] <h3h> the only people know how "broken" it is are those on the IE team
- # [01:00] <Zeros> h3h, I'm evident that the engine itself is such a mess they can't fix it completely.
- # [01:00] <h3h> and they're committed to fixing it, so who cares?
- # [01:00] <Zeros> They spent how long working on IE7? and it still suffers from lots of hasLayout issues
- # [01:00] <Zeros> the whole concept of Layout in IE is broken
- # [01:00] <zcorpan_> Zeros: they did not work on removing hasLayout for ie7
- # [01:00] <h3h> that's because most of the effort on IE7 went toward security and RSS support heh
- # [01:01] <Zeros> zcorpan_, the engine itself depends heavily on hasLayout, that's the whole way it renders. Elements with layout render themselves
- # [01:01] <h3h> my point is: Microsoft is here and has committed to fixing IE. that much should be cause for rejoicing.
- # [01:01] <Zeros> they'd need to replace the whole rendering engine to remove layout
- # [01:01] <h3h> pointing out the flaws they already know about over and over is just going to sour the relationship
- # [01:01] <Zeros> h3h, that's like Netscape saying they're committed to fixing NS4
- # [01:02] <zcorpan_> Zeros: i didn't say that i don't know how it works. :) i just said that they didn't work on removing it for ie7.
- # [01:02] <Zeros> everyone knew it was hopeless, Gecko was a god send
- # [01:02] <h3h> I'd rather have Netscape committed to fixing NS4 as the 90% market share browser than Netscape deciding it would move to a 100% proprietary lock-in infrastructure with the same market share
- # [01:03] <Zeros> huh?
- # [01:03] * Dashiva likes to point out that gecko spent 8 years not fixing inline-block. So much for layout :)
- # [01:03] <zcorpan_> Zeros: they might have to rewrite the engine from scratch in order to implement html5 correctly -- i don't know enough about trident to tell
- # [01:04] <Zeros> zcorpan_, I doubt they will. They seem happy to just hack away on the old Trident source
- # [01:04] <zcorpan_> indeed
- # [01:04] <h3h> FUD FUD FUD
- # [01:04] <h3h> useless.
- # [01:04] <zcorpan_> cwilso did say though that he intended to implement html5 as written
- # [01:04] <Zeros> h3h, Right. Its not like IE7 didn't add lots and lots of new CSS bugs and expose other issues related to IE's implementation
- # [01:05] <Zeros> h3h, or that IE doesn't even implement the simplest parts of the event model like the event object properly...
- # [01:05] <h3h> FUDtastic
- # [01:05] <Zeros> Its not FUD, its fact
- # [01:05] <Zeros> these bugs exist in IE, you can't deny it
- # [01:06] <Dashiva> They have their own event model, you can hardly call that a bug
- # [01:06] <Zeros> Dashiva, well, I guess the box model was a non-issue too :)
- # [01:07] <Dashiva> For what it's worth, their box model makes a lot of sense :)
- # [01:07] <Zeros> I suppose bug is the wrong word though
- # [01:07] <Zeros> bugs are things like the entirely broken selector system in CSS
- # [01:07] <Zeros> :)
- # [01:07] <zcorpan_> a feature is a bug. a lack of feature is also a bug
- # [01:07] <zcorpan_> :)
- # [01:08] <Dashiva> "I expect SVG to crash my browser, damnit. It's not part of HTML, don't go implementing it behind my back"
- # [01:09] <Zeros> when IE understands all of CSS1's syntax, the DOM doesn't allow recursion, and layout issues are a thing of the past you can tell me Trident isn't actually broken, its just a "few bugs"
- # [01:12] * Joins: sbuluf (gdugow@200.49.140.47)
- # [01:13] * Quits: Zeros (Zeros-Elip@67.154.87.254) (Quit: Leaving)
- # [01:19] * Joins: heycam (cam@131.181.85.133)
- # [01:35] * Parts: hasather (hasather@81.235.209.174)
- # [01:35] * Joins: kazuhito (kazuhito@210.232.34.13)
- # [01:35] * Joins: hasather (hasather@81.235.209.174)
- # [01:45] * Joins: mjs (mjs@17.255.98.24)
- # [02:00] * Quits: bewest (ben@209.237.236.227) (Ping timeout)
- # [02:03] * Joins: anne (annevk@131.181.85.131)
- # [02:07] <anne> anything new?
- # [02:08] * Joins: Lachy (chatzilla@131.181.47.92)
- # [02:12] * Joins: marcos (chatzilla@131.181.99.92)
- # [02:15] * Parts: hasather (hasather@81.235.209.174)
- # [02:18] * Quits: marcos (chatzilla@131.181.99.92) (Ping timeout)
- # [02:18] * Quits: Lachy (chatzilla@131.181.47.92) (Ping timeout)
- # [02:18] * Quits: heycam (cam@131.181.85.133) (Ping timeout)
- # [02:19] * Joins: marcos (chatzilla@131.181.99.92)
- # [02:20] * Quits: anne (annevk@131.181.85.131) (Ping timeout)
- # [02:21] * Joins: Lachy (chatzilla@131.181.47.92)
- # [02:26] * Joins: anne (annevk@131.181.85.131)
- # [02:26] <anne> ah, John Boyer mailed the list
- # [02:27] * Quits: polin8 (polin8@64.81.134.176) (Client exited)
- # [02:27] * Joins: polin8 (polin8@64.81.134.176)
- # [02:28] * Quits: marcos (chatzilla@131.181.99.92) (Ping timeout)
- # [02:28] <mjs> anne: fun, fun
- # [02:30] <anne> public-html gets better by the day
- # [02:30] * Quits: polin8 (polin8@64.81.134.176) (Ping timeout)
- # [02:31] * Joins: heycam (cam@131.181.85.133)
- # [02:33] * Joins: anne2 (annevk@131.181.85.131)
- # [02:34] * Quits: anne (annevk@131.181.85.131) (Ping timeout)
- # [02:34] <heycam> /nick anne5
- # [02:34] * Joins: marcos (chatzilla@131.181.99.92)
- # [02:34] <Hixie> anne: how so?
- # [02:35] <anne2> mostly the "interesting" e-mail
- # [02:35] * anne2 is now known as anne5
- # [02:35] * marcos is now known as xmarcos2
- # [02:36] * Joins: Zeros (Zeros-Elip@69.140.48.129)
- # [02:37] * Quits: kingryan (rking3@66.92.187.33) (Connection reset by peer)
- # [02:38] * Joins: kingryan (rking3@66.92.187.33)
- # [02:40] <Hixie> anne5?
- # [02:40] <Hixie> which one is interesting? :-)
- # [02:41] <anne5> John Boyer, I think
- # [02:41] <anne5> haven't read it yet
- # [02:41] <anne5> I appreciate the versioning flames as well
- # [02:41] <mjs> haha, anne5
- # [02:41] <anne5> oh, and the formal definition thread
- # [02:43] * Quits: h3h (bfults@66.162.32.234) (Quit: |)
- # [02:49] <anne5> oh
- # [02:49] <anne5> I missed RDFa1
- # [02:49] <anne5> !
- # [02:50] * Quits: kingryan (rking3@66.92.187.33) (Quit: kingryan)
- # [02:50] <anne5> and stupid people are +1'ing it without arguments
- # [02:50] <anne5> how unexpected
- # [02:50] <zcorpan_> does it help to whine about it? :)
- # [02:51] <anne5> lots
- # [02:51] <zcorpan_> ok, then carry on
- # [02:51] <anne5> cwilso: " 'Let it take 2, 3 or more years.' This isn't pragmatic in a competitive browser marketplace."
- # [02:52] <mjs> vendor lock-in is much more pragmatic
- # [02:53] <anne5> that too, but also, they did let it slip for longer before...
- # [02:54] <Philip`> IE6 wasn't in an especially competitive browser marketplace
- # [02:55] <Hixie> anne5: i especially liked that e-mail because it basically admits that IE7 was in response to competition
- # [02:56] * Quits: nickshanks (nicholas@195.137.85.17) (Quit: nickshanks)
- # [02:56] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [02:59] * xmarcos2 is now known as marcos
- # [03:02] * Joins: gavin_ (gavin@74.103.208.221)
- # [03:09] <anne5> ok, more ranting
- # [03:10] <anne5> wtf is this about using the namespace for versioning
- # [03:10] <anne5> isn't this Murray supposed to have experience with markup languages?!
- # [03:13] <mjs> he has 30 years of experience
- # [03:13] <mjs> which he loves mentioning
- # [03:13] <mjs> next time he says it, I'll be tempted to reply "And I'm a level 42 elf, so I win."
- # [03:14] <zcorpan_> lol
- # [03:14] <Dashiva> green elf needs food badly
- # [03:16] <Zeros> Hixie, "[1] Based on a study of several billion pages covering millions of sites, done in March 2007." How did you scan the markup of billions of pages?
- # [03:17] <Hixie> carefully.
- # [03:17] <Zeros> um, rather, want to qualify how your quoted, and unverifiable research counts?
- # [03:18] <Zeros> What tools did you use that can support this...
- # [03:18] <zcorpan_> google? :)
- # [03:18] <Zeros> google lets you search the literal source of documents?
- # [03:18] <Dashiva> It was an inside job
- # [03:18] <Dashiva> Sort of literally
- # [03:19] <Zeros> heh
- # [03:19] <Hixie> Zeros: it doesn't count if you don't truest me
- # [03:19] <Hixie> trust, even
- # [03:19] <Zeros> ah
- # [03:19] <Hixie> which you are not required to do
- # [03:19] <Hixie> however, you could do a similar study to reproduce the results, just start a spider and crawl the web, then parse and analyse the results
- # [03:20] <Philip`> SELECT COUNT(*) FROM web_pages_cache WHERE content LIKE "%<blink>%"; -- it's not hard, surely? ;-)
- # [03:21] <Hixie> bbiab
- # [03:21] <Zeros> Philip`, I'd hope google isn't using sql to query their database
- # [03:24] <anne5> John Boyer replies to http://www.w3.org/mid/b21a10670704171500k11ddb355j35d64bdfa74336b0@mail.gmail.com
- # [03:24] <Zeros> Philip`, ((google_index.length - google_index.join('').replace('<blink>').length)) / '<blink>'.length ;)
- # [03:24] <anne5> "Seems illogical to me to have transitional technology to something that will be incompatible with the web (XForms)."
- # [03:24] <Philip`> Ah, good point - they might as well just use grep if they're scanning the whole database
- # [03:24] <anne5> s/replies/replied/
- # [03:25] <Zeros> Did anyone actually ever use the TIME interfaces IE provides?
- # [03:26] <anne5> prolly
- # [03:28] <Dashiva> Didn't someone say about 5 pages?
- # [03:30] <zcorpan_> hixie said he found 30 pages on the web that use <t:video>, and most were documentation
- # [03:30] <anne5> about 400 pages
- # [03:30] <anne5> 30 sites
- # [03:31] <zcorpan_> ah
- # [03:31] <anne5> iirc
- # [03:31] <Zeros> Can you define an arbitrary namespace instead of t?
- # [03:31] <Zeros> namespace prefix*
- # [03:31] <anne5> maybe
- # [03:32] <anne5> test it
- # [03:32] <anne5> prolly provides you with an answer quicker :)
- # [03:32] <Zeros> that means connecting to the VPN, RDC into a windows box and then writing out a page with it :)
- # [03:32] <Zeros> not exactly faster than just asking
- # [03:33] <anne5> write a page and give me a pointer then :)
- # [03:36] <Zeros> http://services.ath.cx/time.html
- # [03:39] <anne5> I can hear something (and the rest of the people around the table here...)
- # [03:40] * Quits: mjs (mjs@17.255.98.24) (Quit: mjs)
- # [03:40] <Zeros> anne5, if you look there's a wmv it references, which is what should load.
- # [03:41] <anne5> yeah, I can hear the sound
- # [03:41] <anne5> someone speaking or something
- # [03:41] <Zeros> yeah
- # [03:41] <Zeros> "Hi there, Now you see me, Now you don't"
- # [03:41] <Zeros> interesting you're just getting sound
- # [03:42] <Zeros> I wonder what Hixie's search terms where, and if searching for :video instead of t:video gives something different.
- # [03:42] <anne5> oh, sound is almost muted as I'm in a meeting
- # [03:44] <zcorpan_> Zeros: he searched for t:video elements
- # [03:45] <zcorpan_> generally, authors don't change prefixes from the documentation, but you might find a few more pages using other prefixes
- # [03:46] <zcorpan_> look at rss 1.0 feeds for instance, the namespace prefixes are always the same
- # [03:47] <Philip`> Searching for urn:schemas-microsoft-com:time shows a minority (of pages talking it, not using it themselves) writing xmlns:time, and a strong majority are xmlns:t
- # [03:47] <Philip`> *talking about it
- # [03:48] <zcorpan_> then perhaps there are 30 sites using xmlns:t and 3 sites using xmlns:time or something :)
- # [03:50] <Zeros> possibly
- # [03:52] <anne5> JB: "I am sure I don't know what you mean when you claim that XForms is incompatible with the web"
- # [03:53] * Joins: olivier (ot@128.30.52.30)
- # [03:54] <Zeros> XForms actually work pretty well as an abstract form descriptor to be transformed with XSL (or some such) on the server into HTML
- # [03:55] <anne5> "I am sure I don't know" is the funny part
- # [03:59] <anne5> +1 to marcos for his replly to Henrik
- # [03:59] <anne5> marcos
- # [03:59] <anne5> marcos
- # [03:59] <anne5> marcos
- # [03:59] <Dashiva> polos?
- # [04:00] <anne5> everytime you ping him a sound beeps
- # [04:00] <anne5> but he turned it off
- # [04:00] <Zeros> I thought +100,000 was the new one
- # [04:01] <Zeros> much more expressive
- # [04:01] <anne5> minus a million
- # [04:12] * Joins: polin8 (polin8@24.184.204.6)
- # [04:17] * Quits: Zeros (Zeros-Elip@69.140.48.129) (Quit: Leaving)
- # [04:34] * Quits: kazuhito (kazuhito@210.232.34.13) (Quit: Computer goes to sleep!)
- # [05:05] * Quits: polin8 (polin8@24.184.204.6) (Quit: polin8)
- # [05:08] * Joins: polin8 (polin8@24.184.204.6)
- # [05:10] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [05:16] * Joins: gavin_ (gavin@74.103.208.221)
- # [05:42] * Joins: mjs (mjs@64.81.48.145)
- # [05:52] * Joins: Shunsuke (kuruma@133.27.53.98)
- # [05:52] * Joins: kazuhito (kazuhito@210.232.34.13)
- # [06:01] * Parts: zcorpan_ (zcorpan@84.216.41.138)
- # [06:08] * Joins: dbaron (dbaron@71.198.189.81)
- # [06:51] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [06:58] * Joins: myakura (myakura@60.239.122.32)
- # [07:17] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [07:22] * Joins: gavin_ (gavin@74.103.208.221)
- # [07:25] * Joins: mjs (mjs@64.81.48.145)
- # [07:33] * Quits: Shunsuke (kuruma@133.27.53.98) (Ping timeout)
- # [08:29] * Joins: loic (loic@90.29.32.113)
- # [08:34] * Quits: mw22 (chatzilla@84.41.169.151) (Ping timeout)
- # [08:35] * Joins: mw22 (chatzilla@84.41.169.151)
- # [08:45] * Joins: mw22_ (chatzilla@84.41.169.151)
- # [08:46] * Quits: mw22 (chatzilla@84.41.169.151) (Ping timeout)
- # [08:46] * mw22_ is now known as mw22
- # [08:54] * Joins: Shunsuke (kuruma@219.110.80.235)
- # [09:03] * Quits: dbaron (dbaron@71.198.189.81) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [09:25] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [09:30] * Joins: gavin_ (gavin@74.103.208.221)
- # [10:04] * Joins: ROBOd (robod@86.34.246.154)
- # [10:04] * Quits: heycam (cam@131.181.85.133) (Quit: bye)
- # [10:09] * Quits: marcos (chatzilla@131.181.99.92) (Quit: ...and I'm gone.)
- # [10:17] * Joins: edas (edaspet@88.191.34.123)
- # [10:21] * Quits: anne5 (annevk@131.181.85.131) (Ping timeout)
- # [10:28] * Quits: Lachy (chatzilla@131.181.47.92) (Quit: ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919])
- # [11:05] * Quits: olivier (ot@128.30.52.30) (Quit: Leaving)
- # [11:06] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [11:07] * Joins: hasather (hasather@81.235.209.174)
- # [11:13] * Parts: hasather (hasather@81.235.209.174)
- # [11:32] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [11:37] * Joins: gavin_ (gavin@74.103.208.221)
- # [11:48] * Quits: kazuhito (kazuhito@210.232.34.13) (Quit: Quitting!)
- # [12:26] * Quits: sbuluf (gdugow@200.49.140.47) (Quit: sbuluf)
- # [12:27] * Quits: ROBOd (robod@86.34.246.154) (Quit: http://www.robodesign.ro )
- # [12:48] * Quits: edas (edaspet@88.191.34.123) (Client exited)
- # [13:00] * Quits: Shunsuke (kuruma@219.110.80.235) (Ping timeout)
- # [13:08] * Joins: edas (edaspet@88.191.34.123)
- # [13:34] * Joins: briansuda (briansuda@130.208.162.93)
- # [13:38] * Quits: briansuda (briansuda@130.208.162.93) (Quit: briansuda)
- # [13:40] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [13:42] * Joins: Shunsuke (kuruma@219.110.80.235)
- # [13:45] * Joins: gavin_ (gavin@74.103.208.221)
- # [13:50] * Quits: mjs (mjs@64.81.48.145) (Ping timeout)
- # [13:50] * Joins: mjs (mjs@64.81.48.145)
- # [13:52] * Quits: mjs (mjs@64.81.48.145) (Quit: mjs)
- # [14:02] * Joins: briansuda (briansuda@130.208.162.93)
- # [14:09] * Quits: polin8 (polin8@24.184.204.6) (Quit: polin8)
- # [14:20] * Joins: marcos_ (chatzilla@203.206.31.102)
- # [14:20] * marcos_ is now known as marcos
- # [14:21] * Joins: icaaq (icaaaq@217.13.228.226)
- # [14:22] * Parts: icaaq (icaaaq@217.13.228.226)
- # [14:24] * Joins: icaaq (icaaaq@217.13.228.226)
- # [14:27] * Joins: da3d (opera@213.65.136.41)
- # [14:37] * Quits: briansuda (briansuda@130.208.162.93) (Quit: briansuda)
- # [14:50] * Joins: ROBOd (robod@86.34.246.154)
- # [14:51] * Quits: marcos (chatzilla@203.206.31.102) (Ping timeout)
- # [15:01] * Quits: zcorpan_ (zcorpan@84.216.41.52) (Ping timeout)
- # [15:07] * Quits: citoyen (eira@195.139.204.228) (Ping timeout)
- # [15:07] * Joins: citoyen (eira@195.139.204.228)
- # [15:18] * Quits: ROBOd (robod@86.34.246.154) (Quit: http://www.robodesign.ro )
- # [15:19] * Joins: olivier (ot@128.30.52.30)
- # [15:39] * Joins: polin8 (polin8@64.81.134.176)
- # [15:46] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [15:51] * Joins: gavin_ (gavin@74.103.208.221)
- # [15:55] * Joins: ROBOd (robod@86.34.246.154)
- # [16:13] * Quits: olivier (ot@128.30.52.30) (Quit: Leaving)
- # [16:17] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [16:28] * Joins: alexf (alejandro@85.152.42.1)
- # [16:28] * Parts: alexf (alejandro@85.152.42.1)
- # [16:31] * Joins: alexf (alejandro@85.152.42.1)
- # [16:43] * Joins: billmason (billmason@69.30.57.156)
- # [16:44] * Quits: loic (loic@90.29.32.113) (Ping timeout)
- # [16:59] * Joins: loic (loic@90.29.116.168)
- # [16:59] * Joins: kazuhito (kazuhito@222.151.152.214)
- # [17:08] * Quits: edas (edaspet@88.191.34.123) (Quit: http://eric.daspet.name/ et l'édition 2007 de http://www.paris-web.fr/ )
- # [17:21] * Parts: asbjornu (asbjorn@84.48.116.134)
- # [17:46] * Quits: da3d (opera@213.65.136.41) (Quit: da3d)
- # [17:53] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [17:54] * Quits: polin8 (polin8@64.81.134.176) (Ping timeout)
- # [17:55] * Joins: polin8 (polin8@64.81.134.176)
- # [17:56] * Joins: h3h (bfults@66.162.32.234)
- # [17:57] * Joins: edas (edaspet@88.191.34.123)
- # [17:58] * Joins: gavin_ (gavin@74.103.208.221)
- # [18:02] * Quits: kazuhito (kazuhito@222.151.152.214) (Quit: Computer goes to sleep!)
- # [18:09] * Parts: zcorpan_ (zcorpan@84.216.41.52)
- # [18:09] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [18:17] * Parts: zcorpan_ (zcorpan@84.216.41.52)
- # [18:17] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [18:22] * Parts: zcorpan_ (zcorpan@84.216.41.52)
- # [18:22] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [18:30] * Parts: zcorpan_ (zcorpan@84.216.41.52)
- # [18:30] * Joins: zcorpan_ (zcorpan@84.216.41.52)
- # [18:31] * Quits: Shunsuke (kuruma@219.110.80.235) (Quit: See you...)
- # [18:36] * Quits: Dashiva (noone@129.241.151.35) (Connection reset by peer)
- # [18:36] * Joins: Dashiva (noone@129.241.151.35)
- # [18:36] * Joins: mw22_ (chatzilla@84.41.169.151)
- # [18:37] * Quits: alexf (alejandro@85.152.42.1) (Ping timeout)
- # [18:37] * Quits: mw22 (chatzilla@84.41.169.151) (Ping timeout)
- # [18:37] * mw22_ is now known as mw22
- # [18:37] * Quits: Dashiva (noone@129.241.151.35) (Quit: Dashiva)
- # [18:37] * Joins: Dashiva (noone@129.241.151.35)
- # [18:52] * Quits: polin8 (polin8@64.81.134.176) (Quit: polin8)
- # [18:57] * Quits: myakura (myakura@60.239.122.32) (Quit: Leaving...)
- # [19:11] * Quits: xover (xover@193.157.66.5) (Ping timeout)
- # [19:11] * Joins: xover (xover@193.157.66.5)
- # [19:13] * Joins: hasather (hasather@81.235.209.174)
- # [19:28] * Joins: kingryan (rking3@66.92.187.33)
- # [19:30] * Joins: polin8 (polin8@64.81.134.176)
- # [19:33] * Joins: asbjornu (asbjorn@84.48.116.134)
- # [19:37] * Quits: edas (edaspet@88.191.34.123) (Ping timeout)
- # [19:42] <Voluminous> Too many e-mails... haha
- # [19:42] <Voluminous> I need a second 24-hour day to even think about contributing to a discussion. :-\
- # [19:45] * Joins: myakura (myakura@60.239.122.32)
- # [19:47] * Quits: icaaq (icaaaq@217.13.228.226) (Ping timeout)
- # [19:57] * Parts: asbjornu (asbjorn@84.48.116.134)
- # [20:14] * Joins: dbaron (dbaron@63.245.220.242)
- # [20:19] * Joins: edas (edaspet@88.191.34.123)
- # [20:38] * Joins: kfet (kalin_f@85.91.150.70)
- # [20:43] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [20:44] * Parts: kfet (kalin_f@85.91.150.70)
- # [20:48] * Joins: gavin_ (gavin@74.103.208.221)
- # [20:49] <h3h> how are test cases for HTML usually constructed?
- # [20:49] <h3h> to be verified by humans or machines?
- # [20:50] <kingryan> h3h: it depends on what part of html you're trying to test
- # [20:51] <kingryan> for parsing, it can be machine verifiable, but for rendering it's often human verfifiable
- # [20:51] <kingryan> verifiable*
- # [20:51] <h3h> gotcha
- # [20:53] <Philip`> http://developer.mozilla.org/en/docs/Mozilla_automated_testing includes Reftest, which does machine-verification of layout/rendering by comparing with a different HTML page that should generate the same output
- # [20:55] <Philip`> (http://html5lib.googlecode.com/svn/trunk/tests/tree-construction/tests1.dat has automated parsing tests)
- # [21:01] * Joins: nickshanks (nicholas@195.137.85.17)
- # [21:02] <jgraham> There are actually several files of tests under http://html5lib.googlecode.com/svn/trunk/tests/tree-construction/
- # [21:03] <jgraham> tests1.dat is special only because it's the ones that Hixie/Google contributed and has the expected parse errors filled in for all tests
- # [21:22] * Quits: loic (loic@90.29.116.168) (Quit: hoopa rules)
- # [22:09] * Joins: asbjornu (asbjorn@84.48.116.134)
- # [22:19] * Joins: mjs (mjs@64.81.48.145)
- # [22:42] * Quits: ROBOd (robod@86.34.246.154) (Quit: http://www.robodesign.ro )
- # [22:43] * Joins: Sander (svl@80.60.87.115)
- # [22:51] * Quits: karl (karlcow@128.30.52.30) (Quit: Where dwelt Ymir, or wherein did he find sustenance?)
- # [22:51] * Quits: gavin_ (gavin@74.103.208.221) (Ping timeout)
- # [22:55] * Joins: olli- (olli@80.203.95.229)
- # [22:56] * Joins: gavin_ (gavin@74.103.208.221)
- # [23:07] * Quits: polin8 (polin8@64.81.134.176) (Quit: polin8)
- # [23:37] * Quits: edas (edaspet@88.191.34.123) (Quit: http://eric.daspet.name/ et l'édition 2007 de http://www.paris-web.fr/ )
- # [23:45] * Quits: jgraham (jgraham@81.179.122.240) (Ping timeout)
- # [23:55] * Joins: jgraham (jgraham@81.178.111.170)
- # Session Close: Thu Apr 19 00:00:00 2007
The end :)