/irc-logs / freenode / #whatwg / 2008-01-05 / end

Options:

  1. # Session Start: Sat Jan 05 00:00:00 2008
  2. # Session Ident: #whatwg
  3. # [00:02] * Quits: kingryan (n=kingryan@dsl092-219-050.sfo1.dsl.speakeasy.net)
  4. # [00:10] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
  5. # [00:22] <zcorpan> hsivonen: validator.nu doesn't catch errors in xml-stylesheet PIs
  6. # [00:26] * Quits: aroben_ (n=aroben@unaffiliated/aroben) ("Leaving")
  7. # [00:27] <gsnedders> Hixie: ping
  8. # [00:29] <gsnedders> Hixie: do you do refs manually and not through what <http://www.w3.org/Style/spec-mark-up> says?
  9. # [00:29] <gsnedders> (or are they pre-processed somehow to be in the WF2 source?)
  10. # [00:31] * Quits: jgraham (n=james@81-86-215-9.dsl.pipex.com) ("This computer has gone to sleep")
  11. # [00:37] <Hixie> i do all references manually
  12. # [00:52] * Quits: hober (n=ted@unaffiliated/hober) ("ERC Version 5.3 (devel) (IRC client for Emacs)")
  13. # [00:55] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
  14. # [01:15] * Quits: weinig_ (n=weinig@17.203.15.140) (Read error: 104 (Connection reset by peer))
  15. # [01:19] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  16. # [01:46] * Quits: cgriego (n=cgriego@216.138.69.206)
  17. # [01:49] * Joins: weinig (n=weinig@17.203.15.140)
  18. # [01:55] * Joins: webben (n=benh@91.84.19.165)
  19. # [02:05] * Joins: webben_ (n=benh@nat/yahoo/x-e9babef4d624d627)
  20. # [02:10] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  21. # [02:13] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  22. # [02:17] * Quits: webben (n=benh@91.84.19.165) (Connection reset by peer)
  23. # [02:22] * Joins: webben (n=benh@91.84.19.165)
  24. # [02:31] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  25. # [02:33] * Quits: webben_ (n=benh@nat/yahoo/x-e9babef4d624d627) (Connection timed out)
  26. # [02:49] * Quits: tndH (i=Rob@adsl-87-102-20-204.karoo.KCOM.COM) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
  27. # [03:03] * Joins: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  28. # [03:14] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  29. # [03:18] * Quits: webben (n=benh@91.84.19.165)
  30. # [03:18] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
  31. # [03:27] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  32. # [03:31] * Quits: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  33. # [03:36] * Joins: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  34. # [03:39] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
  35. # [03:40] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
  36. # [04:03] * Joins: kura[afk] (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net)
  37. # [04:10] * Parts: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  38. # [04:52] * Quits: roc (n=roc@121-72-6-142.dsl.telstraclear.net)
  39. # [05:05] <Hixie> how the hell do you tell a RangeException from a DOMException??
  40. # [05:10] <weinig> Hixie: in WebKit now, you can do e instanceof RangeException
  41. # [05:10] <weinig> Hixie: I believe you can do that in Firefox as well
  42. # [05:13] <weinig> or alternatively, e.constructor == RangeException :)
  43. # [05:13] <weinig> where e is of course the exception being thrown
  44. # [05:18] <Hixie> i mean how do you tell in a spec-justifiable way
  45. # [05:19] <Hixie> ideally using specs from 2004 :-)
  46. # [05:20] <weinig> Hixie: testing e.BAD_BOUNDARYPOINTS_ERR == 1
  47. # [05:20] * Joins: roc (n=roc@121-72-6-142.dsl.telstraclear.net)
  48. # [05:20] <Hixie> hm, yeah, that might work
  49. # [05:20] <Hixie> thanks
  50. # [05:21] <weinig> no problem
  51. # [05:23] <weinig> Hixie: though in no way exaustive, http://trac.webkit.org/projects/webkit/browser/trunk/LayoutTests/fast/dom/DOMException/ might be of some help
  52. # [05:24] * Quits: weinig (n=weinig@17.203.15.140)
  53. # [05:25] <Hixie> thanks
  54. # [06:20] * Quits: digx (n=rick@c-76-109-201-140.hsd1.fl.comcast.net) (Remote closed the connection)
  55. # [06:23] * Quits: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  56. # [06:34] * Joins: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  57. # [07:25] * Quits: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
  58. # [07:25] * Quits: roc (n=roc@121-72-6-142.dsl.telstraclear.net)
  59. # [07:26] <Hixie> DOM Range is really badly defined
  60. # [07:27] <Hixie> it's full of holes
  61. # [07:27] <Hixie> e.g. selectNode() on an orphan seems to cause a crash, as i understand it
  62. # [07:27] <Hixie> and you can set the boundary points as being in different unconnected trees
  63. # [07:30] <Hixie> or if you set the offset to a value out of range
  64. # [07:39] <jruderman> Hixie: have you seen https://bugzilla.mozilla.org/show_bug.cgi?id=409380 ?
  65. # [07:40] <Hixie> yeah i'm looking at those bugs as we speak
  66. # [07:40] <jruderman> :)
  67. # [07:49] * Joins: wakaba (n=w@77.137.148.210.dy.bbexcite.jp)
  68. # [07:50] * Joins: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  69. # [08:06] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) ("http://www.csarven.ca/")
  70. # [08:13] * kura[afk] is now known as kura
  71. # [08:50] * Joins: roc (n=roc@121-72-6-142.dsl.telstraclear.net)
  72. # [08:52] <G0k> hey anyone know where annevk has been?
  73. # [09:00] <kura> probably busy with his new place and all
  74. # [09:03] <G0k> where did he move?
  75. # [09:09] <kura> no idea
  76. # [09:10] <kura> i just saw him tweet a while ago that he got his own place
  77. # [09:10] <kura> like, just before the holidays
  78. # [09:20] <Hixie> wow, dom range's interaction with splitText() is retarded
  79. # [09:21] <othermaciej> how does it interact?
  80. # [09:23] * MacDomeOut is now known as MacDome
  81. # [10:12] * Disconnected
  82. # [10:12] * Attempting to rejoin channel #whatwg
  83. # [10:12] * Rejoined channel #whatwg
  84. # [10:12] * Topic is 'WHATWG (HTML5) -- http://www.whatwg.org/ -- Logs: http://krijnhoetmer.nl/irc-logs/ -- Please leave your sense of logic at the door, thanks!'
  85. # [10:12] * Set by gsnedders on Tue Dec 18 21:41:19
  86. # [10:41] * Disconnected
  87. # [10:41] * Attempting to rejoin channel #whatwg
  88. # [10:41] * Rejoined channel #whatwg
  89. # [10:41] * Topic is 'WHATWG (HTML5) -- http://www.whatwg.org/ -- Logs: http://krijnhoetmer.nl/irc-logs/ -- Please leave your sense of logic at the door, thanks!'
  90. # [10:41] * Set by gsnedders on Tue Dec 18 21:41:19
  91. # [10:58] * Joins: maikmerten (n=maikmert@L92c9.l.pppool.de)
  92. # [10:58] * Quits: roc (n=roc@121-72-6-142.dsl.telstraclear.net)
  93. # [10:58] * Joins: jgraham (n=james@81-86-215-9.dsl.pipex.com)
  94. # [11:09] * Joins: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com)
  95. # [11:09] * Joins: webben (n=benh@91.84.19.165)
  96. # [11:09] * Joins: webben_ (n=benh@dip5-fw.corp.ukl.yahoo.com)
  97. # [11:26] * Quits: webben (n=benh@91.84.19.165) (Read error: 110 (Connection timed out))
  98. # [11:44] <hsivonen> zcorpan: Validator.nu doesn't check the contents of any PI
  99. # [11:47] * Quits: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
  100. # [12:13] * Quits: Thezilch (n=fuz007@ip68-111-154-116.sd.sd.cox.net) (Read error: 104 (Connection reset by peer))
  101. # [13:14] * Joins: webben (n=benh@91.84.19.165)
  102. # [13:34] * Quits: webben_ (n=benh@dip5-fw.corp.ukl.yahoo.com) (Read error: 110 (Connection timed out))
  103. # [14:14] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
  104. # [14:38] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
  105. # [14:42] * Joins: tndH_ (i=Rob@adsl-87-102-20-204.karoo.KCOM.COM)
  106. # [14:42] * tndH_ is now known as tndH
  107. # [15:01] * Joins: ROBOd (n=robod@89.122.216.38)
  108. # [15:02] * Quits: doublec (n=Chris_Do@203-97-173-6.cable.telstraclear.net) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
  109. # [15:14] * Quits: gsnedders (n=gsnedder@host86-137-236-187.range86-137.btcentralplus.com) ("Partying in teh intarwebs")
  110. # [15:50] * Joins: gsnedders (n=gsnedder@host86-137-236-187.range86-137.btcentralplus.com)
  111. # [16:00] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
  112. # [16:08] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  113. # [16:11] * Joins: heycam` (n=cam@124-168-61-74.dyn.iinet.net.au)
  114. # [16:22] * Quits: heycam (n=cam@124-168-61-74.dyn.iinet.net.au) (Read error: 110 (Connection timed out))
  115. # [16:31] * Joins: csarven (n=nevrasc@197.59-ppp.3menatwork.com)
  116. # [16:39] * mitsuhiko is now known as blackbird
  117. # [16:40] * blackbird is now known as mitsuhiko
  118. # [17:03] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  119. # [17:12] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  120. # [17:41] <gsnedders> hsivonen: didn't you have a spec for serialising a DOM structure somewhere?
  121. # [17:42] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  122. # [18:54] <jgraham> gsnedders: are you thinking of http://simon.html5.org/specs/sdf
  123. # [18:54] <gsnedders> jgraham: yes.
  124. # [18:54] <gsnedders> so it was my second thought of ed.
  125. # [19:47] * Quits: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com) (Remote closed the connection)
  126. # [20:58] * Joins: kura (n=faruk@c-24-6-99-228.hsd1.ca.comcast.net)
  127. # [21:03] * Joins: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com)
  128. # [21:38] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
  129. # [21:56] <zcorpan> hsivonen: consider it a feature request to validate xml-stylesheet PIs :) (i'll spec down conf requirements for it in my draft, though it already defines what is a parse error...)
  130. # [22:00] * Joins: peepo (n=Jay@host86-147-33-213.range86-147.btcentralplus.com)
  131. # [22:01] * MacDomeSleep is now known as MacDome
  132. # [22:04] * Quits: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
  133. # [22:12] * Quits: Dashiva (i=Dashiva@wikia/Dashiva)
  134. # [22:13] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
  135. # [22:15] * Joins: Dashiva (i=Dashiva@wikia/Dashiva)
  136. # [22:17] * Quits: maikmerten (n=maikmert@L92c9.l.pppool.de) ("Leaving")
  137. # [22:21] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
  138. # [22:24] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
  139. # [22:29] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) (Client Quit)
  140. # [22:30] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
  141. # [22:37] * Joins: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
  142. # [22:39] <gsnedders> Hixie: ping
  143. # [22:42] * Quits: peepo (n=Jay@host86-147-33-213.range86-147.btcentralplus.com) ("later")
  144. # [22:54] * Quits: virtuelv (n=virtuelv@65.80-202-82.nextgentel.com) (Remote closed the connection)
  145. # [23:00] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Remote closed the connection)
  146. # [23:23] * Quits: zcorpan (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
  147. # [23:40] * Joins: weinig_ (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
  148. # [23:52] * Joins: G0k (n=hmason@dsl081-227-134.chi1.dsl.speakeasy.net)
  149. # [23:53] * Joins: digx (n=rick@c-76-109-201-140.hsd1.fl.comcast.net)
  150. # [23:56] * Joins: tantek (n=tantek@70-14-39-15.area3.spcsdns.net)
  151. # [23:57] * Quits: weinig (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
  152. # [23:58] * weinig_ is now known as weinig
  153. # Session Close: Sun Jan 06 00:00:00 2008

The end :)