Options:
- # Session Start: Mon Mar 26 00:00:00 2007
- # Session Ident: #whatwg
- # [00:13] * aroben_ is now known as aroben
- # [00:45] * welly_ is now known as welly
- # [00:51] * Parts: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [00:52] * moeffju[afk] is now known as moeffju
- # [01:01] * Quits: hendry (n=hendry@91.84.53.136) ("nn")
- # [01:13] * Joins: Lachy_ (n=chatzill@220-245-91-147.static.tpgi.com.au)
- # [01:16] * Joins: aroben_ (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net)
- # [01:16] <Lachy_> good morning everyone :-)
- # [01:17] <zcorpan> Lachy_: morning
- # [01:23] <Lachy_> does anyone have a clue what David Daley's latest post on public-html is going on about? He seems to go from word art to physics to markup in one sentence :-/
- # [01:25] * zcorpan isn't reading dd's mails
- # [01:27] * Joins: marcosc (n=chatzill@131.181.148.226)
- # [01:33] * Quits: aroben (n=adamrobe@adsl-70-231-241-194.dsl.snfc21.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [01:35] * Quits: Philip` (n=excors@zaynar.demon.co.uk) (Read error: 145 (Connection timed out))
- # [01:40] * Parts: webben (n=benh@91.84.131.217)
- # [01:53] * Quits: zcorpan (n=zcorpan@84-216-41-105.sprayadsl.telenor.se) (Read error: 110 (Connection timed out))
- # [02:00] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [02:02] * Joins: zcorpan (n=zcorpan@84-216-42-63.sprayadsl.telenor.se)
- # [02:04] * Joins: Philip` (n=excors@zaynar.demon.co.uk)
- # [02:24] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [02:31] * Quits: bzed (n=bzed@dslb-084-059-103-117.pools.arcor-ip.net) ("Leaving")
- # [02:40] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [02:50] * Joins: karlUshi (n=karl@dhcp-246-23.mag.keio.ac.jp)
- # [03:07] * Quits: aroben_ (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net) (Read error: 110 (Connection timed out))
- # [03:11] * Quits: ericcarlson (n=ericcarl@adsl-67-115-144-162.dsl.snfc21.pacbell.net) (Read error: 110 (Connection timed out))
- # [03:13] * Quits: marcosc (n=chatzill@131.181.148.226) (Read error: 104 (Connection reset by peer))
- # [03:49] <Dashiva> So speaking of canvas, it has width and height attributes of type long. The content attributes are defined as non-negative integers. Shouldn't the DOM attributes be unsigned long then?
- # [03:50] <Lachy_> Dashiva: you should raise that on the mailing list
- # [03:52] <Philip`> I've just raised that already
- # [03:52] <Philip`> (Well, I didn't explicitly say they should be unsigned long, but I assume that's the logical conclusion)
- # [03:53] * Joins: tantek_ (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [03:53] <Dashiva> Lachy: It was a real question. Canvas is never going to use the upper half of an unsigned long, either type will have a huge unused number space, so the end result wouldn't really change
- # [03:53] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [03:54] <Lachy_> so then what's the problem?
- # [03:55] <Dashiva> "Should attributes defined to be non-negative always use unsigned long?"
- # [03:56] <Lachy_> I don't know. Could it break anything if it were changed?
- # [03:57] <Philip`> <img> uses signed long DOM attributes and non-negative [or non-negative percentage] content attributes, but they're not reflecting so it's not a problem
- # [03:57] <othermaciej> in ECMAScript they are all IEEE doubles anyway
- # [03:57] <othermaciej> so at most this would matter for behavior when you assign an invalid value
- # [03:58] <othermaciej> note that unsigned long a 64-bit integer, and an IEEE double can't even address all its values
- # [04:01] <Philip`> If you set canvas.width to 4294967296+200, then it gets converted to 200 in every browser, so they seem to be using 32-bit integers
- # [04:02] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [04:04] <othermaciej> oh, I guess long is 32-bit in IDL
- # [04:04] <othermaciej> my mistake
- # [04:05] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [04:11] * Quits: tantek_ (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [04:17] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [04:18] * Joins: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [04:23] * Quits: Philip` (n=excors@zaynar.demon.co.uk)
- # [04:29] * Quits: Lachy_ (n=chatzill@220-245-91-147.static.tpgi.com.au) (Remote closed the connection)
- # [04:30] * Joins: ericcarlson (n=ericcarl@adsl-67-115-144-162.dsl.snfc21.pacbell.net)
- # [04:32] * Quits: ericcarlson (n=ericcarl@adsl-67-115-144-162.dsl.snfc21.pacbell.net) (Remote closed the connection)
- # [04:32] * Joins: ericcarlson (n=ericcarl@adsl-67-115-144-162.dsl.snfc21.pacbell.net)
- # [04:33] * Joins: Lachy_ (n=chatzill@220-245-91-147.static.tpgi.com.au)
- # [04:38] * Joins: yod (n=ot@dhcp-246-8.mag.keio.ac.jp)
- # [04:41] * Joins: h3h (n=w3rd@cpe-70-95-237-98.san.res.rr.com)
- # [04:42] <zcorpan> http://www.oreillynet.com/xml/blog/2007/03/restarting_the_html_engine.html?CMP=OTC-TY3388567169&ATT=Re-starting+the+HTML+Engine
- # [04:43] <othermaciej> what's HTML 4.3?
- # [04:44] <zcorpan> there's so much wrong in that article
- # [04:44] * moeffju is now known as moeffju[afk]
- # [04:45] <zcorpan> in the second comment: "Actually most browsers do have the ability to determine whether an HTML document is valid or not"
- # [04:46] <othermaciej> wow, that guy has no idea
- # [04:46] <othermaciej> about... anything
- # [04:46] <othermaciej> candidate for most clueless sentence: "It is likely that an HTML 5.0 DTD would in fact allow for a valid XHTML1 or XHTML2 schema as one potential use case."
- # [04:46] <zcorpan> yeah that one amused me too
- # [04:47] <Lachy_> I'm only up to the 3rd paragraph, and already come across countless mistakes. Please tell me it gets better?
- # [04:47] <zcorpan> sorry dude
- # [04:48] <othermaciej> reading this hurts my eyes and brain
- # [04:48] <Lachy_> ok, I'll read it after lunch then
- # [04:48] <zcorpan> wonder if it's worth commenting
- # [04:48] * Quits: tantek (n=tantek@c-71-202-121-218.hsd1.ca.comcast.net)
- # [04:55] <zcorpan> added to http://del.icio.us/zcorpan anyway
- # [04:57] <zcorpan> (my "whatwg" tags are feedback, the rest are just bookmarks)
- # [04:58] * moeffju[afk] is now known as moeffju
- # [05:03] <zcorpan> "Probably ought to join at least the whatwg lists; W3C could get scary after a tmie..." -- http://del.icio.us/url/7186620143093f814e8a0652b169d7d3
- # [05:11] * Joins: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net)
- # [05:12] * Quits: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net) (Client Quit)
- # [05:14] * Joins: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net)
- # [05:36] * Joins: gilles_drieu (n=gilles@c-71-202-63-48.hsd1.ca.comcast.net)
- # [05:36] * moeffju is now known as moeffju[ZzZz]
- # [05:37] * Quits: gilles_drieu (n=gilles@c-71-202-63-48.hsd1.ca.comcast.net) (Client Quit)
- # [05:45] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:07] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:18] * Quits: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net) (Remote closed the connection)
- # [06:18] * Joins: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net)
- # [06:35] * Joins: aroben_ (n=adamrobe@adsl-70-231-234-244.dsl.snfc21.sbcglobal.net)
- # [06:37] * Quits: aroben_ (n=adamrobe@adsl-70-231-234-244.dsl.snfc21.sbcglobal.net) (Read error: 104 (Connection reset by peer))
- # [06:37] * Joins: aroben_ (n=adamrobe@adsl-70-231-234-244.dsl.snfc21.sbcglobal.net)
- # [06:38] * Joins: marcosc (n=chatzill@131.181.148.226)
- # [06:40] <marcosc> is anyone else having problems loading http://www.whatwg.org/specs/web-apps/current-work/ in firefox?
- # [06:40] <marcosc> I've tried on two different machines. It seems fine in IE?
- # [06:44] * Quits: aroben (n=adamrobe@adsl-70-132-20-174.dsl.snfc21.sbcglobal.net) (Read error: 145 (Connection timed out))
- # [06:53] <marcosc> Hixie, can you please fix (or remove) the print style from http://www.whatwg.org/style/specification
- # [06:53] <marcosc> Currently it's set to:
- # [06:53] <marcosc> @media print {
- # [06:53] <marcosc> html { font-size: 10pt; }
- # [06:53] <marcosc> }
- # [06:53] <marcosc> please either leave the spec to use browser defaults or set font-size to something (much) larger. I just tried to print the latest draft of the spec on using 2 pages per sheet and the spec is unreadable. Lets not make people waste paper unessasarily, I personally feel bad enough about my environmental track record :(
- # [06:55] <zcorpan> marcosc: i think hsivonen has a better print style sheet
- # [06:55] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:56] <marcosc> zcorpan, hopefully the spec can point to that instead :)
- # [06:58] * Parts: zcorpan (n=zcorpan@84-216-42-63.sprayadsl.telenor.se)
- # [06:58] <marcosc> On my machine, IE7 also really struggles with rendering the spec. It think it might be getting too big.
- # [07:08] * Quits: h3h (n=w3rd@cpe-70-95-237-98.san.res.rr.com)
- # [07:10] * Quits: Lachy_ (n=chatzill@220-245-91-147.static.tpgi.com.au) ("Chatzilla 0.9.77 [Firefox 2.0.0.3/2007030919]")
- # [07:20] * othermaciej is now known as om_afk
- # [07:30] * Joins: Lachy_ (n=chatzill@58.105.240.232)
- # [07:43] * aroben_ is now known as aroben
- # [07:46] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [09:57] * Disconnected
- # [09:57] * Attempting to rejoin channel #whatwg
- # [09:57] * Rejoined channel #whatwg
- # [09:57] * Topic is 'WHATWG (HTML5) -- http://www.whatwg.org/ -- Logs: http://krijnhoetmer.nl/irc-logs/ -- Please leave your sense of logic at the door, thanks!'
- # [09:57] * Set by Hixie on Thu Mar 22 01:25:40
- # [09:58] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) ("Leaving")
- # [10:14] <hsivonen> what happened to the old whatbot logs?
- # [10:20] * Joins: webben (i=benh@nat/yahoo/x-ad76d0372d49aa61)
- # [10:37] * Quits: aroben (n=adamrobe@adsl-70-231-234-244.dsl.snfc21.sbcglobal.net)
- # [10:39] * Joins: ROBOd (n=robod@86.34.246.154)
- # [10:46] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [10:48] * Joins: hendry (n=hendry@91.84.53.136)
- # [10:55] * Joins: epeus (n=KevinMar@h-68-164-93-9.snvacaid.dynamic.covad.net)
- # [10:56] * Quits: KevinMarks (n=Snak@pdpc/supporter/active/kevinmarks) ("switchin macs")
- # [10:56] * epeus is now known as KevinMarks
- # [10:56] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [10:58] * Quits: hendry (n=hendry@91.84.53.136) ("leaving")
- # [11:15] * Quits: welly (n=welly@62-31-60-148.cable.ubr12.azte.blueyonder.co.uk)
- # [11:21] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [11:33] <Lachy> hsivonen, I think Charl and krijnh are going to recover the old logs
- # [11:39] <krijnh> Yeah
- # [11:40] <krijnh> Sorry for not having already
- # [11:40] <krijnh> I have to copy every file by hand :)
- # [11:40] <krijnh> Ow, and I have to work
- # [11:42] <krijnh> Regarding that, it's hard selling a CMS without a WYSIWYG editor :]
- # [11:48] * Joins: bzed (n=bzed@dslb-084-059-102-159.pools.arcor-ip.net)
- # [12:27] * Joins: hendry (n=hendry@91.84.53.136)
- # [12:28] <hendry> omg, re "HTML should be replaced by Flash" msg
- # [12:28] <Lachy> oh gosh, I wonder why he posted that to the list :-/
- # [12:29] <hendry> He must be troll.
- # [12:29] <krijnh> Or just a joke
- # [12:29] <krijnh> To show how his colleague thinks about the web
- # [12:29] <krijnh> Let's ignore :)
- # [12:29] <hendry> joke/trolling is the same in my book
- # [12:29] <Lachy> jokes are ok sometimes, trolling isn't
- # [12:30] <hendry> well this is a bad joke ;)
- # [12:30] <Lachy> well, I suppose I laugh at both and don't reply to either
- # [12:30] * hendry sobs
- # [12:30] * krijnh doesn't understand the xml input thing
- # [12:33] <Dashiva> Maybe it's art
- # [12:35] <krijnh> "Expert users could use generic XML editors while children and grandparents would probably prefer more human friendly input tools, restricted to specific schemas." - the latter should still be a generic XML editor, right?
- # [12:41] <virtuelv> hendry: url for that msg?
- # [12:42] <krijnh> virtuelv: http://lists.w3.org/Archives/Public/public-html/2007JanMar/0516.html
- # [12:43] <virtuelv> heh, now -that's- a troll
- # [12:43] <Dashiva> krijnh: Well, theoretically the schema could be turned into a BBcode like editor, with buttons for various tags with prompting for attributes and whatnot
- # [12:44] <Dashiva> That would be friendly, but probably a nightmare to create
- # [12:45] <krijnh> So in stead of <foo> you'd have [foo]
- # [12:46] <Dashiva> Oh, badly worded. I meant editor like the BBcode ones used in forums and the like
- # [12:47] <krijnh> Or like WordPress
- # [12:48] <krijnh> Which knows about semantics, a bit
- # [12:48] <Dashiva> Haven't used it, but I imagine there are many similar cases
- # [12:48] <Dashiva> The problem would be turning a schema into the right buttons, I think
- # [12:49] <krijnh> And the generated foo into something on your screen, if you want wysiwyg
- # [12:50] <Dashiva> I figured the xml input thingie would only be for actual xml and no presentation?
- # [12:50] <krijnh> Then I don't get how children/grandparents could benefit
- # [12:51] * Joins: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [12:52] <Dashiva> Well, they would press buttons and answer questions presented (about values, atts, etc), and not be writing it directly
- # [12:54] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [12:54] * Quits: mw22____________ (n=chatzill@h8441169151.dsl.speedlinq.nl) (Read error: 110 (Connection timed out))
- # [12:57] * moeffju[ZzZz] is now known as moeffju
- # [13:08] * Joins: mw22____________ (n=chatzill@h8441169151.dsl.speedlinq.nl)
- # [13:08] * mw22____________ is now known as mw22
- # [13:20] * Joins: mw22____________ (n=chatzill@h8441169151.dsl.speedlinq.nl)
- # [13:21] * Joins: Philip` (n=excors@zaynar.demon.co.uk)
- # [13:29] * Joins: yod (n=ot@softbank221018155222.bbtec.net)
- # [13:32] * Quits: KevinMarks (n=KevinMar@pdpc/supporter/active/kevinmarks) ("The computer fell asleep")
- # [13:39] * Quits: mw22 (n=chatzill@h8441169151.dsl.speedlinq.nl) (Read error: 110 (Connection timed out))
- # [13:40] * Quits: marcosc (n=chatzill@131.181.148.226) (Read error: 104 (Connection reset by peer))
- # [13:41] * Joins: marcosc (n=chatzill@131.181.148.226)
- # [13:41] * Joins: Dashimon (i=Dashiva@v035b.studby.ntnu.no)
- # [13:41] * Quits: Dashiva (i=Dashiva@v035b.studby.ntnu.no) (Read error: 104 (Connection reset by peer))
- # [13:41] * Dashimon is now known as Dashiva
- # [13:42] * Quits: marcosc (n=chatzill@131.181.148.226) (Read error: 104 (Connection reset by peer))
- # [13:42] * Joins: marcosc (n=chatzill@131.181.148.226)
- # [13:48] * Quits: Dashiva (i=Dashiva@v035b.studby.ntnu.no) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: Philip` (n=excors@zaynar.demon.co.uk) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: laug (n=laug@poy.chewa.net) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: hsivonen (n=hsivonen@kekkonen.cs.hut.fi) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: mw22____________ (n=chatzill@h8441169151.dsl.speedlinq.nl) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: webben (i=benh@nat/yahoo/x-ad76d0372d49aa61) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: Lachy (n=Lachlan@210-84-40-143.dyn.iinet.net.au) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: mpt (n=mpt@121-72-132-150.dsl.telstraclear.net) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: moeffju (n=moeffju@ubermutant.net) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: TML (i=joey@unaffiliated/tml) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: marcosc (n=chatzill@131.181.148.226) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: hendry (n=hendry@91.84.53.136) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: weinig|bbl (n=weinig@odin.landmark.edu) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: psa (n=yomode@posom.com) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Quits: gavin (n=gavin@firefox/developer/gavin) (orwell.freenode.net irc.freenode.net)
- # [13:48] * Joins: mw22____________ (n=chatzill@h8441169151.dsl.speedlinq.nl)
- # [13:48] * mw22____________ is now known as mw22
- # [13:53] * Joins: gavin_ (n=gavin@people.mozilla.com)
- # [13:53] * Joins: Lachy (n=Lachlan@210-84-40-143.dyn.iinet.net.au)
- # [13:55] * Joins: weinig|bbl (n=weinig@odin.landmark.edu)
- # [13:57] * Joins: webben (i=benh@nat/yahoo/session)
- # [13:57] * Joins: Dashiva (i=Dashiva@v035b.studby.ntnu.no)
- # [13:57] * Joins: Philip` (n=excors@zaynar.demon.co.uk)
- # [13:57] * Joins: gsnedders (n=gsnedder@host86-139-123-225.range86-139.btcentralplus.com)
- # [13:57] * Joins: laug (n=laug@poy.chewa.net)
- # [13:57] * Joins: hsivonen (n=hsivonen@kekkonen.cs.hut.fi)
- # [13:58] * Joins: moeffju (i=moeffju@ubermutant.net)
- # [14:02] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [14:04] * Joins: mpt (n=mpt@121-72-132-150.dsl.telstraclear.net)
- # [14:06] * Joins: hendry (n=hendry@91.84.53.136)
- # [14:10] * Joins: marcosc (n=chatzill@131.181.148.226)
- # [14:10] * Joins: gavins (n=gavin@CPE001346f5db49-CM0018c0db9a8a.cpe.net.cable.rogers.com)
- # [14:14] * moeffju is now known as moeffju[Away]
- # [14:14] * Quits: bzed (n=bzed@dslb-084-059-102-159.pools.arcor-ip.net) ("Leaving")
- # [14:15] * Joins: TML (i=joey@unaffiliated/tml)
- # [14:18] * Joins: bzed (n=bzed@dslb-084-059-102-159.pools.arcor-ip.net)
- # [14:18] * Quits: nickshanks (n=nicholas@home.nickshanks.com)
- # [14:21] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [14:28] * Quits: ericcarlson (n=ericcarl@adsl-67-115-144-162.dsl.snfc21.pacbell.net)
- # [14:30] * Joins: briansuda (n=briansud@abthd064.rhi.hi.is)
- # [14:31] * Joins: ravenn (n=ravenn@203-214-133-148.perm.iinet.net.au)
- # [14:53] * Quits: briansuda (n=briansud@abthd064.rhi.hi.is)
- # [14:56] * Joins: ROBOd (n=robod@86.34.246.154)
- # [15:03] * Quits: mpt (n=mpt@121-72-132-150.dsl.telstraclear.net) (Read error: 145 (Connection timed out))
- # [15:08] * Joins: mpt (n=mpt@121-72-132-31.dsl.telstraclear.net)
- # [15:24] * Parts: ravenn (n=ravenn@203-214-133-148.perm.iinet.net.au)
- # [15:26] * Joins: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp)
- # [15:32] * Quits: yod (n=ot@softbank221018155222.bbtec.net) ("Leaving")
- # [15:38] * Joins: ericcarlson (i=ericcarl@nat/apple/x-7f9dbcc5aa0d16c1)
- # [15:50] * Quits: Philip` (n=excors@zaynar.demon.co.uk) (Read error: 110 (Connection timed out))
- # [16:25] * Joins: Charl (n=Charl@spotter.nmmu.ac.za)
- # [16:28] * Joins: zcorpan (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [16:38] * moeffju[Away] is now known as moeffju
- # [16:47] * Quits: ericcarlson (i=ericcarl@nat/apple/x-7f9dbcc5aa0d16c1)
- # [16:50] * Parts: webben (i=benh@nat/yahoo/x-866dc41fa74abe31)
- # [16:54] * Joins: ericcarlson (i=ericcarl@nat/apple/x-a2d079e294691a1a)
- # [17:20] * Joins: Philip` (n=excors@zaynar.demon.co.uk)
- # [17:35] * Quits: mpt (n=mpt@121-72-132-31.dsl.telstraclear.net) ("This computer has gone to sleep")
- # [17:39] * Quits: Charl (n=Charl@spotter.nmmu.ac.za)
- # [17:48] * Parts: zcorpan (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [17:48] * Joins: zcorpan (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [17:49] * Joins: tylerr (n=tylerr@outbound.wa1.ascentium.com)
- # [18:04] * Joins: santek (n=st@ut-w-7bd6.mxs.adsl.euronet.nl)
- # [18:12] * Joins: zcorpan_ (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [18:12] * Parts: zcorpan (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [18:12] * Quits: met_ (n=Martin@b14-4.vscht.cz) ("Chemists never die, they just stop reacting.")
- # [18:16] * moeffju is now known as moeffju[Away]
- # [18:19] * Parts: zcorpan_ (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [18:24] <krijnh> marcosc: If my server breaks, I hold you responsible ;)
- # [18:25] <marcosc> no probs
- # [18:26] <marcosc> Krijnh, what are we talking about?
- # [18:26] <krijnh> marcosc: http://lists.w3.org/Archives/Public/public-html/2007JanMar/0527.html
- # [18:27] <marcosc> Ah! Welcome!!! :D
- # [18:30] <tylerr> I was a bit scared this morning when I opened my e-mail to 100+ messages. :)
- # [18:31] <krijnh> marcosc: How fast is my server anyway? Can't test it here, since it's in my LAN
- # [18:33] <marcosc> krijnh, I'm lost, sorry?
- # [18:33] <krijnh> krijnhoetmer.nl/irc-logs/
- # [18:33] <krijnh> How are does files served?
- # [18:33] <marcosc> oh, it's good
- # [18:33] <krijnh> Hmm, k
- # [18:34] <marcosc> sorry, It's 2:30am for me and I'm trying to have 5 conversations at the same time while debugging... :(
- # [18:34] <krijnh> Ah, hehe
- # [18:34] <krijnh> Well, 18:38 here, diner time
- # [18:35] <marcosc> enjoy!
- # [18:35] <krijnh> Nn ;)
- # [18:35] <tylerr> Goodness I'd be happy if it were dinner time! I just got in to work 40 minutes ago. :(
- # [18:36] <marcosc> krijnh, so I guess I totally mistook your comments about IRC. I thought you were avoiding IRC and there you were actually doing the logging!
- # [18:40] <Philip`> krijnh: I get a consistent 50KB/sec downloading the logs from that site, so it's about a second to reload a log page, which seems fast enough (though it could be nice to enable compression if that's easy)
- # [18:41] * Joins: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [18:41] * marcosc as a rule should just not make comments on public mailing lists.
- # [18:45] * Joins: zcorpan_ (n=zcorpan@84-216-42-220.sprayadsl.telenor.se)
- # [18:45] <zcorpan_> http://waffle.wootest.net/2007/03/24/now-in-glorious-html5/
- # [18:46] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [19:04] * om_afk is now known as othermaciej
- # [19:23] * Joins: aroben (i=adamrobe@nat/apple/x-bda0ad40c354afcc)
- # [19:29] * Joins: tantek (n=tantek@dsl092-180-242.sfo1.dsl.speakeasy.net)
- # [19:30] * Quits: marcosc (n=chatzill@131.181.148.226) ("...and I'm gone.")
- # [19:37] * Quits: ericcarlson (i=ericcarl@nat/apple/x-a2d079e294691a1a)
- # [19:39] * Joins: ericcarlson (i=ericcarl@nat/apple/x-f2b2f63b96feeb35)
- # [19:40] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca) (Read error: 104 (Connection reset by peer))
- # [19:48] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [19:49] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [19:49] * Joins: briansuda (n=briansud@bokd050.rhi.hi.is)
- # [19:53] * Joins: hober (n=ted@unaffiliated/hober)
- # [20:00] * Quits: ericcarlson (i=ericcarl@nat/apple/x-f2b2f63b96feeb35) (Read error: 104 (Connection reset by peer))
- # [20:04] * Quits: tantek (n=tantek@dsl092-180-242.sfo1.dsl.speakeasy.net)
- # [20:13] * Joins: kingryan (n=kingryan@dsl092-180-242.sfo1.dsl.speakeasy.net)
- # [20:14] * Joins: tantek (n=tantek@dsl092-180-242.sfo1.dsl.speakeasy.net)
- # [20:16] * Quits: tantek (n=tantek@dsl092-180-242.sfo1.dsl.speakeasy.net) (Client Quit)
- # [20:17] * moeffju[Away] is now known as moeffju
- # [20:20] * Joins: psa (n=yomode@posom.com)
- # [20:50] * Joins: ericcarlson (i=ericcarl@nat/apple/x-67292983a9ab5597)
- # [21:17] * Joins: tantek (n=tantek@207.47.10.130.static.nextweb.net)
- # [21:22] * Quits: briansuda (n=briansud@bokd050.rhi.hi.is)
- # [21:23] * Joins: othermaciej (i=mjs@nat/apple/x-124d6cb76aa60452)
- # [21:26] * Quits: hendry (n=hendry@91.84.53.136) ("reboot")
- # [21:29] * Quits: bzed (n=bzed@dslb-084-059-102-159.pools.arcor-ip.net) (Remote closed the connection)
- # [21:37] * Joins: bzed (n=bzed@dslb-084-059-102-159.pools.arcor-ip.net)
- # [21:39] * Quits: tantek (n=tantek@207.47.10.130.static.nextweb.net)
- # [21:43] * tylerr wonders how the communication flow is going to take shape for the HTMLWG.
- # [21:45] <othermaciej> I think we need an issue tracker, but people who can't follow the flow of IRC or even email are going to be less informed and less up to speed
- # [21:45] * tylerr nods.
- # [21:45] <othermaciej> but we still want those people to be able to participate, and they need an issue tracker or the like
- # [21:46] <tylerr> Something akin to a bug tracker/ticket system?
- # [21:47] <gsnedders> WHATWG's is Hixie's magical memory, right?
- # [21:48] <tylerr> Magical what? :-)
- # [21:48] <kingryan> gsnedders: it's hixie's inbox
- # [21:49] <gsnedders> kingryan: I know, but that's a boring explanation :P
- # [21:49] <othermaciej> I think the "hixie's inbox" system is great for hixie but not so much for people who are not him
- # [21:49] <gsnedders> especially with the WG wanted to be more open
- # [21:49] <gsnedders> *wanting
- # [21:49] <tylerr> Well if we're looking for online solutions...
- # [21:49] <tylerr> http://www.solutionwatch.com/578/a-roundup-for-developers-developers-developers/
- # [21:50] <tylerr> There's a whole slew of tools to consider.
- # [21:50] <gsnedders> as long as we don't choose something with an unusable UI
- # [21:51] <tylerr> This is the world of "Web 2.0", everything has a pretty UI these days. ;-)
- # [21:54] <othermaciej> adding more separate places where discussion takes place probably won't help the people who feel overwhelmed
- # [21:54] <gsnedders> I want a single point of communication
- # [21:55] <gsnedders> having multiple places means you don't have a discussion with everyone invovled
- # [21:55] <othermaciej> just having IRC and mail is bad enough
- # [21:55] <gsnedders> agreed
- # [21:55] <othermaciej> but IRC is more responsive and has lower cognitive load per message
- # [21:55] <gsnedders> but is harder to catch up on
- # [21:55] <othermaciej> whereas mail is more inclusive of asynchronous participants
- # [21:56] <gsnedders> anything asynchronous is easier to catch up on, as people have to make their points in a single message
- # [21:56] <tylerr> It's going to be a persistant problem.
- # [21:57] <tylerr> People needing to catch-up and asking for explaination/follow-up, while those that were part of the original discussion will want to move forward.
- # [21:57] <Dashiva> I think making the email archive more forumy could go a long way
- # [21:58] <tylerr> So that posts to the list auto-generate replies in forum topics?
- # [22:00] <Dashiva> Well, make the archives look more like a forum with automatic thread view, all mail in one thread on the same page, stuff like that
- # [22:01] <tylerr> I'd code something up to do that but I don't have the chops. :)
- # [22:01] * Joins: KevinMarks (n=KevinMar@1433bhost147.starwoodbroadband.com)
- # [22:01] <Dashiva> You could make a fullfledged hybrid where a bot posts incoming mail in threads, and sends mail based on forum replies, but that is overdoing it IMO
- # [22:01] <Dashiva> Personally, I believe the thread structure of a forum is too static for this kind of work
- # [22:01] <tylerr> Haha yeah. We're here for HTML, not a new parsing/publishing tool. :)
- # [22:02] <tylerr> I agree.
- # [22:02] <Dashiva> Almost every email in the list with significant replies has branched noticably
- # [22:04] <Dashiva> On the other hand, I can fully understand that anyone stuck with a webmail client would love a forum
- # [22:04] <tylerr> Aye.
- # [22:05] <tylerr> I've mentioned Campfire a few times before, but the consensus always returns to straight IRC.
- # [22:06] * Joins: mpt (n=mpt@121-72-132-31.dsl.telstraclear.net)
- # [22:06] * Joins: webben (n=benh@91.84.131.217)
- # [22:06] <othermaciej> tylerr: better archive views (threaded spanning month blocks for instance) would help for people catching up
- # [22:07] <othermaciej> tylerr: but I don't think we can ask the group to go slower to help the people who have less time to follow
- # [22:07] <tylerr> Sure, that's just not good for the pace of the WG.
- # [22:07] <Dashiva> Yeah, thread grouping should take priority over time grouping
- # [22:08] <othermaciej> ultimately there will be a final review period
- # [22:08] <othermaciej> but I think planning a feature freeze milestone and sticking to discussion of larger features before then may actually help
- # [22:09] <othermaciej> so "should we add <video> and how should it work?" would take precedence over things like <acronym> vs <abbr>
- # [22:09] <othermaciej> but I also think establishing shared design principles up front is good
- # [22:09] <tylerr> Let me know if I'm pushing Campfire too much, but one account gives you access to create multiple "rooms", which have their own log search capabilities. Discussions can be mitigated to individual rooms where discussion can take place and will be logged by both time and "thread".
- # [22:09] * Quits: KevinMarks (n=KevinMar@1433bhost147.starwoodbroadband.com) ("The computer fell asleep")
- # [22:10] <tylerr> So a <video> room could be created for all discussions related to video, and logs would be easily accessible and readible by anyone.
- # [22:10] <Dashiva> Sounds like a forum with subforums to me, tylerr
- # [22:10] * Joins: briansuda (n=briansud@bokd050.rhi.hi.is)
- # [22:10] <tylerr> Sure, but it has the dynamic level of chat.
- # [22:11] <tylerr> Here's a snapshot of the transcript section.
- # [22:11] <tylerr> http://campfirenow.com/images/tourshot-transcripts.png
- # [22:12] <othermaciej> tylerr: or we could make #htmlwg-video and log that
- # [22:12] <tylerr> Sure.
- # [22:12] <othermaciej> tylerr: I'm wary of claims that changing to a different chat program will somehow make things better
- # [22:13] <tylerr> I'm am as well. I'm just throwing options out there. I'm completely happy with IRC myself. :-)
- # [22:13] <tylerr> I just know some people are warry of it.
- # [22:14] <Dashiva> We could spend four years designing IRC 2.0
- # [22:14] <gsnedders> surely IRC 5.0?
- # [22:14] <gsnedders> :P
- # [22:14] <gsnedders> (can we please add a way to declare encoding!?)
- # [22:15] <Dashiva> No
- # [22:15] <Dashiva> Forced unicode!
- # [22:17] <gsnedders> well, specifying an encoding is one way of declaring an encoding :)
- # [22:17] <gsnedders> as it declares it in the spec
- # [22:17] <Dashiva> Well, IRC is specified to pass octets. The end client decides what to do with them. Isn't that good enough? :)
- # [22:18] <tylerr> Heh
- # [22:18] <tylerr> Okay, just for fun, here's a campfire room I've set up. Only four people can come in, but feel free to take a look: http://htmlwg.campfirenow.com/01ff9
- # [22:23] <bewest> isn't campfire proprietary?
- # [22:23] <tylerr> bewest: Yep, service run by 37signals.
- # [22:25] <bewest> I would suggest that might be a reason that your suggestion doesn't gain much traction
- # [22:25] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [22:26] <tylerr> I'd gather as much, but sometimes there just isn't an opensource solution readily available, else I'd be all over it.
- # [22:27] <bewest> maybe that's why IRC is so popular
- # [22:27] <bewest> readily available, widely deployed, well supported
- # [22:27] <bewest> it's not old, it's proven
- # [22:28] <bewest> and open
- # [22:28] <bewest> and it's extensible using bots
- # [22:28] <Dashiva> It's open in theory, but every ircd seems to do things differently. Could use a new rfc to standardize things added since 1976
- # [22:28] <Dashiva> (year made up for humorous effect)
- # [22:29] <tylerr> Sure. I agree with your points, and I'm going to keep mentioning that I openly support IRC as our communication tool. I'm just open to suggesting other means of communication to let others explore the options while we wait for an offical stance.
- # [22:31] <tylerr> I'm just along for the ride. When it comes to getting work done, any environment will suit me fine. :-)
- # [22:31] <tylerr> *comes time
- # [22:39] * Joins: met_ (n=Hassman@r5bx220.net.upc.cz)
- # [22:48] * Joins: tantek (n=tantek@207.47.10.130.static.nextweb.net)
- # [22:51] * Quits: briansuda (n=briansud@bokd050.rhi.hi.is)
- # [23:11] <Hixie> regarding the issue tracking
- # [23:11] <Hixie> the reason i don't issue track outside my inbox is that issue tracking inside my inbox takes about 500ms per e-mail
- # [23:11] <Hixie> plus whatever time it takes to reply to the e-mail
- # [23:11] <Hixie> issue tracking outside that would require much more time
- # [23:12] <Hixie> people are, however, very much encouraged to do any issue tracking they'd like, e.g. in the wiki or elsewhere
- # [23:13] <Dashiva> Issue-001: Hixie has a job, preventing him from devoting his entire day to lggwg
- # [23:13] <Dashiva> Actually, we talked yesterday about long vs unsigned long in the DOM attributes
- # [23:13] <othermaciej> I think for HTMLWG, we can probably find volunteers to handle the overhead of a more formal issue tracker on your behalf
- # [23:13] <kingryan> Hixie: ideally you wouldn't have to process every bit of feedback. that should be parallelized
- # [23:13] <othermaciej> Hixie: I think making you do the beurocracy would be too annoying
- # [23:13] <Dashiva> image and canvas have height/width defined to be non-negative, but the DOM values are signed. Is this an issue?
- # [23:14] <othermaciej> but we might also be able to set up a mailbot where saying magic key phrases in mail marks an issue as resolved
- # [23:14] <Hixie> yeah if someone else does issue tracking that's certainly something i'd support
- # [23:14] <othermaciej> and where incoming mail can automatically create an issue
- # [23:14] <kingryan> Hixie: at the very least having people do triage (is this a preexisting issue? has it already been dealt with?) could lighten the load
- # [23:14] <Hixie> i'd still want to actually reply to every e-mail though
- # [23:14] <Hixie> because i think distilling e-mails tends to dilute issues and makes it much easier to ignore things
- # [23:14] <Hixie> especially annoying, hard things
- # [23:14] <Hixie> kingryan: yup
- # [23:15] * kingryan is *not* volunteering
- # [23:15] <Philip`> (Dashiva: I believe it's mainly an issue for canvas and not for img, because only canvas says the DOM and content attributes reflect)
- # [23:16] <tylerr> Are you looking for issue tracking software or simply just someone to manage the deluge of mail?
- # [23:16] <Hixie> Dashiva: someone sent mail about that (you, maybe?) and it's in my pile of canvas feedback :-)
- # [23:16] <Hixie> tylerr: i'm not looking for anything, but i believe two things were being proposed:
- # [23:16] <Dashiva> Philip`: Even without reflection, there is the semantic issue
- # [23:16] <Hixie> 1. a way to allow people to see what open issues exist
- # [23:17] <Hixie> 2. a way to triage incoming feedback so that people raising old issues can have their issues closed without editorial involvement
- # [23:18] <tylerr> Hmm... so something like a social ticketing tracking system.
- # [23:18] <tylerr> Rather, "open" ticket-tracking system.
- # [23:18] <tylerr> Social is so commodified these days. ;-)
- # [23:19] <othermaciej> it would be extra nice if it was linked to email
- # [23:20] <othermaciej> trackbot already knows how to detect email follow-ups on an existing issue
- # [23:20] <bewest> tylerr: see baetle
- # [23:20] <othermaciej> just needs a way to add an issue and a way to resolve an issue by email
- # [23:20] <othermaciej> the problem is that whether a comment is accepted or rejected can be subjective
- # [23:21] <tylerr> Nice bewest.
- # [23:21] <tylerr> Thanks.
- # [23:21] <othermaciej> in w3c at least, the WG says they agree but then does something the commentor disagrees with
- # [23:26] <Philip`> Dashiva: True - I was just thinking of the logical contradiction issue with canvas, whereas img is 'only' semantically odd (and partly undefined, because I don't think it says what happens when you modify the DOM 'width')
- # [23:27] * Quits: ericcarlson (i=ericcarl@nat/apple/x-67292983a9ab5597)
- # [23:37] <hsivonen> Hixie: should I cross-post http://hsivonen.iki.fi/printing-wa10/ to the WHATWG blog even though it is product-specific?
- # [23:39] <Hixie> uh
- # [23:39] <Hixie> is there something i can do to just fix the spec instead? :-)
- # [23:39] <Hixie> it should not be that hard!
- # [23:40] <hsivonen> Hixie: you could start by adding a charset meta :-)
- # [23:40] <hsivonen> Hixie: then, I suppose you could take me additions to the style sheet and put them in a @print block
- # [23:41] <hsivonen> Hixie: and having a wrapper <div> for the entity table would be nice as long as Prince does not support ::outside on it
- # [23:41] <hsivonen> Hixie: for WF 2.0, adding IDs for all tables would be great
- # [23:43] <Hixie> i use characters outside US-ASCII?
- # [23:43] <hsivonen> Hixie: lots
- # [23:44] <Hixie> really?!
- # [23:44] <hsivonen> Hixie: and weird ones too
- # [23:44] <Hixie> that's worrying
- # [23:44] <Hixie> since i'm not using an 8bit-safe editing environment
- # [23:44] <hsivonen> I had to google to find a font for WARNING SIGN
- # [23:44] <Hixie> where?
- # [23:44] <Hixie> but that's not an entity right?
- # [23:44] <Hixie> er
- # [23:44] <Hixie> is an entity
- # [23:44] <hsivonen> the first one crashed Quartz. the second one worked
- # [23:44] <hsivonen> NCRs
- # [23:45] <Hixie> ok. but am i using actual byte codes outside US-ASCII?
- # [23:45] <Hixie> as in, actual characters?
- # [23:45] <Hixie> as opposed to entities
- # [23:45] <hsivonen> also, the arabic percent sign is an esoteric one considering chiefly western content
- # [23:45] <hsivonen> ah. yeah, the page breaks without the charset meta
- # [23:45] <Hixie> why?
- # [23:45] <Hixie> where, rather?
- # [23:46] <hsivonen> I'll try to find the problem.
- # [23:46] <hsivonen> meanwhile:
- # [23:46] <hsivonen> prince: wa-rev691-2007-03-23.html:11486: error: ID video already defined
- # [23:46] <hsivonen> prince: wa-rev691-2007-03-23.html:11622: error: ID video already defined
- # [23:46] <hsivonen> prince: wa-rev691-2007-03-23.html:22851: error: Unexpected end tag : p
- # [23:46] <hsivonen> prince: wa-rev691-2007-03-23.html:24031: error: Unexpected end tag : p
- # [23:47] <othermaciej> does Prince give better results than printing from a browser?
- # [23:47] * othermaciej is now known as om_coffee
- # [23:47] <hsivonen> othermaciej: yes. in particular, page number-based crossreferences for internal links
- # [23:47] <hober> oooh, nice
- # [23:48] <hsivonen> om_coffee: though, I haven't checked what WebKit nightlies can do in the printing dept.
- # [23:48] <Hixie> hsivonen: i'm in the middle of editing the spec, the markup is in flux right now
- # [23:48] <Hixie> in particular, the id=video thing is fixed in the source
- # [23:50] <hsivonen> Hixie: dash under the main heading, copyright sign, etc. etc.
- # [23:51] <hsivonen> Hixie: looks like your preprocessor expands NCRs
- # [23:51] <hsivonen> Hixie: so I was wrong. no NCRs at all
- # [23:51] <hsivonen> Hixie: lots and lots of weird chars as straight UTF-8
- # [23:51] <Dashiva> NCR?
- # [23:51] <hsivonen> Dashiva: numeric character referenc
- # [23:51] <hsivonen> e
- # [23:51] <Dashiva> ah
- # [23:53] <Philip`> hsivonen: I don't see any non-ASCII characters in the current-work page - it's just — and © in the places you mentioned
- # [23:53] <hsivonen> ah.
- # [23:53] <hsivonen> it is the reserializer in Firefox that produces them
- # [23:54] <Hixie> doesn't prince support just getting a URI?
- # [23:54] <Hixie> i thought it did
- # [23:55] <hsivonen> I though so, too, but couldn't figure it out
- # [23:55] <Hixie> also, wouldn't not setting the 'size' be better than having explicit size choice in the style sheet?
- # [23:56] <hsivonen> Hixie: quite possible
- # [23:56] <hsivonen> Hixie: is there something prince --help doesn't tell me?
- # [23:59] <Philip`> hsivonen: Looks like https://bugzilla.mozilla.org/show_bug.cgi?id=331991
- # Session Close: Tue Mar 27 00:00:00 2007
The end :)