Options:
- # Session Start: Tue Feb 15 00:00:01 2011
- # Session Ident: #css
- # [00:01] * Quits: jdaggett (jdaggett@118.243.227.145) (Quit: jdaggett)
- # [00:22] <TabAtkins> fantasai: Is white-space:plaintext defined anywhere? Hixie needs it for speccing [dir=auto] behavior.
- # [00:22] * Joins: homata (homata@58.158.182.50)
- # [00:29] <fantasai> TabAtkins: um, no?
- # [00:29] <fantasai> TabAtkins: Oh, you mean unicode-bidi: plaintext
- # [00:30] <fantasai> TabAtkins: yeah, it's in CSS3 Writing Modes
- # [00:30] <fantasai> Hixie: http://www.w3.org/TR/css3-writing-modes/#unicode-bidi
- # [00:31] <Hixie> thanks
- # [00:31] <fantasai> np
- # [00:31] <Hixie> what does |"paragraph"| mean?
- # [00:31] <Hixie> and how does it apply to replaced element content like <textarea>?
- # [00:32] <TabAtkins> I'm guessing "by magic" isn't an acceptable answer?
- # [00:32] <Hixie> not if you want interop :-)
- # [00:33] <fantasai> Hixie: The term is taken from UAX14
- # [00:33] <fantasai> er
- # [00:33] <fantasai> UAX9
- # [00:33] <Hixie> yeah but UAX9 relies on us to define it, no?
- # [00:34] <Hixie> isn't that one of the things we're supposed to give it as a higher-level protocol?
- # [00:34] <fantasai> Hixie: See above the 2.1 header
- # [00:34] * fantasai looks for the nachor
- # [00:35] <fantasai> anchor
- # [00:35] <Hixie> 2.1 anchor in uax9?
- # [00:35] <fantasai> http://www.w3.org/TR/css3-writing-modes/#text-direction
- # [00:35] <Hixie> OH IN CSS3
- # [00:35] <Hixie> er
- # [00:35] <Hixie> miscaps
- # [00:35] <fantasai> "This sequence forms the "paragraph" unit in the bidirectional algorithm."
- # [00:36] <Hixie> ah so "line" then?
- # [00:36] <fantasai> Not exactly
- # [00:36] <Hixie> for <pre> and <textarea>
- # [00:36] <Hixie> and ignoring wrapped lines
- # [00:36] <fantasai> LS breaks the line
- # [00:36] <fantasai> but does not break the bidi paragraph
- # [00:36] <Hixie> LS breaks line boxes in CSS now?
- # [00:36] <fantasai> It's undefined right now
- # [00:36] <fantasai> But that's the expectation in CSS3 Text
- # [00:37] <fantasai> There's no other way to break the line without breaking the bidi paragraph
- # [00:37] <fantasai> which is a valid use case we should support
- # [00:37] <fantasai> That's what <br> was supposed to do, IYRC
- # [00:37] <fantasai> before the definition changed to match PS :)
- # [00:37] <Hixie> yeah, i tried to fight that
- # [00:37] <Hixie> basically <Br> is useless in a bidi context now
- # [00:38] <fantasai> Well, you have updated test data that'll allow you to reverse that decision, if you think that's better
- # [00:38] <fantasai> <br> isn't useless in bidi, it just may or may not be what was intended
- # [00:38] <Hixie> <br> is useless in bidi for any valid use case
- # [00:39] <Hixie> what's the updated test data?
- # [00:39] <Hixie> i thought we established this couldn't change
- # [00:39] <fantasai> IE actually behaves as LS in standards mode :)
- # [00:39] <fantasai> so you have enough implementation support for that now
- # [00:39] <fantasai> (Aharon's testcases were triggering quirks mode)
- # [00:40] <fantasai> smontagu and I realized that when we were creating a bunch of tests for some related changes to Gecko
- # [00:40] <fantasai> I think Aharon did post that update to the bug
- # [00:40] <Hixie> ah, yes
- # [00:40] <Hixie> http://www.w3.org/Bugs/Public/show_bug.cgi?id=10828
- # [00:40] <Hixie> i asked microsoft for feedback and got nothing
- # [00:40] <Hixie> as usual
- # [00:40] <fantasai> heh
- # [00:41] <fantasai> you could try poking sylvain
- # [00:42] <fantasai> our reps are pretty good about being responsive :D
- # [00:42] <Hixie> looking over the bug, i guess we know what they'd say: "we're not changing our quirks mode"
- # [00:43] <fantasai> which indeed they shouldn't
- # [00:43] * fantasai looks for the CSS2.1 testcase
- # [00:44] <fantasai> http://test.csswg.org/suites/css2.1/20110111/html4/bidi-breaking-002.htm
- # [00:44] <fantasai> it's written in <br> as PS to match the HTML5 spec atm
- # [00:46] <Hixie> well i dunno what to do. compat with IE quirks is probably more important though.
- # [00:46] <Hixie> so i guess it's going to remain PS.
- # [00:48] <Hixie> oh hey, i already had this requirement for <pre>
- # [00:48] <Hixie> that makes my life simpler
- # [00:49] <fantasai> ?
- # [00:50] <fantasai> CR/LF is treated as PS per UAX14 already...
- # [00:50] * Quits: plinss (plinss@68.107.116.23) (Quit: plinss)
- # [00:53] <Hixie> uax14 isn't normatively referenced by anything that applies here, is it?
- # [01:00] <fantasai> by CSS
- # [01:00] <fantasai> yes
- # [01:08] <fantasai> TabAtkins: Are we expecting any more edits for css3-images, or should I put it in the publication queue?
- # [01:27] <Hixie> oops, didn't realise that thread wasn't public
- # [01:27] <Hixie> please feel free to forward my e-mails wherever
- # [01:34] <Hixie> (fantasai ^ the :active thread)
- # [02:19] * Quits: dbaron (dbaron@63.245.220.240) (Quit: 8403864 bytes have been tenured, next gc will be global.)
- # [02:39] * Joins: jdaggett (jdaggett@202.221.217.73)
- # [03:23] <TabAtkins> fantasai: I poked Brad on Friday, and still haven't gotten anything. So put it in the publication queue, and he'll just have to give his feedback on the ED for the next WD.
- # [06:14] <fantasai> TabAtkins: OK. I'll regenerate it for WD and ask Bert to set it up
- # [06:14] <fantasai> TabAtkins: btw, I removed your paragraph styling just for consistency
- # [06:15] <fantasai> TabAtkins: I see what problems you're trying to fix there, and I agree we should do something about them
- # [06:15] <fantasai> TabAtkins: But preferably do that CSSWG-wide, since it's kindof a global change to the style
- # [07:17] <fantasai> Hixie: forwarded
- # [07:18] <fantasai> Hixie: And looks like MS did respond to your LS bug, asking, in fact, to revert the spec to make <br> as LS :)
- # [08:06] * Joins: homata_ (homata@58.158.182.50)
- # [08:07] * Quits: homata (homata@58.158.182.50) (Ping timeout)
- # [09:38] * Quits: jdaggett (jdaggett@202.221.217.73) (Quit: jdaggett)
- # [10:02] * Joins: anne (annevk@83.85.115.123)
- # [10:05] * Joins: homata (homata@58.158.182.50)
- # [10:07] * Quits: homata_ (homata@58.158.182.50) (Ping timeout)
- # [11:04] * Quits: anne (annevk@83.85.115.123) (Ping timeout)
- # [12:13] * Quits: homata (homata@58.158.182.50) (Quit: Leaving...)
- # [13:12] * Joins: Martijnc (Martijnc@91.176.146.236)
- # [13:33] * Joins: anne (annevk@24.132.106.179)
- # [14:35] * Joins: myakura (myakura@122.18.175.221)
- # [14:50] * Joins: miketaylr (miketaylr@206.217.92.186)
- # [16:37] * Quits: davve (davve@83.218.67.122) (Client exited)
- # [17:33] * Quits: anne (annevk@24.132.106.179) (Quit: anne)
- # [17:55] * Joins: Ms2ger (Ms2ger@91.181.254.139)
- # [18:13] <TabAtkins> fantasai: Okay. How should I pursue a styling change here?
- # [18:21] * Quits: myakura (myakura@122.18.175.221) (Client exited)
- # [18:39] * Joins: plinss (plinss@68.107.116.23)
- # [19:18] * Quits: arronei (arronei@131.107.0.106) (Ping timeout)
- # [19:23] * Joins: plinss_ (plinss@192.6.114.30)
- # [19:23] * Joins: arronei (arronei@131.107.0.85)
- # [19:47] * Joins: dbaron (dbaron@63.245.220.240)
- # [20:06] * Joins: anne (annevk@83.85.115.123)
- # [20:59] * Joins: Ms2ger` (Ms2ger@91.181.219.32)
- # [21:01] * Quits: Ms2ger (Ms2ger@91.181.254.139) (Ping timeout)
- # [21:05] * Quits: Ms2ger` (Ms2ger@91.181.219.32) (Quit: Leaving)
- # [21:05] * Joins: Ms2ger` (Ms2ger@91.181.219.32)
- # [22:29] * Quits: anne (annevk@83.85.115.123) (Quit: anne)
- # [22:57] * Quits: Martijnc (Martijnc@91.176.146.236) (Quit: Martijnc)
- # [23:06] * Quits: miketaylr (miketaylr@206.217.92.186) (Quit: miketaylr)
- # Session Close: Wed Feb 16 00:00:00 2011
The end :)