/irc-logs / w3c / #html-wg / 2007-04-07 / end

Options:

  1. # Session Start: Sat Apr 07 00:00:00 2007
  2. # Session Ident: #html-wg
  3. # [00:10] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  4. # [00:15] * Joins: gavin (gavin@74.103.208.221)
  5. # [00:48] * dbaron wonders whether kingryan considers vim or emacs to be the pass condition :-)
  6. # [00:51] <mjs> well, "frontpage" is clearly the fail condition
  7. # [01:00] <tylerr> Now MS have Expression Web though, which I've only toyed around with a minimal amount.
  8. # [01:48] * Joins: Lachy (chatzilla@124.168.24.114)
  9. # [01:54] * Quits: tylerr (tylerr@66.195.32.2) (Quit: Leaving)
  10. # [02:00] * Quits: myakura (myakura@60.239.122.32) (Quit: Leaving...)
  11. # [02:01] * Lachy can't believe Chris Wilson is in favour of versioning! :-/
  12. # [02:01] <Dashiva> Well, if you're in the "Let's build a new parsing mode for each new version" camp, you need version marking
  13. # [02:01] <Dashiva> Dunno why anyone would voluntarily put themselves in that camp, though
  14. # [02:02] <Zeros> Or the "HTML that needs for work for years and years to come" camp?
  15. # [02:02] <Zeros> Without any version marker HTML parsers in the far future are going to need to use all kinds of document sniffing to figure out the version. No version information at all is not forward thinking.
  16. # [02:03] <mjs> or you could not break parsing rules
  17. # [02:03] <mjs> Chris Wilson is advocating versioning not to detect standards versions but to activate one of multiple IE-specific quirks modes
  18. # [02:03] <Zeros> The WHATWG already redefined parsing rules and said /> was okay
  19. # [02:04] <mjs> yeah, and /> was already always ok, de facto
  20. # [02:04] <Zeros> You can't assume that they won't do something similar in the future to deal with another issue
  21. # [02:04] <mjs> it's not like people will change HTML4 parsers to reject />
  22. # [02:04] <Dashiva> "Let's assume the next standard will be XHTML2. Then there's no point in trying to be compatible in this one either."
  23. # [02:04] <Zeros> If we use <!DOCTYPE HTML> we're stuck. They'd just end up adding versioning back again for HTML6.
  24. # [02:04] <mjs> or to treat it in the SGML-compliant way
  25. # [02:04] <Zeros> mjs, emacs-w3 does. Think its the only one though
  26. # [02:06] <Dashiva> So, do you have any examples that actually break a significant amount of pages?
  27. # [02:06] <Zeros> Dashiva, Break what?
  28. # [02:07] * Zeros didn't realize he was talking about breaking existing pages
  29. # [02:07] <Zeros> emacs-w3 parses with a proper (or closer to it) SGML parser so XHTML pages send as text/html end up with > all over them.
  30. # [02:07] <Dashiva> If a HTML5 parser can handle existing HTML4 pages, we do not need to distinguish between them
  31. # [02:08] <Zeros> Dashiva, Its not just parsing rules. We've removed and added HTML elements between versions. <canvas>, <object> etc.
  32. # [02:08] <Zeros> In the future how do you know which version you'd need to implement to be able to render an arbitrary HTML page?
  33. # [02:09] <Dashiva> The latest, unless some version decides to dump compatability
  34. # [02:09] * Quits: st (st@62.234.155.214) (Quit: st)
  35. # [02:09] <Zeros> Dashiva, That's short sighted, we can't know what HTML6 will do. Dumping version information now sets up the future for all kinds of problems
  36. # [02:10] * Quits: hasather (hasather@81.235.209.174) (Ping timeout)
  37. # [02:10] <Dashiva> No, it doesn't. Even if HTML6 decides to be XHTML2, -they- can do versioning
  38. # [02:11] <Zeros> Dashiva, And all those pages that have no version now need to get sniffed to figure out what they are
  39. # [02:12] <Dashiva> No, they'll be recognizable as "the set of compatible versions between HTML4 and HTML6"
  40. # [02:13] <Zeros> I don't see what's to be gained by removing versioning information
  41. # [02:13] <Zeros> The version is about the specification which a document is attempting to conform to. That's why doctypes have a dtd in the first place
  42. # [02:14] <mjs> Dashiva: <object> is neither added or removed; most removed elements are (a) rarely used and (b) need to be handled by compliant UAs anyway
  43. # [02:15] <mjs> (the spec will have a section on particular elements that are not conforming in documents but that UAs must handle)
  44. # [02:16] <Dashiva> Zeros: Attempting to conform is typically not the case
  45. # [02:17] <Dashiva> The words doctype and cargo cult go well together
  46. # [02:17] <Zeros> Dashiva, so do the words <head> and <html>
  47. # [02:17] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  48. # [02:17] <Zeros> Even the <body> element isn't really required
  49. # [02:17] <mjs> doctypes have never actually been used by browsers to decide what spec level to treat the document as
  50. # [02:18] <Zeros> Dashiva, do /you/ use those too?
  51. # [02:18] <mjs> they have been used to activate quirks mode
  52. # [02:18] <mjs> which is a laundry list of bugs that are mostly CSS bugs
  53. # [02:18] <mjs> but no browser will recognize an HTML 3.2 or HTML+ doctype and do anything different than for HTML 4.01 quirks mode
  54. # [02:19] <Dashiva> Zeros: They remind me which scripts are in head and which are in body :)
  55. # [02:20] <mjs> and I think IE wants the HTML5 doctype to be just another quirks mode switch, so that what used to be standards mode becomes a new quirks mode
  56. # [02:20] <Zeros> Dashiva, the the doctype ensures that in far future browsers know exactly what version of HTML it was and what dtd it used
  57. # [02:20] <Zeros> and*
  58. # [02:20] <Dashiva> Zeros: Did you not read what mjs just said?
  59. # [02:21] <Zeros> Dashiva, um yes?
  60. # [02:21] <Dashiva> Far future browsers won't have HTML4 parsers
  61. # [02:21] <Zeros> Dashiva, You're making assumptions you can't back up
  62. # [02:22] <Zeros> We don't know what will happen in the future, but /do/ know that without version information the version of the HTML document is unknown without a big master list of features for every version
  63. # [02:23] <Dashiva> And you still cling to incompatability
  64. # [02:23] * Joins: gavin (gavin@74.103.208.221)
  65. # [02:24] <deltab> mjs: /> was not always ok: in Links, tags closed with it weren't treated as tags but displayed literally
  66. # [02:25] <deltab> that's been changed now, but it was annoying for a while
  67. # [02:25] <Dashiva> Incompatability usually is :)
  68. # [02:27] <mjs> deltab: I'm not sure what you mean
  69. # [02:27] <mjs> are you referring to the standard?
  70. # [02:27] <mjs> or to what browsers actually implemented?
  71. # [02:27] <mjs> ah, specifically the Links browser
  72. # [02:27] <mjs> yes, I doubt there is a lot of Links-specific web content out there
  73. # [02:28] <deltab> eh?
  74. # [02:30] <mjs> I misunderstood what you meant
  75. # [02:30] <mjs> didn't get that when you said "Links", you mean the text-mode browser of that name
  76. # [02:30] <deltab> oh, sorry
  77. # [02:30] <deltab> it's a terrible name
  78. # [02:32] <Zeros> Lynx is at least better in printed form
  79. # [02:56] * Quits: Zeros (Zeros-Elip@67.154.87.254) (Quit: Leaving)
  80. # [03:01] * Joins: anne (annevk@81.68.67.12)
  81. # [03:04] <anne> oops
  82. # [03:04] <anne> I see I should not have replied to the <canvas> flamebait
  83. # [03:05] <Dashiva> You weren't here to tell zeros about doctypes either
  84. # [03:06] <anne> doctypes...
  85. # [03:06] <anne> at this point I can't think of a single non-controversial HTML topic
  86. # [03:06] <mjs> I wonder when our co-chair will actually put on his chair hat
  87. # [03:07] * Dashiva suggests... <title>
  88. # [03:07] <anne> <title> has controversy
  89. # [03:07] <Dashiva> What kind?
  90. # [03:07] <anne> http://lists.whatwg.org/pipermail/help-whatwg.org/2007-February/thread.html
  91. # [03:07] * anne should pay less attention to this nonsense
  92. # [03:08] <Philip> Bah, why isn't <title> optional? I always write "<!DOCTYPE HTML><title></title><p>(content)" and it'd be much easier if I could skip the title and still be valid :-(
  93. # [03:08] <mjs> there needs to be documentation of previously controversial issues
  94. # [03:08] <mjs> including past arguments raised that were rejected
  95. # [03:08] <mjs> so you can just point someone re-raising it to the URL
  96. # [03:09] <Dashiva> Okay, so title is controversial. How about... hmm...
  97. # [03:09] <mjs> how about <p>?
  98. # [03:09] <anne> It's unclear whether <p> gets a different content model in XHTML5
  99. # [03:10] <Dashiva> p may not be controversial in itself, but it is implicitly controversial due to all the tags that may or may not subclass/specialize it
  100. # [03:10] <anne> There's no real consensus about that
  101. # [03:11] <Dashiva> <tr> surely isn't controversial!
  102. # [03:12] <anne> some people suggested <form> should be allowed around <tr>
  103. # [03:12] <anne> not sure if that counts
  104. # [03:12] <anne> Chris is against rewriting HTML4?!
  105. # [03:12] <Dashiva> Ah, that's true
  106. # [03:12] * anne ponders
  107. # [03:12] <Dashiva> I've been wishing for <form> inside table a long time
  108. # [03:13] <Hixie> <form> inside table would legitimise syntax that wasn't round-trippable.
  109. # [03:13] <Dashiva> Like if you have a table where each row acts like a form for one object
  110. # [03:23] <anne> you can now have specialized submit buttons
  111. # [03:23] <anne> those should solve that
  112. # [03:23] <anne> in combination with form="" they should solve it completely
  113. # [03:26] <Dashiva> It's rather hacky using specialized submit buttons and disabling everything except that one row, though
  114. # [03:26] <anne> so use form=""
  115. # [03:27] <Dashiva> Which requires that on every single form element, and a long list of form elements outside the table. Still hacky.
  116. # [03:27] <anne> use GET
  117. # [03:27] <anne> :)
  118. # [03:27] <Dashiva> ?
  119. # [03:27] <Hixie> you can put the forms in the first cell
  120. # [03:28] <Hixie> not sure exactly what you're trying to do though
  121. # [03:28] <Dashiva> E.g. a database interface
  122. # [03:28] <Dashiva> You don't want to change every single row displayed, just one of them
  123. # [03:31] <anne> Hixie, parsing of comments also differs in quirks and standards mode :(
  124. # [03:31] <Hixie> it does?
  125. # [03:31] <anne> it does in Mozilla and Opera
  126. # [03:31] <Hixie> Dashiva: ?
  127. # [03:32] <Hixie> anne: what's different?
  128. # [03:32] <anne> Hixie, <!--> is a comment in quirks mode in Opera
  129. # [03:32] <anne> also in Mozilla
  130. # [03:32] <anne> data:text/html,test<!-->test
  131. # [03:32] <Hixie> is <!-->--> a comment, or is it a comment with --> text?
  132. # [03:33] <anne> data:text/html,test<!-->-->test
  133. # [03:33] <anne> shows -->
  134. # [03:33] <Hixie> interesting
  135. # [03:33] <Hixie> well we can support that
  136. # [03:33] <Hixie> that's not too hard
  137. # [03:33] <Hixie> send mail :-)
  138. # [03:34] * anne isn't sure that's all
  139. # [03:34] <mjs> that's quirks mode only?
  140. # [03:35] <anne> at the moment
  141. # [03:35] <anne> does Safari have parsing differences depending on the doctype?
  142. # [03:37] <mjs> I don't know off-hand
  143. # [03:38] <mjs> looks like we do have the <!--> quirk
  144. # [03:38] <mjs> // Fix bug 34302 at kde.bugs.org. Go ahead and treat
  145. # [03:38] <mjs> // <!--> as a valid comment, since both mozilla and IE on windows
  146. # [03:38] <mjs> // can handle this case. Only do this in quirks mode. -dwh
  147. # [03:38] <mjs> if (!src.isEmpty() && *src == '>' && m_doc->inCompatMode()) {
  148. # [03:38] <mjs> another parsing quirk:
  149. # [03:38] <mjs> // Apparently some sites use </br> instead of <br>. Be compatible with IE and Firefox and treat this like <br>.
  150. # [03:38] <mjs> if (t->isCloseTag(brTag) && document->inCompatMode())
  151. # [03:38] <mjs> t->beginTag = true;
  152. # [03:39] <mjs> that's the only two I could find
  153. # [03:39] <anne> you can do the latter in standards mode too
  154. # [03:40] <anne> and I suppose the first as well
  155. # [03:40] <anne> also, thanks!
  156. # [03:42] <anne> (that comment should say bugs.kde.org btw)
  157. # [03:42] <mjs> it's probably long since irrelevant
  158. # [03:43] <anne> http://bugs.kde.org/show_bug.cgi?id=34302
  159. # [03:43] <anne> still there
  160. # [03:44] <mjs> the patch in that bug is very different from what is in our code, oddly
  161. # [03:45] <anne> IE treats both <!---> and <!--> as comments
  162. # [03:45] <anne> <!-- > also
  163. # [03:45] <anne> and <!-- ->
  164. # [03:46] * anne has the feeling that IE treats <! as the start and the first > as the end
  165. # [03:46] <anne> but that's wrong
  166. # [03:46] <anne> <!-- > --> has " > " as comment data
  167. # [03:47] <Dashiva> What about <!-- -> text text text a long while then -->
  168. # [03:47] <anne> text is inside the comment
  169. # [03:47] <anne> they're doing reparsing
  170. # [03:48] <anne> I suppose that's not really acceptable for security reasons
  171. # [03:48] <anne> we should be able to handle <!---> and <!--> though
  172. # [03:48] <Hixie> always always make sure comments tests have an extra "-->" at the end
  173. # [03:48] <Hixie> otherwise you trigger reparse modes
  174. # [03:48] <Hixie> which we don't want to have
  175. # [03:48] <Dashiva> So I suppose it looks for a --> first, and then falls back to the quirks?
  176. # [03:49] <Hixie> not to quirks
  177. # [03:49] <Hixie> but yes
  178. # [03:50] <Dashiva> quirks as in ->, <!-->, etc
  179. # [03:50] <Hixie> ah
  180. # [03:50] <Hixie> don't call those quirks, that's confusing :-P
  181. # [03:51] <Dashiva> freak parsing rules better?
  182. # [03:52] <anne> both Opera and Firefox seem to do reparsing in quirks mode
  183. # [03:52] * anne wonders how Safari stays out of it
  184. # [03:54] <mjs> for unclosed comments?
  185. # [03:54] <mjs> we might be always reparsing
  186. # [03:55] <anne> oh right :(
  187. # [03:56] <mjs> good to hear that could be quirks-only potentially
  188. # [03:56] * Quits: dbaron (dbaron@63.245.220.242) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  189. # [03:58] <Hixie> microsoft got rid of a bunch of reparsing things in IE7
  190. # [03:58] <Hixie> presumably for security reasons
  191. # [04:01] <anne> Experimental: http://twitter.com/annevk
  192. # [04:02] * anne wonders what Doug is mumbling
  193. # [04:03] <Hixie> ?
  194. # [04:03] <anne> on public-html
  195. # [04:03] <anne> First he wants it to be out of scope and now he's fine with doing <canvas> in HTML
  196. # [04:04] <mjs> he found my powers of persuasion effective
  197. # [04:04] <mjs> (plus hyatt's)
  198. # [04:04] <anne> He also mentions it's not a good fit for a document description language where Maciej already explained that it's for applications
  199. # [04:05] <mjs> I thought at first he was fighting some political turf war
  200. # [04:05] <mjs> now it sounds like he just wants it to be possible for SVG to have <canvas> or a similar API somewhere
  201. # [04:05] <anne> but the SVG WG &hearts; namespaces
  202. # [04:05] <anne> <html:canvas>!
  203. # [04:06] <Hixie> that works today
  204. # [04:06] <Hixie> so sure
  205. # [04:06] <anne> http://therealcrisp.xs4all.nl/blog/2007/04/07/breaking-the-web/
  206. # [04:07] <mjs> well, it would have to be <svg:foreignObject><xhtml:canvas/></svg:foreignObject>, but yes, I pointed out they could do that
  207. # [04:07] <MikeSmith> anne - crisp = Chris Pine?
  208. # [04:07] <anne> nope
  209. # [04:07] <mjs> that's a refreshing blog post
  210. # [04:09] <MikeSmith> in other news... James Clark seems to have resurfaced:
  211. # [04:10] <MikeSmith> http://blog.jclark.com/2007/04/do-we-need-new-kind-of-schema-language.html
  212. # [04:10] <anne> old news
  213. # [04:10] <anne> ;)
  214. # [04:10] <MikeSmith> ah
  215. # [04:10] <Hixie> sweet, i finally tricked twitter into stopping me from following myself
  216. # [04:12] <mjs> python seems to make an adequate schema language
  217. # [04:14] <mjs> hah, that's what he recommends (though not the way I meant)
  218. # [04:21] * Quits: Philip (excors@80.177.163.133) (Quit: Philip)
  219. # [04:21] * anne -> bed
  220. # [04:22] <MikeSmith> deltab - I think they call it eLinks now
  221. # [04:24] <deltab> that's a fork of it
  222. # [04:24] <MikeSmith> well, I wonder whether lynx etc. should even be called browsers any more
  223. # [04:24] <deltab> it has lots of nice features, but not a graphical mode, which Links 2 (what I'm using) has
  224. # [04:24] <MikeSmith> they are more like just, well, HTML pagers
  225. # [04:24] * Quits: anne (annevk@81.68.67.12) (Ping timeout)
  226. # [04:24] <MikeSmith> hmm.. graphical mode
  227. # [04:25] <deltab> http://links.twibright.com/
  228. # [04:25] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  229. # [04:25] <MikeSmith> I think in general they are as much like browsers as antiword(1) is like MS Word or other word processors
  230. # [04:27] <MikeSmith> lacking support for Javascript or CSS
  231. # [04:30] * Joins: gavin (gavin@74.103.208.221)
  232. # [04:31] <MikeSmith> deltab - you use Links as your main browser?
  233. # [04:35] <deltab> yes: it's fast, responsive, not particularly memory hungry, always shows a legible font and can be compiled easily on my machine
  234. # [04:35] <deltab> none of which are true of Firefox
  235. # [04:35] <MikeSmith> linux machine?
  236. # [04:36] <deltab> yes
  237. # [04:36] <MikeSmith> you've tried Konqueror?
  238. # [04:36] <deltab> not for long
  239. # [04:36] <MikeSmith> Opera runs on Linux too
  240. # [04:41] <MikeSmith> Webkit code compiles easily .. you can check out Webkit source from their subversion repository, run a script to build it, run another script to launch Safari against that build
  241. # [04:43] <MikeSmith> deltab - I assume you care about compiling it because you want to customize the source?
  242. # [04:46] <deltab> I have in the past made a few small changes, such as tagging downloaded files with their URLs
  243. # [04:47] <deltab> of course there's less reason to recompile Firefox, because of its JS and XUL
  244. # [04:50] <MikeSmith> deltab - you tried Konqueror and didn't like it
  245. # [04:50] <MikeSmith> or you just never tried it so much?
  246. # [04:51] * MikeSmith is reminded that it would be good to have Lars Knoll on the HTML WG
  247. # [04:51] <MikeSmith> and George Staikos
  248. # [04:51] <MikeSmith> and others
  249. # [04:52] <deltab> MikeSmith: I've used it a bit, didn't liek it much
  250. # [05:04] <mjs> MikeSmith: I asked both of them specifically and Konqueror people in general - none are particularly willing, and having watched the group so far, I can see why
  251. # [05:05] <MikeSmith> mjs - yeah, I can understand, but still would be great to have them
  252. # [05:05] <MikeSmith> wonder if I can do anything to help get them involved
  253. # [05:32] * Quits: hsivonen (hsivonen@130.233.41.50) (Ping timeout)
  254. # [05:32] * Joins: hsivonen (hsivonen@130.233.41.50)
  255. # [05:32] <MikeSmith> hsivonen - hi
  256. # [05:35] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Get thee behind me, satan.)
  257. # [05:47] * Joins: MikeSmith (MikeSmith@mcclure.w3.org)
  258. # [06:06] * Disconnected
  259. # [06:06] * Attempting to rejoin channel #html-wg
  260. # [06:06] * Rejoined channel #html-wg
  261. # [06:06] * Topic is 'W3C HTML WG http://www.w3.org/html/wg/ - http://krijnhoetmer.nl/irc-logs/ (logged) - http://esw.w3.org/topic/HTML/ProposedDesignPrinciples'
  262. # [06:06] * Set by anne on Tue Mar 27 12:28:46
  263. # [06:06] * Quits: krijnh (krijnhoetm@213.84.148.98) (Connection reset by peer)
  264. # [06:24] * Joins: sbuluf (oie@200.49.140.165)
  265. # [06:33] * Joins: Zeros (Zeros-Elip@69.140.48.129)
  266. # [06:33] * Quits: Zeros (Zeros-Elip@69.140.48.129) (Quit: Leaving)
  267. # [06:33] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  268. # [06:33] * Joins: Zeros (Zeros-Elip@69.140.48.129)
  269. # [06:38] * Joins: gavin (gavin@74.103.208.221)
  270. # [06:54] * Joins: Shunsuke (kuruma@219.110.80.235)
  271. # [07:49] * Quits: Lachy (chatzilla@124.168.24.114) (Quit: ChatZilla 0.9.78 [Firefox 2.0.0.3/2007030919])
  272. # [07:52] * Joins: serdar (serdar@203.206.240.219)
  273. # [08:29] * Quits: serdar (serdar@203.206.240.219) (Quit: serdar)
  274. # [08:40] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  275. # [08:45] * Joins: gavin (gavin@74.103.208.221)
  276. # [08:48] * Joins: serdar (serdar@203.206.240.219)
  277. # [09:24] <hsivonen> MikeSmith: morning
  278. # [09:44] <MikeSmith> hsivonen - I'm on my way out but wanted to ask if you had read James Clark's blog posting.
  279. # [09:48] <hsivonen> MikeSmith: I have started reading it.
  280. # [09:52] <hsivonen> OK. now I have read it
  281. # [09:53] <hsivonen> two thoughts: TEDI seems a lot like JSON with another level of indirection to make XML the wire format
  282. # [09:53] <hsivonen> it is assumed that a schema can document the API contract
  283. # [09:54] <Zeros> What entry is this?
  284. # [09:56] <MikeSmith> http://blog.jclark.com/2007/04/do-we-need-new-kind-of-schema-language.html
  285. # [10:02] * Quits: MikeSmith (MikeSmith@mcclure.w3.org) (Quit: Get thee behind me, satan.)
  286. # [10:03] <Zeros> interesting
  287. # [10:07] * Joins: loic (loic@90.29.250.167)
  288. # [10:08] * Quits: Zeros (Zeros-Elip@69.140.48.129) (Quit: Leaving)
  289. # [10:16] * Joins: ROBOd (robod@86.34.246.154)
  290. # [10:27] * Quits: heycam (cam@203.214.79.176) (Quit: bye)
  291. # [10:36] * Joins: anne (annevk@81.68.67.12)
  292. # [10:40] * Parts: anne (annevk@81.68.67.12)
  293. # [10:40] * Joins: anne (annevk@81.68.67.12)
  294. # [10:47] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  295. # [10:52] * Joins: gavin (gavin@74.103.208.221)
  296. # [11:25] * Joins: hasather (hasather@81.235.209.174)
  297. # [12:09] * Joins: Lachlan (Lachlan@124.168.25.222)
  298. # [12:19] <anne> http://www.paulgraham.com/microsoft.html
  299. # [12:21] * Quits: Shunsuke (kuruma@219.110.80.235) (Ping timeout)
  300. # [12:35] * Joins: Philip (excors@80.177.163.133)
  301. # [12:38] <ROBOd> anne: interesting article
  302. # [12:44] * Quits: mw22 (chatzilla@84.41.169.151) (Ping timeout)
  303. # [12:54] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  304. # [12:59] * Joins: gavin (gavin@74.103.208.221)
  305. # [13:58] * Quits: anne (annevk@81.68.67.12) (Ping timeout)
  306. # [14:03] * Quits: loic (loic@90.29.250.167) (Ping timeout)
  307. # [14:12] * Joins: Shunsuke (kuruma@219.110.80.235)
  308. # [14:18] * Joins: loic (loic@90.29.167.210)
  309. # [14:34] * Joins: mw22 (chatzilla@85.144.187.22)
  310. # [14:46] * Joins: mw22_ (chatzilla@85.144.187.22)
  311. # [14:48] * Quits: mw22 (chatzilla@85.144.187.22) (Ping timeout)
  312. # [14:48] * mw22_ is now known as mw22
  313. # [15:01] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  314. # [15:02] * Joins: st (st@62.234.155.214)
  315. # [15:02] * Quits: st (st@62.234.155.214) (Quit: st)
  316. # [15:06] * Joins: gavin (gavin@74.103.208.221)
  317. # [15:44] * Quits: sbuluf (oie@200.49.140.165) (Ping timeout)
  318. # [16:19] * Joins: asbjornu (asbjorn@84.48.116.134)
  319. # [16:25] * Parts: asbjornu (asbjorn@84.48.116.134)
  320. # [16:28] * Quits: serdar (serdar@203.206.240.219) (Quit: serdar)
  321. # [16:41] * Joins: anne (annevk@83.82.206.111)
  322. # [18:08] * Joins: vy (user@88.235.30.169)
  323. # [18:10] <vy> Hi, all! I've a proposal about a new feature I'd like to see in XHTML and for this reason I've sent a message to html-public ml team contacts, Dan Connolly and Karl Dubost. But I'm not sure if this is the right approach and they're the right person I should get in touch with.
  324. # [18:11] <vy> Might anybody help me in the right direction to discuss about a new XHTML feature? (e.g. a specific ml?)
  325. # [18:13] * Joins: sbuluf (lockbp@200.49.140.72)
  326. # [18:25] <anne> are you a member of the WG?
  327. # [18:25] <vy> Umm... No. Just a web enthusiast.
  328. # [18:27] <anne> maybe www-html@w3.org is the best then
  329. # [18:27] <vy> Let me check it from w3.org. Thanks!
  330. # [18:29] <vy> But first it'll be better if I'd wait 2-3 days for the response of Dan Connolly or Karl Dubost. I don't want to be rude to them.
  331. # [18:29] <vy> Maybe 2-3 days is a little bit long. 1 day should be enough to reply to a message. :-)
  332. # [18:29] <anne> They're not the right people to e-mail feature requests to
  333. # [18:30] <vy> Hrm... I see then. Thanks agaim.
  334. # [18:57] * Quits: vy (user@88.235.30.169) (Quit: ERC Version 5.2 stable pre-release (IRC client for Emacs))
  335. # [19:09] * Quits: Shunsuke (kuruma@219.110.80.235) (Quit: See you...)
  336. # [19:26] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  337. # [19:31] * Joins: gavin (gavin@74.103.208.221)
  338. # [20:03] * Quits: ROBOd (robod@86.34.246.154) (Quit: http://www.robodesign.ro )
  339. # [20:58] * Quits: sbuluf (lockbp@200.49.140.72) (Ping timeout)
  340. # [20:59] * anne grows tired of the silly default style sheet debate
  341. # [21:00] <gsnedders> anne: want more codec debate? :P
  342. # [21:00] <anne> oh well, I suppose I should let it go until someone gets around to actually define it
  343. # [21:01] <anne> apart from RF and good enough I don't really have an opinion on codecs
  344. # [21:02] <anne> and I'm prolly not the one making the call for Opera anyway
  345. # [21:03] <anne> Besides the default style nonsense I have a hard time following Microsoft's position on versioning
  346. # [21:07] * Quits: Yudai (Yudai@59.147.29.149) (Quit: SIGTERM received; exit)
  347. # [21:33] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  348. # [21:38] * Joins: gavin (gavin@74.103.208.221)
  349. # [21:40] * Joins: ROBOd (robod@86.34.246.154)
  350. # [21:58] * Quits: ROBOd (robod@86.34.246.154) (Quit: http://www.robodesign.ro )
  351. # [22:39] * Quits: loic (loic@90.29.167.210) (Quit: hoopa rules)
  352. # [22:41] * Joins: Preston (chatzilla@70.181.71.135)
  353. # [22:43] * Joins: Yudai (Yudai@59.147.29.149)
  354. # [22:44] <gavin_> this talk of "really, really, really, I mean it" standards mode is hurting my brain
  355. # [22:44] <anne> no shit
  356. # [22:45] <Philip> Just wait until IE9
  357. # [22:47] * gavin_ disappears again
  358. # [22:54] <Philip> If there have to be new modes, I suggest calling them "IE5 bugs mode", "IE6 bugs mode", "IE7 bugs mode", etc, just so everybody knows whose fault it is
  359. # [22:57] * Joins: sbuluf (du@200.49.140.20)
  360. # [23:08] * Quits: anne (annevk@83.82.206.111) (Ping timeout)
  361. # [23:40] * Quits: gavin (gavin@74.103.208.221) (Ping timeout)
  362. # [23:45] * Joins: gavin (gavin@74.103.208.221)
  363. # Session Close: Sun Apr 08 00:00:00 2007

The end :)