Options:
- # Session Start: Wed Dec 30 00:00:00 2009
- # Session Ident: #whatwg
- # [00:00] <MikeSmith> zcorpan: so U+000C is explicitly disallowed in XML? or does it get normalized?
- # [00:00] <zcorpan> it's disallowed
- # [00:01] <MikeSmith> OK
- # [00:06] <zcorpan> MikeSmith: maybe you can remove the stuff in the tokenizer that checks for semicolonless entities
- # [00:06] <MikeSmith> ah yeah
- # [00:06] <MikeSmith> hmm
- # [00:06] <MikeSmith> I guess
- # [00:06] <MikeSmith> so
- # [00:07] <MikeSmith> the XML parser will catch those?
- # [00:07] <MikeSmith> oh, I guess not
- # [00:07] <zcorpan> the table doesn't contain semicolonless entities
- # [00:08] <zcorpan> so it's dead code i think
- # [00:09] * Quits: danbri (n=danbri@unaffiliated/danbri) (Remote closed the connection)
- # [00:12] <MikeSmith> which table?
- # [00:13] <zcorpan> the entity table
- # [00:14] <MikeSmith> OK
- # [00:14] <MikeSmith> but I should keep the checking for semicolonless character references, right?
- # [00:15] <zcorpan> yes
- # [00:18] <zcorpan> did you implement the CharRef Legal Character thing?
- # [00:22] <MikeSmith> zcorpan: you mean an explicit check for "Char ::= #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]" ?
- # [00:22] <zcorpan> yes
- # [00:23] <MikeSmith> not yet
- # [00:23] <MikeSmith> but I can add it now
- # [00:23] <zcorpan> ok
- # [00:25] <MikeSmith> I guess I can add it in the checkChar method
- # [00:25] <zcorpan> not handleNcrValue ?
- # [00:26] <MikeSmith> ah, for character refs
- # [00:27] <zcorpan> yeah... the xml parser has already checked Char for the pi data
- # [00:28] <MikeSmith> OK
- # [00:37] * Quits: hobertoAtWork4 (n=hobertoa@gw1.mcgraw-hill.com) ("Nettalk6 - www.ntalk.de")
- # [00:39] * ukdkbr2 is now known as ukdkbr
- # [00:41] <zcorpan> time to sleep
- # [00:41] <zcorpan> g'nite
- # [00:42] * Quits: zcorpan (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [00:48] * Joins: hobertoAtWork4 (n=hobertoa@gw1.mcgraw-hill.com)
- # [00:52] * Quits: mcdave (n=mcdave@cm-83-97-164-135.telecable.es)
- # [00:56] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 60 (Operation timed out))
- # [00:56] * Quits: hobertoAtWork4 (n=hobertoa@gw1.mcgraw-hill.com) ("Nettalk6 - www.ntalk.de")
- # [00:57] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [00:57] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) ("And back he spurred like a madman, shrieking a curse to the sky.")
- # [01:08] * Joins: bfulgham (n=brent@wsip-72-215-191-226.sb.sd.cox.net)
- # [01:17] * Quits: MikeSmith (n=MikeSmit@EM114-48-132-47.pool.e-mobile.ne.jp) ("Tomorrow to fresh woods, and pastures new.")
- # [01:19] * Quits: dglazkov (n=dglazkov@nat/google/x-wgztfjpmujbysfqe)
- # [01:19] * Quits: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote closed the connection)
- # [01:27] * Quits: ttepasse (n=ttepas--@dslb-084-060-033-242.pools.arcor-ip.net) ("?Q")
- # [01:30] * Quits: slightlyoff (n=slightly@72.14.229.81)
- # [01:40] * Joins: rauchg (n=rauchg@host7.190-230-121.telecom.net.ar)
- # [01:55] * Joins: wakaba_ (n=wakaba_@214.136.148.210.dy.bbexcite.jp)
- # [01:56] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [02:03] <cardona507> hello - I want to use offline cache and db - but am unclear how the two relate in terms of code - local storage also - I am kind of unclear about use cases - right now I am trying to help some friends put their books onto the web and we are making them mobile friendly - but I just don't know how to make my cache manifest clearly defined in the db... any advice?
- # [02:05] * Quits: ukdkbr (n=ukdkbr@64.160.66.100) ("Leaving")
- # [02:20] * Joins: wakaba_0 (n=wakaba_@214.136.148.210.dy.bbexcite.jp)
- # [02:22] <cardona507> for example with a book - the text and images are all in the markup - so do I need a db at all? or just an cache manifest?
- # [02:26] * Joins: wakaba_1 (n=wakaba_@214.136.148.210.dy.bbexcite.jp)
- # [02:34] * Quits: wakaba_0 (n=wakaba_@214.136.148.210.dy.bbexcite.jp) (Read error: 60 (Operation timed out))
- # [02:38] * Parts: rauchg (n=rauchg@host7.190-230-121.telecom.net.ar)
- # [02:38] * Quits: wakaba_ (n=wakaba_@214.136.148.210.dy.bbexcite.jp) (Read error: 110 (Connection timed out))
- # [02:54] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net) (Read error: 60 (Operation timed out))
- # [02:56] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [03:10] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 60 (Operation timed out))
- # [03:11] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [03:39] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 54 (Connection reset by peer))
- # [03:40] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [04:04] * Joins: sebmarkbage (n=miranda@213.80.108.29)
- # [04:05] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [04:42] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [04:44] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net) (Client Quit)
- # [04:51] * Joins: jacobolus (n=jacobolu@h-66-166-3-76.lsanca54.static.covad.net)
- # [04:58] * Joins: miketaylr (n=miketayl@24.42.95.234)
- # [05:04] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) ("Leaving")
- # [05:20] * Joins: shepazu (n=schepers@mo-71-50-28-45.dhcp.embarqhsd.net)
- # [05:32] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:10] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [06:29] * Joins: jacobolu_ (n=jacobolu@h-66-166-3-76.lsanca54.static.covad.net)
- # [06:29] * Quits: miketaylr (n=miketayl@24.42.95.234) (Remote closed the connection)
- # [06:30] * Quits: jacobolu_ (n=jacobolu@h-66-166-3-76.lsanca54.static.covad.net) (Remote closed the connection)
- # [06:31] * Quits: jacobolus (n=jacobolu@h-66-166-3-76.lsanca54.static.covad.net) (Read error: 110 (Connection timed out))
- # [07:00] * Quits: jwalden (n=waldo@adsl-70-131-101-85.dsl.emhril.sbcglobal.net) ("ChatZilla 0.9.85-rdmsoft [XULRunner 1.9.1.6/20091216142458]")
- # [07:05] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [07:06] * Quits: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net) (Client Quit)
- # [07:30] * Joins: jacobolus (n=jacobolu@pool-71-104-26-247.lsanca.dsl-w.verizon.net)
- # [07:47] * Quits: eighty4 (n=eighty4@eighty4.se) (Excess Flood)
- # [07:47] * Joins: eighty4 (n=eighty4@eighty4.se)
- # [08:08] * Quits: jacobolus (n=jacobolu@pool-71-104-26-247.lsanca.dsl-w.verizon.net) (Remote closed the connection)
- # [08:32] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [08:33] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu) (Client Quit)
- # [08:34] * Joins: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu)
- # [08:47] * Joins: pesla (n=retep@procurios.xs4all.nl)
- # [09:02] * Joins: danbri (n=danbri@unaffiliated/danbri)
- # [09:27] * Joins: MikeSmith (n=MikeSmit@EM114-48-17-81.pool.e-mobile.ne.jp)
- # [09:32] * Quits: nessy (n=Adium@124-171-24-116.dyn.iinet.net.au) (Remote closed the connection)
- # [09:37] * Joins: Maurice (i=copyman@5ED548D4.cable.ziggo.nl)
- # [09:40] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 104 (Connection reset by peer))
- # [09:40] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [09:42] * Quits: danbri (n=danbri@unaffiliated/danbri) ("Leaving...")
- # [09:48] * Joins: zcorpan (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [10:04] <zcorpan> MikeSmith: maybe you should skip validation for xml-stylesheet pis that are not in the prolog
- # [10:06] <zcorpan> MikeSmith: since they're not considered to be potential xml-stylesheet pis
- # [10:07] <MikeSmith> zcorpan: maybe, but a possible rationale for checking them is that they're just misplaced and the user would still like their content to be checked
- # [10:07] <MikeSmith> but I don't feel strongly about it
- # [10:08] <zcorpan> yeah maybe
- # [10:08] <MikeSmith> if you think it seems preferable to not check them, I can change it
- # [10:11] <MikeSmith> hmm
- # [10:11] <MikeSmith> but I see your point
- # [10:12] <MikeSmith> if the user sees error messages about the content of the data part, that might cause them to assume it will actually be processed, even though it's misplaced
- # [10:13] <zcorpan> yes
- # [10:13] <MikeSmith> OK
- # [10:13] <MikeSmith> it's trivial to change -- just need to add an early return
- # [10:14] * Joins: archtech (i=stanv@83.228.56.37)
- # [10:14] <MikeSmith> should I do the same for the case where it's in the doctype declaration?
- # [10:14] <MikeSmith> ah no
- # [10:14] <MikeSmith> spec says only to warn about that
- # [10:14] <MikeSmith> or doesn't say to warn
- # [10:14] <MikeSmith> but that case is just a "should", right?
- # [10:15] <zcorpan> you're allowed to skip pis in the doctype
- # [10:15] <zcorpan> per spec
- # [10:15] <zcorpan> but then the warning should probably say that you've skipped it
- # [10:16] <zcorpan> "For potential xml-stylesheet processing instructions that are in the [children] property of a document type declaration information item, xml-stylesheet processors may report to the application the parsing result of invoking the rules for parsing pseudo-attributes from a string, using the processing instruction information item's [content] property as the string. [Definition: If it's not reported to the application, the processing inst
- # [10:16] <zcorpan> information item is said to be ignored.]"
- # [10:18] <zcorpan> and "Documents should not use xml-stylesheet processing instructions that are in the [children] property of a document type declaration information item."
- # [10:19] <zcorpan> technically, <!DOCTYPE x[<?xml-stylesheet lol?>]><x/> is invalid, but you need to process it to tell
- # [10:22] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [10:23] <MikeSmith> maybe for both the cases, I should append "To check the contents of the xml-stylesheet instruction, move it and then resubmit the document for validation."
- # [10:23] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [10:24] <zcorpan> maybe (Suppressing further errors from this processing instruction.)
- # [10:27] <MikeSmith> OK
- # [10:33] * Quits: zalan (n=zalan@catv-89-135-144-122.catv.broadband.hu) (Read error: 60 (Operation timed out))
- # [10:35] <MikeSmith> zcorpan: OK, I just made those changes and also added warnings for charset and for media, etc., in XSLT indicators
- # [10:36] <MikeSmith> and pushed to qa-dev
- # [10:36] <MikeSmith> and also made other changes we talked about yesterday
- # [10:36] <MikeSmith> see comments at bug 14
- # [10:36] <MikeSmith> oh, that reminds me
- # [10:37] <MikeSmith> wanted to ask about a couple remaining errors that aren't XML conformant
- # [10:39] * Joins: ROBOd (n=robod@89.122.216.38)
- # [10:40] <zcorpan> are they errors according to charmod?
- # [10:41] <MikeSmith> zcorpan:
- # [10:41] <MikeSmith> if (value >= 0xFDD0 && value <= 0xFDEF) {
- # [10:41] <MikeSmith> errNcrUnassigned();
- # [10:41] <MikeSmith> } else if (value >= 0x007F && value <= 0x009F) {
- # [10:41] <MikeSmith> errNcrControlChar();
- # [10:41] <MikeSmith> those ranges are legal, right?
- # [10:41] <MikeSmith> if so, I can change those errors to warnings
- # [10:43] <zcorpan> legal according to the xml-stylesheet spec yes, but are they legal according to the charmod spec?
- # [10:45] <MikeSmith> ah
- # [10:45] * MikeSmith goes to check charmod
- # [10:52] <zcorpan> can't find anything in charmod
- # [10:56] <MikeSmith> it mentions something about not using code points that are for Unicode internal use
- # [10:56] <MikeSmith> I wonder if permanently unassigned code points are considered to be for internal use
- # [11:03] <MikeSmith> "value >= 0xFDD0 && value <= 0xFDEF" seem to definitely be non-characters, so it seems right to emit an error for those
- # [11:03] <MikeSmith> but can't find any must-not prohibition on "value >= 0x007F && value <= 0x009F", so will change that to a warning
- # [11:16] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [12:37] * Disconnected
- # [12:38] * Attempting to rejoin channel #whatwg
- # [12:38] * Rejoined channel #whatwg
- # [12:38] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
- # [12:38] * Set by annevk42 on Mon Oct 19 22:03:06
- # [12:57] * Quits: shepazu (n=schepers@mo-71-50-28-45.dhcp.embarqhsd.net)
- # [13:13] * annevk has trouble remembering all the places he's been
- # [13:19] * Quits: zcorpan (n=zcorpan@c83-252-193-59.bredband.comhem.se) (Remote closed the connection)
- # [13:25] * Quits: annevk (n=annevk@5355737B.cable.casema.nl) (Read error: 54 (Connection reset by peer))
- # [13:25] * Joins: annevk3 (n=annevk@5355737B.cable.casema.nl)
- # [13:38] * Joins: archtech (i=stanv@83.228.56.37)
- # [13:48] * Joins: zcorpan (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [13:56] * Joins: nessy (n=Adium@124-171-24-116.dyn.iinet.net.au)
- # [14:08] * Parts: zcorpan (n=zcorpan@c83-252-193-59.bredband.comhem.se)
- # [14:14] * Joins: oskude (n=osku@p54B0AA0F.dip0.t-ipconnect.de)
- # [14:25] * Joins: Lachy_ (n=Lachlan@geo.joefortier.com)
- # [14:32] * Joins: archtec2 (i=stanv@83.228.56.37)
- # [14:34] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [14:36] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [14:39] * Quits: annevk3 (n=annevk@5355737B.cable.casema.nl) (Remote closed the connection)
- # [14:40] * Quits: archtech (i=stanv@83.228.56.37) (Read error: 113 (No route to host))
- # [14:40] * Joins: annevk3 (n=annevk@5355737B.cable.casema.nl)
- # [14:40] * Quits: nessy (n=Adium@124-171-24-116.dyn.iinet.net.au) ("Leaving.")
- # [14:45] * Joins: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [14:50] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [14:54] <oskude> heh, the most best fitting topic i've seen "Please leave your sense of logic at the door, thanks!" when it comes to web-development ;P
- # [14:55] * Joins: dbaron (n=dbaron@pool-173-49-144-243.phlapa.fios.verizon.net)
- # [15:01] * annevk3 is now known as annevk
- # [15:01] <annevk> yeah, browsers...
- # [15:07] * Quits: Lachy_ (n=Lachlan@geo.joefortier.com) ("This computer has gone to sleep")
- # [15:10] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [15:10] * Quits: MikeSmith (n=MikeSmit@EM114-48-17-81.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [15:15] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [15:18] * Quits: pesla (n=retep@procurios.xs4all.nl) ("( www.nnscript.com :: NoNameScript 4.21 :: www.esnation.com )")
- # [15:21] * Quits: archtec2 (i=stanv@83.228.56.37) (No route to host)
- # [15:23] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 60 (Operation timed out))
- # [15:25] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [15:43] * Joins: doc_who (i=doc@c-98-231-133-111.hsd1.md.comcast.net)
- # [15:46] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [16:13] * Joins: MikeSmith (n=MikeSmit@EM114-48-188-122.pool.e-mobile.ne.jp)
- # [16:16] * Quits: zcorpan (n=zcorpan@pat.se.opera.com) (Read error: 104 (Connection reset by peer))
- # [16:26] * Joins: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:40] * Quits: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [16:41] * Quits: dglazkov (n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net)
- # [16:43] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [16:55] * Quits: svl (n=me@ip565744a7.direct-adsl.nl) (Nick collision from services.)
- # [16:55] * Joins: svl (n=me@ip565744a7.direct-adsl.nl)
- # [17:00] * Quits: zcorpan (n=zcorpan@pat.se.opera.com)
- # [17:04] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [17:05] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [17:07] * Joins: hobertoAtWork4 (n=hobertoa@gw1.mcgraw-hill.com)
- # [17:07] * Joins: dglazkov (n=dglazkov@nat/google/x-csusshdbmizwvjyo)
- # [17:20] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [17:23] * Joins: rauchg (n=rauchg@host7.190-230-121.telecom.net.ar)
- # [17:32] <annevk> hmm, EUR 530 to get my MacBook fixed
- # [17:32] <annevk> doesn't really seem worth it
- # [17:33] <Philip`> That's more than the cost of my current main laptop
- # [17:33] <annevk> I paid a little more for it, but still...
- # [17:35] <annevk> pretty bad that it breaks down in two years :/
- # [17:46] * Quits: annevk (n=annevk@5355737B.cable.casema.nl) (Read error: 60 (Operation timed out))
- # [17:56] * Joins: maikmerten (n=maikmert@port-92-201-71-88.dynamic.qsc.de)
- # [18:03] * Joins: Lachy (n=Lachlan@85.196.122.246)
- # [18:10] * Quits: Lachy (n=Lachlan@85.196.122.246) ("Leaving")
- # [18:11] * Joins: Lachy (n=Lachlan@85.196.122.246)
- # [18:11] * Joins: annevk (n=annevk@5355737B.cable.casema.nl)
- # [18:32] * Joins: Heimidal (n=heimidal@cpe-76-168-254-92.socal.res.rr.com)
- # [18:32] * Parts: rauchg (n=rauchg@host7.190-230-121.telecom.net.ar)
- # [18:39] * Joins: cristianl (n=cristian@201-10-38-252.paemt704.dsl.brasiltelecom.net.br)
- # [19:06] * Quits: dbaron (n=dbaron@pool-173-49-144-243.phlapa.fios.verizon.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [19:20] * Joins: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no)
- # [19:22] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 60 (Operation timed out))
- # [19:24] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [19:39] * Joins: vvv (n=vvv@mediawiki/VasilievVV)
- # [19:41] * Joins: gunderwonder (n=gunderwo@118.80-202-84.nextgentel.com)
- # [19:47] * Quits: annevk (n=annevk@5355737B.cable.casema.nl) (Read error: 110 (Connection timed out))
- # [20:01] * Joins: erlehmann (n=erlehman@82.113.106.2)
- # [20:11] * Quits: Amorphous (i=jan@unaffiliated/amorphous) (Read error: 110 (Connection timed out))
- # [20:14] * Joins: Amorphous (i=jan@unaffiliated/amorphous)
- # [20:51] * Joins: GarethAdams|Home (n=GarethAd@pdpc/supporter/active/GarethAdams)
- # [20:56] * Quits: gratz|home (n=gratz@cpc3-brig15-2-0-cust237.3-3.cable.virginmedia.com) (Read error: 110 (Connection timed out))
- # [20:57] * Quits: cristianl (n=cristian@201-10-38-252.paemt704.dsl.brasiltelecom.net.br) (Read error: 110 (Connection timed out))
- # [21:07] * Joins: jwalden (n=waldo@adsl-70-131-101-85.dsl.emhril.sbcglobal.net)
- # [21:25] * Quits: oskude (n=osku@p54B0AA0F.dip0.t-ipconnect.de) ("why bother?")
- # [21:32] * Joins: archtech (i=stanv@83.228.56.37)
- # [21:37] * Joins: cardona507 (n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net)
- # [21:38] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [21:39] * Joins: annevk (n=annevk@5355737B.cable.casema.nl)
- # [21:40] * Quits: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com) (Read error: 54 (Connection reset by peer))
- # [21:40] * Joins: JoePeck (n=JoePeck@cpe-74-69-85-249.rochester.res.rr.com)
- # [21:43] * erlehmann is now known as dridde
- # [21:45] * dridde is now known as erlehmann
- # [21:46] * Joins: nessy (n=Adium@124-171-24-116.dyn.iinet.net.au)
- # [21:55] * Joins: cristianl (n=cristian@201-10-38-252.paemt704.dsl.brasiltelecom.net.br)
- # [21:58] * erlehmann is now known as erduschmann
- # [22:00] * Quits: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Read error: 54 (Connection reset by peer))
- # [22:01] * Joins: Rik` (n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [22:04] * Joins: dglazkov_ (n=dglazkov@nat/google/x-vicwxcdvbmyiqhcq)
- # [22:08] * Quits: maikmerten (n=maikmert@port-92-201-71-88.dynamic.qsc.de) (Remote closed the connection)
- # [22:13] * Quits: nessy (n=Adium@124-171-24-116.dyn.iinet.net.au) ("Leaving.")
- # [22:15] * Joins: ttepasse (n=ttepas--@dslb-084-060-079-058.pools.arcor-ip.net)
- # [22:16] * Quits: dglazkov_ (n=dglazkov@nat/google/x-vicwxcdvbmyiqhcq) (Remote closed the connection)
- # [22:16] * Joins: dglazkov_ (n=dglazkov@nat/google/x-hcbwwpyboqusmkax)
- # [22:17] * Quits: MikeSmith (n=MikeSmit@EM114-48-188-122.pool.e-mobile.ne.jp) (Read error: 110 (Connection timed out))
- # [22:17] * Quits: dglazkov (n=dglazkov@nat/google/x-csusshdbmizwvjyo) (Read error: 104 (Connection reset by peer))
- # [22:17] * dglazkov_ is now known as dglazkov
- # [22:40] * Quits: erduschmann (n=erlehman@82.113.106.2) ("Ex-Chat")
- # [22:55] * Quits: archtech (i=stanv@83.228.56.37) (Client Quit)
- # [22:57] * Quits: virtuelv (n=virtuelv@162.179.251.212.customer.cdi.no) ("Ex-Chat")
- # [23:01] <AryehGregor> I hope the HTMLWG publishes a Last Call soon for the sole reason that then people will stop trying to move the Wikipedia article to "HTML 5" based on looking at the August Working Draft.
- # [23:05] * Philip` suggests not fighting the people who want to move it
- # [23:07] <AryehGregor> Well, then someone else will fight them and move it back.
- # [23:07] <AryehGregor> Anyway, it's not much of a fight, took two minutes or something.
- # [23:14] * Joins: weinig (n=weinig@c-71-198-185-234.hsd1.ca.comcast.net)
- # [23:15] <GPHemsley> AryehGregor: Your WerdaBot doesn't appear to be working anymore... :P
- # [23:15] <annevk> publishing an interim draft is prolly coming first, if anything
- # [23:15] <AryehGregor> GPHemsley, WerdnaBot is Werdna's, not mine.
- # [23:15] <GPHemsley> AryehGregor: Well, I meant, for your talk page
- # [23:15] <AryehGregor> GPHemsley, nobody talks to me anyway, so no big deal.
- # [23:15] <GPHemsley> heh
- # [23:20] * Joins: taf2 (n=taf2@pool-98-117-216-229.bltmmd.fios.verizon.net)
- # [23:22] * Quits: jwalden (n=waldo@adsl-70-131-101-85.dsl.emhril.sbcglobal.net) (Read error: 60 (Operation timed out))
- # [23:23] * Joins: othermaciej (n=mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [23:25] <Hixie> AryehGregor: ain't nothing wrong with calling it "HTML 5", just like "HTML4" and "HTML 4" are both acceptable
- # [23:25] <AryehGregor> Hixie, well, Wikipedia might as well be consistent.
- # [23:25] <Hixie> what does it do for HTML4?
- # [23:28] <annevk> oh yes, made Ubuntu stream video to my Xbox 360
- # [23:28] <annevk> win win win
- # [23:33] <AryehGregor> "HTML 4.0"
- # [23:33] <AryehGregor> That's the name used in the spec.
- # [23:34] <AryehGregor> Whereas HTML5 uses "HTML5" in the spec.
- # [23:38] * Quits: TabAtkins (n=chatzill@70-139-15-246.lightspeed.rsbgtx.sbcglobal.net) (Read error: 60 (Operation timed out))
- # [23:41] * Joins: jwalden (n=waldo@adsl-70-131-101-85.dsl.emhril.sbcglobal.net)
- # [23:44] * Quits: gavin_ (n=gavin@firefox/developer/gavin) (Read error: 110 (Connection timed out))
- # [23:45] * Joins: gavin_ (n=gavin@firefox/developer/gavin)
- # [23:45] * Quits: workmad3 (n=workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote closed the connection)
- # [23:56] * Joins: archtech (i=stanv@83.228.56.37)
- # Session Close: Thu Dec 31 00:00:00 2009
The end :)