Options:
- # Session Start: Sat Apr 03 00:00:01 2010
- # Session Ident: #whatwg
- # [00:00] <JonathanNeal> And http://www.imdb.com/title/tt0087182/quotes#qt0328198
- # [00:00] <JonathanNeal> And it was Paul ... there was no resisting.
- # [00:01] * MikeSmith wonders what a "mouse locking feature" is and why WebGL-based Quake2 implementation would highlight the need for one
- # [00:02] <Philip`> MikeSmith: You should be able to spin around by moving your mouse rightwards a lot
- # [00:02] <Philip`> for a longer distance than the width of your screen
- # [00:02] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [00:03] <Philip`> without the mouse leaving the web page window and stopping controlling the game
- # [00:03] <MikeSmith> I see
- # [00:03] <MikeSmith> isn't this what joysticks are for?
- # [00:04] <AryehGregor> Because joysticks are much better supported by the web platform, right?
- # [00:04] <MikeSmith> heh
- # [00:04] <tabatkins> Do you own a joystick that works with your computer, MikeSmith?
- # [00:04] <AryehGregor> (and no, no one uses joysticks for FPSes on the PC, only for flight sims or something)
- # [00:05] <MikeSmith> tabatkins: I don't own any joystick at all
- # [00:05] <MikeSmith> unless you meant the question figuratively
- # [00:05] <Philip`> I own two dead joysticks
- # [00:05] <Philip`> I think the modern term you want is "joypads" or "gamepads" or whatever
- # [00:06] <Philip`> which people are more likely to own
- # [00:06] <Philip`> but they don't exactly work on the web either
- # [00:06] <divya> A question, In CSS3 the display property refers to block/inline elements http://www.w3.org/TR/css3-layout/#declaring-templates-the-display-property but HTML5 does not define block/inline elements. Is there something I am missing?
- # [00:06] <Philip`> and they're rubbish compared to mouse+keyboard for FPSes anyway
- # [00:07] <tabatkins> divya: In terms of CSS, a block/inline element is one which has display:block/inline set on it in the default UA stylesheet.
- # [00:07] <AryehGregor> divya, look in the rendering section.
- # [00:07] <AryehGregor> http://www.whatwg.org/specs/web-apps/current-work/multipage/rendering.html#rendering
- # [00:08] * Joins: crash\ (crash@lubyte.de)
- # [00:08] <divya> tabatkins: so does this mean display no longer alters the "content model" of an element?
- # [00:08] <Hixie> a block/inline element in CSS is one which has display:block/inline as its computed value, not necessarily in the UA style sheet
- # [00:08] <Hixie> divya: it never did
- # [00:09] <tabatkins> Hixie is more correct than I was. I was referring to what elements were by default.
- # [00:10] <Hixie> technically even its _used_ style, not computed style, though i think with 'display' they're always the same
- # [00:10] <Hixie> (or does 'position' not affect the computed style?)
- # [00:11] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Quit: Leaving)
- # [00:11] <Hixie> an element with display:inline;position:absolute is block-level
- # [00:11] <Hixie> ok yeah for such an element the computed value is 'block'
- # [00:11] <Hixie> so yes, computed value
- # [00:12] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (*.net *.split)
- # [00:12] * Quits: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net) (*.net *.split)
- # [00:12] * Quits: broquaint (90d58fc7ad@spc2-brig11-0-0-cust103.asfd.cable.virginmedia.com) (*.net *.split)
- # [00:12] * Quits: pablof (~palbo@pat-tdc.opera.com) (*.net *.split)
- # [00:12] * Quits: rektide (rektide@voodoowarez.com) (*.net *.split)
- # [00:12] * Quits: jgraham (~jgraham@web22.webfaction.com) (*.net *.split)
- # [00:13] <divya> Hixie: I was under the illusion display can alter the content model because of this sentence in the HTML4.01 spec http://www.w3.org/TR/html401/struct/global.html#h-7.5.3 "Style sheets provide the means to specify the rendering of arbitrary elements, including whether an element is rendered as block or inline. "
- # [00:13] <tabatkins> Rendered as a block or inline, yes. That doesn't change what kind of elements are legal to put inside of it, though.
- # [00:14] <Hixie> divya: yeah, that confusion is why i stopped using "block" and "inline" in html5
- # [00:14] <Hixie> it confused a lot of people
- # [00:14] <Hixie> you're not alone, by a long shot :-)
- # [00:14] * Joins: broquaint (~dbrook@spc2-brig11-0-0-cust103.asfd.cable.virginmedia.com)
- # [00:15] <divya> Hixie: thanks, that is a comfort :)
- # [00:15] <Hixie> :-)
- # [00:16] * Joins: rektide (rektide@voodoowarez.com)
- # [00:16] <divya> so in a sense display:inline/block are legacy CSS syntaxes with no real-world relationship with the elements?
- # [00:17] <tabatkins> I'm not sure what you mean by "legacy" or "real-world" there. CSS has no interaction with what's legal or illegal in HTML.
- # [00:17] <Hixie> that's not how i would put it
- # [00:17] <Hixie> i'd just say display:inline/block conrtol the rendering
- # [00:17] <Hixie> and that's all :-)
- # [00:17] <divya> ok that makes sense :)
- # [00:18] * Joins: jgraham (~jgraham@web22.webfaction.com)
- # [00:18] * Joins: pablof (~palbo@pat-tdc.opera.com)
- # [00:18] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [00:18] * Joins: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net)
- # [00:18] <divya> (I think it is hard for me to not get confused between css inline/block and html4 inline/block)
- # [00:18] <tabatkins> Easiest is to probably just ignore the HTML4 definitions entirely. ^_^
- # [00:18] * Quits: Maurice (copyman@5ED548D4.cable.ziggo.nl)
- # [00:19] <divya> tabatkins: :)
- # [00:19] <AryehGregor> I bet that's why HTML5 doesn't use those terms to begin with.
- # [00:20] <divya> I wonder why not many people brought this up. :/
- # [00:20] <divya> (when they were writing their "Top Ten CSS Tricks" posts)
- # [00:21] <AryehGregor> Why would they bring it up?
- # [00:22] <divya> AryehGregor: It is confusing and deserves clarity. More than cool tricks that can be accomplished with display: inline/block
- # [00:22] <estellevw> i found the distinction of block, inline and flow very helpful to understanding the semantics of elements
- # [00:22] * Hixie has no idea what to do about character references that don't end with ;
- # [00:22] * Joins: ojan (~ojan@nat/google/x-shmhkdysdepizurb)
- # [00:22] * Quits: jgraham (~jgraham@web22.webfaction.com) (*.net *.split)
- # [00:22] * Quits: pablof (~palbo@pat-tdc.opera.com) (*.net *.split)
- # [00:22] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (*.net *.split)
- # [00:22] * Quits: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net) (*.net *.split)
- # [00:22] <AryehGregor> Hixie, are they used too much to just be dropped?
- # [00:23] <Hixie> yes
- # [00:23] <Hixie> there are bugs that ask for various changes to the way they're parsed
- # [00:23] <Hixie> 9351, 9207
- # [00:23] <Hixie> or reported as errors
- # [00:23] <Hixie> 9352
- # [00:24] <Hixie> we could make unescaped & not be an error but leave charrefs that don't have a ; be an error, i guess
- # [00:24] <Hixie> so "?a=b&c=d" would be fine
- # [00:24] <GarethAdams|Home> how do you tell the difference?
- # [00:25] <Hixie> but "?apple=banana©=ditto" would be an error (since the © gets parsed in an unexpected way)
- # [00:25] <GarethAdams|Home> oh, so from the fixed list of known entities
- # [00:25] <Hixie> or we could make ©= not be parsed as a char ref in attributes
- # [00:25] <Hixie> just like ©pasta already isn't
- # [00:25] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [00:26] <Hixie> but that makes attributes even more different than content
- # [00:26] <tabatkins> Are we sure that char references without a trailing ; appear in attributes, especially @href and similar, often enough to cause a problem?
- # [00:26] * Joins: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net)
- # [00:26] <Hixie> tabatkins: cause problems in which direction?
- # [00:26] <tabatkins> In the direction of, if we make them not parse as entities, links will break.
- # [00:27] * Joins: jgraham (~jgraham@web22.webfaction.com)
- # [00:27] <Hixie> tabatkins: i expect there are plenty of pages that say "?foo=bar©=ditto" and are broken, and i expect there are plenty of pages that say "this file © 2010 by me" and expect it to be an entity.
- # [00:27] <tabatkins> Sure.
- # [00:27] <Hixie> the latter is even valid in ghtml4
- # [00:27] <Hixie> s/g//
- # [00:28] <Hixie> so yes, things will break if we change anything, and things are broken if we don't change anything
- # [00:28] <tabatkins> I think I'm fine with attributes being different from content here.
- # [00:28] <Hixie> i'm only talking about attributes here
- # [00:28] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Read error: Connection reset by peer)
- # [00:29] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [00:29] <Hixie> they're already different than content, so that ship has sailed -- teh question is whether we can keep that to a minimum, so that people moving stuff in and out of attributes don't get screwed
- # [00:29] <Hixie> i'd really like to make any valid content in one have the same meaning in the other
- # [00:29] <Hixie> invalid content is less of an issue
- # [00:30] <tabatkins> I'd like links to be easy to author, and not have to worry about the names of my query paramaters.
- # [00:30] <AryehGregor> It's too bad we can't just make © equivalent to &copy in content as well.
- # [00:30] <AryehGregor> But the extra difference between content and attributes seems like the lesser evil here.
- # [00:30] <AryehGregor> It's not like it should come up very often in practice.
- # [00:31] <AryehGregor> You could make "©" and such raise a warning or error if used in content.
- # [00:31] <tabatkins> It would be interesting to try and see how much outcry there is (try making entities require a ;, and allow unescaped & otherwise).
- # [00:31] <AryehGregor> Yeah, I wonder if implementers would do that. How many pages are we talking about? It wouldn't be huge breakage in any case, if it's largely in copyright boilerplate then most users probably won't even notice.
- # [00:32] <AryehGregor> (even if they view an affected page)
- # [00:32] * Quits: JusticeFries (~justicefr@c-67-173-239-97.hsd1.co.comcast.net) (Quit: JusticeFries)
- # [00:32] * AryehGregor wonders why tabatkins has decapitalized himself
- # [00:32] <tabatkins> Indeed.
- # [00:32] * Joins: pablof (~palbo@pat-tdc.opera.com)
- # [00:32] <Hixie> we're talking billions of pages here
- # [00:32] <tabatkins> Eh, accidental. irssi is taking my account name from linux, and I'm not bothering to correct it.
- # [00:32] <Hixie> AryehGregor: it would be a disaster in non-english locales
- # [00:33] * Quits: dave_levin (~dave_levi@nat/google/x-wjfuryoncmqomchu) (Quit: dave_levin)
- # [00:33] <AryehGregor> Oh well.
- # [00:33] <Hixie> e.g. è is one of these entities
- # [00:34] * Quits: pablof (~palbo@pat-tdc.opera.com) (*.net *.split)
- # [00:35] <Hixie> suggests the simplest option to improve compatibility on the web is to make = make these entities not get replaced
- # [00:35] <Hixie> er, http://www.w3.org/Bugs/Public/show_bug.cgi?id=9207#c5 suggests
- # [00:35] <tabatkins> = and _, apparently.
- # [00:35] <AryehGregor> That sounds like a clever solution.
- # [00:35] <Hixie> _ was not quite as clear
- # [00:37] <Hixie> ok let's add = and then reexamine the conformance problem.
- # [00:38] * tabatkins is now known as TabAtkins
- # [00:39] <Hixie> i suppose i could make &foo= be not a parse error in attributes, but otherwise leave these rules alone
- # [00:39] <Hixie> or i could just make all &foo that don't match an entity be not parse errors
- # [00:40] <Hixie> the latter seems simpler, though it would lead to authors never bothering to escape their &s, which could get them in trouble if they accidentally walk into &s
- # [00:40] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [00:42] * Joins: pablof (~palbo@pat-tdc.opera.com)
- # [00:46] <Hixie> this would make &foo; (where "foo" isn't anything known) into _not_ an error...
- # [00:49] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [00:50] <dglazkov> Hixie: I demand a recount
- # [00:50] <dglazkov> :)
- # [00:51] <dglazkov> can you point me to the place where the spec says that if the size of select is >1, multiple is not set, and no options have selectedness set to true, we shouldn't mark any item as selected?
- # [00:53] <Hixie> no, because the spec doesn't say that :-)
- # [00:53] <Hixie> "If the multiple attribute is absent, whenever there are no option elements in the select element's list of options that have their selectedness set to true, the user agent must set the selectedness of the first option element in the list of options in tree order that is not disabled, if any, to true."
- # [00:53] <dglazkov> but all browser that I know of do it.
- # [00:53] <Hixie> do what?
- # [00:53] <dglazkov> not select if size > 1
- # [00:54] <dglazkov> annevk told me to do the comment thingy
- # [00:54] <dglazkov> should I go ahead and do it?
- # [00:55] <Hixie> how weird
- # [00:56] <Hixie> why would size="" have any effect on this?
- # [00:56] <Hixie> please do file a bug
- # [00:56] <Hixie> it's an easy fix
- # [00:56] <Hixie> i wonder why browsers act like this
- # [00:58] <othermaciej> Hixie, dglazkov: I suspect the browser rule is "if it renders as a pop-up menu select the first item, if it renders as a listbox, don't select anything"
- # [00:58] <othermaciej> because listboxes have a reasonable "nothing selected" state
- # [00:58] <dglazkov> othermaciej: yes, something like that
- # [00:58] <othermaciej> that would be why size= has an effect
- # [00:58] <dglazkov> but if you change the size from X to 1 and then back to X (X>1), you'll have a selected element.
- # [00:59] <othermaciej> sure, because size changes don't cause the selected element to be deselected
- # [00:59] <dglazkov> but they do cause the element to be selected :)
- # [00:59] <othermaciej> and browsers don't keep track of whether something got selected by default
- # [00:59] <dglazkov> yep
- # [00:59] * dglazkov is writing a layout test for that
- # [00:59] <othermaciej> yes, if you enter the "must have a selection" state (no multiple or size > 1), then an item gets default-selected
- # [01:00] <othermaciej> but when you leave that state, nothing gets deselected
- # [01:00] <othermaciej> seems logical to me, at least to the extent one can expect logic of the Web platform
- # [01:02] <Hixie> i guess it makes sense given visual UAs using different widgets and how single-select list boxes can have an (normally unreachable) no-selection state
- # [01:02] <Hixie> doesn't make much sense from an abstract point of view though
- # [01:08] <othermaciej> Hixie: it's not unreachable (at least on Mac)
- # [01:08] <othermaciej> you can always cmd-click the selected item to deselect it
- # [01:09] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Leaving)
- # [01:11] <Hixie> othermaciej: wow, so you can
- # [01:11] <Hixie> i had no idea
- # [01:15] * othermaciej thought it was obvious from the way cmd-click normally works in lists...
- # [01:17] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [01:24] <TabAtkins> Does it break some notion of semantics somewhere for a document to not have a location?
- # [01:25] * Joins: philsfan (~mwj@c-174-57-227-176.hsd1.nj.comcast.net)
- # [01:25] <othermaciej> that question is too abstract for me to understand it
- # [01:25] <TabAtkins> The context is an intended-to-be-ephemeral document created by a page, with a location that is only valid until the creating page is trashed. I think you can navigate to that url fine (by the time the document is trashed and the url becomes meaningless, the navigation action is already moving). But what does document.location then return in the new doc?
- # [01:26] * Joins: nattokirai (~nattokira@z186083.dynamic.ppp.asahi-net.or.jp)
- # [01:26] * Quits: nattokirai (~nattokira@z186083.dynamic.ppp.asahi-net.or.jp) (Client Quit)
- # [01:26] * Quits: philsfan (~mwj@c-174-57-227-176.hsd1.nj.comcast.net) (Client Quit)
- # [01:27] <Hixie> TabAtkins: is this a doc created by document.open(), createDocument(), XHR, window.open(), navigating to a File API URL, a Stream URL, or something else?
- # [01:27] <TabAtkins> Created by a FileWriter.
- # [01:28] <TabAtkins> Note: This isn't defined. We're asking what it *should* return, and if it's valid for it to have no location.
- # [01:28] <Hixie> wait, FileWriter returns a Document?
- # [01:28] <Hixie> you don't want to do that
- # [01:28] <Hixie> just have FileWriter use the same URL generation mechanism as the File API
- # [01:28] * Quits: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net) (Quit: divya)
- # [01:29] <Hixie> looks like the recent bugzilla update broke my automatic scripts, i wonder if the whatwg bug submission thing still works even
- # [01:29] * Joins: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [01:29] <Hixie> oh christ it even broke my bookmarklets
- # [01:30] <TabAtkins> Hixie: That's already being used, but the url generated thusly is intended to be trashed/meaningless when the document that created it went away.
- # [01:30] <Hixie> bbiab, tgif
- # [01:30] <TabAtkins> So if you navigate the creating document to the url of the created document (assuming this makes sense), what's the location of the created document?
- # [01:33] <othermaciej> why would FileWriter return a Document if it's a writer, not a reader?
- # [01:37] * Parts: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [01:37] * Quits: jwalden (~waldo@nat/mozilla/x-kgtkkswoppolhgal) (Ping timeout: 264 seconds)
- # [01:40] * Quits: cying (~cying@70.90.171.153) (Quit: cying)
- # [01:45] * Quits: Lachy (~Lachlan@85.196.122.246) (Ping timeout: 260 seconds)
- # [01:45] * Joins: Lachy (~Lachlan@85.196.122.246)
- # [01:54] * Quits: Amorphous (jan@unaffiliated/amorphous) (Ping timeout: 246 seconds)
- # [02:02] * Joins: JusticeFries (~justicefr@65.100.130.168)
- # [02:02] <JonathanNeal> Is sitemap a valid role in html5?
- # [02:05] * Quits: ojan (~ojan@nat/google/x-shmhkdysdepizurb) (Quit: ojan)
- # [02:07] <othermaciej> JonathanNeal: is it a valid role in ARIA? if so, it's valid in HTML5
- # [02:09] <JonathanNeal> Guess not http://www.w3.org/TR/2007/WD-aria-role-20071019/#roles
- # [02:10] <JonathanNeal> Or maybe this is more accurate / recent http://www.w3.org/TR/wai-aria/roles#role_definitions
- # [02:11] * Joins: Amorphous (jan@unaffiliated/amorphous)
- # [02:12] <othermaciej> JonathanNeal: I believe your second link is the most accurate
- # [02:12] <othermaciej> JonathanNeal: is the "navigation" role (or the HTML5 <nav> element) appropriate for what you are trying to do?
- # [02:13] <JonathanNeal> It is, but I get confused every now and again when I see an HTML5 blogpost use "breadcrumbs" or "sitemap"
- # [02:13] * Joins: nessy (~Adium@124-168-176-223.dyn.iinet.net.au)
- # [02:13] <othermaciej> as a role?
- # [02:14] <JonathanNeal> yes, usually next to "navigation" on the ul.
- # [02:15] <JonathanNeal> Which is weird anyway, because nav has "navigation" inherently.
- # [02:18] * Quits: dbaron (~dbaron@nat/mozilla/x-tjrorotabwoyzhqy) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:19] <webben> JonathanNeal: Don't think sitemap has ever been an ARIA role.
- # [02:19] <JonathanNeal> poor confused web designers out there.
- # [02:20] <webben> JonathanNeal: "breadcrumbs" used to be in the draft: http://www.w3.org/TR/2006/WD-aria-role-20060926/
- # [02:22] <JonathanNeal> Yea ... I often try to convince folks that breadcrumbs shouldn't be a list.
- # [02:22] <JonathanNeal> Rather, a paragraph.
- # [02:23] <JonathanNeal> I think the spec has it that way.
- # [02:23] <JonathanNeal> And I saw it, thought it was odd, then thought about it, and thought it was neat.
- # [02:23] <TabAtkins> JonathanNeal: What's your reasoning? I do breadcrumbs as an <ol>.
- # [02:24] * Joins: MikeSmithX (~MikeSmith@EM111-188-61-98.pool.e-mobile.ne.jp)
- # [02:26] * Quits: dglazkov (~dglazkov@nat/google/x-xyddxhhbonnlktmb) (Quit: dglazkov)
- # [02:28] * Quits: MikeSmith (~MikeSmith@EM114-48-12-66.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [02:31] * Joins: surkov (~surkov@client-74-7.sibtele.com)
- # [02:37] * seutje is now known as frigginCarebear
- # [02:43] <othermaciej> JonathanNeal: seems like it is semantically a list
- # [02:43] * Quits: estellevw (~estellevw@adsl-76-202-159-123.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [02:46] * Quits: ap (~ap@17.246.18.241) (Quit: ap)
- # [03:13] * Quits: JonathanNeal (~JonathanN@rrcs-76-79-114-210.west.biz.rr.com) (Ping timeout: 258 seconds)
- # [03:18] * Joins: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [03:24] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [03:51] * Parts: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [03:59] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [04:00] * Joins: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [04:05] * Quits: franksalim (~frank@adsl-75-61-84-181.dsl.pltn13.sbcglobal.net) (Quit: Ex-Chat)
- # [04:06] * Quits: surkov (~surkov@client-74-7.sibtele.com) (Quit: surkov)
- # [04:13] * Quits: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [04:16] * Joins: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [04:16] <JonathanNeal> hi all
- # [04:17] * Joins: paradisaeidae (~chatzilla@60-242-27-235.static.tpgi.com.au)
- # [04:18] <JonathanNeal> We had a big company meeting and it was really engaging, sorry for neglecting to reply to you guys, TabAtkins and othermaciej.
- # [04:18] <othermaciej> JonathanNeal: no worries, I wasn't saying anything important
- # [04:19] <JonathanNeal> I think breadcrumbs can be either. I've pushed for them to be paragraphs because I think they can work as paragraphs too.
- # [04:21] <JonathanNeal> I can see how they would be ol, because they're part of a hierarchical structure.
- # [04:21] <JonathanNeal> That's actually the reason I had us change from <ul>'s to <p>'s.
- # [04:22] <JonathanNeal> My initial understanding was tha tI didn't think of <ol> and <ul> as accurately portraying a breadcrumb in a heirarchical manner.
- # [04:22] <othermaciej> well
- # [04:22] <othermaciej> you can think of it two ways:
- # [04:22] <othermaciej> 1) a nesting hierarchy
- # [04:23] <othermaciej> 2) an ordered list of the user's path through the site
- # [04:23] <othermaciej> in a way they are logically equivalent, because a list is a degenerate tree
- # [04:24] <JonathanNeal> I might hear you describing two types of breadcrumbs, the hansel and gretel style where it targets your journey, or a branch style where you see are in relationship to the site hierchy (which is how I see it)
- # [04:25] <JonathanNeal> I like the later, as I've stated, and I felt it worked excellent with the idea and example @ http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#hierarchical-link-types
- # [04:42] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [04:44] * Quits: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net) (Client Quit)
- # [04:49] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [04:52] <TabAtkins_> JonathanNeal: Yeah, no problem. Actually I use the latter style of breadcrumbs, where it shows the current path from the site root, but still believe <ol> is an appropriate tag for that.
- # [04:53] <Hixie> i think things are back in working order after the bugzilla upgrade
- # [04:53] <Hixie> but we'll see tomorrow
- # [04:54] <shepazutoo> Hixie: I think you pinged me last night when I was away?
- # [04:55] <Hixie> yeah, was going to ask you if you were aware of the plans for killing DOM Views, and if so, if you had plans for dealing with it in UIEvent
- # [04:55] <Hixie> i ended up just going with changing viewArg to dummyArg in the drag and drop event stuff, but i'll change it to whatever you end up deciding on
- # [04:56] <Hixie> gotta go right now though
- # [04:56] <Hixie> should be online tomorrow
- # [04:56] <shepazutoo> Hixie: ok, let's talk tomorrow
- # [04:56] <Hixie> k
- # [05:03] * Quits: boaz (~boaz@64.119.159.231) (Remote host closed the connection)
- # [05:06] * Quits: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [05:10] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [05:35] * Quits: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [06:02] * Joins: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [06:02] * Joins: mr_danie1 (~irssi@e177152091.adsl.alicedsl.de)
- # [06:06] * Quits: mr_daniel (~irssi@e177147176.adsl.alicedsl.de) (Ping timeout: 252 seconds)
- # [06:06] <JonathanNeal> whos up!
- # [06:13] * Quits: drunknbass (~drunknbas@cpe-76-173-195-145.socal.res.rr.com) (Ping timeout: 246 seconds)
- # [06:15] * Joins: drunknbass (~drunknbas@cpe-76-173-195-145.socal.res.rr.com)
- # [06:29] * Joins: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net)
- # [06:30] * Joins: surkov (~surkov@client-203-85.sibtele.com)
- # [06:36] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [06:36] <zcorpan> JonathanNeal: i accept patches (re http://krijnhoetmer.nl/irc-logs/whatwg/20100402#l-471 )
- # [06:36] <JonathanNeal> reading
- # [06:36] <JonathanNeal> zcorpan, you're simon's html5 elements page?
- # [06:37] <zcorpan> yes
- # [06:37] <JonathanNeal> Then I will get to work immediately.
- # [06:37] <zcorpan> cool :)
- # [06:39] <JonathanNeal> Is there an even more multipage version of the html spec?
- # [06:39] <JonathanNeal> I want to make sure I'm not reinventing the wheel unnecessarily.
- # [06:39] <zcorpan> there's an index in the multipage spec
- # [06:40] <zcorpan> http://www.whatwg.org/specs/web-apps/current-work/multipage/section-index.html#index
- # [06:41] * Joins: jwalden (~waldo@c-98-248-40-206.hsd1.ca.comcast.net)
- # [06:41] <zcorpan> i guess the table of contents also has all the elements listed
- # [06:42] <zcorpan> the toc is in the right order
- # [06:42] <zcorpan> i guess html5-elements' order is out of date
- # [06:42] <JonathanNeal> I just noticed that the html5 spec is written in the us language of hixie
- # [06:43] <zcorpan> it would be nice if i could generate html5-elements with a script that scrapes the spec
- # [06:44] <JonathanNeal> Well, it should be pretty easy with ajax.
- # [06:44] <JonathanNeal> It just means we'll need to host a local coy and fetch it via ajax.
- # [06:44] <JonathanNeal> Or curl it to proxy ajax.
- # [06:45] <zcorpan> generating it with javascript fails on the same-origin policy
- # [06:46] <zcorpan> could write a bookmarklet
- # [06:48] <zcorpan> actually a bookmarklet would not be a bad idea. would be easy to just appendChild()ing the right elements and getting innerHTML when you're done
- # [06:49] <zcorpan> the elements from the toc, and the attributes of each element from the index (loaded in an iframe)
- # [07:03] * Quits: surkov (~surkov@client-203-85.sibtele.com) (Quit: surkov)
- # [07:09] <JonathanNeal> zcorpan, i don't get, how does the bookmarklet work?
- # [07:09] <JonathanNeal> It runs locally so how can it get the content?
- # [07:10] <zcorpan> you run it when having the html5 spec loaded
- # [07:11] <JonathanNeal> oh ...
- # [07:11] <JonathanNeal> Maybe it would be better if I just copied the parts I wanted from the spec into separate files :P
- # [07:17] * Quits: dglazkov (~dglazkov@c-67-169-180-225.hsd1.ca.comcast.net) (Quit: dglazkov)
- # [08:25] * Joins: MikeSmith (~MikeSmith@EM111-188-72-108.pool.e-mobile.ne.jp)
- # [08:28] * Quits: MikeSmithX (~MikeSmith@EM111-188-61-98.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [08:34] * Quits: paradisaeidae (~chatzilla@60-242-27-235.static.tpgi.com.au) (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- # [08:36] * Quits: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [08:39] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [08:49] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [08:54] * Joins: JusticeFries_ (~justicefr@m8c0736d0.tmodns.net)
- # [08:57] * Quits: seventh (galofort@208.98.1.237) (Ping timeout: 245 seconds)
- # [08:58] * Quits: JusticeFries (~justicefr@65.100.130.168) (Ping timeout: 258 seconds)
- # [08:58] * JusticeFries_ is now known as JusticeFries
- # [09:08] * Quits: scherkus (~scherkus@74.125.59.65) (Ping timeout: 276 seconds)
- # [09:11] * Parts: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [09:11] * Joins: scherkus (~scherkus@74.125.59.73)
- # [09:32] * Joins: smaug (~chatzilla@a91-154-41-35.elisa-laajakaista.fi)
- # [09:47] * Quits: eighty4 (~eighty4@c-4acfe455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [09:49] * Quits: MikeSmith (~MikeSmith@EM111-188-72-108.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [09:53] * Joins: MikeSmith (~MikeSmith@EM111-188-72-108.pool.e-mobile.ne.jp)
- # [09:57] * Joins: erlehmann (~erlehmann@82.113.121.166)
- # [10:02] * Joins: Maurice (copyman@5ED548D4.cable.ziggo.nl)
- # [10:03] * Joins: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net)
- # [10:03] * Quits: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Changing host)
- # [10:03] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [10:03] * Quits: smaug (~chatzilla@a91-154-41-35.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.86 [Firefox 3.7a3pre/20100307190058])
- # [10:07] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [10:08] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Ping timeout: 245 seconds)
- # [10:16] * Quits: JusticeFries (~justicefr@m8c0736d0.tmodns.net) (Quit: JusticeFries)
- # [10:17] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Quit: Rik`)
- # [10:20] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [10:27] * Joins: thomas__ (~thomasain@ingserv.demon.co.uk)
- # [10:42] * Joins: ROBOd (~robod@89.122.216.38)
- # [10:45] * zcorpan adds wbr and device to html5-elements
- # [10:54] * Parts: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [11:40] * Quits: jwalden (~waldo@c-98-248-40-206.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [11:52] * Quits: erikvold (~erikvold@S01060024012860e9.gv.shawcable.net) (Quit: erikvold)
- # [12:00] * Joins: lazni (~lazni@118.71.56.85)
- # [12:04] * Quits: erlehmann (~erlehmann@82.113.121.166) (Ping timeout: 265 seconds)
- # [12:07] * Joins: maikmerten (~maikmerte@port-92-201-66-216.dynamic.qsc.de)
- # [12:11] * Joins: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:46] * Parts: zcorpan (~zcorpan@c-339fe355.410-6-64736c14.cust.bredbandsbolaget.se)
- # [12:59] * Joins: foolip (~philip@c-5983e555.017-40-6c6b7013.cust.bredbandsbolaget.se)
- # [13:07] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [13:19] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [13:24] * Joins: myakura (~myakura@p1104-ipbf2109marunouchi.tokyo.ocn.ne.jp)
- # [13:27] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Read error: Connection reset by peer)
- # [13:28] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [13:38] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Remote host closed the connection)
- # [13:41] * Quits: crash\ (crash@lubyte.de) (Read error: Connection reset by peer)
- # [13:49] * Joins: crash\ (bouncer@lubyte.de)
- # [13:51] * Quits: dbgi (~bla@unaffiliated/dbgi)
- # [13:59] * Joins: BenMillard (cerbera@cpc1-farn4-0-0-cust173.glfd.cable.ntl.com)
- # [14:01] * Parts: BenMillard (cerbera@cpc1-farn4-0-0-cust173.glfd.cable.ntl.com)
- # [14:03] * Joins: BenMillard (cerbera@cpc1-farn4-0-0-cust173.glfd.cable.ntl.com)
- # [14:19] * Quits: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [14:24] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Ping timeout: 268 seconds)
- # [14:25] * Joins: seventh (galofort@208.98.1.237)
- # [14:26] * Joins: MikeSmithX (~MikeSmith@EM114-48-228-73.pool.e-mobile.ne.jp)
- # [14:28] * Quits: MikeSmith (~MikeSmith@EM111-188-72-108.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [14:34] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [14:44] * gsnedders wonders what a graph of number of songs owned per artist against number of plays per artist would look like
- # [14:45] * gsnedders expects for him it'd be a line through the origin, more or less
- # [14:46] * Joins: mpt (~mpt@canonical/mpt)
- # [15:04] * Joins: temhawk (~temhawk@chello062178076078.26.11.vie.surfer.at)
- # [15:04] * Parts: temhawk (~temhawk@chello062178076078.26.11.vie.surfer.at)
- # [15:06] * Quits: maikmerten (~maikmerte@port-92-201-66-216.dynamic.qsc.de) (Remote host closed the connection)
- # [15:17] * Joins: olivvv_ (~olivvv@ANice-751-1-5-56.w90-4.abo.wanadoo.fr)
- # [15:21] * Quits: crash\ (bouncer@lubyte.de) (Remote host closed the connection)
- # [15:22] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
- # [15:24] * Joins: crash\ (bouncer@lubyte.de)
- # [15:25] * Quits: crash\ (bouncer@lubyte.de) (Remote host closed the connection)
- # [15:29] <annevk> zcorpan, can't you just prefix the current links with http://www.whatwg.org/html
- # [15:29] <annevk> zcorpan, the automatic redirects should take care of the rest
- # [15:31] * Joins: crash\ (bouncer@lubyte.de)
- # [15:50] * Quits: crash\ (bouncer@lubyte.de) (Remote host closed the connection)
- # [15:52] * Joins: crash\ (bouncer@lubyte.de)
- # [15:54] * Quits: crash\ (bouncer@lubyte.de) (Remote host closed the connection)
- # [15:56] * Joins: crash\ (bouncer@lubyte.de)
- # [15:57] * Quits: annevk (~annevk@5355737B.cable.casema.nl) (Read error: Connection reset by peer)
- # [15:59] * Joins: annevk (~annevk@5355737B.cable.casema.nl)
- # [16:02] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [16:20] * Joins: erlehmann (~erlehmann@82.113.121.139)
- # [16:22] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [16:26] * Quits: erlehmann (~erlehmann@82.113.121.139) (Quit: Ex-Chat)
- # [16:27] * Joins: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43)
- # [16:27] * Quits: nessy (~Adium@124-168-176-223.dyn.iinet.net.au) (Quit: Leaving.)
- # [16:27] * Quits: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43) (Client Quit)
- # [16:27] * Joins: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43)
- # [16:31] * Parts: BenMillard (cerbera@cpc1-farn4-0-0-cust173.glfd.cable.ntl.com)
- # [16:35] * Quits: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43) (Ping timeout: 268 seconds)
- # [16:37] <JonathanNeal> Goodmorning!
- # [16:41] * Quits: crash\ (bouncer@lubyte.de) (Remote host closed the connection)
- # [16:44] * Joins: crash\ (bouncer@lubyte.de)
- # [16:51] <annevk> certainly feels like morning
- # [16:54] * Joins: erlehmann (~erlehmann@82.113.121.139)
- # [16:55] * Joins: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [16:57] * Quits: mpt (~mpt@canonical/mpt) (Ping timeout: 258 seconds)
- # [17:01] <annevk> shouldn't the spec explain how <wbr> is different from zero width whitespace?
- # [17:04] * Quits: crash\ (bouncer@lubyte.de) (Quit: http://www.lubyte.de/)
- # [17:07] * Quits: erlehmann (~erlehmann@82.113.121.139) (Ping timeout: 265 seconds)
- # [17:13] * Joins: smaug (~chatzilla@cs181150024.pp.htv.fi)
- # [17:19] * Quits: daedb (~daed@h11n1fls34o986.telia.com) (Remote host closed the connection)
- # [17:20] * Joins: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [17:21] * Joins: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43)
- # [17:25] * Joins: daedb (~daed@h11n1fls34o986.telia.com)
- # [17:25] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [17:25] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Ping timeout: 276 seconds)
- # [18:01] * Joins: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com)
- # [18:04] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Ping timeout: 265 seconds)
- # [18:05] * Joins: crash\ (crash@lubyte.de)
- # [18:08] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [18:08] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Quit: brbz)
- # [18:08] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [18:28] * Quits: lazni (~lazni@118.71.56.85) (Read error: Connection reset by peer)
- # [18:29] * Quits: thomas__ (~thomasain@ingserv.demon.co.uk) (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115133306])
- # [18:30] * Joins: lazni (~lazni@118.71.56.85)
- # [18:32] <divya> is it right to say that there is no stable release of a browser with HTML5 parser?
- # [18:32] * Quits: crash\ (crash@lubyte.de) (Remote host closed the connection)
- # [18:33] <lazni> fx 3.6 has one, but disabled
- # [18:33] * Joins: crash\ (crash@lubyte.de)
- # [18:34] <lazni> by default
- # [18:34] <divya> lazni: true, but was wondering if there were anything else I did not know about.
- # [18:36] * Quits: lazni (~lazni@118.71.56.85) (Quit: Leaving.)
- # [18:37] * Quits: crash\ (crash@lubyte.de) (Remote host closed the connection)
- # [18:37] * Joins: lazni (~lazni@118.71.56.85)
- # [18:38] * Joins: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [18:41] * Joins: crash\ (crash@lubyte.de)
- # [18:43] * Quits: crash\ (crash@lubyte.de) (Remote host closed the connection)
- # [18:44] * Joins: crash\ (crash@lubyte.de)
- # [18:49] * Quits: lazni (~lazni@118.71.56.85) (Quit: Leaving.)
- # [18:53] * Quits: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [18:53] * Joins: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [18:54] * Quits: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [18:54] * Joins: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [18:56] * Quits: myakura (~myakura@p1104-ipbf2109marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving...)
- # [18:57] * Joins: lazni (~lazni@118.71.59.8)
- # [19:05] <Dashiva> Six different types of "conforming", I guess it'll be easy to adhere to at least one of them
- # [19:05] * Quits: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [19:05] * Quits: eighty4 (~eighty4@c-20cee455.012-403-6c6b701.cust.bredbandsbolaget.se) (Ping timeout: 264 seconds)
- # [19:09] * Quits: olivvv_ (~olivvv@ANice-751-1-5-56.w90-4.abo.wanadoo.fr) (Quit: Verlassend)
- # [19:10] <jgraham> I think I am losing my mind
- # [19:10] <Philip`> Present tense?
- # [19:11] <jgraham> What happened to the bit of the websockects protocol spec where it talks about constructing the random tokens?
- # [19:11] <jgraham> Philip`: Add the word "further" if that helps
- # [19:12] <Dashiva> Whoa, Shelley is riding the deletionist wave like a pro...
- # [19:12] <jgraham> Why does WAHTWG not publish a version of websockts in a sane format (i.e. HTML)
- # [19:13] <jgraham> and without a multitude of different versions
- # [19:14] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Quit: Necrathex)
- # [19:15] * Joins: eighty4_ (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [19:20] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [19:23] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [19:36] <Dashiva> Eating broccoli sure is fun :D
- # [19:40] * Joins: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464)
- # [19:45] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [19:54] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [19:57] * Joins: crash\ (crash@lubyte.de)
- # [19:57] * Quits: crash\ (crash@lubyte.de) (Remote host closed the connection)
- # [20:02] * Joins: crash\ (crash@lubyte.de)
- # [20:02] * Joins: knowtheory (~knowtheor@bas1-london16-1176190035.dsl.bell.ca)
- # [20:04] * Quits: crash\ (crash@lubyte.de) (Client Quit)
- # [20:06] * Joins: crash\ (crash@lubyte.de)
- # [20:16] * Quits: eighty4_ (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [20:17] * Joins: eighty4 (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [20:18] * Quits: crash\ (crash@lubyte.de) (Quit: http://www.lubyte.de/)
- # [20:20] * Joins: crash\ (crash@lubyte.de)
- # [20:24] * Quits: crash\ (crash@lubyte.de) (Client Quit)
- # [20:24] * Joins: MikeSmithXX (~MikeSmith@EM114-48-14-30.pool.e-mobile.ne.jp)
- # [20:27] * Joins: crash\ (crash@lubyte.de)
- # [20:28] * Quits: MikeSmithX (~MikeSmith@EM114-48-228-73.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [20:38] * Quits: knowtheory (~knowtheor@bas1-london16-1176190035.dsl.bell.ca) (Quit: There are lives at stake here!)
- # [20:43] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [20:50] * Parts: divya (~divya@c-24-18-47-121.hsd1.wa.comcast.net)
- # [20:50] <Hixie> jgraham: complete.html has the websockets protocol in it
- # [20:52] * gsnedders wants a tiling window manager that actually behaves as he wants one to :P
- # [21:00] * Quits: JusticeFries (~justicefr@2002:43ad:ef61:0:226:8ff:fedd:9464) (Quit: JusticeFries)
- # [21:01] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [21:02] <Hixie> gsnedders: ion?
- # [21:02] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Ping timeout: 246 seconds)
- # [21:06] * Joins: maikmerten (~maikmerte@port-92-201-19-156.dynamic.qsc.de)
- # [21:07] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [21:10] * Quits: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net) (Quit: estellevw)
- # [21:11] <Philip`> gsnedders: Write your own
- # [21:11] <gsnedders> Philip`: That's my general feeling
- # [21:11] <gsnedders> Gah.
- # [21:11] <Philip`> based on xmonad
- # [21:12] <gsnedders> That means learning HAskell
- # [21:12] <gsnedders> *Haskell
- # [21:12] <Philip`> That makes it a doubly good option
- # [21:16] * Joins: olivvv_ (~olivvv@ANice-751-1-6-65.w90-4.abo.wanadoo.fr)
- # [21:20] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: davidhund)
- # [21:22] * Joins: davidhund (~davidhund@dnuhd.xs4all.nl)
- # [21:44] * Quits: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams) (Quit: GarethAdams|Home)
- # [21:44] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [21:47] <jgraham> Hixie: Yeah I realised that eventually
- # [21:47] <jgraham> We could do with a multipage complete.html though
- # [21:47] * Quits: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43) (Ping timeout: 276 seconds)
- # [21:48] * jgraham likes multipage when he knows exactly what he is looking for and the section is relatively self contained
- # [21:49] * Joins: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43)
- # [21:49] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [21:52] <jgraham> gsnedders: Define "as you want one to"
- # [21:53] * jgraham tried xmonad for a while but found that it was very inconvenient when you wanted some unusual layout
- # [21:53] <jgraham> (so prefers the relatively simple solution of using compiz+the grid plugin)
- # [21:54] <jgraham> (but would like it if the grid plugin had more tiling-window-manager like features)
- # [22:06] * Joins: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net)
- # [22:06] * Quits: Heimidal (~heimidal@c-71-237-116-77.hsd1.co.comcast.net) (Changing host)
- # [22:06] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [22:10] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [22:14] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [22:14] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [22:17] * Quits: eighty4 (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Read error: Connection reset by peer)
- # [22:17] * Joins: eighty4 (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se)
- # [22:20] * Quits: maikmerten (~maikmerte@port-92-201-19-156.dynamic.qsc.de) (Remote host closed the connection)
- # [22:31] * Joins: estellevw (~estellevw@adsl-76-254-2-193.dsl.pltn13.sbcglobal.net)
- # [22:37] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [22:41] * Quits: tndH (~Rob@87.102.4.170) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.0.1/2008072406])
- # [22:47] * Quits: lazni (~lazni@118.71.59.8) (Quit: Leaving.)
- # [22:52] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [22:58] * Quits: davidhund (~davidhund@dnuhd.xs4all.nl) (Quit: ... succes ermee! :-))
- # [23:05] * Quits: erlehmann (~erlehmann@2001:a60:f0a3:226:21b:77ff:fec8:2d43) (Ping timeout: 276 seconds)
- # [23:28] * Quits: frigginCarebear (~seutje@drupal.org/user/264148/view) (Ping timeout: 264 seconds)
- # [23:28] * Quits: gratz|home (~gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Quit: Leaving)
- # [23:28] * Quits: eighty4 (~eighty4@c-15c1e455.012-403-6c6b701.cust.bredbandsbolaget.se) (Remote host closed the connection)
- # [23:33] * Joins: seutje (~seutje@drupal.org/user/264148/view)
- # [23:34] * Joins: TabAtkins_ (~chatzilla@76-253-3-102.lightspeed.sntcca.sbcglobal.net)
- # [23:47] <Hixie> jgraham: i'd be up for that if someone sets up the multipage splitter in such a way that i can use it from the script
- # [23:48] * gsnedders is somewhat scared that he can go into an IRC channel he's never been in before, and have said to him from someone he's never heard of, "Hey Geoffrey! Nice to see you here!"
- # [23:49] <Hixie> i know the feeling
- # [23:49] <gsnedders> I mean, since when was I that well known on the intartubes?
- # [23:49] <Hixie> i usually reply "um, hi"
- # [23:49] <gsnedders> Yeah, my normal response too
- # [23:50] <gsnedders> Obviously your influence is wearing off on me :P
- # [23:50] * Joins: montana (~montana@212.117.173.72)
- # [23:51] * Parts: montana (~montana@212.117.173.72)
- # [23:55] <jgraham> Philip`: Can you do whatever needs to be done with the multipage splitter?
- # [23:57] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # Session Close: Sun Apr 04 00:00:00 2010
The end :)