Options:
- # Session Start: Mon Apr 23 00:00:00 2007
- # Session Ident: #whatwg
- # [00:09] * Joins: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [01:16] <Philip`> Hmm, createRadialGradient is pretty much entirely non-interoperable, which looks like fun...
- # [01:19] * moeffju is now known as moeffju[ZzZz]
- # [01:21] <Philip`> (Oh, actually, Firefox and Safari are pretty close for at least the portion of the image which they both draw, though Opera is totally crazy. (Maybe Opera is following the spec and the spec is crazy, but I haven't tried reading it yet...))
- # [01:22] * Parts: zcorpan (n=zcorpan@84-216-40-169.sprayadsl.telenor.se)
- # [01:22] * Joins: zcorpan (n=zcorpan@84-216-40-169.sprayadsl.telenor.se)
- # [01:24] <Dashiva> radial gradients are crazy to begin with, if you ask me :)
- # [01:27] <Philip`> I wouldn't disagree with that :-)
- # [01:27] * Quits: tantek (n=tantek@dsl001-150-252.sfo1.dsl.speakeasy.net)
- # [01:28] <Philip`> I should have stopped after I reached linear gradients, because everything after that is hard :-(
- # [01:33] * Parts: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [01:49] * Joins: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp)
- # [02:00] <Dashiva> Hmm... acid3...
- # [02:02] * Joins: ajnewbold (n=adam@74-129-102-1.dhcp.insightbb.com)
- # [02:05] * Quits: wakaba (n=w@86.164.210.220.dy.bbexcite.jp) (Read error: 110 (Connection timed out))
- # [02:05] <Philip`> Aha, the spec is indeed crazy, though less so than the three incompatible implementations
- # [02:06] * Philip` tries to guess what should happen instead
- # [02:11] <Dashiva> I can't find anything limiting 'element' in CSS, so :first-child and related selectors would include <script>, <style>, etc, right?
- # [02:21] * Quits: ajnewbold (n=adam@unaffiliated/chuangtzu)
- # [02:31] <gavin> Is Matthew Raymond on IRC?
- # [02:35] <zcorpan> Dashiva: yes, any element that is in the dom tree is selectable
- # [02:35] <zcorpan> Dashiva: try * { display:block; margin:1em; border:solid; }
- # [02:36] <Dashiva> So that tricky selector seems to be checking for whether *:first-child selects an implicit head element
- # [02:36] <zcorpan> Dashiva: yes
- # [02:52] * Joins: tantek (n=tantek@adsl-71-146-111-223.dsl.pltn13.sbcglobal.net)
- # [03:00] * Joins: aroben (n=adamrobe@adsl-70-231-234-224.dsl.snfc21.sbcglobal.net)
- # [03:01] * Quits: aroben (n=adamrobe@adsl-70-231-234-224.dsl.snfc21.sbcglobal.net) (Remote closed the connection)
- # [03:02] * Joins: aroben (n=adamrobe@adsl-70-231-234-224.dsl.snfc21.sbcglobal.net)
- # [03:04] * Quits: tantek (n=tantek@adsl-71-146-111-223.dsl.pltn13.sbcglobal.net)
- # [03:13] <Hixie> can someone explain the paragraph with the highlighted text in http://groups.google.com/group/alt.html/browse_thread/thread/811af37c5b2c2a96/fda33e528fee9ad6?q=whatwg&rnum=1#fda33e528 ?
- # [03:16] <zcorpan> Hixie: seems he observes that you can work with namespaces in the dom in browsers, and hence the text/html serialization should have a declarative namespacing mechanism
- # [03:17] <Hixie> is that what he's saying?
- # [03:18] <Hixie> i couldn't really tell
- # [03:20] <zcorpan> can't say for sure but that's how i read it
- # [03:24] <zcorpan> it could also be that he thinks that the dom that comes from html parsing doesn't know about namespaces
- # [03:25] <Hixie> ah
- # [03:31] * Joins: wakaba (n=w@170.137.148.210.dy.bbexcite.jp)
- # [03:35] <othermaciej> his message does seem confused
- # [03:38] <Philip`> (Ooh, excellent, I get totally different behaviour in Firefox 2 vs Firefox 3)
- # [03:38] <Philip`> (and I wouldn't be surprised if it changed on different OSes...)
- # [03:39] <zcorpan> Philip`: different results for what?
- # [03:40] <Philip`> Radial gradients in <canvas>
- # [03:40] <zcorpan> ok
- # [03:41] <Dashiva> Hixie: What's the status of the acid3 thing? Just a draft, work in progress, finished?
- # [03:41] <Philip`> (FF doesn't really do anything interesting with gradients, so I assume the changes are in Cairo somewhere - and I get a third behaviour when doing radial gradients with the version of Cairo I've got installed here)
- # [03:41] * Joins: bewes1 (n=bewest@c-67-164-56-2.hsd1.wa.comcast.net)
- # [03:42] <Hixie> Dashiva: extremely early work
- # [03:42] <Hixie> there are no tests in it yet, to start with
- # [03:42] <Hixie> :-)
- # [03:43] <Dashiva> Well, it reveals two opera bugs already
- # [03:44] <Hixie> cool
- # [03:45] <Dashiva> But I gather I shouldn't use it for bug reference just yet
- # [03:47] <Hixie> well feel free to narrow down the bugs to file them
- # [03:48] <Dashiva> They were both already reported, to my disappointment :)
- # [03:55] <Hixie> :-)
- # [04:50] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [04:54] * Quits: zcorpan (n=zcorpan@84-216-40-169.sprayadsl.telenor.se) (Read error: 110 (Connection timed out))
- # [04:57] <Hixie> can anyone think of a way to programatically cause a bubbling event to fire without actually using dispatchEvent?
- # [04:58] <Hixie> HTMLInputElement.click() maybe
- # [04:59] <othermaciej> that should work
- # [04:59] <othermaciej> submitting a form would be another way
- # [05:00] <othermaciej> also DOMFocusIn / DOMFocusOut on focus changes
- # [05:02] <Hixie> i best avoid changing the focus or submitting a form during the test, i think :-)
- # [05:03] <othermaciej> well, you can cancel the form submission, perhaps in some way unlikely to fail; the click() method does seem simpler in any case
- # [05:03] <Hixie> yeah
- # [05:03] <Hixie> might do some form stuff
- # [05:06] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 60 (Operation timed out))
- # [05:09] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [05:27] * Joins: ajnewbold (n=adam@74-129-102-1.dhcp.insightbb.com)
- # [05:36] * Joins: ajnewbold_ (n=adam@74-129-102-1.dhcp.insightbb.com)
- # [05:41] * Joins: newbold (n=adam@unaffiliated/chuangtzu)
- # [05:45] * Quits: newbold (n=adam@unaffiliated/chuangtzu) ("Lost terminal")
- # [05:46] * Quits: wakaba (n=w@170.137.148.210.dy.bbexcite.jp) (Read error: 60 (Operation timed out))
- # [05:52] * Quits: ajnewbold (n=adam@unaffiliated/chuangtzu) (Connection timed out)
- # [06:26] * Quits: ajnewbold_ (n=adam@74-129-102-1.dhcp.insightbb.com)
- # [06:26] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [06:27] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [06:52] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [07:38] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [07:41] * Quits: TML (i=joey@unaffiliated/tml) ("leaving")
- # [08:00] * Quits: mpt (n=mpt@canonical/launchpad/mpt) ("Leaving")
- # [08:20] <Hixie> &&= isn't valid in JS?
- # [08:32] <othermaciej> I don't believe so
- # [08:32] <othermaciej> it's definitely not in C, and I don't think JS extends the set of update operators
- # [08:33] <Hixie> hm
- # [08:33] <Hixie> so how do you do a &&= b without evaluating a twice?
- # [08:33] <Hixie> var x = a; x = x && b?
- # [08:35] <othermaciej> yes
- # [08:57] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [09:31] * Joins: met_ (n=Hassman@b14-4.vscht.cz)
- # [09:32] <met_> 2 spams http://blog.whatwg.org/charmod-norm-checking#comment-3616 http://blog.whatwg.org/feed-autodiscovery#comment-3609
- # [09:32] <Hixie> do you have a blog account?
- # [09:33] <Hixie> we should just make you a moderator or whatever it is that has access to get rid of spam :-)
- # [09:33] <Hixie> Lachy should be able to hook you up
- # [09:34] <met_> don't have account
- # [09:34] * met_ is just registering
- # [09:41] <Lachy> hey met_, I can set you up with admin rights if you like
- # [09:41] * Joins: MikeSmith (n=MikeSmit@IP-193-159-214-250.y-lan.t-online.net)
- # [09:42] * Joins: ROBOd (n=robod@86.34.246.154)
- # [09:43] * met_ ok
- # [09:43] <met_> login is met
- # [09:44] <Lachy> I know, I got the email when you registered
- # [09:44] <met_> 8-)
- # [09:44] <Lachy> I upgraded you to Editor. That should give you sufficient rights to moderate comments, I believe
- # [09:44] <Lachy> if not, let me know
- # [09:45] <othermaciej> Lachy: obviously the blog needs a non-WHATWG Editor
- # [09:45] <Lachy> lol
- # [09:45] <Lachy> if there are any nomineeds, I'll consider them for the role also
- # [09:45] <met_> see 'Delete comment' in admin, fine
- # [09:45] <Lachy> *nominees
- # [09:46] <Lachy> can you access the moderation queue?
- # [09:46] <Lachy> in Manage > Awaiting Moderation
- # [09:48] <met_> yes I see, it's empty now
- # [09:48] <Lachy> yep
- # [10:08] * Joins: wakaba (n=w@170.137.148.210.dy.bbexcite.jp)
- # [10:56] * Joins: Dashimon (i=Dashiva@v035b.studby.ntnu.no)
- # [11:00] * Quits: Dashiva (i=Dashiva@v035b.studby.ntnu.no) (Read error: 104 (Connection reset by peer))
- # [11:00] * Dashimon is now known as Dashiva
- # [11:00] * Quits: Hixie (n=ianh@trivini.no) (Read error: 104 (Connection reset by peer))
- # [11:04] * Joins: Hixie (n=ianh@trivini.no)
- # [11:22] <hsivonen> hmm. Unicode 5.0.0 still isn't online. the ETA is in May. is it just me or wasn't the ETA supposed to be in March?
- # [11:27] * Joins: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [11:47] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [11:59] * Quits: aroben (n=adamrobe@adsl-70-231-234-224.dsl.snfc21.sbcglobal.net)
- # [11:59] <krijnh> http://xhtml.se/2007/04/20/im-not-arguing-im-just-making-fun-of-them/#comment-1358 - haha
- # [12:00] <krijnh> rel="nofollow" removed jarvklo ;)
- # [12:14] <hsivonen> yeah, the channel should be considered as public as the mailing list
- # [12:14] <hsivonen> since it is
- # [12:14] <krijnh> Yeah
- # [12:15] * Quits: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp) ("Where dwelt Ymir, or wherein did he find sustenance?")
- # [12:26] * Joins: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [12:39] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [12:52] * Joins: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp)
- # [13:18] * Quits: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au) (Read error: 104 (Connection reset by peer))
- # [13:18] * Joins: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au)
- # [13:36] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [14:00] * Joins: mw22 (n=chatzill@h8441169151.dsl.speedlinq.nl)
- # [14:03] * Joins: zcorpan (n=zcorpan@84-216-42-88.sprayadsl.telenor.se)
- # [14:08] * hsivonen learns something new about CSS namespace rules and class selectors
- # [14:08] * hsivonen considers the interaction counterintuitive
- # [14:09] <Lachy> hsivonen, what did you learn?
- # [14:10] <hsivonen> Lachy: I learned that declaring the default namespace for element selectors breaks class-only selectors for elements from another namespace
- # [14:11] <zcorpan> ditto *
- # [14:12] <zcorpan> you need *|* (and *|*.foo) for any namespace if you have declared a default namespace
- # [14:12] <hsivonen> zcorpan: so it appears
- # [14:12] <Lachy> oh, right. That is counter-intuitive
- # [14:12] <hsivonen> I'm disappointed
- # [14:13] <Lachy> well, in a way it makes sense. By declaring the default namespace, you're basically saying you only want to select elements in that namespace unless you explicitly state otherwise
- # [14:16] <hsivonen> bah. now that I fixed my SVG class selectors, they broke in Prince
- # [14:17] <hsivonen> I guess I'll just get rid of the namespace declarations and rely on DWIM
- # [14:18] <zcorpan> yeah, in most cases namspace declarations in css is not necessary
- # [14:18] * Joins: webben (i=benh@nat/yahoo/x-ac3fde3ac4ca4fdd)
- # [14:18] <zcorpan> (even if you used mixed namespaces in the document)
- # [14:19] * Parts: webben (i=benh@nat/yahoo/x-ac3fde3ac4ca4fdd)
- # [14:19] <hsivonen> the XML API user in me feel that not declaring namespaces in wrong
- # [14:20] <hsivonen> *is wrong
- # [14:21] <zcorpan> if two elements from different namepsaces get styled but you only wanted one of them, you can always qualify the selector with a parent or descendant combinator, which might not be as elegant but this situation is very rare anyway
- # [14:21] * Joins: jdandrea (n=jdandrea@ool-44c0a1fe.dyn.optonline.net)
- # [14:22] <Lachy> doesn't the pragmatic and sensible user in you make you feel that declaring namespaces is pointless?
- # [14:22] <hsivonen> Lachy: yes
- # [14:23] <hsivonen> the moron and the asshole fighting in me
- # [14:23] <hsivonen> ok. I'm going back to namespaceless CSS
- # [14:23] <Lachy> lol
- # [14:23] <hsivonen> I guess I should file a bug about Prince, though
- # [14:31] * Joins: wakaba0 (n=w@118.166.210.220.dy.bbexcite.jp)
- # [14:38] <hsivonen> well, typical. I tried to do the right thing. I learned that it didn't work like I expected. I learned that it didn't help any. and I found a bug.
- # [14:43] * Quits: wakaba (n=w@170.137.148.210.dy.bbexcite.jp) (Read error: 113 (No route to host))
- # [14:56] * Joins: ROBOd (n=robod@86.34.246.154)
- # [15:00] * moeffju[ZzZz] is now known as moeffju
- # [15:04] * Joins: webben (i=benh@nat/yahoo/x-009dae6bdbca3602)
- # [15:30] * Quits: jdandrea (n=jdandrea@ool-44c0a1fe.dyn.optonline.net) ("ciao")
- # [16:08] * Quits: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au) ("Leaving")
- # [16:08] * Joins: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au)
- # [16:29] * Joins: billmason (n=billmaso@ip156.unival.com)
- # [16:31] * Joins: h3h (n=h3h@66-162-32-234.static.twtelecom.net)
- # [17:05] * Joins: briansuda (n=briansud@abthd093.rhi.hi.is)
- # [17:40] * Quits: briansuda (n=briansud@abthd093.rhi.hi.is)
- # [17:45] * Joins: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [17:45] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 104 (Connection reset by peer))
- # [17:45] * Joins: briansuda (n=briansud@abthd093.rhi.hi.is)
- # [17:49] * Joins: jcgregorio (i=chatzill@nat/ibm/x-3d7a92ce692e59b6)
- # [17:55] * Quits: met_ (n=Hassman@b14-4.vscht.cz) ("Chemists never die, they just stop reacting.")
- # [18:11] * Quits: MikeSmith (n=MikeSmit@IP-193-159-214-250.y-lan.t-online.net) ("Get thee behind me, satan.")
- # [18:34] * Quits: briansuda (n=briansud@abthd093.rhi.hi.is)
- # [18:40] * Quits: webben (i=benh@nat/yahoo/x-009dae6bdbca3602) (Client Quit)
- # [18:43] * Joins: psa (n=yomode@posom.com)
- # [18:46] * Joins: webben (i=benh@nat/yahoo/x-cfcede5ee2d4267b)
- # [18:57] * Quits: tantek_ (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net) (Read error: 110 (Connection timed out))
- # [18:58] * Quits: webben (i=benh@nat/yahoo/x-cfcede5ee2d4267b) (Client Quit)
- # [19:06] * Joins: tantek (n=tantek@dsl092-187-033.sfo1.dsl.speakeasy.net)
- # [19:16] * Joins: epeus (i=KevinMar@nat/google/x-95059b22e8f41d43)
- # [19:23] * Joins: Voluminous (n=Volumino@unaffiliated/voluminous)
- # [19:33] * Joins: aroben (i=adamrobe@nat/apple/x-b62c0c745030e0a3)
- # [19:50] * Joins: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net)
- # [19:53] * Quits: KevinMarks (n=Snak@pdpc/supporter/active/kevinmarks) (Nick collision from services.)
- # [19:53] * epeus is now known as KevinMarks
- # [20:00] * Joins: dbaron (n=dbaron@corp-242.mountainview.mozilla.com)
- # [20:03] * Joins: othermaciej (i=mjs@nat/apple/x-470c5631b6b110b8)
- # [20:37] * Quits: othermaciej (i=mjs@nat/apple/x-470c5631b6b110b8)
- # [20:42] * Joins: othermaciej (i=mjs@nat/apple/x-97886f5e73c6fa90)
- # [20:46] * Quits: KevinMarks (i=KevinMar@pdpc/supporter/active/kevinmarks) (Read error: 110 (Connection timed out))
- # [21:04] * Joins: KevinMarks (i=KevinMar@nat/google/x-94960e015d02ba23)
- # [21:14] * Quits: dbaron (n=dbaron@corp-242.mountainview.mozilla.com) ("8403864 bytes have been tenured, next gc will be global.")
- # [21:19] * Quits: paulproteus (i=paulprot@29.145.221.202.bf.2iij.net) (Read error: 110 (Connection timed out))
- # [21:29] * Joins: bzed (n=bzed@dslb-084-059-111-079.pools.arcor-ip.net)
- # [21:45] <hsivonen> Hixie: do you have stats on the usage proportions of all HTML elements as opposed to just top 10?
- # [21:45] <hsivonen> specifically, am I right when I think that <dfn> is used very rarely?
- # [21:49] * Joins: paulproteus (i=paulprot@29.145.221.202.bf.2iij.net)
- # [21:50] <Hixie> hsivonen: ask me again when i get to work (a few hours from now)
- # [21:50] <Hixie> (i have stats for more than the top 10)
- # [22:00] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [22:00] <hsivonen> Hixie: ok
- # [22:03] <hsivonen> btw, there's a thread about the legitimacy of html5 on www-html
- # [22:04] <hsivonen> start: http://lists.w3.org/Archives/Public/www-html/2007Apr/0053.html
- # [22:05] <hsivonen> the main feedback point is that Tina Holmboe does not like the semantic retrofitting of <i>
- # [22:06] <hsivonen> also, Lynx developers have not researched <script/> behavior thoroughly
- # [22:06] <hsivonen> Hixie: do you read www-html?
- # [22:06] <Hixie> yes
- # [22:07] <hsivonen> ok. no need to mention this then
- # [22:08] <Hixie> i saw the thread. i figured i wouldn't have any credibility from tina's point of view, so i didn't bother to reply
- # [22:09] <Dashiva> Poor Hixie, his life's work demolished by the mere flick of Tina's send button
- # [22:11] <gavin_> Tina Holmboe has some interesting opinions :)
- # [22:12] * Quits: psa (n=yomode@posom.com) (Remote closed the connection)
- # [22:13] * Joins: psa (n=yomode@posom.com)
- # [22:13] <hsivonen> I bothered to reply, because back when she was on ciwah, she was in the clueful minority
- # [22:25] <zcorpan> " No, I meant HTML 4.1. Starting with the 4.01 specification would make perfect sense; take out deprecated elements, clean it up, remove even more presentational markup ... Then release it. After that we can see." perfect plan for a high-quality and useful spec, why didn't we think of that?
- # [22:40] <Hixie> i tried that but when i did the "clean it up" stage it fell apart
- # [22:40] <Hixie> </sarcasm>
- # [22:43] <zcorpan> a first step could be to remove everything that isn't normative... but then the only thing left would be "UAs MUST NOT assume a default encoding"
- # [22:43] <zcorpan> :)
- # [22:44] <Dashiva> we should take the IRC approach
- # [22:44] <Dashiva> Treat everything as a sequence of octets, and let the clients decide on a per-case basis
- # [22:44] <hsivonen> Dashiva: not interoperable
- # [22:44] <Dashiva> octets are about as interoperable as it gets
- # [22:45] * zcorpan thinks the xhtml2 wg would like that proposal
- # [22:45] <hsivonen> Dashiva: irssi is so good at guessing that it is hard for people who aren't experts to figure out what they are talking to clients with worse heuristics
- # [22:45] <hsivonen> Dashiva: so irssi users can talk to each other and non-irssi users complain
- # [22:46] <hsivonen> and the complaints look ok to the irssi users :-)
- # [22:46] <Dashiva> See, mIRC got recode support for utf-8 last year, so it works out somehow
- # [22:54] * Quits: jcgregorio (i=chatzill@nat/ibm/x-3d7a92ce692e59b6) ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/0000000000]")
- # [23:09] <Hixie> i'm thinking placeholder="" as an attribute to hide things
- # [23:09] <Hixie> <section placeholder>, <output placeholder>, that kind of thing
- # [23:15] <Hixie> man, the arguments in www-html are very polar
- # [23:16] <Hixie> i'm extremely amused by the way that people in the ivory tower say that i'm pro-presentationalism at the expense of semantics, and people in the trenches say i'm pro-semanticism at the expense of their ability to do what users want
- # [23:16] <bewest> yeah, there seems to be some idea that every possible semantic should have it's own tag
- # [23:17] <bewest> and that users somehow want to use it
- # [23:17] <hsivonen> "I think you and I, and I believe TBL, have a higher view in that it is to help people to communicate, but I don't think that that is what the WHATWG's constituency wants."
- # [23:17] <othermaciej> Hixie: Murray is in the ivory tower and he thinks you're not going far enough with presentationalism
- # [23:18] <Hixie> it's not clear to me what murray wants or where he stands
- # [23:18] <Hixie> i think he might be in the tower's subbasement
- # [23:18] <Hixie> or maybe he's on a tall ladder in the trenches
- # [23:18] <Hixie> or something
- # [23:18] <hsivonen> :-)
- # [23:19] <othermaciej> I think he built another tower on top of the tower and wrapped around to underneath the trenches
- # [23:19] <Hixie> hah
- # [23:19] <othermaciej> (damn spherical geometries)
- # [23:19] <Hixie> that's either a tall tower or our metaphor is in a universe with a very small word size
- # [23:19] <hsivonen> I got the impression that he is even more pro reflowable presentation atoms than I am
- # [23:22] <othermaciej> he wants an <indent> element
- # [23:22] <othermaciej> and an unspecified number of other weakly semantic constructs
- # [23:23] <othermaciej> we can always get Dan Connolly to tell him whether his elements are good or not
- # [23:23] <hsivonen> othermaciej: I can sympathise with <indent>, but the thread seems like a rathole. and for compatibility, <indent> has to be called <blockquote> :-)
- # [23:23] <Hixie> i didn't get what <indent> was supposed to do
- # [23:24] <hsivonen> Hixie: my understanding was that it would behave like <blockquote> on the visual media but the element name would not suggest quoting
- # [23:25] <Hixie> so like a <div> but with a margin-left: 40px in the UA style sheet?
- # [23:25] <jgraham> The problem being it doesn't work in any existing browser so no one would use it anytime soon
- # [23:25] <Hixie> that's certainly one problem
- # [23:25] <hsivonen> Hixie: yeah. something that you could map to indent/outdent buttons in Word/OOo
- # [23:26] <Hixie> i see
- # [23:26] <hsivonen> jgraham: see has to be called <blockquote> above
- # [23:26] <Hixie> well, it seems clear that that would be a step backwards in terms of the markup cleanup...
- # [23:26] <jgraham> hsivonen: Indeed
- # [23:27] <hsivonen> Hixie: it could be a step forward in admitting reality, though :-/
- # [23:27] <Hixie> hsivonen: not really, authors rarely want 40px these days
- # [23:27] <Hixie> making <style> allowed in <div>s is the way to do this
- # [23:28] <Hixie> <div> <style> div { margin: 0 2em; border: ...; background: ...; } </style> ... </div>
- # [23:28] <othermaciej> <indent> seems like a poor name for an element to add extra horizontal margin on both sides
- # [23:28] <hsivonen> Hixie: that doesn't work with copy-paste to a document with another style sheet in a way that the indent depth adapts to the style of the target doc
- # [23:29] <Hixie> hsivonen: ironically, that's the opposite of the requirement i keep hearing that copy-paste should preserve the styles exactly
- # [23:29] <Hixie> so
- # [23:29] <othermaciej> only difference between <indent> and <div class="indented"> is default style
- # [23:29] <Hixie> go figure
- # [23:29] <hsivonen> Hixie: and you've got a verbose way of saying style='' there ;-)
- # [23:29] <Hixie> style="" isn't media-independent, nor does it support alternate stylesheets
- # [23:30] <hsivonen> Hixie: I want an editor with generic indent and italics but no copying of computed style
- # [23:30] <othermaciej> hsivonen: by that do you mean an authoring tool or a spec editor?
- # [23:31] <othermaciej> (because people are getting awfully specific in their requirements for HTML spec editors)
- # [23:31] <hsivonen> glazou says I have an orphan disease
- # [23:31] <hsivonen> othermaciej: authoring tool
- # [23:31] <Hixie> othermaciej: hah
- # [23:32] <othermaciej> I want an editor who will add <canvas> and <video>, but not XML data islands or namespaces in HTML
- # [23:32] <Hixie> hsivonen: i think editors can already do whatever they need with the current state of things, especially if it's not got to interoperate with other editors
- # [23:32] <Hixie> anyway
- # [23:33] <othermaciej> please everyone fill out this checklist of desired features before you apply to be editor
- # [23:33] <Hixie> gotta go to work
- # [23:34] * Joins: ajnewbold (n=adam@74-129-102-1.dhcp.insightbb.com)
- # [23:58] * othermaciej is now known as om_coffee
- # [23:59] * Joins: dbaron (n=dbaron@corp-242.mountainview.mozilla.com)
- # Session Close: Tue Apr 24 00:00:00 2007
The end :)