Options:
- # Session Start: Mon Apr 30 00:00:00 2007
- # Session Ident: #whatwg
- # [00:08] * Quits: met__ (n=Hassman@r5bx220.net.upc.cz) ("Chemists never die, they just stop reacting.")
- # [00:19] * Quits: ddfreyne (n=ddfreyne@unaffiliated/ddfreyne) ("k lol plz thx bai")
- # [00:24] * Parts: paulproteus (i=paulprot@29.145.221.202.bf.2iij.net) ("Leaving")
- # [00:38] * om_sleep is now known as othermaciej
- # [00:41] * moeffju is now known as moeffju[Away]
- # [00:46] * weinig is now known as weinig|away
- # [00:47] * Quits: tantek (n=tantek@adsl-63-195-114-133.dsl.snfc21.pacbell.net)
- # [00:49] * aroben is now known as aroben|out
- # [01:06] * othermaciej is now known as om_afk
- # [01:27] * weinig|away is now known as weinig
- # [01:30] * Parts: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [01:33] * om_afk is now known as othermaciej
- # [02:09] * moeffju[Away] is now known as moeffju[ZzZz]
- # [02:15] * Joins: tantek (n=tantek@m010f36d0.tmodns.net)
- # [02:24] * Quits: aroben|out (n=adamrobe@adsl-70-231-225-61.dsl.snfc21.sbcglobal.net) (Remote closed the connection)
- # [02:25] * Joins: aroben|out (n=adamrobe@adsl-70-231-225-61.dsl.snfc21.sbcglobal.net)
- # [02:44] * Quits: Toolskyn (n=toolskyn@adsl-dc-266ef.adsl.wanadoo.nl) (Read error: 110 (Connection timed out))
- # [03:41] * Quits: tantek (n=tantek@m010f36d0.tmodns.net)
- # [03:48] * gavins is now known as gavin
- # [03:48] * Quits: zcorpan_ (n=zcorpan@217-211-77-236-no13.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [04:17] <Hixie> the level to which DOM2 HTML is underspecified is insane
- # [04:28] <othermaciej> is it worse than DOM Core?
- # [04:33] <Hixie> to some extent yes
- # [04:33] <Hixie> e.g. try to work out what createTHead() does
- # [04:34] <Hixie> or what happens when you set table.caption
- # [04:35] <othermaciej> no thanks
- # [04:38] * othermaciej is now known as om_afk
- # [04:49] <hober> Would you consider <legend> to be block-level or inline-level? (Its content model is inline, but what of the element itself?)
- # [05:48] * Joins: a-ja (n=chatzill@70.230.166.247)
- # [05:53] * Quits: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp) ("Where dwelt Ymir, or wherein did he find sustenance?")
- # [06:05] * Joins: Lachy (n=chatzill@131.181.148.226)
- # [06:05] <a-ja> anyone here have a clue why an <a> element wouldn't be allowed inside a <details> ?
- # [06:07] * Lachy is now known as marcos
- # [06:07] * marcos is now known as marcosc
- # [06:07] * Quits: marcosc (n=chatzill@131.181.148.226) (Client Quit)
- # [06:13] * Quits: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [06:49] * Quits: MrNaz (n=Naz@203-214-95-166.dyn.iinet.net.au) (Read error: 113 (No route to host))
- # [07:20] * Joins: tantek (n=tantek@66.116.112.4)
- # [07:30] * Quits: hober (n=ted@unaffiliated/hober) ("ERC Version 5.2 (IRC client for Emacs)")
- # [07:31] * Quits: aroben|out (n=adamrobe@adsl-70-231-225-61.dsl.snfc21.sbcglobal.net)
- # [07:54] * Quits: tantek (n=tantek@66.116.112.4)
- # [08:24] * Joins: karlUshi (n=karl@124-144-94-185.rev.home.ne.jp)
- # [09:02] <annevk> a-ja, probably because <details> is interactive at the moment
- # [09:02] <annevk> a-ja, I think it should be allowed though
- # [09:03] <a-ja> annevk: seems to take every other strictly inline i've tried
- # [09:04] <annevk> I'm not sure how that negates my point
- # [09:04] <a-ja> annevk: e.g. img, span, meter
- # [09:09] <a-ja> annevk: sure would be handy having hide/show ToC's in a <details>. in any event, if <a>'s not gonna be allowed, spec needs to say so
- # [09:11] <annevk> It already does
- # [09:11] <annevk> If you look at the definition of <a> you see: "Where strictly inline-level content is allowed, if there are no ancestor interactive elements."
- # [09:11] <annevk> And for <details> you can see that it's an interactive element
- # [09:12] <annevk> I don't think this restriction makes much sense, but the conformance checker is correct
- # [09:12] <a-ja> ah....links are considered interactive, eh?
- # [09:12] <annevk> yes
- # [09:20] * Quits: a-ja (n=chatzill@70.230.166.247) (Read error: 104 (Connection reset by peer))
- # [09:20] * Joins: aja_ (n=chatzill@70.230.166.247)
- # [09:20] * aja_ is now known as a-ja
- # [09:22] <a-ja> hmm...that'll make <details> useless for things like hiding/showing blog comments/feedback, too since they're likely to contain links :(
- # [09:23] <annevk> would you classify those as "details" though?
- # [09:24] <a-ja> yeah,,,that might be iffy
- # [09:24] <annevk> but the interactive stuff need sto be fixed, I think Hixie is aware of that (it also affects <datalist> for instance), but you might want to re-raise the point on the list
- # [09:25] <a-ja> toggling post's full text vs. just a summary would be nice, too
- # [09:25] <a-ja> better on whatwg or html-wg, you think?
- # [09:26] <annevk> whatwg
- # [09:26] * a-ja is not a member of either, but has been considering it
- # [09:26] <annevk> public-html hasn't adopted the spec yet
- # [09:26] <annevk> and you should probably join at least one of them
- # [09:28] <a-ja> still not any "no" votes
- # [09:31] <annevk> do you have a pointer btw?
- # [09:32] <a-ja> to signup info? remember seeing html-wg signup info at hixie's blog, wasn't it?
- # [09:32] <annevk> no, to the voting proceedings
- # [09:33] <a-ja> http://www.w3.org/2002/09/wbs/40318/htmlbg/results
- # [09:34] <annevk> cool, thanks
- # [09:34] * annevk couldn't find it on the homepage
- # [09:35] <a-ja> heh....compact view of the results is non-public
- # [09:37] <a-ja> someone in moz #developers gave me the link the other day....never saw it anywhere else
- # [09:38] <om_afk> <details> should definitely allow things that are normally not allowed in interactive elements since they are themselves interactive
- # [09:38] <om_afk> IMO
- # [09:39] * om_afk is now known as othermaciej
- # [09:39] <annevk> agreed
- # [09:41] <othermaciej> In Mac OS X UI, the control that corresponds to "details" is often used to hide extra controls for a form or dialog
- # [09:41] <othermaciej> that are normally not of interest but sometimes are
- # [09:44] <annevk> yeah, I think Hixie solved the issues now
- # [09:44] <annevk> we can now also safely allow nested links if it weren't for the parsing
- # [09:46] * a-ja has been playing with <details> equivalent class-swapper thingy for a couple hours...and is frustrated getting it working via keyboard with opera
- # [09:52] <annevk> A future version of Opera will have addressed that...
- # [09:52] <annevk> (by supporting tabindex for HTMLElement)
- # [09:55] <a-ja> adding tabindex to a link child of legend let me get there, but won't fire "onactivate" for some reason, unless i add a href....but that make the page scroll
- # [09:58] <a-ja> annevk: in Kestrel, per chance?
- # [10:07] * moeffju[ZzZz] is now known as moeffju
- # [10:33] * Joins: ddfreyne (n=ddfreyne@d51A5CE12.access.telenet.be)
- # [10:50] * othermaciej is now known as om_slep
- # [10:53] * Joins: Toolskyn (n=toolskyn@adsl-dc-266ef.adsl.wanadoo.nl)
- # [10:55] * Joins: ROBOd (n=robod@86.34.246.154)
- # [11:11] * Joins: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [11:15] * Lachy_ is now known as Lachy
- # [11:20] * Quits: a-ja (n=chatzill@70.230.166.247) ("Chatzilla 0.9.73-rdmsoft [XULRunner 1.9a1/2006042715]")
- # [11:26] * om_slep is now known as othermaciej
- # [11:38] * Joins: zcorpan_ (n=zcorpan@217-211-77-236-no13.tbcn.telia.com)
- # [11:40] <zcorpan_> re <a> in <details>: could be reasonable to disallow <a> in <details><legend>
- # [11:41] <zcorpan_> since it's really the legend that is interactive
- # [11:58] * Joins: tantek (n=tantek@66.116.112.4)
- # [11:59] <mpt> precisely
- # [12:04] * othermaciej is now known as om_sleep
- # [12:09] * Joins: MrNaz (n=Naz@203-214-95-166.dyn.iinet.net.au)
- # [12:15] <annevk> note that that argument doesn't apply to <datalist>
- # [12:19] * Quits: laug (n=laug@poy.chewa.net) (Read error: 104 (Connection reset by peer))
- # [12:19] * Joins: laug (n=laug@poy.chewa.net)
- # [12:33] * Joins: haustein (n=shaustei@port-83-236-194-146.static.qsc.de)
- # [12:36] * om_sleep is now known as othermaciej
- # [12:47] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [13:16] * Parts: haustein (n=shaustei@port-83-236-194-146.static.qsc.de)
- # [13:23] <Lachy> zcorpan_, this article might be useful for you to post in that forum thread http://lachy.id.au/log/2005/05/script-comments
- # [13:32] * Joins: ROBOd (n=robod@86.34.246.154)
- # [13:51] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [14:07] * Quits: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au) (Read error: 104 (Connection reset by peer))
- # [14:07] * Joins: MikeSmith (n=MikeSmit@softbank218176034003.bbtec.net)
- # [14:07] * Joins: Lachy (n=Lachlan@124-168-27-56.dyn.iinet.net.au)
- # [14:16] * Joins: csarven (n=nevrasc@modemcable081.152-201-24.mc.videotron.ca)
- # [14:38] * Joins: BenWard (i=BenWard@nat/yahoo/x-9e9a10de70cc80c0)
- # [14:39] * Quits: BenWard (i=BenWard@nat/yahoo/x-9e9a10de70cc80c0) (Client Quit)
- # [14:45] <Philip`> Is anybody testing HTML5 backward-compatibility with UAs that don't understand <script>/<style> and still need the content-hiding comments? (I would have thought it's very unlikely for anyone making an HTML5 page to expect it to work decently in ancient browsers, and if it's going to break badly anyway then there's no need for the spec to explain the script-hiding syntax)
- # [14:46] <othermaciej> how ancient are we talking about
- # [14:46] <othermaciej> Netscape 1?
- # [14:47] * Joins: haustein (n=shaustei@port-83-236-194-146.static.qsc.de)
- # [14:47] <Lachy> the browser on the Motorolla v3 phone!
- # [14:48] <Lachy> but that one can be ignored, since it would be mostly used in walled gardnes anyway
- # [14:48] <Lachy> *gardens
- # [14:49] <Philip`> The only age-related references I've seen are saying that HTML 3.2 added script/style and would correctly not display the contents, but I've got no idea how that matches implementations from that time period
- # [14:54] <Lachy> Netscape 2.0 added support for script, so any browser released after relatively soon afterwards would have added support too
- # [14:55] <Philip`> Wow, not even Google works in Netscape 3
- # [14:55] <Philip`> (It has JavaScript error boxes coming up)
- # [14:55] <Philip`> I wonder if that suggests it's old enough to be worth abandoning...
- # [14:56] <Lachy> anything before IE6 is worth abandoning
- # [14:58] <Lachy> heh, "What's the point of having different browsers if they are all required to work the same way ... ?" -- http://lists.w3.org/Archives/Public/www-html/2007Apr/0211.html
- # [15:04] <zcorpan_> Lachy: it's a forum, anyone can post there :)
- # [15:04] <Lachy> zcorpan_, I'm not registered
- # [15:05] <Lachy> I'm also avoiding it because I don't like forums
- # [15:06] <zcorpan_> ok
- # [15:07] * Lachy responds once more to www-html (though I'm getting tired of the baseless arguments)
- # [15:07] <Philip`> Aha: Netscape Gold 2.02 and Navigator 3.04Gold shows the contents of <style>s, but not <script>s. Navigator 4.08 shows neither.
- # [15:08] <Lachy> I surprised you have all of those browsers installed
- # [15:08] <Philip`> I didn't, until ten minutes ago :-)
- # [15:08] <Philip`> http://sillydog.org/narchive/full123.php etc
- # [15:09] * Joins: yod (n=ot@bas11-montreal02-1128531044.dsl.bell.ca)
- # [15:11] <Philip`> Hmm, Netscape 2 takes quite a while to load the HTML5 spec, and then it gets stuck trying to download an image and doesn't draw the rest of the page :-(
- # [15:12] <Lachy> can you put up a screenshot of google, or something in NN2?
- # [15:13] <Lachy> or the Acid2 test :-)
- # [15:16] <zcorpan_> wouldn't <noscript><img src="tracker"/></noscript> work even in xhtml5, given that images that are display:none are not fetched?
- # [15:17] <Lachy> zcorpan_, are you sure they're not fetched?
- # [15:17] <Lachy> isn't that up to the browser?
- # [15:18] <Philip`> (Hmph, Gmail makes Netscape crash...)
- # [15:18] <Lachy> lol
- # [15:18] <Lachy> can anyone else access hixie.ch? I'm trying to get to the live dom viewer
- # [15:19] <Philip`> That and whatwg.org seem to be down
- # [15:22] <Philip`> http://canvex.lazyilluminati.com/misc/nn2/
- # [15:22] <Philip`> (Google is at least still generally usable, if you ignore the script error on every page)
- # [15:23] * Joins: ROBOd (n=robod@86.34.246.154)
- # [15:25] <Philip`> In any case, I think I feel justified in not doing <style><!--... on my sites because anybody using Netscape 3 is already going to be used to having a hard time on the web
- # [15:29] * moeffju is now known as moeffju[Away]
- # [15:32] <Philip`> (I have to go back to Netscape Navigator 1.22 before there's any point in doing <script><!--...//--></script>)
- # [15:34] <Lachy> what about past versions of IE?
- # [15:34] <Lachy> or TimBL's WWW browser
- # [15:35] <Philip`> (In relation to earlier discussions about parsing bogus colour values, NN1 parses "black" as #b0ac00, which disturbs my site's colour scheme)
- # [15:37] <Lachy> really? I thought it would have support for colour keywords
- # [15:37] <Lachy> I wonder when X11 colours were added to NN then
- # [15:38] <Philip`> NN2 handles black correctly
- # [15:39] <Lachy> try some more http://en.wikipedia.org/wiki/X11_color_names
- # [15:39] <Philip`> http://browsers.evolt.org/?worldwideweb/NeXT - maybe that would work if I had a NeXT computer, but sadly I don't :-(
- # [15:40] <Philip`> http://browsers.evolt.org/?ie/32bit - aha, handy archive
- # [15:42] <Lachy> see which colours NN2 uses for Gray, Green Maroon and Purple, which clash between X11 and CSS
- # [15:45] * Joins: met_ (n=Hassman@b14-4.vscht.cz)
- # [15:46] * Parts: haustein (n=shaustei@port-83-236-194-146.static.qsc.de)
- # [15:46] <othermaciej> Jukka's message seems poorly thought out
- # [15:46] <othermaciej> what's the point of having more than one browser if they all act completely different?
- # [15:46] <Lachy> did you read my response?
- # [15:47] <zcorpan_> i need to figure out exactly which color names are supported by html parsers, in order to put forward a proposal
- # [15:47] <Lachy> a proposal for what?
- # [15:47] <othermaciej> www-html seems much more insane than public-html
- # [15:47] <zcorpan_> for changing the html5 parsing algorithm
- # [15:47] <othermaciej> glad there's other people to cover it
- # [15:48] <Lachy> I thought all the supported colour names were known, you just need to determine the algorithm to use for unknown names
- # [15:48] <Philip`> Lachy: NN1 handles none of those colours; NN2 handles them all (and uses the HTML-like values rather than X11-like)
- # [15:48] <zcorpan_> don't we need to spec what the set of color names are to be known?
- # [15:49] <Lachy> CSS defines those, HTML can just reference that
- # [15:49] <zcorpan_> css3-color?
- # [15:50] <Lachy> yes
- # [15:50] <zcorpan_> could work
- # [15:51] <Lachy> oh, Tina responded to me on www-html, wanting to know which parts of HTML4 can't be implemented
- # [15:51] <Lachy> Now, where do I start?
- # [15:51] <othermaciej> <object>
- # [15:51] <Philip`> ...and the Wikipedia list is precisely the same set as is listed in NN2's .exe
- # [15:51] <othermaciej> is it "can't be implemented" or "can't be implemented interoperably"
- # [15:52] <zcorpan_> it surely contradicts itself in various places, doesn't it?
- # [15:52] <wilhelm> Lachy: Error handling.
- # [15:52] <othermaciej> also are we looking for self-contradiction in the spec, or contradiction to expectations of deployed content?
- # [15:52] <Lachy> othermaciej, both
- # [15:52] <othermaciej> tag minimization is one obvious thing in the latter category
- # [15:52] <zcorpan_> </foo closing style and script
- # [15:53] <Philip`> (...and precisely the same list of colour names in NN4 too)
- # [15:53] <Lachy> we should record this stuff in the whatwg wiki too!
- # [15:53] <othermaciej> you can't implement <foo/> as SGML calls for
- # [15:53] <zcorpan_> that ua's must not assume a default encoding
- # [15:53] <othermaciej> Lachy: this isn't quite the kind of thing you asked for, but it amuses me to no end that the definition of "conforming implementation" is self-contradictiory
- # [15:53] <othermaciej> in HTML4
- # [15:54] <Lachy> I'll mention that too
- # [15:54] <zcorpan_> perhaps it implies that being conforming is optional for conformance? :)
- # [15:55] <othermaciej> http://www.w3.org/TR/html401/conform.html
- # [15:55] <othermaciej> "A conforming user agent for HTML 4 is one that observes the mandatory conditions ("must") set forth in this specification, including the following points:"
- # [15:55] <othermaciej> and then it lists one should-level, one must-level and one recommend-level requirement
- # [15:56] <othermaciej> but you can also find whole chapters where the word "must" does not appear
- # [15:57] <Philip`> Whoops, my default browser is now set to Netscape 1
- # [15:57] <Philip`> At least the later versions asked me if I wanted to change it
- # [15:57] <othermaciej> this section for instance contains no UA conformance requirements: http://www.w3.org/TR/html401/struct/lists.html
- # [16:00] <Philip`> Lachy: Unfortunately I can't test old versions of IE - "Internet Explorer 3.0 cannot be installed on a system that has Internet Explorer 4.0 installed"
- # [16:01] <Philip`> although I may actually have a spare Windows 3.1 virtual machine somewhere, which may run it...
- # [16:01] <Lachy> cool
- # [16:03] <zcorpan_> Philip`: does it need to be installed? isn't there a standalone version that just runs?
- # [16:09] <Philip`> (Hmm, installing network drivers in Win3.11 is too much of a pain so I think I'll give up)
- # [16:10] * zcorpan_ has or had mosaic installed... most of the web didn't work at all
- # [16:10] <Philip`> zcorpan_: Ah, hadn't tried that, but the ones at http://browsers.evolt.org/?ie/32bit/standalone seem to work
- # [16:11] <zcorpan_> ...which wasn't because of the markup used but something else (probably http something)
- # [16:12] <Philip`> NN1 seems to have HTTP problems - it's not telling the server what hostname it's connecting to, or something, so it acts the same as if you typed in the IP directly (which rarely works)
- # [16:12] <Philip`> How peculiar - the HTML5 spec in IE3 has a textarea in the top left corner
- # [16:12] <zcorpan_> perhaps it sees the <textarea> in the last comment
- # [16:13] <zcorpan_> closes comments at > or something
- # [16:16] <Philip`> (Oh, there's no standalone IE2 there, and the non-standalone one fails to install with "Internet Explorer requires Windows 95.")
- # [16:17] <Philip`> (IE3 has precisely the same list of colour names as NN2)
- # [16:20] <Lachy> does <applet> also suffer from interop problems?
- # [16:21] <othermaciej> <applet> has a pretty serious flaw in Safari
- # [16:21] <othermaciej> at times, it is known to load a Java applet
- # [16:22] <zcorpan_> "If your argument was correct, then everyone would learn about mark-up simply by reading other people's mark-up, which is obviously not what happens."
- # [16:22] <zcorpan_> wow
- # [16:22] <othermaciej> that's the only way I ever learned...
- # [16:22] <zcorpan_> it might not apply to *everyone*, but surely most
- # [16:23] <othermaciej> even people who learn from books copy the examples in those books
- # [16:23] <Lachy> zcorpan_, who wrote that?
- # [16:23] <zcorpan_> Lachy: mark http://www.w3.org/mid/640dd5060704300529u70a16269xec412a16436f3e2b@mail.gmail.com
- # [16:24] <Lachy> he is so out of touch
- # [16:25] <Lachy> even I learned by view source initially, though I started reading specs when that was too difficult to understnad
- # [16:31] * Philip` wonders how different the web would be today if the early browsers didn't have a "view source" menu item
- # [16:32] <Lachy> people would have been forced to use editors to write HTML, just like very few people hand code RTF, PDF, Work docs, etc.
- # [16:32] <Lachy> s/Work/Word/
- # [16:35] <Lachy> here's the draft of my reply to Tina http://lachy.id.au/temp/html4
- # [16:37] <othermaciej> SHORTTAG syntax is kind of cool
- # [16:37] <othermaciej> too bad it can't be used
- # [16:45] <Lachy> I made a few more additions and modifications, and I think I'm ready to send it. I'm sure there would be more, but I couldn't be bothered looking.
- # [16:48] <othermaciej> I think "do not assume a default character set" is one worth listing
- # [16:48] <othermaciej> (don't remember the precise wording of the spec)
- # [16:48] <Lachy> where does it say that in the sepc?
- # [16:48] <Lachy> found it
- # [16:48] <Lachy> it says "Therefore, user agents must not assume any default value for the "charset" parameter."
- # [16:48] <Lachy> what should I say about it?
- # [16:50] <othermaciej> user agents have to assume the default encoding is Windows Latin 1
- # [16:50] * Quits: zcorpan_ (n=zcorpan@217-211-77-236-no13.tbcn.telia.com) (Read error: 110 (Connection timed out))
- # [16:50] <othermaciej> (windows-1252 officially)
- # [16:51] <othermaciej> in fact, browsers have to treat latin1 as windows-1252 always, but I don't think HTML is to blame for that
- # [16:51] <Philip`> "<table border> is actually shorthand for <table frame="border">" - shouldn't that be border="border"?
- # [16:52] <Lachy> no
- # [16:52] <Lachy> in HTML5, yes
- # [16:52] <Lachy> in SGML, no
- # [16:52] <Philip`> Oh, okay, HTML4 has funny rules for that
- # [16:53] <Lachy> it's actually the attribute name that can be omitted, not the value as most people think
- # [16:53] <Lachy> but UAs only implemented it for attrs that had the same name and value
- # [16:54] * Joins: zcorpan_ (n=zcorpan@217-211-77-236-no13.tbcn.telia.com)
- # [16:54] <wilhelm> othermaciej: In some countries, UAs have to use other encodings as default.
- # [16:54] <Lachy> othermaciej, I added the default charset thing
- # [16:55] <Lachy> wilhelm, yes, I wrote "usually forced to default to win 1252"
- # [16:55] <othermaciej> wilhelm: well, the per-country default encoding thing is even worse - we don't actually do that in Safari because we don't want your web browsing to be affected by language setting
- # [16:55] <wilhelm> Most Japanese websites don't bother defining what charset they use. And it usually isn't windows-1252.
- # [16:55] <met_> what exactly mean "concur" in the W3C wbs? feel something like no but without canceling the approval?
- # [16:55] <Lachy> it means you agree with whatever the majority say
- # [16:56] <wilhelm> othermaciej: It is terrible, I agree. But you can't ship on Japanese devices without it.
- # [16:56] <met_> what is difference pro abstaining?
- # [16:57] <othermaciej> wilhelm: I might consider it if it was for localized hardware sold only in the given region
- # [16:57] <Lachy> met_, see the logs of #html-wg from a few hours ago for an explanation
- # [16:58] <Lachy> we just need to get japanese markets to use UTF-8 or UTF-16 for everything.
- # [16:58] <wilhelm> othermaciej: Yes. That is what we (Opera) do on the Wii and on phones for Japanese customers.
- # [16:59] <Lachy> the major problem is that OSs ship with different default charsets for different languages, instead of Unicode
- # [16:59] <met_> Lachy thx
- # [17:00] <Lachy> what does a japanese user do when they visit a site that needs to default to win 1252?
- # [17:00] <wilhelm> Lachy: Getting everyone to use Unicode would be ideal. But just getting sites to define which charset they use would solve most of these problems.
- # [17:00] <othermaciej> yeah, relying on the default encoding is bad
- # [17:01] <wilhelm> Yes. It breaks Norwegian sites in Japan, and Japanese sites in Norway.
- # [17:01] <Lachy> wilhelm, we've got more chance of fixing the situation by getting editors to use Unicode as default encoding for everyting, than by getting authors to declare charsets
- # [17:03] <Lachy> any more suggestions for my list of HTML4 issues before I send?
- # [17:03] <wilhelm> That is possible.
- # [17:04] <othermaciej> Lachy: in Asia (Japan especially), enthusiasm for unicode is not that widespread
- # [17:04] <Lachy> why not?
- # [17:05] <othermaciej> they like how compact encodings like shift-JIS are for their language
- # [17:05] <othermaciej> same reason Americans don't tend to use UTF-16
- # [17:05] <MikeSmith> the Japanese developer community is not fond of Unicode. Many Japanese mobile devices don't have proper Unicode support (or even fonts for non-ASCII Latin characters). Several Japanese desktop mail clients don't have Unicode support, and many (or most) e-mail clients on mobile devices in Japan don't either
- # [17:06] <Lachy> yeah, full support for unicode is a problem everywhere
- # [17:12] * Quits: MikeSmith (n=MikeSmit@softbank218176034003.bbtec.net) ("Get thee behind me, satan.")
- # [17:38] * Joins: h3h (n=h3h@66-162-32-234.static.twtelecom.net)
- # [17:57] * Joins: billmason (n=billmaso@ip156.unival.com)
- # [18:04] * Parts: billmason (n=billmaso@ip156.unival.com)
- # [18:08] * Joins: billmason (n=billmaso@ip156.unival.com)
- # [18:10] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [18:15] * Quits: KevinMarks (n=Snak@pdpc/supporter/active/kevinmarks) ("bye")
- # [18:16] * Quits: met_ (n=Hassman@b14-4.vscht.cz) ("Chemists never die, they just stop reacting.")
- # [18:25] * Joins: aroben|out (i=adamrobe@nat/apple/x-52d20fa677bd76d5)
- # [18:34] * Quits: ddfreyne (n=ddfreyne@unaffiliated/ddfreyne) ("k lol plz thx bai")
- # [18:54] * Joins: inkbase (i=Miranda@nat/ibm/x-99a8745c5ed9eb2e)
- # [19:05] * Joins: othermaciej (i=mjs@nat/apple/x-9c18bdb7fdd06325)
- # [19:10] <othermaciej> good morning
- # [19:12] * Quits: yod (n=ot@bas11-montreal02-1128531044.dsl.bell.ca) ("Leaving")
- # [19:14] <gsnedders> is it possible to have a third state with a checkbox (like the line in OS X?)
- # [19:18] <Dashiva> Not as of currently, no
- # [19:23] <gsnedders> so I haven't forgotten some input type value
- # [19:25] * Joins: KevinMarks (i=KevinMar@nat/google/x-c236578d04fd4ce1)
- # [19:29] * aroben|out is now known as aroben
- # [19:48] * Joins: nickshanks (n=nicholas@home.nickshanks.com)
- # [19:48] * Joins: dbaron (n=dbaron@corp-242.mountainview.mozilla.com)
- # [19:57] <gsnedders> I take it the SOLIDUS is allowed in all empty elements?
- # [20:02] * Joins: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net)
- # [20:18] * Joins: met_ (n=Hassman@r5bx220.net.upc.cz)
- # [20:18] * Parts: nickshanks (n=nicholas@home.nickshanks.com)
- # [20:28] * Joins: jcgregorio (i=chatzill@nat/ibm/x-8d88ba39fb2f9e08)
- # [20:29] * Quits: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com) (Remote closed the connection)
- # [20:30] * Joins: hasather (n=hasather@81-235-209-174-no62.tbcn.telia.com)
- # [20:40] <deltab> gsnedders: I take it you mean inside the start tag?
- # [20:41] <deltab> void elements only
- # [20:41] <deltab> i.e. base, link, meta, hr, br, img, embed, param, area, col, input
- # [20:41] <gsnedders> yes
- # [20:42] * Joins: aroben_ (i=adamrobe@nat/apple/x-72d62d792ead4351)
- # [20:42] * Joins: bewest (n=ben@httpcraft/bewest)
- # [21:00] * Quits: aroben (i=adamrobe@nat/apple/x-52d20fa677bd76d5) (Read error: 110 (Connection timed out))
- # [21:08] * Quits: jcgregorio (i=chatzill@nat/ibm/x-8d88ba39fb2f9e08) (Read error: 110 (Connection timed out))
- # [21:10] * aroben_ is now known as aroben
- # [21:18] * othermaciej is now known as om_lunch
- # [21:19] * moeffju[Away] is now known as moeffju
- # [21:24] * Quits: aroben (i=adamrobe@nat/apple/x-72d62d792ead4351)
- # [21:39] <bewest> "the w3c should define HTML, and browser manufacturers should be willing to accept that definition (or to reject it, at their own risk: this is a free world), but it would be a great boost for standards were the "W3C HTML 5" logo to be as applicable to /browsers/ as it will be to web pages."
- # [21:52] * Quits: dbaron (n=dbaron@corp-242.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [22:06] * Joins: hendry (n=hendry@client-82-3-82-52.manc.adsl.virgin.net)
- # [22:06] * Quits: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net) (Remote closed the connection)
- # [22:07] * Joins: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net)
- # [22:17] * Joins: aroben|out (i=adamrobe@nat/apple/x-2720453d50a5bd68)
- # [22:18] * Parts: aroben|out (i=adamrobe@nat/apple/x-2720453d50a5bd68)
- # [22:18] * Joins: aroben|out (i=adamrobe@nat/apple/x-2720453d50a5bd68)
- # [22:18] * Parts: aroben|out (i=adamrobe@nat/apple/x-2720453d50a5bd68)
- # [22:18] * Joins: aroben|out (i=adamrobe@nat/apple/x-112f9c1cc06e4e1a)
- # [22:22] * Quits: tantek (n=tantek@66.116.112.4)
- # [22:26] * Joins: aroben|out_ (i=adamrobe@nat/apple/x-cce0b1f60668448c)
- # [22:28] * om_lunch is now known as othermaciej
- # [22:29] <gsnedders> mm… looking through the HTML 4.01 Trans DTD, there are more EMPTY elements than those allowed to have a SOLIDUS character in their start tag in the parsing section of WA1.0
- # [22:32] * Quits: ROBOd (n=robod@86.34.246.154) ("http://www.robodesign.ro")
- # [22:37] * othermaciej is tempted to +1 Hixie's email about +1 messages, but restrains his impish side
- # [22:40] <bewest> othermaciej: your buddy dave hyatt beat you to it
- # [22:41] <othermaciej> I guess he's more of an ass than I am :-)
- # [22:42] <bewest> I'm not sure how much +1 matters on the public-html list either
- # [22:42] <bewest> it appears the chairs intend to use web surveys
- # [22:42] <bewest> othermaciej: you have some nice replies on that list, btw
- # [22:43] <bewest> imo one of the voices of sanity
- # [22:43] * Joins: tantek (n=tantek@65.160.17.13)
- # [22:43] * Quits: aroben|out (i=adamrobe@nat/apple/x-112f9c1cc06e4e1a) (Read error: 110 (Connection timed out))
- # [22:45] <Philip`> Hixie's email was only explaining why +1 is not useful in discussions about technical issues, where there can be objectively wrong answers - it wasn't arguing that +1 is not useful in discussions about whether +1 is not useful in discussions, and hence it seems quite logical to +1 it
- # [22:45] <jgraham> +1
- # [22:46] * jgraham has wanted to type that in response to /almost anything/ for weeks. He realises this is deeply illogical
- # [22:47] <gsnedders> +1
- # [22:47] <gsnedders> I restrained replying to Anne's (I think) call for an end of +1s on public-html, on grounds that he was citing the number of messages as a reason, making it further illogical
- # [22:48] <othermaciej> -1
- # [22:49] * moeffju is now known as moeffju[afk]
- # [22:54] * Quits: othermaciej (i=mjs@nat/apple/x-9c18bdb7fdd06325)
- # [22:56] * Joins: othermaciej (i=mjs@nat/apple/x-505149deac17e3ca)
- # [22:58] <Hixie> if anyone's bored and wants to argue for a while, this one's hot: http://www.w3.org/Bugs/Public/show_bug.cgi?id=1500
- # [23:04] <othermaciej> the very URL is discouraging
- # [23:11] * Joins: dbaron (n=dbaron@corp-242.mountainview.mozilla.com)
- # [23:17] * Quits: othermaciej (i=mjs@nat/apple/x-505149deac17e3ca)
- # [23:19] * Joins: othermaciej (i=mjs@nat/apple/x-a80455da3caef986)
- # [23:19] * Quits: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net) (Remote closed the connection)
- # [23:19] * Joins: aroben|out (i=adamrobe@nat/apple/x-568e73f9799e0729)
- # [23:19] * Joins: kingryan (n=kingryan@dsl092-187-033.sfo1.dsl.speakeasy.net)
- # [23:21] * aroben|out is now known as aroben
- # [23:21] * Quits: aroben (i=adamrobe@nat/apple/x-568e73f9799e0729) (Client Quit)
- # [23:22] * Joins: aroben (i=adamrobe@nat/apple/x-eb9f2d7a90eab510)
- # [23:23] * Quits: met_ (n=Hassman@r5bx220.net.upc.cz) ("Chemists never die, they just stop reacting.")
- # [23:24] * Joins: aroben_ (i=adamrobe@nat/apple/x-1e81120d2f6f9999)
- # [23:25] * Quits: aroben|out_ (i=adamrobe@nat/apple/x-cce0b1f60668448c) (Read error: 104 (Connection reset by peer))
- # [23:40] * Quits: aroben (i=adamrobe@nat/apple/x-eb9f2d7a90eab510) (Read error: 110 (Connection timed out))
- # [23:46] * Quits: tantek (n=tantek@65.160.17.13)
- # [23:56] * Quits: hendry (n=hendry@client-82-3-82-52.manc.adsl.virgin.net) (Read error: 101 (Network is unreachable))
- # Session Close: Tue May 01 00:00:00 2007
The end :)