Options:
- # Session Start: Mon Jan 28 00:00:00 2008
- # Session Ident: #whatwg
- # [00:01] <jgraham_> hsivonen: So I was thinking about the whole table @headers thing again and I wondered if it should be made conforming but the spec should say that authors SHOULD NOT use @headers unless no other mechanism could express the correct relationships
- # [00:01] <jgraham_> However I thought you might not like the machine-checkable-but-hard-o-implement criteria
- # [00:01] <jgraham_> s/-o /-to-/
- # [00:02] <gsnedders> jgraham: someone might see one way of marking something up, but another person might not
- # [00:02] <webben> Given the complexity of some of the proposed header/cell association mechanisms, I should think that imposes a substantial cognitive load on authors.
- # [00:02] <jgraham_> The theory is that the only people who care about @headers also care about accessibility and so are more likely than average to actualy follow the spec on this point
- # [00:02] <gsnedders> that pushes it a bit too far
- # [00:02] <webben> But I can see you could machine-check it.
- # [00:02] * csarven- is now known as csarven
- # [00:03] <webben> OTOH it's unclear what the advantage of burdening authors with the burden of checking it would be.
- # [00:04] <webben> saving bytes?
- # [00:04] <jgraham_> gsnedders: I don't think that's actually likely to be a problem in practice
- # [00:05] <jgraham_> webben: The problem is that people get @headers wrong so often that it can actually be harmful to respect it
- # [00:05] <jgraham_> OTOH there are a few legitimate cases where no other mechanism so far proposed can work
- # [00:06] <webben> The problem there is incorrect heading information, not how the information is expressed.
- # [00:07] <webben> If people get headers wrong, and you run a tool which checks to see if the headers info is superflous, then the tool's result will be wrong too.
- # [00:07] <jgraham_> The problem is @headers makes it so easy to get the information wrong that _in practice_ it can be worse than doing nothing
- # [00:07] <webben> So the only sort of tool that helps is one that shows you the associations and asks if they're right.
- # [00:08] <jgraham_> (typical mistakes include mistyping the attribute name, mistyping the idrefs, putting an idref to an element not in the table)
- # [00:08] <webben> all three sound like situations where a UA should act as if the attribute isn't there
- # [00:09] <webben> and therefore the fact that the attribute is wrong shouldn't make it worse than if it wasn't there
- # [00:10] <jgraham_> webben: it does make it worse than using e.g. scope attributes to express the same information though
- # [00:11] <jgraham_> and in some cases - e.g. if the author just gets one idref wrong, it houldn't ignore the whole value, presumably
- # [00:11] <webben> well, the only reason not to use scope is because either a) you're generating with a tool that generates table markup and just uses header/id (removing the human error element) or b) consuming agents don't support scope.
- # [00:11] <webben> artificially limiting authors to scope doesn't help in either situation
- # [00:11] <jgraham_> webben: Let's ignore the limitations of UAs for the moment
- # [00:12] <jgraham_> (arguably that would be a good reason to violate a SHOULD NOT, but not enough to violate the implicit MUST NOT of removing the attribute from the spec)
- # [00:13] <jgraham_> s/that/UA limitations/
- # [00:13] <webben> I think making good practice (making websites that actually work) dependent on violating SHOULD NOTs is counter-intuitive.
- # [00:14] <webben> (although I can see your point given the technical definition of SHOULD NOT)
- # [00:15] <jgraham_> The solution to that problem is to make the UA vendors implement non-@headers algorithms in their product.
- # [00:15] <webben> Yeah, and the solution to IE not supporting XHTML is to "make" MS implement XHTML.
- # [00:15] <jgraham_> Which they really ought to do anyway since so few sites use @headers
- # [00:15] <webben> few sites use scope either
- # [00:16] <jgraham_> Hey I didn't say it would be easy :)
- # [00:16] <webben> I don't think the solution to making websites that actually work is to foist problems onto client software vendors and end-users.
- # [00:16] <jgraham_> re:scope indeed, which is why I'm trying to make it needed in as few cases as possible
- # [00:18] <othermaciej> webben: actually, putting a burden on client software vendors is probably better than putting it on web developers, if getting it right is possible either way and if it matters to the end user
- # [00:18] <othermaciej> because there's a lot fewer user agents than web sites
- # [00:18] <othermaciej> so that's fewer places to get it wrong
- # [00:18] <jgraham_> The history of the web suggests that trying to adjust the behavior of the inhomogeneous mass of authors is ineffective way to solve problems
- # [00:19] <webben> I wouldn't say the history of web developers desiring UAs to implement specs is a particularly happy history either.
- # [00:19] <othermaciej> do you mean that we developers don't desire that, or that UAs don't implement the specs that web developers want?
- # [00:19] <webben> besides we're not talking here about giving authors licence, but about restricting them with a SHOULD NOT.
- # [00:19] <jgraham_> I would rather try and change a handful of UAs than a large number of authors
- # [00:20] <webben> (or appearing to restrict them, and thus confusing the issue)
- # [00:20] <webben> meh, changing web output is cheap compared to changing expensive software installs
- # [00:21] <othermaciej> per unit, yes
- # [00:21] <othermaciej> but web output is much much larger in total
- # [00:21] <webben> (witness how we bend over backwards to serve IE6 ... and upgrading from IE6 is nearly free)
- # [00:21] <jgraham_> webben: Restricting people is often good overall
- # [00:21] <webben> (where upgrading means moving to IE7 or any other decent browser)
- # [00:21] <jgraham_> e.g. the more limited UI in Firefox made it a success over the Mozilla suite
- # [00:22] <othermaciej> IE seems to be the only browser that doesn't get upgrade traction
- # [00:22] <jgraham_> (often web output is backed by expensive software installs)
- # [00:22] <othermaciej> (not sure why - bug lockin? people who never upgrade?)
- # [00:23] <webben> I'm not sure how far you can push an analogy between user interfaces (which are designed to present functionality to the user) and markup languages (that are designed, basically, to trigger functionality in client software0
- # [00:23] <othermaciej> languages are a user interface for developers
- # [00:23] <jgraham_> they both involve human interaction at some stage in the process
- # [00:23] <webben> yes, but UIs are intrinsically much freer
- # [00:24] <webben> because the functionality on the backend can be guaranteed by the same developers
- # [00:24] <webben> (if the language was being designed from scratch, this would be a void argument of course)
- # [00:25] <jgraham_> An obvious example of a restriction in a language for increased usability is python+whitespace
- # [00:25] * Joins: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net)
- # [00:25] <jgraham_> (irrespective of whether you think that is a design success, that's why it works the way it does)
- # [00:25] <webben> heh, well that's as controversial as restricting HTML5 to XHTML-esque markup styles.
- # [00:26] <webben> I'm not saying restrictions in languages are bad; I'm just saying that the need to make this language actually deliver imposes constraints on what restrictions are realistic.
- # [00:26] <othermaciej> Python in general tries to avoid having More Than One Way To Do It
- # [00:27] <jgraham_> Although a more accurate statement would be "more than one unnecessarily redundant way to do it"
- # [00:28] <webben> (It's also notable that since web consuming software is tolerant, the basic reaction to restrictions in this language is to ignore them. People pay attention to white space in Python cos not doing so breaks their programs.)
- # [00:30] <jgraham_> webben: To get back to the point, we have a feature with a small set of use cases but which is known in practice to cause significant problems for authors (and hence end users). We can either a) ban it entirely b) discourage it except when absolutely necessary or c) ignore the problems. I think b) makes the most sense
- # [00:32] <webben> it's necessary wherever scope would be necessary
- # [00:32] <webben> assuming one wants it to work
- # [00:32] <webben> (it's theoretically necessary only in a smaller set of cases I agree.)
- # [00:33] <webben> I suppose what you could have would be a WCAG1-style discouragement, "Once user agents support, don't use unless bla bla bla"
- # [00:34] <webben> but even then one's basically second-guessing what level of backwards-compatibility developers want to provide.
- # [00:36] <webben> Maybe one would be best served by actually explaining the problems and letting devs make up their own minds.
- # [00:38] <jgraham_> I don' think the spec is the right place to put UA compatibly information, but it could certainly go in the authoring guide
- # [00:38] <webben> Oh, I didn't mean say UA X supports this, UA X does not. More just explaining the general problem that some UAs do, and some UAs don't.
- # [00:39] <webben> (but all UAs should)
- # [00:44] <jgraham_> I still think the authoring guide would be better
- # [00:55] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [01:04] * weinig_ is now known as weinig
- # [01:06] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Read error: 113 (No route to host))
- # [01:07] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) (Read error: 110 (Connection timed out))
- # [01:09] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [01:15] * Joins: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca)
- # [01:27] * Joins: doublec (n=Chris_Do@ip67-152-80-249.z80-152-67.customer.algx.net)
- # [01:44] * Quits: jgraham_ (n=james@81-86-219-94.dsl.pipex.com) ("This computer has gone to sleep")
- # [01:48] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [02:07] * Joins: jruderman_ (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [02:17] * Quits: tndH (i=Rob@83.100.254.150) ("ChatZilla 0.9.80-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [02:18] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [02:18] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [02:29] * Quits: jruderman_ (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [02:32] * Joins: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [02:38] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net)
- # [02:38] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net) (Read error: 104 (Connection reset by peer))
- # [02:50] * Quits: webben (n=benh@dip5-fw.corp.ukl.yahoo.com)
- # [02:59] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net)
- # [02:59] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net) (Read error: 104 (Connection reset by peer))
- # [03:01] * Quits: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [03:09] * Joins: markp (n=mark@adsl-221-7-211.rmo.bellsouth.net)
- # [03:28] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net)
- # [03:29] * Joins: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net)
- # [03:33] * Quits: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net) (Client Quit)
- # [03:54] * Joins: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net)
- # [04:01] * Joins: roc (n=roc@64.156.190.240)
- # [04:02] * Joins: roc_ (n=roc@64.156.190.240)
- # [04:02] * Quits: roc (n=roc@64.156.190.240) (Read error: 104 (Connection reset by peer))
- # [04:04] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("This computer has gone to sleep")
- # [04:26] * Quits: doublec (n=Chris_Do@ip67-152-80-249.z80-152-67.customer.algx.net) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [04:47] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [05:07] * Joins: doublec (n=Chris_Do@ip67-152-80-249.z80-152-67.customer.algx.net)
- # [05:12] * Quits: roc_ (n=roc@64.156.190.240)
- # [05:27] * Joins: jruderman_ (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [05:44] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [05:51] * Joins: roc (n=roc@64.156.190.240)
- # [05:53] * Joins: roc_ (n=roc@64.156.190.240)
- # [05:53] * Quits: roc (n=roc@64.156.190.240) (Read error: 104 (Connection reset by peer))
- # [05:57] <Hixie> i guess the fact that e.g. the http group are jumping up and down and talking about html5, should be taken as a good sign
- # [05:59] * Joins: hdh (n=hdh@58.187.88.249)
- # [06:02] * Quits: hdh (n=hdh@58.187.88.249) (Excess Flood)
- # [06:02] * Joins: hdh (n=hdh@58.187.88.249)
- # [06:05] * Quits: hdh (n=hdh@58.187.88.249) (Excess Flood)
- # [06:05] * Joins: hdh (n=hdh@58.187.88.249)
- # [06:06] * Joins: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net)
- # [06:27] * Quits: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [06:30] * Joins: Thezilch (i=fuz007@cpe-67-49-89-123.socal.res.rr.com)
- # [06:31] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [06:34] <Hixie> wtf is UTF-4
- # [06:34] <takkaria> hah
- # [06:34] <takkaria> an academic exercise in the least efficient Unicode encoding
- # [06:35] * Joins: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net)
- # [06:35] <Hixie> is there a page about it somewhere?
- # [06:35] <Hixie> good lord, people actually want to register about:blank
- # [06:35] <Hixie> what a waste of time that would be
- # [06:35] * Quits: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [06:36] * Hixie fears the day that tools like "curl" support about:blank
- # [06:36] <Hixie> about: should _so_ just be left up to the browsers...
- # [06:37] <takkaria> I can only find one mention of utf-4 on the web and that looks like the same typo in libxml
- # [06:40] <Hixie> yeah i couldn't find anything either
- # [06:40] <Hixie> wouldn't have asked here if i could :-)
- # [06:44] * Quits: eseidel_ (n=eseidel@c-69-181-78-198.hsd1.ca.comcast.net)
- # [06:48] * Quits: Thezilch[FH] (i=fuz007@cpe-67-49-89-123.socal.res.rr.com) (Read error: 110 (Connection timed out))
- # [06:51] * MacDome is now known as MacDomeSleep
- # [06:52] <takkaria> Hixie: where did you find mention of utf-4?
- # [06:57] <Dashiva> takkaria: I suspect even utf-4 would be more efficient than utf-32 on boring english text
- # [06:57] * takkaria chuckles
- # [06:57] * MacDomeSleep is now known as olliejHater
- # [06:58] <takkaria> it's quite true, that
- # [07:00] * Quits: csarven (n=nevrasc@modemcable130.251-202-24.mc.videotron.ca) ("http://www.csarven.ca/")
- # [07:02] * Joins: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net)
- # [07:05] * olliejHater is now known as MacDome
- # [07:08] * Quits: doublec (n=Chris_Do@ip67-152-80-249.z80-152-67.customer.algx.net) ("ChatZilla 0.9.79-rdmsoft [XULRunner 1.8.0.9/2006120508]")
- # [07:17] * MacDome is now known as grammarPolice
- # [07:18] * grammarPolice is now known as MacDome
- # [07:32] * MacDome is now known as MacDomeSleep
- # [07:39] * weinig is now known as weinig|away
- # [07:49] * Joins: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de)
- # [08:27] * Quits: MacDomeSleep (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [08:28] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [08:36] * MacDome is now known as MacDomeSleep
- # [08:55] * Quits: roc_ (n=roc@64.156.190.240)
- # [09:05] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [09:06] <hsivonen> Hmm. Nokia buys Trolltech. I didn't see that one coming.
- # [09:09] <maikmerten> d'oh
- # [09:10] <maikmerten> well, I guess it makes some sense
- # [09:11] <maikmerten> albeit I was under the impression that e.g. Maemo was Gtk based?
- # [09:12] <maikmerten> notice how Nokia apparently is *not* partner of Google's Android
- # [09:13] <maikmerten> so I can only guess they're trying to grab whatever mobility mindshare is available for money to develop their own platform
- # [09:17] <hsivonen> for years Nokia leadership has talked about "level playing field" as a nice way of saying "we won't use Qt". I guess this levels the playing field to Nokia's taste...
- # [09:19] <hsivonen> so far Nokia has liked LGPL but not the GPL
- # [09:20] <hsivonen> It'll be interesting to see if the Trolltech business model stays
- # [09:20] * Quits: dbaron (n=dbaron@c-67-160-251-228.hsd1.ca.comcast.net) ("8403864 bytes have been tenured, next gc will be global.")
- # [09:22] * Joins: tndH_ (i=Rob@83.100.254.150)
- # [09:22] * tndH_ is now known as tndH
- # [09:25] * Joins: ROBOd (n=robod@89.122.216.38)
- # [09:30] <MikeSmith> hsivonen - wow
- # [09:33] <virtuelv> they're set to pay around USD 155M
- # [09:33] <virtuelv> http://www.newsweb.no/newsweb/index.jsp?messageId=201563&lang=
- # [09:33] <maikmerten> is Gtk really causing them that much damage? ;-)
- # [09:35] <hsivonen> the press release talk about accelerating strategy and improving the competitiveness of S60 and *S40*
- # [09:36] <hsivonen> Qtopia runs without X
- # [09:36] <hsivonen> but Maemo requires X and all
- # [09:36] <maikmerten> yeah, Maemo has a rather deep software stack
- # [09:36] <maikmerten> which of course is what makes so a tempting hacking device
- # [09:37] <maikmerten> but for real phones something "thinner" may just make more sense
- # [09:38] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [09:51] * Joins: mpt (n=mpt@canonical/launchpad/mpt)
- # [10:04] * Joins: virtuelv_ (n=virtuelv@213.236.208.247)
- # [10:06] <MikeSmith> hsivonen - "Nokia will have a live webcast today at 11.15am Helsinki time (+1 CET), which can be followed from the Nokia website at http://www.nokia.com/press. You may also post your questions while listening to the webcast."
- # [10:06] <MikeSmith> that's in 10 minutes, right?
- # [10:08] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) (Read error: 110 (Connection timed out))
- # [10:09] <takkaria> MikeSmith: now only 8
- # [10:10] <MikeSmith> damn, seems it requires Windows Media Player support
- # [10:11] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.mn.comcast.net) ("Less talk, more pimp walk.")
- # [10:13] <takkaria> I can pick up audio using VLC
- # [10:14] <Philip`> Tried mplayer?
- # [10:15] <takkaria> no luck there either
- # [10:17] <maikmerten> I find it somewhat amusing that Nokia isn't streaming some kind MPEG
- # [10:18] <Philip`> I thought they would use Theora
- # [10:19] <maikmerten> haha, yeah, that would put a big smile onto my face
- # [10:19] <takkaria> apparently this is actually just an audiocast
- # [10:19] <maikmerten> but given the position paper Nokia issued to the video workshop... nope, won't happen for now
- # [10:19] <maikmerten> bah, then I wonder why they're using Windows Media at all
- # [10:19] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.ca.comcast.net)
- # [10:20] <maikmerten> (one could argue that WMV + WMA would be reaching more people than every other video/audio solution)
- # [10:20] <maikmerten> (for audio this clearly isn't as... clear)
- # [10:21] <MikeSmith> (Nokia webcast starting now)
- # [10:22] <takkaria> maikmerten: how about mp3 streaming? :)
- # [10:23] <maikmerten> yeah, that would have been the obvious solution
- # [10:23] <maikmerten> but obviously I won't recommend any patented format, bias ahoi!
- # [10:24] <takkaria> not patented for too much longer
- # [10:24] <maikmerten> (that is: any patented format without non-free patent licensing)
- # [10:24] <takkaria> MikeSmith: tell us if any interesting comes up, please
- # [10:24] <maikmerten> yeah, I think MP3 may expire like in 2011
- # [10:25] <MikeSmith> takkaria - so far, it's mostly just the same information from the press release
- # [10:26] <MikeSmith> talking now is VP of devices for Nokia, Kai Öistämö
- # [10:27] <MikeSmith> I think he borrowed these slides from the marketing dept.
- # [10:28] <MikeSmith> "...enable Web 2.0 on the mobile"
- # [10:30] * virtuelv_ is now known as virtuelv
- # [10:30] <MikeSmith> mentions PC as a platform, along with mobile, as part of their "software strategy"
- # [10:31] <hdh> phonon in 4.4 on gnu/linux links with xine or gstreamer, and get theora for free
- # [10:32] <MikeSmith> "key driver is *not* to develop a Linux-based mobile device"
- # [10:34] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("This computer has gone to sleep")
- # [10:35] <MikeSmith> "Qt is the only set of libraries available on all desktop platforms and mobile devices"
- # [10:37] <MikeSmith> "all major software platforms in the world"
- # [10:37] * Joins: Camaban (n=adrianle@host81-133-161-26.in-addr.btopenworld.com)
- # [10:38] <MikeSmith> "will greatly improve the competiveness of Series 40 and Series 60"
- # [10:38] <MikeSmith> "continue to work closely with OSS community, especially KDE"
- # [10:38] <MikeSmith> now taking questions
- # [10:38] <MikeSmith> Mark [somebody] talking
- # [10:39] <MikeSmith> Eirik Chambe-Eng on also
- # [10:39] <MikeSmith> and Lee Williams from Nokia R&D
- # [10:40] <MikeSmith> "will continue to work on S30, S40, S60, as well as Maemo"
- # [10:41] <MikeSmith> will development of X11 of Qt continue? Eirik: Definitely, of course
- # [10:42] <takkaria> hmm, interesting
- # [10:43] <MikeSmith> how does Qt tie in with existing platforms like Maemo? when do we get to develop Qt apps for Nokia devices?
- # [10:43] <MikeSmith> Lee: Not prepared to talk about that now... stay tuned
- # [10:43] * Joins: emonkey (n=emonkey@ubuntu/member/emonkey)
- # [10:43] * Joins: smarter (n=smarter@ubuntu/member/smarter)
- # [10:43] * Joins: blauzahl (i=zahl@m209-8.dsl.rawbw.com)
- # [10:44] * Joins: gaboo (n=gaboo@cxr69-2-82-67-60-104.fbx.proxad.net)
- # [10:44] <MikeSmith> Does this help to decrease porting costs for mobile gaming segment?
- # [10:45] <MikeSmith> Kai: That is a valid question... whole idea of this is that is reducing development costs for [third-party] application developers.
- # [10:45] <MikeSmith> .. but not willing to talk about specifics now
- # [10:45] * Joins: randomize (n=robbers@lin37.thphys.uni-heidelberg.de)
- # [10:46] <MikeSmith> Q: Will support of Windows PC continue? Kai: Yes, important
- # [10:47] <MikeSmith> Q: When is official public offer?
- # [10:47] <MikeSmith> will complete in 2nd quarter of this year?
- # [10:47] <MikeSmith> Q: Will any trolls be fired?
- # [10:48] <MikeSmith> Kai: one of the key reasons for this really is the talent... makes me laugh.. at the moment we have not plans to reduce a workforce we are just now acquiring.. of course not
- # [10:48] <MikeSmith> Eirik: Everyone at Trolltech is gung-ho about this
- # [10:49] * Joins: Chani (n=chani@twinsen.warpedgames.com)
- # [10:49] <MikeSmith> ... realization of Qt everywhere
- # [10:50] <MikeSmith> Kai's closing comments: Helping us and third-party developers more efficiently develop [across platforms]
- # [10:50] <MikeSmith> [end of webcast]
- # [10:50] <MikeSmith> hmm, not too much meat there
- # [10:50] <Chani> aw, I missed it?
- # [10:51] <hdh> thanks MikeSmith
- # [10:51] * Quits: virtuelv (n=virtuelv@213.236.208.247) ("Leaving")
- # [10:52] <MikeSmith> Chani - didn't miss so much.. most of what they said was in their press release already
- # [10:52] <blauzahl> MikeSmith: nice work!
- # [10:52] <takkaria> MikeSmith: ta
- # [10:52] <MikeSmith> log is here too:
- # [10:53] <MikeSmith> http://krijnhoetmer.nl/irc-logs/whatwg/20080128
- # [10:53] <blauzahl> :)
- # [10:53] * Parts: blauzahl (i=zahl@m209-8.dsl.rawbw.com) ("You make my tired heart sing...")
- # [10:53] <Chani> cool
- # [10:53] * Parts: Chani (n=chani@twinsen.warpedgames.com)
- # [10:57] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [11:02] * Quits: annevk (n=annevk@77.163.243.203) (Remote closed the connection)
- # [11:03] * Joins: annevk (n=annevk@77.163.243.203)
- # [11:05] * Joins: webben (n=benh@nat/yahoo/x-b01306696082ceb3)
- # [11:08] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("Leaving")
- # [11:08] * Joins: Lachy (n=Lachlan@pat-tdc.opera.com)
- # [11:20] * Joins: mpt_ (n=mpt@canonical/launchpad/mpt)
- # [11:20] * Quits: mpt_ (n=mpt@canonical/launchpad/mpt) (Client Quit)
- # [11:24] * Joins: vant (n=vant@p2098-ipbf4207marunouchi.tokyo.ocn.ne.jp)
- # [11:24] * Parts: emonkey (n=emonkey@ubuntu/member/emonkey) ("Konversation terminated!")
- # [11:33] * Quits: webben (n=benh@nat/yahoo/x-b01306696082ceb3)
- # [11:37] <hdh> audio recording in http://www.libqxt.org/stuff/ but in some weird IVR format
- # [11:49] <Philip`> Not Vorbis? :-(
- # [11:51] * Joins: webben (n=benh@nat/yahoo/x-a4cf48187bfda820)
- # [11:55] <hdh> the recorder (zbenjamin in #qt) doesn't know how to convert it, and uses real player
- # [12:07] * Joins: webben_ (n=benh@nat/yahoo/x-a8f3f3db6c1a1a68)
- # [12:09] * Joins: webben__ (n=benh@nat/yahoo/x-91cc8688fa250604)
- # [12:21] <annevk> if registering about is what it takes...
- # [12:21] <annevk> re: Hixie earlier
- # [12:23] * Quits: webben (n=benh@nat/yahoo/x-a4cf48187bfda820) (Read error: 113 (No route to host))
- # [12:24] <annevk> though curl about:blank would be a bit weird
- # [12:24] <annevk> much like curl data:... or curl javascript:...
- # [12:25] <Lachy> or curl mailto: But I wouldn't expect curl to support non-network-retrievable URIs.
- # [12:26] <Lachy> although curl data:... could be useful if you just want to quickly convert a data URI into a file.
- # [12:27] <annevk> also, content relies on about:blank, clients support it as URI, makes sense if it was registered leaving the "blank" space to HTML5 and the rest to client software
- # [12:27] * Quits: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp) (Read error: 104 (Connection reset by peer))
- # [12:28] * Parts: smarter (n=smarter@ubuntu/member/smarter) ("Konversation terminated!")
- # [12:28] * Joins: Kuruma (n=Kuruman@h123-176-107-050.catv01.catv-yokohama.ne.jp)
- # [12:28] * Quits: webben_ (n=benh@nat/yahoo/x-a8f3f3db6c1a1a68) (Read error: 113 (No route to host))
- # [12:29] * webben__ is now known as webben
- # [12:32] * Joins: webben_ (n=benh@nat/yahoo/x-400264d5b5c98af0)
- # [12:34] * Quits: mpt (n=mpt@canonical/launchpad/mpt) (Remote closed the connection)
- # [12:42] * Quits: Ketsuban (n=ketsuban@cpc2-oxfd8-0-0-cust335.oxfd.cable.ntl.com) ("Perhaps on the rare occasion pursuing the right course demands an act of piracy, piracy itself can be the right course?")
- # [12:50] * Quits: webben (n=benh@nat/yahoo/x-91cc8688fa250604) (Read error: 113 (No route to host))
- # [13:03] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [13:05] * Quits: webben_ (n=benh@nat/yahoo/x-400264d5b5c98af0)
- # [13:06] * Joins: DIrtyF (n=DirtyF@194.214.241.30)
- # [13:19] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [13:22] * Parts: hdh (n=hdh@58.187.88.249) ("Konversation terminated!")
- # [13:24] * Philip` doesn't like the cssutils parser since it seems to be quadratically slow
- # [13:25] * othermaciej is now known as om_sleep
- # [13:30] <annevk> hsivonen, on about.validator.nu "identd" -> "identity"?
- # [13:31] <annevk> hsivonen, also, your copyright only extends until 2007?
- # [13:34] * Joins: zcorpan (n=zcorpan@pat.se.opera.com)
- # [13:49] * Joins: webben (n=benh@nat/yahoo/x-6263552ba5420ae7)
- # [13:51] <MikeSmith> new mobile browser announced today
- # [13:51] <MikeSmith> http://www.skyfire.com/product/
- # [13:52] <MikeSmith> link to a video there
- # [13:54] <Philip`> http://66.102.9.104/search?q=cache:DfrjbPJEZIsJ:www.dvclabs.com/mozilla.html - sounds like they're building it on Mozilla
- # [13:55] <Camaban> er, how many mobile phones have a stylus?
- # [13:55] <MikeSmith> heh
- # [13:55] <MikeSmith> Camaban - yeah, I had same thought
- # [13:56] <MikeSmith> It also doesn't seem to have any sort of adaptive/intelligent zoom
- # [13:56] <MikeSmith> i.e., on zoom, it doesn't wrap text to the width of the screen
- # [13:56] <Camaban> hmmm, and playing youtube videos?
- # [13:57] <zcorpan> MikeSmith: then it wouldn't be exactly as on your PC ;)
- # [13:58] <zcorpan> i wonder if it supports xhtml
- # [13:58] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [14:01] <MikeSmith> zcorpan - yeah, I guess they're taking the "exactly as on your PC" part literally
- # [14:01] <Camaban> "For the first time, you can watch any video, listen to any music,"
- # [14:01] * Camaban is dubious
- # [14:02] <MikeSmith> Philip` - that seems to suggest it's based on Minimo (now end-of-lifed)
- # [14:02] <MikeSmith> or I guess they may have done something themselves with Mozilla embedded
- # [14:05] <Camaban> "The Skyfire private beta will initially support Windows Mobile phones in the U.S. In the coming months, we will introduce a version for Symbian phones."
- # [14:05] <Camaban> not exactly supporting all mobile phones....
- # [14:06] * Camaban pats Opera Mini on the head
- # [14:07] <Philip`> Opera Mini doesn't work on my phone :-(
- # [14:07] <MikeSmith> Philip` - which model is your phone?
- # [14:07] <Philip`> (or at least I couldn't get it to actually connect to the internet, which made it a bit useless)
- # [14:07] <Camaban> heh, I knew if I mentioned someone would point out an exception :P
- # [14:08] <Philip`> It's apparently a T630
- # [14:08] <Camaban> still, much broader support than "Windows Mobile" phones...
- # [14:09] <Philip`> Hmm, Opera Mini 3 claims it should work there, so maybe I just need to set up the internet access properly
- # [14:11] <MikeSmith> Philip` - there's a help page at the Opera site for resolving connection problems
- # [14:11] <MikeSmith> http://www.operamini.com/help/connect/
- # [14:11] <MikeSmith> this page has some info too: http://wapreview.com/blog/?p=466
- # [14:14] <Philip`> I think I just don't care enough about mobile web access to bother with anything like that :-)
- # [14:15] <hsivonen> MikeSmith: thanks for relaying the Nokia/Trolltech info
- # [14:16] <MikeSmith> yup
- # [14:19] * Philip` avoids most needs for mobile devices by simply not moving
- # [14:26] <MikeSmith> Philip` - I guess I'd see a lot less need for mobile devices if I didn't have to move around so much. 90-minute one-way commute to office by bus+(crowded)train+walk kind of makes it seem more useful
- # [14:26] <MikeSmith> plus not having a car
- # [14:27] * Camaban finds it useful for the pub and wikipedia access :)
- # [14:28] <hsivonen> annevk: thanks, but neither identd nor 2007 is a typo
- # [14:28] <hsivonen> http://en.wikipedia.org/wiki/Ident
- # [14:36] <annevk> oh, ok
- # [14:36] <annevk> why don't you retain copyright?
- # [14:39] <hendry> annevk: i have question regarding http://www.w3.org/TR/access-control/#access-item
- # [14:40] <annevk> please use http://dev.w3.org/2006/waf/access-control/ instead
- # [14:40] <annevk> but go ahead anyway :)
- # [14:40] <hendry> ok, i didn't read "The following access items would make the user agent deny access to the resource:" :)
- # [14:40] <annevk> ok
- # [14:41] <hendry> so myspace.com/annevk type access items won't be allowed
- # [14:41] <annevk> that's actually slightly clearer in the revised version based on similar feedback :)
- # [14:41] <annevk> correct, it doesn't help
- # [14:41] <hendry> annevk: ok, i'm fine with that :)
- # [14:42] <annevk> myspace.com/evil could inject an <iframe> that loads /annevk and then execute some script that causes the load from /annevk ...
- # [14:42] <annevk> so making it origin based like the rest of the Web is better
- # [14:42] <hendry> agreed
- # [14:43] * Quits: webben (n=benh@nat/yahoo/x-6263552ba5420ae7) (Read error: 104 (Connection reset by peer))
- # [15:07] * Quits: gaboo (n=gaboo@cxr69-2-82-67-60-104.fbx.proxad.net) (Remote closed the connection)
- # [15:18] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [15:18] * Quits: om_sleep (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [15:20] * Quits: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net) ("durr...")
- # [15:22] * Joins: ROBOd (n=robod@89.122.216.38)
- # [15:29] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.ca.comcast.net) (Read error: 110 (Connection timed out))
- # [15:42] * Quits: markp (n=mark@adsl-221-7-211.rmo.bellsouth.net) (Remote closed the connection)
- # [15:50] * Quits: MacDomeSleep (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [15:50] * Quits: vant (n=vant@p2098-ipbf4207marunouchi.tokyo.ocn.ne.jp) ("Leaving...")
- # [15:56] <zcorpan> http://simon.html5.org/specs/xml-stylesheet5 now features BNF
- # [15:56] * zcorpan hopes it is correct
- # [15:59] * gsnedders prefers ABNF
- # [16:00] <zcorpan> i just tried to mimic the xml-stylesheet 1.0 and xml 1.0 specs :)
- # [16:00] <gsnedders> ah, that isn't actual BNF (BNF has no reptition form for one)
- # [16:00] <gsnedders> and it's not EBNF's reptition form
- # [16:01] <gsnedders> http://www.w3.org/TR/REC-xml/#sec-notation
- # [16:01] <hsivonen> I submitted a presentation proposal to XTech after all
- # [16:02] <zcorpan> oh. EBNF is not what i want
- # [16:02] <zcorpan> i don't want [^...] to be Char
- # [16:03] <zcorpan> or i guess i can use my own Char and say Char - ( ... | ... )
- # [16:04] * Joins: dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net)
- # [16:08] * Joins: phsiao (n=shawn@nat/ibm/x-da7058b0e629ef43)
- # [16:23] * Joins: csarven (n=nevrasc@on-irc.csarven.ca)
- # [16:24] * Joins: webben (n=benh@nat/yahoo/x-3fdaed0845e71cd7)
- # [16:33] * Parts: zcorpan (n=zcorpan@pat.se.opera.com)
- # [16:43] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.wa.comcast.net)
- # [16:46] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.wa.comcast.net) (Client Quit)
- # [16:46] <annevk> gsnedders, ah, you know ABNF?
- # [16:46] <gsnedders> annevk: ya
- # [16:46] <annevk> do you have spare time?
- # [16:47] <gsnedders> annevk: well, you're the one who advised me to spend more time on revising, but seeming I'm not doing so, sure :)
- # [16:47] <annevk> I need the productions in section 4 of http://dev.w3.org/2006/waf/access-control/ converted to ABNF preferably
- # [16:47] * Joins: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.wa.comcast.net)
- # [16:47] <annevk> this should be pretty trivial as the amount of productions is small
- # [16:47] <gsnedders> there's not that much there, so sure
- # [16:48] <annevk> feel free to e-mail public-appformats@w3.org, me, or paste it in here :)
- # [16:48] <annevk> as a "bonus" your name will appear at the bottom of the spec
- # [16:50] <gsnedders> oh wows!
- # [16:50] <gsnedders> I must do it now!
- # [16:56] * Quits: maikmerten (n=merten@ls5laptop14.cs.uni-dortmund.de) ("Verlassend")
- # [17:04] * Parts: randomize (n=robbers@lin37.thphys.uni-heidelberg.de) ("Konversation terminated!")
- # [17:10] * Quits: Lachy (n=Lachlan@pat-tdc.opera.com) ("This computer has gone to sleep")
- # [17:14] * Joins: aroben (n=aroben@76.111.160.136)
- # [17:28] * Joins: grimboy (n=grimboy@78-105-162-250.zone3.bethere.co.uk)
- # [17:47] * Quits: weinig|away (n=weinig@c-71-198-176-23.hsd1.ca.comcast.net)
- # [17:50] <Philip`> putImageData isn't going to work when we move to hexagonal pixels
- # [17:52] <Dashiva> What about two-layer displays?
- # [17:56] <kig> <script type="text/c">
- # [17:59] <kig> putImageData with lazy infinite lists would be a bit funny
- # [18:00] <annevk> from Gecko's public bug database it seems that removing almost standards mode would make quite a few people happy
- # [18:00] <annevk> (removing it by introducing the same quirk in standards mode)
- # [18:00] <hsivonen> annevk: URL?
- # [18:01] <annevk> see recent duplicates on https://bugzilla.mozilla.org/show_bug.cgi?id=22274
- # [18:01] * Joins: blooberry (n=brian@c-76-126-109-10.hsd1.ca.comcast.net)
- # [18:01] <hsivonen> ah. bug 22274
- # [18:08] <annevk> with SVG inside table cells for instance
- # [18:08] <annevk> maybe i should just raise it on www-style and see where it goes
- # [18:09] * Parts: DIrtyF (n=DirtyF@194.214.241.30)
- # [18:18] * Joins: doublec (n=doublec@guest-226.mountainview.mozilla.com)
- # [18:24] * Joins: MacDome (n=eric@c-69-181-78-198.hsd1.ca.comcast.net)
- # [18:26] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [18:31] <webben> Wouldn't that just result in lots of bug reports of people with standards mode pages that are broken.
- # [18:33] <Dashiva> How would it ever be a feature, though?
- # [18:34] <annevk> webben, I don't think it will have averse effects
- # [18:35] <hsivonen> webben: do pages depend on the standards mode behavior on this point?
- # [18:35] <webben> why wouldn't they?
- # [18:35] <hsivonen> webben: IE7 has different behavior
- # [18:35] <webben> if pages depend on the non-standards mode behaviour, then wouldn't the inverse be true too
- # [18:36] <Dashiva> No, only if there is an inverse use case
- # [18:36] <webben> IE7 having different behavior might just result in hacks/conditional comments
- # [18:36] <Dashiva> Take our friend the global RegExp object for literals in es3, a prime example :)
- # [18:37] <annevk> is the inverse even noticable?
- # [18:38] <annevk> webben, for this case that seems highly unlikely
- # [18:43] * Joins: weinig (n=weinig@17.203.15.140)
- # [18:50] * Joins: SadEagle (n=maksim@cpe-69-202-89-106.twcny.res.rr.com)
- # [18:53] * Joins: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [18:53] <zcorpan_> "First, XHTML doesn't
- # [18:53] <zcorpan_> really envision the idea of adding attributes to a document after it is
- # [18:53] <zcorpan_> loaded (after DOMready or the LOAD event fires). " -- http://lists.w3.org/Archives/Public/public-xhtml2/2008Jan/0030.html
- # [18:55] * jruderman_ is now known as jruderman
- # [19:05] <annevk> earth >< public-xhtml2
- # [19:05] <gsnedders> soil!
- # [19:06] <Philip`> Makes sense for something that is document markup, rather than interactive applications shoved into what used to be document markup
- # [19:06] <SadEagle> DOM Core >< public-xhtml2
- # [19:06] <SadEagle> Philip`: then what are the events for?
- # [19:06] <annevk> Philip`, it somehow seems to conflict with XForms Actions
- # [19:06] <Philip`> Um... Maybe they're for backward compatibility
- # [19:06] <annevk> but perhaps that's less expressive than I thought
- # [19:07] * Parts: Camaban (n=adrianle@host81-133-161-26.in-addr.btopenworld.com)
- # [19:07] <zcorpan_> Philip`: but role is about interactive applications, at least when combined with aria
- # [19:08] * Joins: hober (n=ted@unaffiliated/hober)
- # [19:10] * Quits: MikeSmith (n=MikeSmit@c-24-18-202-31.hsd1.wa.comcast.net) ("Less talk, more pimp walk.")
- # [19:10] <annevk> i'd just reply that such a response doesn't work
- # [19:22] <alp> kig: i linked to CAKE in my blog post about canvas GL acceleration, http://www.atoker.com/blog/2008/01/28/accelerating-webkit-with-openvg/
- # [19:24] <kig> alp: nice!
- # [19:31] <kig> cairo openvg backend sounds awesome too
- # [19:31] * Quits: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [19:36] * Joins: eseidel_ (n=eseidel@nat/google/x-cd173c8c2328c35a)
- # [19:37] * Joins: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se)
- # [19:37] * zcorpan_ replied
- # [19:44] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [19:44] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [20:02] * Quits: zcorpan_ (n=zcorpan@c-cb21e353.1451-1-64736c12.cust.bredbandsbolaget.se) (Read error: 110 (Connection timed out))
- # [20:04] * Quits: jruderman (n=jruderma@c-67-180-15-227.hsd1.ca.comcast.net)
- # [20:05] * Quits: eseidel_ (n=eseidel@nat/google/x-cd173c8c2328c35a)
- # [20:07] <hsivonen> oh noes. they have an RFC 4646bis in the works already
- # [20:07] <hsivonen> http://www1.ietf.org/internet-drafts/draft-ietf-ltru-4646bis-11.txt
- # [20:07] <hsivonen> can someone summarize what the changes are?
- # [20:10] <gsnedders> hsivonen: um, isn;t section 8 a summary?
- # [20:13] * Joins: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no)
- # [20:14] * Joins: eseidel_ (n=eseidel@nat/google/x-80c1b5e14e3d252d)
- # [20:15] <hsivonen> gsnedders: thanks.
- # [20:18] <hsivonen> my first reading suggests that I don't need to change my implementation
- # [20:26] * Joins: virtuelv (n=virtuelv@pat-tdc.opera.com)
- # [20:26] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [20:30] * Quits: jwalden (n=waldo@RANDOM-SEVENTY-TWO.MIT.EDU) (Remote closed the connection)
- # [20:32] * Joins: jruderman (n=jruderma@guest-226.mountainview.mozilla.com)
- # [20:35] * Quits: doublec (n=doublec@guest-226.mountainview.mozilla.com) ("Leaving")
- # [20:37] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [20:52] * Quits: virtuelv (n=virtuelv@pat-tdc.opera.com) ("Leaving")
- # [20:57] * Joins: cgriego (n=cgriego@216.138.69.206)
- # [20:57] * Joins: psa (n=yomode@71.93.19.66)
- # [21:01] <Hixie> zcorpan, annevk: the tests suggestions you e-mailed me unfortunately aren't JS tests, so they are hard to add to acid3
- # [21:03] <annevk> <iframe> that reports back just like you have those other notification tests?
- # [21:04] <Hixie> i don't want to add more content to the <body>
- # [21:05] <Hixie> every time i add more content to <body>, i break half a dozen tests in subtle ways that i don't detect for a week or more
- # [21:05] <Hixie> this is why the svg tests are proving to be a bitch
- # [21:05] <Hixie> since people don't want to use data:...
- # [21:05] <Hixie> which i still think is dumb but i understand is hard and not in a spec...
- # [21:06] * Joins: cgriego_ (n=cgriego@216.138.69.206)
- # [21:06] * Joins: inimino1 (n=inimino@c-75-71-88-233.hsd1.co.comcast.net)
- # [21:08] * Quits: inimino (n=inimino@c-75-71-88-233.hsd1.co.comcast.net) (Read error: 104 (Connection reset by peer))
- # [21:17] <hsivonen> Michaeljohn Clement++ on -comments
- # [21:18] * Joins: markp (n=mark@adsl-221-7-211.rmo.bellsouth.net)
- # [21:19] <annevk> Hixie, better spec it then for Acid5
- # [21:19] <Hixie> yeah
- # [21:20] <annevk> i think you can test WRONG_DOCUMENT_ERR btw
- # [21:21] <annevk> since Firefox fixed it
- # [21:21] * Joins: doublec (n=doublec@guest-226.mountainview.mozilla.com)
- # [21:21] <annevk> although it would only expose bugs in Opera + WebKit + maybe IE
- # [21:21] <SadEagle> annevk: wow? Firefox actually does that now?
- # [21:22] * Quits: cgriego (n=cgriego@216.138.69.206) (Read error: 113 (No route to host))
- # [21:22] <annevk> https://bugzilla.mozilla.org/show_bug.cgi?id=47903 suggests that
- # [21:23] * SadEagle ponders closing the wishlist for the auto-adopt quirk, then :-)
- # [21:25] <Hixie> annevk: ?
- # [21:25] <Hixie> oh you mean check that you must cal import?
- # [21:25] * Joins: dbloom (n=futurama@12-217-120-80.client.mchsi.com)
- # [21:25] <Hixie> i'd rather change the spec
- # [21:25] <annevk> yeah
- # [21:26] <annevk> hmm, DOM specs
- # [21:28] <annevk> that works for me
- # [21:28] <annevk> you can add CSS parsing tests
- # [21:28] <annevk> such as "@media all { x } element { background:lime }"
- # [21:30] * Quits: dglazkov (n=dglazkov@adsl-065-081-081-030.sip.bhm.bellsouth.net)
- # [21:31] <Hixie> i have a bunch of @media tests already
- # [21:31] <Hixie> i really just want to focus on dom and js
- # [21:32] * Joins: phsiao_ (n=shawn@nat/ibm/x-20d5b2caf8004e47)
- # [21:32] * Quits: phsiao (n=shawn@nat/ibm/x-da7058b0e629ef43) (Read error: 104 (Connection reset by peer))
- # [21:33] * Joins: inimino2 (n=inimino@c-75-71-88-233.hsd1.co.comcast.net)
- # [21:33] * Quits: inimino1 (n=inimino@c-75-71-88-233.hsd1.co.comcast.net) (Read error: 104 (Connection reset by peer))
- # [21:50] * Parts: dbloom (n=futurama@12-217-120-80.client.mchsi.com)
- # [21:50] * Quits: doublec (n=doublec@guest-226.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [21:51] * Joins: dbloom (n=futurama@12-217-120-80.client.mchsi.com)
- # [21:51] <Hixie> ok i need just a few more tests
- # [21:54] * Quits: Lachy (n=Lachlan@cm-84.215.54.100.getinternet.no) ("Leaving")
- # [22:01] * Quits: cgriego_ (n=cgriego@216.138.69.206) (Remote closed the connection)
- # [22:01] * Joins: cgriego (n=cgriego@216.138.69.206)
- # [22:02] * Joins: doublec (n=doublec@guest-226.mountainview.mozilla.com)
- # [22:04] * Quits: starjive (i=beos@81-233-18-73-no30.tbcn.telia.com)
- # [22:15] * Quits: webben (n=benh@nat/yahoo/x-3fdaed0845e71cd7) (Read error: 110 (Connection timed out))
- # [22:17] * Joins: jgraham_ (n=james@81-86-219-94.dsl.pipex.com)
- # [22:25] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) (Excess Flood)
- # [22:25] * Joins: dbaron (n=dbaron@guest-226.mountainview.mozilla.com)
- # [22:28] * Quits: ROBOd (n=robod@89.122.216.38) ("http://www.robodesign.ro")
- # [22:30] * Quits: doublec (n=doublec@guest-226.mountainview.mozilla.com) (Read error: 110 (Connection timed out))
- # [22:33] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net) (Read error: 104 (Connection reset by peer))
- # [22:33] * Joins: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [22:39] * Quits: dbloom (n=futurama@12-217-120-80.client.mchsi.com) (Remote closed the connection)
- # [22:40] * Joins: dbloom (n=futurama@12-217-120-80.client.mchsi.com)
- # [22:40] * Joins: aseem (n=chatzill@nat03.sfo1.metaweb.com)
- # [22:40] * Joins: Ketsuban (n=ketsuban@cpc2-oxfd8-0-0-cust335.oxfd.cable.ntl.com)
- # [22:41] <aseem> hi all
- # [22:41] <aseem> I had a ques about html sanitization using html5lib
- # [22:44] <aseem> anybody??
- # [22:45] <hober> What's your question?
- # [22:45] <aseem> I wanted to be able to strip out tags instead of simply escaping them...
- # [22:45] <aseem> I could use a treewalker to do that too, but was wondering if I could use the build in sanitizer to so
- # [22:45] * Quits: dbaron (n=dbaron@guest-226.mountainview.mozilla.com) ("8403864 bytes have been tenured, next gc will be global.")
- # [22:48] <aseem> I could also modify the code to do what I want, but that would be a tad bit unmaintainable in the long run
- # [22:53] <annevk> TAG discussing <meta> madness
- # [22:53] <annevk> could be interesting
- # [22:55] * Joins: doublec (n=doublec@guest-226.mountainview.mozilla.com)
- # [22:56] * Joins: dbaron (n=dbaron@corp-241.mountainview.mozilla.com)
- # [22:56] <jgraham_> aseem: This is a pretty common feature request (well two people have asked), so a patch to do it would be welcome
- # [22:57] <aseem> ok... I will give it a go and if it works fine, submit a patch..
- # [22:57] <aseem> thx
- # [23:02] * Quits: aseem (n=chatzill@nat03.sfo1.metaweb.com) ("ChatZilla 0.9.80 [Firefox 2.0.0.11/2007120410]")
- # [23:03] <Hixie> i need to come up with one more thing to test
- # [23:04] <Hixie> i have room for up to three more things if anyone comes up with anything
- # [23:21] * jgraham_ dons his table headers hard-hat
- # [23:26] * Quits: csarven (n=nevrasc@on-irc.csarven.ca) (Remote closed the connection)
- # [23:33] * Quits: jruderman (n=jruderma@guest-226.mountainview.mozilla.com)
- # [23:33] * Joins: dglazkov (n=dglazkov@adsl-074-229-248-021.sip.bhm.bellsouth.net)
- # [23:39] * Joins: jruderman (n=jruderma@guest-226.mountainview.mozilla.com)
- # [23:40] * Quits: phsiao_ (n=shawn@nat/ibm/x-20d5b2caf8004e47)
- # [23:41] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [23:43] * Quits: othermaciej (n=mjs@dsl081-048-145.sfo1.dsl.speakeasy.net)
- # [23:50] * eseidel is now known as eseidelDesk
- # [23:51] * eseidel_ is now known as eseidel
- # [23:54] * Quits: roc (n=roc@guest-226.mountainview.mozilla.com)
- # [23:54] * Joins: roc (n=roc@guest-226.mountainview.mozilla.com)
- # Session Close: Tue Jan 29 00:00:00 2008
The end :)