/irc-logs / w3c / #css / 2008-11-06 / end

Options:

  1. # Session Start: Thu Nov 06 00:00:00 2008
  2. # Session Ident: #css
  3. # [00:02] * Quits: melinda (melinda.gr@67.142.45.126) (Connection reset by peer)
  4. # [00:16] * Joins: melinda (melinda.gr@67.142.45.126)
  5. # [00:16] * Quits: melinda (melinda.gr@67.142.45.126) (Quit: melinda)
  6. # [00:16] * Parts: howcome (howcome@80.203.102.131)
  7. # [00:18] * Joins: howcome (howcome@80.203.102.131)
  8. # [00:18] * Parts: howcome (howcome@80.203.102.131)
  9. # [04:18] * Joins: melinda (melinda.gr@67.142.45.126)
  10. # [04:18] <melinda> @fantasai, u there?
  11. # [05:22] * Quits: melinda (melinda.gr@67.142.45.126) (Ping timeout)
  12. # [06:45] * RRSAgent excuses himself; his presence no longer seems to be needed
  13. # [06:45] * Parts: RRSAgent (rrs-loggee@128.30.52.30)
  14. # [07:11] * Quits: dbaron (dbaron@63.245.220.241) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  15. # [10:44] * Quits: jdaggett (jdaggett@202.221.217.78) (Ping timeout)
  16. # [11:13] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
  17. # [11:30] * Joins: Lachy (Lachlan@213.236.208.22)
  18. # [11:31] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: Leaving)
  19. # [11:31] * Joins: Lachy (Lachlan@213.236.208.22)
  20. # [12:02] * Joins: shepazu (schepers@128.30.52.30)
  21. # [15:31] * Joins: myakura (myakura@122.17.190.200)
  22. # [16:25] * Joins: MoZ (chatzilla@82.230.92.154)
  23. # [16:36] * Quits: myakura (myakura@122.17.190.200) (Quit: Leaving...)
  24. # [17:57] * Quits: Lachy (Lachlan@213.236.208.22) (Quit: This computer has gone to sleep)
  25. # [19:04] * Joins: Lachy (Lachlan@85.196.122.246)
  26. # [19:50] * Joins: dsinger (dsinger@17.202.35.52)
  27. # [19:50] * Quits: dsinger (dsinger@17.202.35.52) (Quit: dsinger)
  28. # [19:57] * Quits: MoZ (chatzilla@82.230.92.154) (Quit: ChatZilla 0.9.83 [Firefox 3.0.3/2008092414])
  29. # [20:41] * Joins: dbaron (dbaron@63.245.220.241)
  30. # [22:22] * Quits: Lachy (Lachlan@85.196.122.246) (Quit: This computer has gone to sleep)
  31. # [22:46] * Quits: arronei (arronei@131.107.0.105) (Ping timeout)
  32. # [22:52] * Joins: arronei (arronei@131.107.0.74)
  33. # [22:58] <fantasai> dbaron, Bert: Added grammar for nth-child file:///home/fantasai/w3c/csswg/selectors3/Overview.html#nth-child-pseudo Let me know if the wording needs tweaking or anything.
  34. # [22:58] <dbaron> fantasai, that URL is a little suboptimal...
  35. # [22:59] <fantasai> er
  36. # [22:59] <fantasai> right
  37. # [22:59] <fantasai> file:///home/fantasai/w3c/csswg/selectors3/Overview.html#nth-child-pseudo
  38. # [22:59] <fantasai> ummm
  39. # [22:59] <fantasai> file:///home/fantasai/w3c/csswg/selectors3/Overview.html#nth-child-pseudo
  40. # [22:59] <fantasai> ok, concentrate...
  41. # [22:59] <fantasai> http://dev.w3.org/csswg/selectors3/#nth-child-pseudo
  42. # [22:59] <fantasai> There
  43. # [22:59] <fantasai> that should be the right one
  44. # [23:01] <dbaron> well, so either there's an extra pair of [] around the thing before the first toplevel | or you need another pair around the thing after the first toplevel |, depending on order of operations
  45. # [23:01] <dbaron> er
  46. # [23:01] <dbaron> never mind
  47. # [23:01] <dbaron> it's correct as is
  48. # [23:01] * dbaron was matching the pairs wrong
  49. # [23:02] <fantasai> anything I can do to make it clearer?
  50. # [23:02] <dbaron> well, actually
  51. # [23:02] <dbaron> the "?" closest to the end of the first line could move one set of brackets outward, I think
  52. # [23:02] <dbaron> and it's probably better that way
  53. # [23:02] <fantasai> no it can't
  54. # [23:02] <fantasai> That would make :nth-child() valid
  55. # [23:02] <dbaron> er
  56. # [23:02] <fantasai> and :nth-child(2n) invalid
  57. # [23:02] <dbaron> oh
  58. # [23:03] <dbaron> sorry
  59. # [23:03] <dbaron> I'm mismatching the [] again
  60. # [23:03] <dbaron> er
  61. # [23:03] <dbaron> wait
  62. # [23:03] <dbaron> actually, I'm right
  63. # [23:03] <dbaron> the problem is that you have one more ] than [
  64. # [23:03] <dbaron> so what you should really do
  65. # [23:04] <dbaron> is remove the last ] on the first line
  66. # [23:04] <dbaron> no wonder I'm having trouble matching the pairs
  67. # [23:04] <fantasai> heh
  68. # [23:04] <dbaron> that assumes that | is very low precedence
  69. # [23:04] <dbaron> which I'm not sure about
  70. # [23:05] <fantasai> ok
  71. # [23:05] <fantasai> reload
  72. # [23:06] <dbaron> that's the way CSS 2.1 does it, though, so it should be ok
  73. # [23:06] <dbaron> so, yeah, I think just remove the last ] on the first line
  74. # [23:06] <fantasai> done
  75. # [23:43] * Joins: Lachy (Lachlan@85.196.122.246)
  76. # Session Close: Fri Nov 07 00:00:00 2008

The end :)