/irc-logs / freenode / #whatwg / 2013-05-24 / end

Options:

  1. # Session Start: Fri May 24 00:00:01 2013
  2. # Session Ident: #whatwg
  3. # [00:00] <hober> i think people google around for how to do what rniwa wants, they find object-fit: contain, they assume it does what they want, and then they see this weird extra space for no apparent reason
  4. # [00:00] <hober> the other case (letterboxing etc.) isn't as common/compelling
  5. # [00:01] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  6. # [00:02] <TabAtkins> Again, all that means is that we need a property that does what they want.
  7. # [00:02] <TabAtkins> It doesn't negate the use-case for object-fit.
  8. # [00:02] * Quits: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl) (Quit: Gone snoring)
  9. # [00:04] <hober> while true, i'd rather change object-fit to do something like what rniwa wants in the common case, and then additionally make it possible to do the (weirder) behavior with some additional values
  10. # [00:04] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
  11. # [00:04] <hober> 'object-fit: contain letterbox' or some such
  12. # [00:04] <rniwa> TabAtkins: it seems better to address a more common use case.
  13. # [00:05] <TabAtkins> Oh god no. Again, no vertical-align trainwreck. A single property doing two very different things is just asking for confusion.
  14. # [00:05] <TabAtkins> Like, what would "letterbox" even mean for regular content? It's nonsense.
  15. # [00:06] <rniwa> TabAtkins: exactly, that's why it doesn't make much sense for "object-fit: contain" to behave that way.
  16. # [00:06] <TabAtkins> Listen. Just let me define the property for you. I'll post it on the list. You can implement it. Everyone will be happy.
  17. # [00:06] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  18. # [00:07] <rniwa> TabAtkins: adding a new property to address my use case will be great
  19. # [00:07] <rniwa> TabAtkins: but I still have concerns for the current behavior of object-fit: contain because it's confusing for authors.
  20. # [00:08] <TabAtkins> Only because their is no way to get what they currently want, and they don't believe that, so they try everything that looks remotely like it'll work.
  21. # [00:08] * Joins: [[zzz]] (~q@node-9f5.pool-125-25.dynamic.totbb.net)
  22. # [00:08] <TabAtkins> I'm not going to keep repeating myself about the value of object-fit's current behavior. It has its uses.
  23. # [00:09] <rniwa> TabAtkins: and I'm saying that those use cases aren't compelling.
  24. # [00:09] <TabAtkins> Unluckily for you, we have existing things in the web that use the functionality. Removing object-fit just means those things are more magical and can't be tweaked.
  25. # [00:09] <rniwa> TabAtkins: what existing things?
  26. # [00:10] <TabAtkins> <video>. I've already explained this.
  27. # [00:10] <rniwa> TabAtkins: how can video be using this feature when no browsers other than Opera have implemented it?
  28. # [00:10] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Ping timeout: 252 seconds)
  29. # [00:11] <TabAtkins> Video is using the functionality that object-fit describes.
  30. # [00:11] <TabAtkins> It letterboxes.
  31. # [00:11] <rniwa> TabAtkins: also, the fact that some element has some interesting layout algorithm doesn't mean we have to expose that as a css property
  32. # [00:11] <TabAtkins> If we dont' have object-fit, that just means you can't do that yourself, or tweak the existing behavior.
  33. # [00:12] * Quits: [[zz]] (~q@node-ki0.pool-101-108.dynamic.totbb.net) (Ping timeout: 260 seconds)
  34. # [00:12] <TabAtkins> Unless the "interesting layout algorithm" is a legacy mistake, it is a good thing to make the web platform self-describable.
  35. # [00:12] <rniwa> TabAtkins: I don't those are use cases
  36. # [00:12] <rniwa> think*
  37. # [00:12] <TabAtkins> I do. Shrug.
  38. # [00:12] <TabAtkins> People get to ahve different opinions!
  39. # [00:13] <rniwa> TabAtkins: sure, i agree to disagree
  40. # [00:14] <TabAtkins> (Or rather, people get to disagree because I'm not willing to put the effort into either convincing them, or convincing myself and self-updating sufficiently to be consistent again. No one should ever disagree, as reality is objective, if we had enough processing power.)
  41. # [00:14] <rniwa> reality is very subjective.
  42. # [00:14] <TabAtkins> Wrong. ^_^
  43. # [00:14] <rniwa> TabAtkins: again, i agree to disagree :)
  44. # [00:15] <TabAtkins> And since reality is objective, there's an objective answer to that question.
  45. # [00:15] <TabAtkins> Your perception of reality is subjective, by definition.
  46. # [00:15] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
  47. # [00:16] <hober> offhand, i think you could describe <video> with existing platform features without object-fit
  48. # [00:17] <hober> but i didn't just try that :)
  49. # [00:18] <TabAtkins> If you reify <video> into a non-replaced element containing a [video-pane thing], sure.
  50. # [00:18] <TabAtkins> Or rather, you could, once we introduce the sizing property that respects aspect-ratios better.
  51. # [00:18] <hober> then we wouldn't need the weird property value any more, wheee
  52. # [00:19] * Quits: annevk (~annevk@203.69.99.17) (Remote host closed the connection)
  53. # [00:20] <TabAtkins> You'd need an equalivalent property, plus enough Web Components to describe <video>, plus some way of describing [video-pane thing].
  54. # [00:21] <TabAtkins> Better? Arguably either way, I think. ^_^
  55. # [00:21] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: miketaylr)
  56. # [00:21] <hober> you don't need enough web components to describe video, you just need a pseudo element for the [video-pane thing]
  57. # [00:22] <hober> which could be useful for "the image in the <img>" etc
  58. # [00:26] * Joins: rniwa (~rniwa@17.212.154.114)
  59. # [00:26] * Quits: mrbkap (~mrbkap@v-1045.fw1.sfo1.mozilla.net) (Remote host closed the connection)
  60. # [00:26] * Joins: nimbu (~nimbu@sjfw1-a.adobe.com)
  61. # [00:27] * Joins: mrbkap (~mrbkap@v-1045.fw1.sfo1.mozilla.net)
  62. # [00:28] * Quits: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar) (Remote host closed the connection)
  63. # [00:33] * Quits: newtron (~newtron@199.71.174.103) (Remote host closed the connection)
  64. # [00:34] * Joins: nimbu1 (~nimbu@sjfw1-a.adobe.com)
  65. # [00:35] * Quits: nimbu (~nimbu@sjfw1-a.adobe.com) (Ping timeout: 248 seconds)
  66. # [00:35] * Quits: othermaciej (~mjs@17.114.9.189) (Quit: othermaciej)
  67. # [00:37] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  68. # [00:38] * Krinkle is now known as Krinkle|detached
  69. # [00:39] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
  70. # [00:41] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Ping timeout: 248 seconds)
  71. # [00:44] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 260 seconds)
  72. # [00:45] * Quits: mven (~mven@169.241.49.239) (Remote host closed the connection)
  73. # [00:50] * Quits: nimbu1 (~nimbu@sjfw1-a.adobe.com) (Quit: Leaving.)
  74. # [00:50] * Quits: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: Leaving)
  75. # [00:56] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  76. # [00:56] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  77. # [00:59] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  78. # [00:59] * Joins: othermaciej (~mjs@17.114.106.157)
  79. # [01:00] * Joins: ap_ (~ap@17.245.109.246)
  80. # [01:02] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  81. # [01:02] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  82. # [01:03] * Quits: ap (~ap@2620:149:4:1b01:a1d4:fbca:94d2:d1c3) (Ping timeout: 240 seconds)
  83. # [01:03] * ap_ is now known as ap
  84. # [01:03] * Quits: ap (~ap@17.245.109.246) (Client Quit)
  85. # [01:07] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 248 seconds)
  86. # [01:09] * GPHemsley wants the hookshot
  87. # [01:19] * Joins: weinig (~weinig@17.114.110.112)
  88. # [01:19] * Joins: reyre_ (~reyre_@203.69.99.17)
  89. # [01:30] * Joins: annevk (~annevk@203.69.99.17)
  90. # [01:33] * Quits: reyre_ (~reyre_@203.69.99.17) (Remote host closed the connection)
  91. # [01:34] * Quits: annevk (~annevk@203.69.99.17) (Ping timeout: 256 seconds)
  92. # [01:38] * Quits: AladinBouzerd (~aladinbou@41.104.105.168) (Ping timeout: 252 seconds)
  93. # [01:41] * Joins: reyre_ (~reyre_@203.69.99.17)
  94. # [01:44] * Quits: othermaciej (~mjs@17.114.106.157) (Quit: othermaciej)
  95. # [01:45] * Joins: ehsan (~ehsan@24.212.206.174)
  96. # [01:46] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  97. # [01:49] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  98. # [01:58] * Quits: smaug____ (~chatzilla@a91-154-47-240.elisa-laajakaista.fi) (Ping timeout: 248 seconds)
  99. # [02:00] * Joins: dbaron (~dbaron@203.69.99.16)
  100. # [02:01] * Quits: dgrogan (dgrogan@nat/google/x-fmmhbtqlvcfavcsp) (Quit: Leaving)
  101. # [02:02] * Quits: yoshiki (yoshiki@nat/google/x-hfwykzytwonanoep) (Ping timeout: 246 seconds)
  102. # [02:02] * Quits: reyre_ (~reyre_@203.69.99.17) (Remote host closed the connection)
  103. # [02:06] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
  104. # [02:06] * Quits: weinig (~weinig@17.114.110.112) (Quit: weinig)
  105. # [02:10] * Quits: Jedi_ (~Jedi@jedi.org) (Ping timeout: 248 seconds)
  106. # [02:15] * Quits: jsbell (jsbell@nat/google/x-bgducslflinrjxkn) (Quit: There's no place like home...)
  107. # [02:18] * Joins: weinig (~weinig@17.114.110.112)
  108. # [02:19] * Joins: othermaciej (~mjs@17.114.17.168)
  109. # [02:19] * Quits: weinig (~weinig@17.114.110.112) (Client Quit)
  110. # [02:21] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  111. # [02:22] * Joins: jernoble_ (~jernoble@76.74.153.41)
  112. # [02:23] * Joins: weinig (~weinig@17.114.110.112)
  113. # [02:24] * Joins: scor (scor@conference/drupalcon/x-hxevvxpbvpimipih)
  114. # [02:24] * Quits: scor (scor@conference/drupalcon/x-hxevvxpbvpimipih) (Changing host)
  115. # [02:24] * Joins: scor (scor@drupal.org/user/52142/view)
  116. # [02:24] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
  117. # [02:27] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  118. # [02:27] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: miketaylr)
  119. # [02:31] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  120. # [02:35] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  121. # [02:37] * Quits: othermaciej (~mjs@17.114.17.168) (Quit: othermaciej)
  122. # [02:41] * Joins: kochi_home (~kochi_hom@dcm1-133-204-117-56.tky.mesh.ad.jp)
  123. # [02:41] * Quits: weinig (~weinig@17.114.110.112) (Quit: weinig)
  124. # [02:42] * Quits: vcarbune (~vcarbune@84-74-140-149.dclient.hispeed.ch) (Ping timeout: 240 seconds)
  125. # [02:44] * Joins: othermaciej (~mjs@17.114.17.168)
  126. # [02:44] * Quits: josemanuel (~josemanue@144.213.221.87.dynamic.jazztel.es) (Quit: Saliendo)
  127. # [02:45] * Quits: kochi_home (~kochi_hom@dcm1-133-204-117-56.tky.mesh.ad.jp) (Ping timeout: 256 seconds)
  128. # [02:49] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  129. # [02:50] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
  130. # [02:51] * Quits: dbaron (~dbaron@203.69.99.16) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  131. # [02:54] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  132. # [02:54] * Joins: aniasis (~aniasis@108-195-74-48.lightspeed.rcsntx.sbcglobal.net)
  133. # [02:54] * Joins: reyre- (~reyre_@118-163-10-190.HINET-IP.hinet.net)
  134. # [02:57] * heycam|away is now known as heycam
  135. # [02:58] * Quits: jernoble_ (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  136. # [02:58] * Joins: birtles (~chatzilla@118-163-10-190.HINET-IP.hinet.net)
  137. # [02:58] * Joins: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com)
  138. # [02:59] * Joins: SimonSapin (~simon@203.69.99.17)
  139. # [03:00] * Joins: jernoble_ (~jernoble@76.74.153.41)
  140. # [03:06] * Quits: jernoble_ (~jernoble@76.74.153.41) (Quit: Computer has gone to sleep.)
  141. # [03:07] * Quits: SimonSapin (~simon@203.69.99.17) (Quit: Leaving.)
  142. # [03:08] * Joins: reyre_ (~reyre_@220-136-14-43.dynamic.hinet.net)
  143. # [03:09] * Joins: weinig (~weinig@17.212.155.14)
  144. # [03:11] * Quits: reyre- (~reyre_@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 248 seconds)
  145. # [03:14] * Quits: othermaciej (~mjs@17.114.17.168) (Quit: othermaciej)
  146. # [03:14] * Joins: SimonSapin (~simon@203.69.99.17)
  147. # [03:15] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  148. # [03:16] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
  149. # [03:20] * Quits: SimonSapin (~simon@203.69.99.17) (Ping timeout: 252 seconds)
  150. # [03:34] * Joins: nimbu (~Adium@70-36-142-26.dsl.dynamic.sonic.net)
  151. # [03:36] * Joins: roc_ (~chatzilla@220-136-14-43.dynamic.hinet.net)
  152. # [03:39] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  153. # [03:41] * Quits: scor (scor@drupal.org/user/52142/view) (Quit: scor)
  154. # [03:45] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  155. # [03:46] * Quits: weinig (~weinig@17.212.155.14) (Ping timeout: 260 seconds)
  156. # [03:57] * Quits: blooberry2 (~blooberry@134.134.139.70) (Quit: Leaving)
  157. # [03:58] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  158. # [04:08] * Quits: reyre_ (~reyre_@220-136-14-43.dynamic.hinet.net) (Remote host closed the connection)
  159. # [04:13] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  160. # [04:14] * Joins: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net)
  161. # [04:16] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 252 seconds)
  162. # [04:23] * Quits: roc_ (~chatzilla@220-136-14-43.dynamic.hinet.net) (Ping timeout: 248 seconds)
  163. # [04:34] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  164. # [04:34] * Joins: reyre_ (~reyre_@118-163-10-190.HINET-IP.hinet.net)
  165. # [04:43] * Joins: reyre- (~reyre_@118-163-10-190.HINET-IP.hinet.net)
  166. # [04:43] * Quits: reyre_ (~reyre_@118-163-10-190.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  167. # [04:49] * Joins: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com)
  168. # [04:54] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  169. # [05:04] * Joins: reyre_ (~reyre_@220-136-14-43.dynamic.hinet.net)
  170. # [05:08] * Quits: reyre- (~reyre_@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 248 seconds)
  171. # [05:14] * Quits: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  172. # [05:14] * ojan is now known as ojan_away
  173. # [05:15] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 260 seconds)
  174. # [05:15] * Joins: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net)
  175. # [05:23] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
  176. # [05:27] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  177. # [05:35] * Joins: annevk (~annevk@203.69.99.17)
  178. # [05:36] * Quits: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net) (Remote host closed the connection)
  179. # [05:36] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Ping timeout: 252 seconds)
  180. # [05:39] * Quits: annevk (~annevk@203.69.99.17) (Remote host closed the connection)
  181. # [05:40] * Quits: gavin__ (~gavin@76.14.87.162) (Read error: Connection reset by peer)
  182. # [05:40] * Joins: gavin___ (~gavin@76.14.87.162)
  183. # [05:56] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
  184. # [06:01] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 256 seconds)
  185. # [06:02] * Quits: reyre_ (~reyre_@220-136-14-43.dynamic.hinet.net) (Remote host closed the connection)
  186. # [06:02] * Joins: reyre_ (~reyre_@118-163-10-190.HINET-IP.hinet.net)
  187. # [06:07] * Joins: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net)
  188. # [06:15] * Joins: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net)
  189. # [06:25] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  190. # [06:38] * Joins: scor (~scor@67-131-100-3.dia.static.qwest.net)
  191. # [06:38] * Quits: scor (~scor@67-131-100-3.dia.static.qwest.net) (Changing host)
  192. # [06:38] * Joins: scor (~scor@drupal.org/user/52142/view)
  193. # [06:45] * Quits: scor (~scor@drupal.org/user/52142/view) (Ping timeout: 256 seconds)
  194. # [06:48] * Joins: annevk (~annevk@118-163-10-190.HINET-IP.hinet.net)
  195. # [06:48] * Joins: scor (~scor@67-131-100-3.dia.static.qwest.net)
  196. # [06:48] * Quits: scor (~scor@67-131-100-3.dia.static.qwest.net) (Changing host)
  197. # [06:48] * Joins: scor (~scor@drupal.org/user/52142/view)
  198. # [06:59] * heycam is now known as heycam|away
  199. # [07:04] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  200. # [07:04] * heycam|away is now known as heycam
  201. # [07:05] * [[zzz]] is now known as [[zz]]
  202. # [07:08] * Joins: annevk5 (~annevk@118-163-10-190.HINET-IP.hinet.net)
  203. # [07:08] * Quits: annevk (~annevk@118-163-10-190.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  204. # [07:09] * Quits: barneybook|2 (~kvirc@114-43-147-15.dynamic.hinet.net) (Read error: Connection reset by peer)
  205. # [07:10] * annevk5 is now known as annevk
  206. # [07:11] * Quits: reyre_ (~reyre_@118-163-10-190.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  207. # [07:11] * Joins: reyre_ (~reyre_@118-163-10-190.HINET-IP.hinet.net)
  208. # [07:12] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 240 seconds)
  209. # [07:12] * Quits: aniasis (~aniasis@108-195-74-48.lightspeed.rcsntx.sbcglobal.net) (Ping timeout: 248 seconds)
  210. # [07:12] <annevk> zcorpan: you should probably comment on http://dev.w3.org/csswg/css-fonts/#object-model and try to fight against useless interfaces like "CSSFontFeatureValuesRule"
  211. # [07:12] <annevk> zcorpan: might as well just expose it as a CSSRule for now
  212. # [07:18] * heycam is now known as heycam|away
  213. # [07:19] * Quits: miketaylr (~miketaylr@cpe-70-112-101-224.austin.res.rr.com) (Quit: goodbye cruel world)
  214. # [07:20] * Joins: Jedi_ (~Jedi@jedi.org)
  215. # [07:24] * Quits: eresair (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Remote host closed the connection)
  216. # [07:26] * heycam|away is now known as heycam
  217. # [07:31] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 252 seconds)
  218. # [07:38] * heycam is now known as heycam|away
  219. # [07:42] * heycam|away is now known as heycam
  220. # [07:45] <annevk> Planning travel is the worst thing. It's great to see the world, but committing to a set of days and particular flights upfront...
  221. # [07:46] * Quits: weinig (~weinig@c-98-234-121-20.hsd1.ca.comcast.net) (Quit: weinig)
  222. # [07:54] * Quits: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  223. # [07:55] * Joins: eresair (~eresair@c-71-198-63-116.hsd1.ca.comcast.net)
  224. # [07:55] * Joins: Badreddin (~Nur@189.192.155.69)
  225. # [07:55] * Joins: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net)
  226. # [08:00] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  227. # [08:00] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  228. # [08:01] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  229. # [08:03] * Quits: eresair (~eresair@c-71-198-63-116.hsd1.ca.comcast.net) (Ping timeout: 256 seconds)
  230. # [08:06] * heycam is now known as heycam|away
  231. # [08:14] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
  232. # [08:22] * Quits: jryans (~jryans@cpe-70-113-92-118.austin.res.rr.com) (Quit: Be back later)
  233. # [08:26] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Quit: Leaving.)
  234. # [08:32] * Joins: birtles_ (~chatzilla@118-163-10-190.HINET-IP.hinet.net)
  235. # [08:33] * Quits: birtles (~chatzilla@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 252 seconds)
  236. # [08:33] * birtles_ is now known as birtles
  237. # [08:35] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  238. # [08:47] * Parts: JibberJim (~opera@2.222.180.32)
  239. # [08:49] * Joins: richt_ (~richt@125.131.77.132)
  240. # [08:50] * Joins: richt (~richt@91.216.105.26)
  241. # [08:54] * Joins: hallvors (~hallvord@node-c6rfif8a3ui4wr.20.ipv6.opera.com)
  242. # [08:54] * Quits: richt_ (~richt@125.131.77.132) (Ping timeout: 248 seconds)
  243. # [08:55] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  244. # [09:01] * Joins: vcarbune (~vcarbune@vpn-global-dhcp2-124.ethz.ch)
  245. # [09:01] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  246. # [09:20] * heycam|away is now known as heycam
  247. # [09:21] * Joins: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl)
  248. # [09:28] * Joins: benbarnett (~Adium@149.241.218.124)
  249. # [09:30] * Quits: benbarnett (~Adium@149.241.218.124) (Client Quit)
  250. # [09:31] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  251. # [09:31] * Joins: Ms2ger (~Ms2ger@253.193-64-87.adsl-dyn.isp.belgacom.be)
  252. # [09:33] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  253. # [09:33] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  254. # [09:33] * Joins: AladinBouzerd (~aladinbou@41.104.105.168)
  255. # [09:35] * Joins: Masklinn (~textual@109.89.68.161)
  256. # [09:41] * Quits: vcarbune (~vcarbune@vpn-global-dhcp2-124.ethz.ch) (Ping timeout: 241 seconds)
  257. # [09:53] * Joins: ambv (~ambv@213.17.226.11)
  258. # [09:54] * Quits: ambv (~ambv@213.17.226.11) (Client Quit)
  259. # [09:54] * Joins: ambv (~ambv@213.17.226.11)
  260. # [09:57] * Joins: darobin (~darobin@78.109.80.74)
  261. # [09:58] * Joins: charl (~charl@2001:67c:2564:524:92b1:1cff:fe89:ae5)
  262. # [09:58] * Joins: vcarbune (~vcarbune@vpn-global-dhcp2-217.ethz.ch)
  263. # [10:09] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  264. # [10:10] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  265. # [10:14] * Joins: benbarnett (~Adium@80.87.30.115)
  266. # [10:20] * heycam is now known as heycam|away
  267. # [10:22] * Joins: nonge_ (~nonge@p5B326A94.dip0.t-ipconnect.de)
  268. # [10:23] <zcorpan> annevk: i agree that the design for CSSRule seems weird. i'll ponder what it should be like instead, if it's worth changing it
  269. # [10:23] * Quits: nonge (~nonge@91.50.105.194) (Read error: Operation timed out)
  270. # [10:25] <annevk> zcorpan: so we can't change CSSRule, but we can avoid introducing new crappy string-based APIs in CSS
  271. # [10:30] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  272. # [10:31] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
  273. # [10:39] * Joins: annevk5 (~annevk@118-163-10-190.HINET-IP.hinet.net)
  274. # [10:39] * Quits: annevk (~annevk@118-163-10-190.HINET-IP.hinet.net) (Read error: Connection reset by peer)
  275. # [10:43] * Quits: Martin1982 (~Martin198@541A8D15.cm-5-3c.dynamic.ziggo.nl) (Ping timeout: 264 seconds)
  276. # [10:44] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  277. # [10:45] * heycam|away is now known as heycam
  278. # [10:46] * Quits: AladinBouzerd (~aladinbou@41.104.105.168) (Quit: Leaving)
  279. # [10:46] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  280. # [10:48] * Quits: birtles (~chatzilla@118-163-10-190.HINET-IP.hinet.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])

The end :)