/irc-logs / w3c / #css / 2011-04-21 / end

Options:

  1. # Session Start: Thu Apr 21 00:00:03 2011
  2. # Session Ident: #css
  3. # [00:08] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  4. # [00:11] * Joins: arno (arno@192.150.10.200)
  5. # [00:34] * Joins: homata (homata@58.158.182.50)
  6. # [00:46] * Quits: TabAtkins (tabatkins@216.239.45.4) (Quit: Lost terminal)
  7. # [00:56] * Joins: TabAtkins (tabatkins@216.239.45.4)
  8. # [01:12] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  9. # [01:48] * Joins: arno (arno@192.150.10.201)
  10. # [02:16] * Joins: jdaggett (jdaggett@202.221.217.73)
  11. # [02:17] * Quits: sylvaing (sylvaing@98.232.9.174) (Quit: sylvaing)
  12. # [03:14] * Quits: homata (homata@58.158.182.50) (Quit: Leaving...)
  13. # [03:21] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  14. # [03:21] <TabAtkins> Bert: For some reason the post-processor is choking on the Lists module. I dunno what's different that would have changed this - all I changed was the default UA stylesheet at the end.
  15. # [03:24] * Joins: homata (homata@58.158.182.50)
  16. # [03:24] * Joins: boblet (boblet@125.174.9.153)
  17. # [03:38] <fantasai> TabAtkins: Did you pull from CVS? I fixed that hours ago
  18. # [03:38] <fantasai> TabAtkins: or is it new?
  19. # [04:03] * Joins: kennyluck (kennyluck@114.25.245.66)
  20. # [04:17] * Quits: arno (arno@192.150.10.201) (Ping timeout)
  21. # [04:43] * Quits: kennyluck (kennyluck@114.25.245.66) (Quit: kennyluck)
  22. # [06:00] * Quits: homata (homata@58.158.182.50) (Ping timeout)
  23. # [06:30] * RRSAgent excuses himself; his presence no longer seems to be needed
  24. # [06:30] * Parts: RRSAgent (rrs-loggee@128.30.52.169)
  25. # [06:38] * Joins: dbaron (dbaron@173.228.28.197)
  26. # [06:57] * Quits: Bert (bbos@mcclure.w3.org) (Ping timeout)
  27. # [06:59] * Joins: Bert (bbos@mcclure.w3.org)
  28. # [07:07] * Joins: homata (homata@58.158.182.50)
  29. # [08:21] * Quits: boblet (boblet@125.174.9.153) (Ping timeout)
  30. # [08:53] * Joins: boblet (boblet@123.223.112.160)
  31. # [09:04] * Quits: dbaron (dbaron@173.228.28.197) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  32. # [10:01] * Quits: jdaggett (jdaggett@202.221.217.73) (Quit: jdaggett)
  33. # [11:17] * Joins: Ms2ger (Ms2ger@91.181.82.214)
  34. # [11:42] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Ping timeout)
  35. # [11:51] * Joins: Ms2ger (Ms2ger@91.181.82.214)
  36. # [12:33] * Quits: boblet (boblet@123.223.112.160) (Quit: boblet)
  37. # [12:41] * Joins: myakura (myakura@203.136.153.6)
  38. # [12:41] * Quits: myakura (myakura@203.136.153.6) (Client exited)
  39. # [12:41] * Joins: myakura (myakura@203.136.153.6)
  40. # [12:58] * Quits: homata (homata@58.158.182.50) (Quit: Leaving...)
  41. # [13:20] * Joins: boblet (boblet@125.174.9.153)
  42. # [14:31] <Bert> TabAtkins, the post-processor had a very inefficient way to avoid expanding quotes inside PRE. Fine for short PREs, but your PRE was so long that the process took longer than the server's time-out.
  43. # [14:31] <Bert> It should now be fast.
  44. # [14:49] <myakura> “The value of the style attribute must match the syntax of the contents of a CSS declaration block (excluding the delimiting braces)” “Note that because there is no open brace delimiting the declaration list in the CSS style attribute syntax, a close brace (}) in the style attribute's value does not terminate the style data: it is merely an invalid token.” http://www.w3.org/TR/css-style-attr/#syntax
  45. # [14:51] <myakura> that means <p style="background: red }"> won't paint its background, right?
  46. # [16:32] * Joins: ChrisL (ChrisL@128.30.52.169)
  47. # [16:53] * Joins: nimbupani (Adium@24.18.47.160)
  48. # [17:04] <hober> myakura: it should behave the same as if the <p> had no style attr and you styled it with p { background: red } }
  49. # [17:04] <hober> myakura: (both paint)
  50. # [17:10] <myakura> hober: thanks. so the note that } is an invalid token is not really true for that matter.
  51. # [17:12] <myakura> hmm. only Firefox does not paint the bg red. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/940
  52. # [17:52] <TabAtkins> Bert: Thanks! Curious that it just now started messing up. I did end up making the <pre> longer by about 30% with this commit. Yay non-linear algorithms!
  53. # [17:52] <TabAtkins> fantasai: Yes, your changes were pulled in.
  54. # [17:52] <gsnedders> |`.
  55. # [17:53] <gsnedders> Uh, fail.
  56. # [18:01] * Joins: arno (arno@192.150.10.200)
  57. # [18:05] * Quits: ChrisL (ChrisL@128.30.52.169) (Quit: Fire on main board error, client combusted)
  58. # [18:06] <TabAtkins> Bert: Random other request - the post-processor strips out the <bdo> element that sits just inside the big <pre> (so the styles with rtl glyphs still display sanely). I assume this is because the processor doesn't recognize the element?
  59. # [18:09] <Bert> Looks like a bug. I'll check why that happens...
  60. # [18:09] <TabAtkins> Thanks!
  61. # [18:14] <Bert> Hmm, it's not stripped out when I try it.
  62. # [18:14] <Bert> There is only on <bdo> in the source, right?
  63. # [18:14] <Bert> s/on /one /
  64. # [18:38] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  65. # [18:42] * Joins: arno (arno@192.150.10.200)
  66. # [19:10] <myakura> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/941 WebKit doesn't show me green :(
  67. # [19:16] <Ms2ger> Check http://software.hixie.ch/utilities/js/live-dom-viewer/saved/943 in Gecko if you like silly bugs :)
  68. # [19:20] <myakura> oh that's İnteresting :)
  69. # [19:50] * Joins: kennyluck (kennyluck@114.25.245.66)
  70. # [20:02] * Quits: arno (arno@192.150.10.200) (Ping timeout)
  71. # [20:03] * Quits: myakura (myakura@203.136.153.6) (Client exited)
  72. # [20:06] * Joins: arno (arno@192.150.10.200)
  73. # [20:29] * Quits: arno (arno@192.150.10.200) (Ping timeout)
  74. # [20:30] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Ping timeout)
  75. # [20:36] * Joins: arno (arno@192.150.10.200)
  76. # [20:40] * Joins: dbaron (dbaron@63.245.220.240)
  77. # [20:43] * Joins: Ms2ger (Ms2ger@91.181.82.214)
  78. # [20:54] * Quits: boblet (boblet@125.174.9.153) (Quit: boblet)
  79. # [20:59] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  80. # [21:12] * Joins: arno (arno@192.150.10.200)
  81. # [21:39] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Quit: nn)
  82. # [21:54] <fantasai> hober: No, it's an invalid token
  83. # [21:55] <fantasai> hober: Just the same as style="background: red %"
  84. # [22:15] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  85. # [22:20] * Joins: arno (arno@192.150.10.200)
  86. # [23:05] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
  87. # [23:09] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
  88. # [23:10] * Joins: arno (arno@192.150.10.201)
  89. # [23:22] * Quits: shepazu (schepers@128.30.52.169) (Quit: Core Breach)
  90. # [23:22] * Joins: dbaron (dbaron@63.245.220.240)
  91. # [23:35] * Quits: arno (arno@192.150.10.201) (Quit: Leaving.)
  92. # [23:40] * Joins: arronei_ (arronei@131.107.0.102)
  93. # [23:40] * Quits: arronei (arronei@131.107.0.69) (Ping timeout)
  94. # [23:51] * Joins: arno (arno@192.150.10.200)
  95. # [23:54] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
  96. # [23:55] * Joins: dbaron (dbaron@63.245.220.240)
  97. # [23:59] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
  98. # [23:59] * Joins: dbaron (dbaron@63.245.220.240)
  99. # Session Close: Fri Apr 22 00:00:00 2011

The end :)