Options:
- # Session Start: Thu Apr 21 00:00:03 2011
- # Session Ident: #css
- # [00:08] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [00:11] * Joins: arno (arno@192.150.10.200)
- # [00:34] * Joins: homata (homata@58.158.182.50)
- # [00:46] * Quits: TabAtkins (tabatkins@216.239.45.4) (Quit: Lost terminal)
- # [00:56] * Joins: TabAtkins (tabatkins@216.239.45.4)
- # [01:12] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [01:48] * Joins: arno (arno@192.150.10.201)
- # [02:16] * Joins: jdaggett (jdaggett@202.221.217.73)
- # [02:17] * Quits: sylvaing (sylvaing@98.232.9.174) (Quit: sylvaing)
- # [03:14] * Quits: homata (homata@58.158.182.50) (Quit: Leaving...)
- # [03:21] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [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.
- # [03:24] * Joins: homata (homata@58.158.182.50)
- # [03:24] * Joins: boblet (boblet@125.174.9.153)
- # [03:38] <fantasai> TabAtkins: Did you pull from CVS? I fixed that hours ago
- # [03:38] <fantasai> TabAtkins: or is it new?
- # [04:03] * Joins: kennyluck (kennyluck@114.25.245.66)
- # [04:17] * Quits: arno (arno@192.150.10.201) (Ping timeout)
- # [04:43] * Quits: kennyluck (kennyluck@114.25.245.66) (Quit: kennyluck)
- # [06:00] * Quits: homata (homata@58.158.182.50) (Ping timeout)
- # [06:30] * RRSAgent excuses himself; his presence no longer seems to be needed
- # [06:30] * Parts: RRSAgent (rrs-loggee@128.30.52.169)
- # [06:38] * Joins: dbaron (dbaron@173.228.28.197)
- # [06:57] * Quits: Bert (bbos@mcclure.w3.org) (Ping timeout)
- # [06:59] * Joins: Bert (bbos@mcclure.w3.org)
- # [07:07] * Joins: homata (homata@58.158.182.50)
- # [08:21] * Quits: boblet (boblet@125.174.9.153) (Ping timeout)
- # [08:53] * Joins: boblet (boblet@123.223.112.160)
- # [09:04] * Quits: dbaron (dbaron@173.228.28.197) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [10:01] * Quits: jdaggett (jdaggett@202.221.217.73) (Quit: jdaggett)
- # [11:17] * Joins: Ms2ger (Ms2ger@91.181.82.214)
- # [11:42] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Ping timeout)
- # [11:51] * Joins: Ms2ger (Ms2ger@91.181.82.214)
- # [12:33] * Quits: boblet (boblet@123.223.112.160) (Quit: boblet)
- # [12:41] * Joins: myakura (myakura@203.136.153.6)
- # [12:41] * Quits: myakura (myakura@203.136.153.6) (Client exited)
- # [12:41] * Joins: myakura (myakura@203.136.153.6)
- # [12:58] * Quits: homata (homata@58.158.182.50) (Quit: Leaving...)
- # [13:20] * Joins: boblet (boblet@125.174.9.153)
- # [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.
- # [14:31] <Bert> It should now be fast.
- # [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
- # [14:51] <myakura> that means <p style="background: red }"> won't paint its background, right?
- # [16:32] * Joins: ChrisL (ChrisL@128.30.52.169)
- # [16:53] * Joins: nimbupani (Adium@24.18.47.160)
- # [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 } }
- # [17:04] <hober> myakura: (both paint)
- # [17:10] <myakura> hober: thanks. so the note that } is an invalid token is not really true for that matter.
- # [17:12] <myakura> hmm. only Firefox does not paint the bg red. http://software.hixie.ch/utilities/js/live-dom-viewer/saved/940
- # [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!
- # [17:52] <TabAtkins> fantasai: Yes, your changes were pulled in.
- # [17:52] <gsnedders> |`.
- # [17:53] <gsnedders> Uh, fail.
- # [18:01] * Joins: arno (arno@192.150.10.200)
- # [18:05] * Quits: ChrisL (ChrisL@128.30.52.169) (Quit: Fire on main board error, client combusted)
- # [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?
- # [18:09] <Bert> Looks like a bug. I'll check why that happens...
- # [18:09] <TabAtkins> Thanks!
- # [18:14] <Bert> Hmm, it's not stripped out when I try it.
- # [18:14] <Bert> There is only on <bdo> in the source, right?
- # [18:14] <Bert> s/on /one /
- # [18:38] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [18:42] * Joins: arno (arno@192.150.10.200)
- # [19:10] <myakura> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/941 WebKit doesn't show me green :(
- # [19:16] <Ms2ger> Check http://software.hixie.ch/utilities/js/live-dom-viewer/saved/943 in Gecko if you like silly bugs :)
- # [19:20] <myakura> oh that's İnteresting :)
- # [19:50] * Joins: kennyluck (kennyluck@114.25.245.66)
- # [20:02] * Quits: arno (arno@192.150.10.200) (Ping timeout)
- # [20:03] * Quits: myakura (myakura@203.136.153.6) (Client exited)
- # [20:06] * Joins: arno (arno@192.150.10.200)
- # [20:29] * Quits: arno (arno@192.150.10.200) (Ping timeout)
- # [20:30] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Ping timeout)
- # [20:36] * Joins: arno (arno@192.150.10.200)
- # [20:40] * Joins: dbaron (dbaron@63.245.220.240)
- # [20:43] * Joins: Ms2ger (Ms2ger@91.181.82.214)
- # [20:54] * Quits: boblet (boblet@125.174.9.153) (Quit: boblet)
- # [20:59] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [21:12] * Joins: arno (arno@192.150.10.200)
- # [21:39] * Quits: Ms2ger (Ms2ger@91.181.82.214) (Quit: nn)
- # [21:54] <fantasai> hober: No, it's an invalid token
- # [21:55] <fantasai> hober: Just the same as style="background: red %"
- # [22:15] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [22:20] * Joins: arno (arno@192.150.10.200)
- # [23:05] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
- # [23:09] * Quits: arno (arno@192.150.10.200) (Quit: Leaving.)
- # [23:10] * Joins: arno (arno@192.150.10.201)
- # [23:22] * Quits: shepazu (schepers@128.30.52.169) (Quit: Core Breach)
- # [23:22] * Joins: dbaron (dbaron@63.245.220.240)
- # [23:35] * Quits: arno (arno@192.150.10.201) (Quit: Leaving.)
- # [23:40] * Joins: arronei_ (arronei@131.107.0.102)
- # [23:40] * Quits: arronei (arronei@131.107.0.69) (Ping timeout)
- # [23:51] * Joins: arno (arno@192.150.10.200)
- # [23:54] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
- # [23:55] * Joins: dbaron (dbaron@63.245.220.240)
- # [23:59] * Quits: dbaron (dbaron@63.245.220.240) (Ping timeout)
- # [23:59] * Joins: dbaron (dbaron@63.245.220.240)
- # Session Close: Fri Apr 22 00:00:00 2011
The end :)