1. --- Log opened Wed Sep 02 00:00:18 2009
  2. --- Day changed Wed Sep 02 2009
  3. TabAtkins : Dude, you and tantek were my gods when I started webcoding. You guys were the first blogs I stumbled across that made sense.
  4. -!- krijn [n=krijnhoe@g179009.upc-g.chello.nl] has joined #whatwg
  5. TabAtkins : So, would it be *acceptable* to have <div><nav /><aside .blogroll /><aside><blockquote /></aside></div>? Just trying to ascertain the flexibility that is intended here.
  6. hober : now that pubdate="" is on <time>, I think it would make more sense if it applied to the nearest ancestor <article> element, or <body> if there is no such ancestor
  7. TabAtkins : It already applies to the nearest ancestor <article>. Applying it to <body> is definitely needed, though, as <body> implies the semantics of <article>.
  8. hober : I'm imagining a page that is just a document, where <body> is the sectioning element that represents the entire document. there's no need to add an <article> descendent that contains all descendents of <body>...
  9. TabAtkins : hober: yeah
  10. hober : I guess I'll write an email
  11. base : business a long time ago, before he started running into difficulties with content moving between paths.
  12. Hixie : TabAtkins: if you find yourself needing <div>, then you're not doing markup before style. :-P
  13. TabAtkins : Hixie: The issue is needing to adjust markup *after* styling fails due to limitations in CSS.
  14. Hixie : ah
  15. TabAtkins : When Template Layout is reliably present I'll be happy. ^_^
  16. TabAtkins : Yeah, so given an initial design where I have a <nav> and two <aside>s, is it okay to just <div>-wrap them to make them display properly, or do I *need* to <aside>-wrap them instead, and peel off the <aside>s wrapping the individual blocks.
  17. hober : sent (re pubdate="")
  18. Hixie : TabAtkins: if you're adding elements purely for styling purposes, you should use <div>
  19. Hixie : that's what <div> is for
  20. TabAtkins : Yeah, I know, just making sure that, even though there's an element *for* sidebars, it's still cool to collect things into a sidebar without it.
  21. -!- tantek [n=tantek@67.180.202.79] has joined #whatwg
  22. TabAtkins : I have tiny niggling inconsistencies in my brain that I'm ironing out right now.
  23. hober : well, you should always use the element with the closest semantic to your need
  24. ttepasse : The <main>-proposal got shot down, isn't it?
  25. tantek : but not *over* semantic
  26. TabAtkins : At least for now, yeah, ttepasse.
  27. hober : tantek: indeed
  28. TabAtkins : hober: I think tantek captured the point behind my questions. ^_^
  29. tantek : TabAtkins - I don't like <main> either, but could have settled for <shead>, <sbody>, <sfoot>
  30. TabAtkins : ttepasse: main content is anything that's not <header>/<footer>/<nav>/<aside>
  31. tantek : TabAtkins - I *guarantee* that most web devs will just end up creating a <div class="content"> or something similar to go between <header> and <footer>
  32. -!- annodomini [n=lambda@wikipedia/lambda] has quit [Client Quit]
  33. tantek : it such a well established markup pattern
  34. -!- deadowl [n=deadowl_@c-67-189-196-62.hsd1.vt.comcast.net] has quit [Read error: 110 (Connection timed out)]
  35. ttepasse : ?anything that's not <header>, etc.? is not easily adressable by JS oder CSS.
  36. TabAtkins : I do it about 50/50 depending on whether I have styling ned for it.
  37. tantek : in fact, I doubt you would find many class="header" and class="footer" on a page without an intervening class="content" or class="main" etc. (s/class/id as apropos)
  38. TabAtkins : ttepasse: Yeah, I know. But it's sensical to ATs, frex.
  39. tantek : good point ttepasse
  40. ttepasse : ATs, frex?
  41. krijn joins the discussion
  42. TabAtkins : AT = accessibility, um, I forget what the T is for. Frex = for example.
  43. krijn : What's it about?
  44. TabAtkins : krijn: Pancakes or waffles: which is better?
  45. tantek : accessibility tools perhaps
  46. krijn : Pancakes!
  47. -!- myakura [n=myakura@p4014-ipbf6801marunouchi.tokyo.ocn.ne.jp] has joined #whatwg
  48. TabAtkins : Good, you and I will flank the infidels.
  49. -!- myakura [n=myakura@p4014-ipbf6801marunouchi.tokyo.ocn.ne.jp] has quit [Client Quit]
  50. krijn : I agree a <main> or <content> thingy would be handy
  51. TabAtkins : Hahahahahaha Myakura.
  52. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has quit [Remote closed the connection]
  53. krijn : Now see what you've done :)
  54. tantek : TabAtkins - is that some sort of subconscious circle vs square preference? or perhaps flat (pancake) vs cellular (waffle)
  55. TabAtkins : I use a <div .main/.middle/.content/.block> for the non-foo stuff whenever I need it for a CSS or JS hook, yeah.
  56. krijn : Me too
  57. TabAtkins : It's about a genital vs oral preference. Freud was all over this.
  58. tantek prefers waffles because they are better structured to contain maple syrup in the cells.
  59. krijn : Waffles remind me of tables
  60. hober : yes, because the whole purpose of them is to deliver maple syrup (non-sarcastic)
  61. krijn : And tables are evil, it seems
  62. tantek : krijn HTML tables are simply misunderstood ;)
  63. krijn : No, they are evil
  64. hober : krijn: fortunately, maple syrup is tabular data
  65. krijn : According to authors at least :)
  66. hober : so marking it up in a waffle is approprate
  67. krijn : So, concluding, we need a <waffle> tag
  68. TabAtkins : I support this proposal.
  69. krijn : Can we overrule Hixie without discussion already?
  70. krijn : Or are we still not there yet?
  71. TabAtkins delivers his breakfast over the wire.
  72. TabAtkins : Let's vote.
  73. TabAtkins : Aye for <waffle>, nay for <hixie>.
  74. krijn : Aye
  75. krijn : For the record, beer and aye saying don't match
  76. TabAtkins : A <hixie> element ridicules your use of presentational markup. It's like <audio> but demeaning.
  77. beowulf : someone say waffles?
  78. TabAtkins : Yes, how do waffles relate to the struggle to evangelize semantic markup, and the difficulties contained in keeping your fingers from getting sticky when using <td>s.
  79. Hixie checks the air ducts for contaminants
  80. -!- othermaciej [n=mjs@17.203.15.181] has quit [Read error: 110 (Connection timed out)]
  81. ttepasse : I hope <hixie> has a textual fallback.
  82. krijn : Oh look, contaminants!
  83. krijn : :)
  84. -!- weinig [n=weinig@nat/apple/x-etraetvcrzdkbbuw] has joined #whatwg
  85. krijn : Btw, the biggest liquor store in the Netherlands now uses HTML5 for their website \o/
  86. TabAtkins : Woo! \o/
  87. krijn : In case anybody was waiting for that information
  88. krijn : Thanks everybody in here for making that happen :)
  89. -!- othermaciej [n=mjs@17.203.15.181] has joined #whatwg
  90. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has joined #whatwg
  91. -!- heycam [n=cam@dyn-130-194-220-11.its.monash.edu.au] has joined #whatwg
  92. krijn : And before I get to emotional, nn everybody
  93. TabAtkins : later
  94. krijn : o.
  95. krijn : o/
  96. -!- krijn [n=krijnhoe@g179009.upc-g.chello.nl] has quit []
  97. ttepasse : Why are there such strong restriction for permissible aria roles on some elements?
  98. ttepasse : By my reading I can't do <table role="grid main"> or am I wrong?
  99. -!- erikvold [n=erikvvol@GANDALF.VKISTUDIOS.NET] has joined #whatwg
  100. TabAtkins : Where's that section again? I can never remember the name of it so I can't find it in the TOC.
  101. ttepasse : 3.2.6
  102. -!- aroben [n=aroben@unaffiliated/aroben] has quit [Read error: 104 (Connection reset by peer)]
  103. TabAtkins : Hmm, so you're saying that the table itself is the main content all by itself?
  104. -!- bgalbraith [n=bgalbrai@nat/mozilla/x-eziuftowvdfkvlii] has quit []
  105. ttepasse : Yes. Think about a better markuped webserver directory listing. There may be additional stuff like a logo and navigation but the main content is the listing of files and directories.
  106. Hixie : send mail if you think the restrictions should be relaxed
  107. -!- erikvvold [n=erikvvol@96.49.192.204] has quit [Read error: 110 (Connection timed out)]
  108. tantek : TabAtkins - the obv use case for a <table> being the main content all by itself is a CSV file that's been transcoded into an HTML <table>
  109. TabAtkins : Yeah, I was thinking something like that.
  110. Hixie : can a role="" take two values btw? i thought it could only take one.
  111. TabAtkins : Well, we've got a use-case for such right here.
  112. ttepasse : /xhtml-role/ has even an example with two, so yes.
  113. TabAtkins : A combination of a type and landmark role.
  114. tantek : in fact, I wouldn't mind seeing a <csv> ... </csv> element that acted like a <pre> except 1. parsed for the comma separation and implied columns accordingly, and 2. provided a DOM similar to <table> for accessing all the rows and columns.
  115. TabAtkins : ...
  116. TabAtkins : I must code support for this tonight.
  117. Hixie : i wonder what the UA conformance criteria are for two roles
  118. tantek : This would rapidly accelerate the "webification" of the numerous CSV files out there (more and more being published due to OpenGov and OpenScience) efforts
  119. Hixie : i don't understand what it would mean
  120. hober : ttepasse: keep in mind that aria's role="" isn't the same attribute as the xhtml2wg role attribute spec
  121. tantek : hober, thank goodness.
  122. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has joined #whatwg
  123. ttepasse : Oh it is?
  124. hober : tantek: :) srsly people, we already got one (class="")
  125. ttepasse : There should be a "/TR/ for dummies" tutorial.
  126. ttepasse : Hixie, http://www.w3.org/TR/2009/WD-wai-aria-implementation-20090224/#mapping_role
  127. csv : to the list of (perhaps crazy) proposals he has to write up for HTML5.
  128. Hixie : ok so basically they allow it and then immediately say it's pointless
  129. Hixie : good work
  130. tantek : Hixie, of course, there's nothing like that in the HTML5 spec, <cough>img border="0"</cough>
  131. tantek : ;)
  132. -!- benward [n=benward@nat/yahoo/x-wkqbxwiahgfaelbq] has joined #whatwg
  133. -!- dbaron [n=dbaron@pool-98-111-140-154.phlapa.fios.verizon.net] has joined #whatwg
  134. ttepasse : ?Because landmarks do not generally have mappings in platform accessibility APIs, they may occur anywhere within the role string without affecting how the first widget role is exposed.? ... sounds like my <table role="grid main"> is not so pointless but makes me wonder what landmarks are for. Custom UI in UAs?
  135. Hixie : tantek: blame hsivonen, i hate that as much
  136. tantek : Hixie - is there "blame" markup in the HTML5 spec? Kind of like blame in CVS...
  137. Hixie : svn blame blames me for everything, but at least one of the checkin comments says "blame: hs" :-)
  138. -!- Curt`|food is now known as Curt`|busy
  139. Hixie : btw, tantek, any idea when zeldman and co are sending their feedback in?
  140. -!- yutak_home [n=kee@ZD094246.ppp.dion.ne.jp] has joined #whatwg
  141. -!- tantekc [n=tantek@67.180.202.79] has joined #whatwg
  142. -!- dglazkov [n=dglazkov@nat/google/x-tijlaoxdxncjmqum] has quit [Read error: 110 (Connection timed out)]
  143. Hixie : tantekc: btw, any idea when zeldman and co are sending their feedback in?
  144. tantekc : Hixie, I believe we are all taking bits and pieces of http://www.zeldman.com/superfriends/guide/ and emailing them in - hence the "we are optimistic that the official channels provided by the working group will offer a sufficient and fair hearing of our concerns"
  145. tantekc : Hixie, I believe we are all taking bits and pieces of http://www.zeldman.com/superfriends/guide/ and emailing them in - hence the "we are optimistic that the official channels provided by the working group will offer a sufficient and fair hearing of our concerns"
  146. Hixie : k
  147. Hixie : any idea what the time frame on that is?
  148. tantekc : As you know, I prefer to document things on the web first, and then email in URLs.
  149. tantekc : timeframe: as soon as possible
  150. Hixie : if you could mail in text, that would make my life much easier, fwiw
  151. tantekc : ok I will mention that you prefer plain text email
  152. Hixie : thanks
  153. tantekc : Hixie, have you documented your Communication Preferences anywhere online? E.g. http://tr.im/comms
  154. tantekc : if you have, please give me the URL and I will happily link to it
  155. Hixie : tantekc: "Comments are very welcome, please send them to whatwg@whatwg.org. Thank you."
  156. Hixie : (top of the spec)
  157. tantekc : I meant in general, your personal prefs.
  158. tantekc : because obviously you eventually look at bugs filed, blog posts, blog post comments etc.
  159. tantekc : (perhaps not guaranteed, but that seems to be the emergent behavior)
  160. Hixie : oh you mean in general? no, no preferred communication style.
  161. Hixie : i have an antipreference for phone communication and anything involving burning gasoline or going through TSA checkpoints
  162. tantekc : so the only communication preference you have has to do with the HTML5 project
  163. Hixie : yeah
  164. Hixie : well, i mean, my preferences are specific to whatever i'm doing
  165. tantekc : you've written up a scathing deconstruction of telcons for example (most of which I agree with)
  166. Hixie : (i have a preference for HTML5, simply because there are certain things that are easier to dealing with)
  167. -!- doublec [n=doublec@203-97-204-82.dsl.clear.net.nz] has quit [Read error: 104 (Connection reset by peer)]
  168. Hixie : i wrote an e-mail recently... let's see
  169. tantekc : anyway - it might be useful to see them in an ordered list
  170. tantekc : with perhaps a threshold for, -- below this point I will avoid these forms of communication --
  171. Hixie : http://lists.w3.org/Archives/Public/public-html/2009Jun/0616.html
  172. tantekc : and then you can list phone, f2f, flying etc.
  173. -!- ojan [n=ojan@nat/google/x-nebuwcfhbywgfubf] has quit []
  174. tantekc : yeah that one - I read it.
  175. tantekc : a good write up
  176. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has quit []
  177. Hixie : e-mail, irc, jabber, aim, msn, yahoo messenger; twitter, blogs; forums i have to register for; meetings. I don't have a phone.
  178. Hixie : where ";" indicates a threshold, so all things between ; are equally ok
  179. TabAtkins : tantekc: http://www.xanthir.com/etc/csv.html
  180. tantekc : anyway - g2g, but just wanted say thanks Hixie for already fixing a bunch of stuff in HTML5 that Zeldman et al gave feedback on (e.g. the "HTML5" vs. "HTML 5" inconsistency) - pretty much all that feedback was a consensus result of the "HTML5 Super Friends"
  181. TabAtkins : Not perfect yet - I need to copy over all attributes of the original <csv> element - but still, working!
  182. tantekc : TabAtkins - WHOA! that is super cool
  183. TabAtkins : Super easy. ^_^
  184. tantekc : I might wrap the <csv> in a <pre> for backward compat display
  185. TabAtkins : Would be fine - you sorta expect csvs to be fixed-width anyway.
  186. tantekc : right
  187. tantekc : or maybe just use a style sheet
  188. tantekc : csv {whitespace:pre}
  189. tantekc : that ought to do it
  190. TabAtkins : Yeah, that'd work.
  191. tantekc : TabAtkins - want to collaborate on a joint <csv> proposal submission for HTML5?
  192. -!- webben [n=benh@79-68-210-124.dynamic.dsl.as9105.com] has joined #whatwg
  193. tantekc : like I said, g2g now, but I can start drafting something based on the above
  194. TabAtkins : Note - that would make the original CSV, and presumably a native CSV, look pre, but wouldn't affect the js-shim csv.
  195. TabAtkins : Sure, tantekc.
  196. -!- SamerZ [n=SamerZ@CPE0024369ef3ab-CM001ac35cd4b4.cpe.net.cable.rogers.com] has joined #whatwg
  197. -!- scherkus_ is now known as scherkus
  198. tantekc : scientists will *love* <csv> for easily publishing data sets on the web
  199. tantekc : this is going to be a big enabler for open science on today's web. (my current thoughts: http://tr.im/openscience )
  200. -!- tantekc [n=tantek@67.180.202.79] has quit []
  201. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has joined #whatwg
  202. TabAtkins : Heh, cool.
  203. TabAtkins : So, how do I iterate through a DOM Node's attributes?
  204. TabAtkins : node.namedNodeMap()?
  205. -!- tantek [n=tantek@67.180.202.79] has quit [Read error: 110 (Connection timed out)]
  206. -!- weinig [n=weinig@nat/apple/x-etraetvcrzdkbbuw] has quit [Read error: 110 (Connection timed out)]
  207. othermaciej : node.attributes
  208. othermaciej : (or really, element.attributes)
  209. TabAtkins : Since I program in jQuery, not js, does that return an array? Or some exotic DOM structure? If the latter, how do I iterate through it?
  210. Binarytales : i think it's an array
  211. TabAtkins : It looks like it at least acts like one. $.each() can handle anything with .length
  212. othermaciej : it's a NamedNodeMap; I don
  213. othermaciej : 't know about jQuery details
  214. TabAtkins is testing
  215. -!- wakaba_0 [n=wakaba_@122x221x184x68.ap122.ftth.ucom.ne.jp] has joined #whatwg
  216. TabAtkins : All right, got it. Yeah, $.each() handles it fine.
  217. TabAtkins : Though I should probably translate this to plain DOM...
  218. TabAtkins : I need to go look at what jQuery actually does for each of these functions so I can back-translate.
  219. -!- MikeSmith [n=MikeSmit@31-35-163.wireless.csail.mit.edu] has quit ["Tomorrow to fresh woods, and pastures new."]
  220. -!- shepazu [n=schepers@31-33-83.wireless.csail.mit.edu] has joined #whatwg
  221. -!- rubys [n=rubys@cpe-098-027-052-152.nc.res.rr.com] has joined #whatwg
  222. -!- rubys [n=rubys@cpe-098-027-052-152.nc.res.rr.com] has left #whatwg []
  223. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has joined #whatwg
  224. -!- yutak_home [n=kee@ZD094246.ppp.dion.ne.jp] has quit ["Ex-Chat"]
  225. -!- jlebar_ [n=jlebar@nat/mozilla/x-emrssejpsgnnedcq] has quit ["Leaving"]
  226. -!- jlebar [n=jlebar@nat/mozilla/x-yznbxgwubicfserf] has joined #whatwg
  227. -!- rubys [n=rubys@cpe-098-027-052-152.nc.res.rr.com] has joined #whatwg
  228. TabAtkins : Hrm, does IE treat linebreaks funny? I'm trying to do a .split("\n"), but it's a no-go in IE. Perhaps auto-translating to \r\n?
  229. TabAtkins : Context: textContent of an unknown element, hacked into recognition with the document.createElement shim.
  230. -!- SamerZ [n=SamerZ@CPE0024369ef3ab-CM001ac35cd4b4.cpe.net.cable.rogers.com] has quit []
  231. GPHemsley : TabAtkins: That sounds familiar, but I can't say more than that.
  232. TabAtkins : Hm, doesn't seem to help.
  233. GPHemsley : :P
  234. -!- bgalbraith [n=bgalbrai@71.202.109.116] has joined #whatwg
  235. GPHemsley : hey hey!
  236. TabAtkins : Not you. ^_^ Changing to .split("\r\n") doesn't help.
  237. GPHemsley : oh, heh
  238. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has quit []
  239. -!- shepazu [n=schepers@31-33-83.wireless.csail.mit.edu] has quit []
  240. TabAtkins : Okay, IE does newline normalization immediately, unless it has white-space:pre.
  241. TabAtkins : So I got the newlines, now I'm just trying to figure out how to split by them...
  242. -!- annodomini [n=lambda@c-75-69-96-104.hsd1.nh.comcast.net] has joined #whatwg
  243. -!- Curt`|busy [n=curt@adsl-76-241-64-212.dsl.bcvloh.sbcglobal.net] has quit ["Sleep"]
  244. dpranke : hixie / anyone : is there a reason why <select>, <input type="range">, and <input type="number"> don't support the "readonly" attribute?
  245. Hixie : type=number does
  246. -!- Binarytales [n=Binaryta@host81-157-254-162.range81-157.btcentralplus.com] has quit []
  247. Hixie : <select>, <input type=range>, <input type=radio>, <button>, etc, don't, because they're not text fields.
  248. dpranke : you're right about number, sorry, I read too fast.
  249. dpranke : what's the difference between disabled and readonly? It looks like disabled is readonly plus the control doesn't receive events? Why have readonly be able to receive events?
  250. dpranke : or is there some other useful difference between disabled and readonly?
  251. Hixie : the point of readonly is to allow users to copy the text from the control
  252. TabAtkins : OMG, finally got IE to recognize a newline and split on it. The <csv> proposal marches on!
  253. dpranke : ah. okay. does it make sense to add a clarifying note to that effect to the spec, or is this common knowledge?
  254. Hixie : it's basic UI design :-)
  255. dpranke : ok, thanks!
  256. jcranmer marvels at how much space The Great Codec Wars took up in his WHATWG folder
  257. -!- jwalden [n=waldo@nat/mozilla/x-ucjuaeuvsuikkerk] has quit ["back later tonight"]
  258. -!- erikvvold [n=erikvvol@96.49.192.204] has joined #whatwg
  259. -!- atwilson [n=atwilson@74.125.59.1] has quit []
  260. -!- doublec [n=doublec@203-97-204-82.dsl.clear.net.nz] has joined #whatwg
  261. Hixie : oh dear, othermaciej is now being dragged into actually running these meetings
  262. othermaciej : Hixie: I can live with running 1/3 of them or so
  263. -!- jorlow [n=jorlow@220.109.219.244] has joined #whatwg
  264. othermaciej : but yes, that was part of the cost, along with my soul
  265. Hixie : nothing says we _must_ have telecons
  266. othermaciej : I'm not going to propose canceling telecons, at least not right now
  267. Hixie : in fact our charter, rather than requiring one a week, says that we're not allowed to have _more_ than one a week
  268. Hixie : and says they should only be as needed
  269. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has quit [Remote closed the connection]
  270. Hixie : it's your time :-)
  271. Hixie : you spend it as you think best :-)
  272. othermaciej : I think some of the people who attend get value out of it, and I'm willing to spend an hour of my time to give them that value
  273. othermaciej : particularly if it helps some of those people also get involved by email
  274. -!- dimich [n=dimich@74.125.59.65] has quit []
  275. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has joined #whatwg
  276. -!- ap [n=ap@nat/apple/x-hhwwpwiuujdudlvv] has quit []
  277. -!- erikvold [n=erikvvol@GANDALF.VKISTUDIOS.NET] has quit [Read error: 110 (Connection timed out)]
  278. -!- erikvold [n=erikvvol@GANDALF.VKISTUDIOS.NET] has joined #whatwg
  279. -!- erikvvold [n=erikvvol@96.49.192.204] has quit [Read error: 110 (Connection timed out)]
  280. othermaciej : this is kind of sad, but I'm actually proud of the way I formatted the agenda email
  281. rubys : http://www.w3.org/html/wg/tracker/actions/103?changelog
  282. rubys : that action was assigned to Lachlan... but he never responded to emails checking for status.
  283. rubys : 2009-01-29 17:54:35: Owner changed to 'Lachlan Hunt' [Dan Connolly]
  284. rubys : 2009-05-07 16:10:37: Owner changed to 'Julian Reschke' [Dan Connolly]
  285. rubys : http://www.w3.org/html/wg/tracker/issues/75 is already closed
  286. -!- KevinMarks [n=KevinMar@dsl081-241-091.sfo1.dsl.speakeasy.net] has quit ["The computer fell asleep"]
  287. -!- KevinMarks [n=KevinMar@dsl081-241-091.sfo1.dsl.speakeasy.net] has joined #whatwg
  288. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has quit []
  289. -!- benward [n=benward@nat/yahoo/x-wkqbxwiahgfaelbq] has quit [Read error: 104 (Connection reset by peer)]
  290. othermaciej : rubys: I'll just make those adjustments in-flight rather than confusing people by changing the agenda
  291. othermaciej : rubys: thanks!
  292. -!- Super-Dot [n=Super-Do@66-240-27-50.isp.comcastbusiness.net] has quit ["Colloquy more like Coolloquy"]
  293. -!- rubys [n=rubys@cpe-098-027-052-152.nc.res.rr.com] has left #whatwg []
  294. -!- KevinMarks [n=KevinMar@dsl081-241-091.sfo1.dsl.speakeasy.net] has quit [Read error: 110 (Connection timed out)]
  295. -!- bgalbraith [n=bgalbrai@71.202.109.116] has quit []
  296. -!- jorlow_ [n=jorlow@220.109.219.244] has joined #whatwg
  297. -!- jorlow_ [n=jorlow@220.109.219.244] has quit [Remote closed the connection]
  298. -!- jorlow_ [n=jorlow@220.109.219.244] has joined #whatwg
  299. -!- jorlow__ [n=jorlow@220.109.219.244] has joined #whatwg
  300. -!- jorlow_ [n=jorlow@220.109.219.244] has quit [Read error: 104 (Connection reset by peer)]
  301. -!- tantek [n=tantek@32.153.152.9] has joined #whatwg
  302. -!- dpranke [n=Adium@nat/google/x-nyxywpuzkjdtrkpb] has quit ["Leaving."]
  303. -!- deadowl [n=deadowl_@c-67-189-196-62.hsd1.vt.comcast.net] has joined #whatwg
  304. -!- jorlow [n=jorlow@220.109.219.244] has quit [Read error: 110 (Connection timed out)]
  305. -!- jorlow__ is now known as jorlow
  306. -!- cying [n=cying@adsl-75-18-220-22.dsl.pltn13.sbcglobal.net] has joined #whatwg
  307. -!- dbaron [n=dbaron@pool-98-111-140-154.phlapa.fios.verizon.net] has quit ["8403864 bytes have been tenured, next gc will be global."]
  308. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has joined #whatwg
  309. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has quit [Client Quit]
  310. -!- shepazu [n=schepers@72-255-97-114.client.stsn.net] has joined #whatwg
  311. -!- tantekc [n=tantek@32.157.231.174] has joined #whatwg
  312. -!- tantekc [n=tantek@32.157.231.174] has quit [Client Quit]
  313. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has joined #whatwg
  314. -!- TabAtkins [n=chatzill@99-35-179-251.lightspeed.hstntx.sbcglobal.net] has quit [Read error: 110 (Connection timed out)]
  315. -!- atwilson [n=atwilson@q-static-149-82.avvanta.com] has joined #whatwg
  316. -!- atwilson [n=atwilson@q-static-149-82.avvanta.com] has quit [Client Quit]
  317. -!- atwilson [n=atwilson@q-static-149-82.avvanta.com] has joined #whatwg
  318. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has quit []
  319. -!- tantek [n=tantek@32.153.152.9] has quit [Read error: 110 (Connection timed out)]
  320. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has joined #whatwg
  321. -!- erikvvold [n=erikvvol@96.49.192.204] has joined #whatwg
  322. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has quit [Client Quit]
  323. -!- ttepasse [n=ttepas--@p5B0139B5.dip.t-dialin.net] has quit ["?Q"]
  324. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has joined #whatwg
  325. -!- erikvold [n=erikvvol@GANDALF.VKISTUDIOS.NET] has quit [Read error: 110 (Connection timed out)]
  326. -!- othermaciej [n=mjs@17.203.15.181] has quit []
  327. -!- heycam [n=cam@dyn-130-194-220-11.its.monash.edu.au] has quit ["bye"]
  328. -!- heycam [n=cam@clm-laptop.infotech.monash.edu.au] has joined #whatwg
  329. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has joined #whatwg
  330. -!- annodomini [n=lambda@wikipedia/lambda] has quit [Client Quit]
  331. -!- rkennedy [n=rkennedy@h163.191.29.71.static.ip.windstream.net] has joined #whatwg
  332. -!- rkennedy [n=rkennedy@h163.191.29.71.static.ip.windstream.net] has quit []
  333. -!- othermaciej [n=mjs@c-69-181-42-237.hsd1.ca.comcast.net] has joined #whatwg
  334. -!- karlushi [n=karlushi@fw.vdl2.ca] has quit ["This computer has gone to sleep"]
  335. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has quit []
  336. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has joined #whatwg
  337. -!- dglazkov [n=dglazkov@c-67-188-0-62.hsd1.ca.comcast.net] has quit []
  338. -!- dave_levin_ [n=dave_lev@72.14.224.1] has joined #whatwg
  339. cardona507 : is there a firefox extension similar to codeburner (the firebug plug-in) for html 5?
  340. -!- doublec [n=doublec@203-97-204-82.dsl.clear.net.nz] has quit ["Leaving"]
  341. -!- GPHemsley [n=GPHemsle@pdpc/supporter/student/GPHemsley] has quit ["This computer has gone to sleep"]
  342. -!- benward [n=benward@98.210.154.133] has joined #whatwg
  343. -!- Super-Dot [n=Super-Do@adsl-76-231-44-168.dsl.pltn13.sbcglobal.net] has joined #whatwg
  344. -!- onar_ [n=onar@c-67-180-87-66.hsd1.ca.comcast.net] has quit []
  345. -!- tantek [n=tantek@69.106.231.241] has joined #whatwg
  346. -!- bgalbraith [n=bgalbrai@71.202.109.116] has joined #whatwg
  347. hsivonen : looks like we have a new case of adding attributes in JS to work around validators: http://stackoverflow.com/questions/1145880/can-autocapitalize-be-turned-off-with-javascript-in-mobile-safari
  348. -!- bgalbraith [n=bgalbrai@71.202.109.116] has quit [Client Quit]
  349. -!- heycam [n=cam@clm-laptop.infotech.monash.edu.au] has quit ["bye"]
  350. -!- heycam [n=cam@dyn-130-194-69-205.its.monash.edu.au] has joined #whatwg
  351. -!- cying [n=cying@adsl-75-18-220-22.dsl.pltn13.sbcglobal.net] has quit []
  352. -!- tantek [n=tantek@69.106.231.241] has quit []
  353. -!- Super-Dot [n=Super-Do@adsl-76-231-44-168.dsl.pltn13.sbcglobal.net] has quit ["Colloquy more like Coolloquy"]
  354. -!- Maurice [n=ano@a80-101-46-164.adsl.xs4all.nl] has joined #whatwg
  355. -!- atwilson [n=atwilson@q-static-149-82.avvanta.com] has quit []
  356. -!- atwilson [n=atwilson@q-static-149-82.avvanta.com] has joined #whatwg
  357. -!- cardona507 [n=cardona5@c-67-180-160-250.hsd1.ca.comcast.net] has quit []
  358. -!- webben [n=benh@79-68-210-124.dynamic.dsl.as9105.com] has quit [Read error: 110 (Connection timed out)]
  359. -!- JohnResig [n=JohnResi@121.255.201.74.static.ey03.engineyard.com] has quit [Read error: 104 (Connection reset by peer)]
  360. -!- webben [n=benh@dip5-fw.corp.ukl.yahoo.com] has joined #whatwg
  361. -!- SamerZ [n=SamerZ@CPE0024369ef3ab-CM001ac35cd4b4.cpe.net.cable.rogers.com] has joined #whatwg
  362. -!- JohnResig [n=JohnResi@74.201.255.121] has joined #whatwg
  363. Lachy : dammit, why did apple feel the need to create more proprietary attributes for autocapitalize and autocorrect?!
  364. -!- KevinMarks [n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net] has joined #whatwg
  365. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has quit [Read error: 104 (Connection reset by peer)]
  366. -!- jacobolus [n=jacobolu@dhcp-0059871802-99-6d.client.student.harvard.edu] has joined #whatwg
  367. -!- Mrmil [n=ut_ollie@host-77-236-204-8.blue4.cz] has joined #whatwg
  368. -!- dave_levin_ [n=dave_lev@72.14.224.1] has quit [Read error: 110 (Connection timed out)]
  369. Hixie : did printers get slower? i could have sworn that 20 years ago laserjets were printing at least as fast as the ones i'm seeing on HP's site today, and they warmed up faster at that.
  370. hsivonen : Hixie: the high end probably hasn't gotten slower but a lower end got introduced and people started bying those
  371. Hixie : where do you find the high end?
  372. Hixie : i can't even find a single 802.11x printer on HP's site
  373. hsivonen : Hixie: at Kinko's
  374. Hixie : (laserjet printer, that is)
  375. -!- Kalms [n=rasmuska@81.161.185.108] has joined #whatwg
  376. Hixie : heh
  377. Hixie : i mean to buy :-)
  378. hsivonen : hmm. I don't know if HP has exited the high end market and left it to Xerox and Canon
  379. -!- Dashiva [i=Dashiva@m223j.studby.ntnu.no] has quit []
  380. hsivonen : (I don't know where to buy those)
  381. Hixie : "First color page in less than 16 seconds" $3199.99
  382. Hixie : 16 seconds?!
  383. Hixie : (HP Color LaserJet 5550dn Printer )
  384. annevk2 : is that including boot-time or so?
  385. annevk2 : and 3200 for a printer is a lot
  386. Hixie : yes and yes
  387. Hixie : for $3199.99 i expect my printer to be printing before i ask it to
  388. annevk2 has a EUR 80 (or less, don't really remember) black/white-laserjet that he almost never needs
  389. Lachy : I gave up on owning a printer. My old, affordable, inkjet printers kept drying out cause I don't print frequently enough, and when I do, I just do it at the office
  390. Hixie : yeah this isn't for me
  391. Hixie : i haven't printed in like a decade
  392. Hixie : what are the quality printer manufacturers these days? is HP still it?
  393. Lachy : Hixie, is it intended for personal use by whoever you're getting it for, or office use?
  394. Hixie : what's the difference?
  395. Lachy : different feature requirements
  396. annevk2 : Hixie, canon is also ok, not sure about laserjet
  397. Lachy : like, an office printer would probably need an ethernet connection and be optimised for network setup, whereas personal use might not need that
  398. annevk2 : for network setup you could always buy one of those apple thingies
  399. annevk2 : with a usb-in
  400. Hixie : the requirements are: high quality (laser jet), network printer using 802.11g or n, color, automatic double-sided printing, fast per page and fast from cold.
  401. Hixie : and reliable.
  402. Lachy : annevk2, the Airport Extreme or possibly Airport Express
  403. Hixie : i'd rather it have built in networking
  404. Hixie : HP doesn't have a printer that meets those requirements.
  405. annevk2 : i've no experience at all with such beasts
  406. Hixie : at least not according to their site.
  407. Lachy : Hixie, so just printing, and no need for scanner/copier/fax functions?
  408. annevk2 : my printer is in the closet and I take it out every couple of months to print some stupid expense report
  409. Hixie : right
  410. Lachy : Hixie, http://www.brother-usa.com/Printer/ModelDetail.aspx?ProductID=HL4070CDW
  411. Hixie : looks interesting
  412. Lachy : still 17 seconds for first print though
  413. Lachy : for colour
  414. Philip` : annevk2: You should use a commercial printing service for that, and then charge it on expenses
  415. Hixie : yeah, still slow though
  416. Hixie : both starting up and printing
  417. Lachy : you consider 21ppm slow?
  418. Lachy : that's 1 page every 3 seconds
  419. Hixie : that's not faster than 20 years ago
  420. annevk2 : Philip`, I'll ask for your advice next time :)
  421. Hixie : so yes, i consider that slow
  422. annevk2 : Philip`, meanwhile, charset stats? :)
  423. Lachy : so how many pages per minute are you expecting?
  424. annevk2 : Hixie, is this how you remember 20 years ago?
  425. -!- KevinMarks [n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net] has quit ["The computer fell asleep"]
  426. Hixie : annevk2: :-P
  427. Philip` : Does anybody give double-sided printing speeds?
  428. -!- KevinMarks [n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net] has joined #whatwg
  429. hsivonen only has a printer for paper-based accounting use cases
  430. Philip` presumes 21ppm is one-sided, because all printers he's seen do double-sided make the paper go backwards and forwards lots of times before popping out and it takes forever
  431. hsivonen : though when it exists, it can occasionally be used for printing train tickets
  432. Hixie : Philip`: yeah, agreed
  433. Lachy : http://www.office.xerox.com/printers/color-printers/phaser-7760/enus.html
  434. Lachy : 35ppm for colour
  435. Lachy : 45ppm for black
  436. Lachy : "First-page-out time as fast as 9 seconds for color"
  437. Lachy : Is that fast enough?
  438. annevk2 : no wifi though
  439. -!- cpharmston [n=cpharmst@pool-173-73-172-177.washdc.fios.verizon.net] has joined #whatwg
  440. -!- heycam [n=cam@dyn-130-194-69-205.its.monash.edu.au] has quit ["bye"]
  441. -!- cpharmston is now known as CH_
  442. Lachy : yeah, but I was only searching for speed to see if it was possible to find anything at all fast enough for Hixie
  443. Hixie : Lachy: hmm, that's better than i've seen so far
  444. Lachy : Hixie, "With print speeds of up to 35 pages per minute for colour and 45 ppm for black and white and a first-page-out time of nine seconds for colour, the Phaser is considered one of the fastest printers in its class. " -- http://www.highbeam.com/doc/1G1-158653373.html
  445. jgraham : Maybe there is a limit to how fast you can physically pull paper through a printer without bad side effects
  446. jgraham : Anyway we had some Xerox phaser thing when I was doing my PhD and it seemed OK. It got used a lot and didn't break down often or anything
  447. Hixie : cool
  448. Hixie : good to know what the top of the line is, at least
  449. jgraham : Colour reprodution was pretty poor. Dunno how fast it was or anything
  450. hsivonen : are there color lasers whose color reproduction doesn't suck?
  451. hsivonen thought color lasers were for printing powerpoint slides
  452. hsivonen : and ad bureaus and the like used slower and more expensive non-laser stuff
  453. jgraham : In this case they were for printing science papers where relative colour tends to be more important than absolute colour
  454. jgraham : s/they were/it was/
  455. Hixie : yeah if you want to do something where colour really matters, you do ink jets, i think
  456. Hixie : but then if i'm printing photos, i'm gonna be using a photo printing shop
  457. -!- Dashiva [i=Dashiva@m223j.studby.ntnu.no] has joined #whatwg
  458. hsivonen : are wax printers still on the market?
  459. Hixie : is that "solid ink"?
  460. jgraham : 9we were very licky to have a good colour printer at all; it was only because my group had seperate funding from the rest of the department. The department colour laserjet _really_ sucked)
  461. hsivonen : Hixie: could be. I don't know.
  462. jgraham : s/9/(/ and s/licky/lucky/
  463. -!- KevinMarks [n=KevinMar@c-67-164-14-96.hsd1.ca.comcast.net] has quit [Read error: 110 (Connection timed out)]
  464. -!- pesla [n=retep@procurios.xs4all.nl] has joined #whatwg
  465. -!- roc [n=roc@203-97-204-82.dsl.clear.net.nz] has quit []
  466. -!- SamerZ [n=SamerZ@CPE0024369ef3ab-CM001ac35cd4b4.cpe.net.cable.rogers.com] has quit []
  467. -!- gratz|work [n=gratz@unaffiliated/gratzwork/x-0911229] has joined #whatwg
  468. -!- SamerZ [n=SamerZ@CPE0024369ef3ab-CM001ac35cd4b4.cpe.net.cable.rogers.com] has joined #whatwg
  469. -!- Creap [n=Creap@vemod.brg.sgsnet.se] has joined #whatwg
  470. -!- dave_levin_ [n=dave_lev@c-98-203-247-78.hsd1.wa.comcast.net] has joined #whatwg
  471. Mrmil : I hate IE
  472. krijnh : High five!
  473. Mrmil : Highway to Hell
  474. -!- mat_t [n=mattomas@91.189.88.12] has joined #whatwg
  475. -!- heycam [n=cam@210-84-56-211.dyn.iinet.net.au] has joined #whatwg
  476. -!- svl_ [n=me@dslb-084-056-105-243.pools.arcor-ip.net] has joined #whatwg
  477. -!- benward [n=benward@98.210.154.133] has quit [Read error: 60 (Operation timed out)]
  478. -!- ROBOd [n=robod@89.122.216.38] has joined #whatwg
  479. -!- Phae [n=phaeness@gatea.mh.bbc.co.uk] has joined #whatwg
  480. -!- gsnedders [n=gsnedder@p54BE8BA7.dip0.t-ipconnect.de] has joined #whatwg
  481. -!- kinetik [n=kinetik@121.98.132.55] has quit [Remote closed the connection]
  482. hsivonen : I'm puzzled. With my latest HTML5 parser refactoring, jquery on http://webtrendmap.com/craigmod/161/ dies due to document.body being null
  483. hsivonen : I wonder how that can happen
  484. gsnedders : Because there's a bug.
  485. Dashiva : hsivonen: Script in <head> before body is created?
  486. hsivonen : Dashiva: jquery is in head, yes
  487. hsivonen : Dashiva: but it works without the HTML5 parser refactoring
  488. hsivonen : I wonder if I've accidentally caused onload or DOMContentLoaded to fire prematurely or something like that
  489. -!- kinetik [n=kinetik@121.98.132.55] has joined #whatwg
  490. gsnedders : I think you should never fire them.
  491. jgraham : gsnedders: You miss Philip`?
  492. gsnedders : Huh?
  493. gsnedders : jgraham: No, it's my Swedish Mummy, Daddy, and Nanny I miss :P
  494. jgraham : Well you have started filling in the "useless suggestions" role
  495. gsnedders : I've always done that quite a bit, though.
  496. hsivonen : sigh. I have a crash, too.
  497. hsivonen : how hard can it be to move some code around?
  498. gsnedders : Very.
  499. hsivonen : refcounting is a house of cards
  500. -!- kinetik [n=kinetik@121.98.132.55] has quit [Remote closed the connection]
  501. hsivonen : apparently moving code around is fairly easy, but splitting one refcounted object into many is a can of worms
  502. annevk2 : xmlns issue still unadressed
  503. annevk2 : are these people just incompetent at XML namespaces while happily using them?
  504. gsnedders : annevk2: Then I guess we can free it
  505. hsivonen : annevk2: in the RDFa draft?
  506. annevk2 : yes
  507. Philip` : gsnedders: You don't miss me? :-(
  508. gsnedders : Philip`: Sorry, but jgraham just means so much more to me.
  509. annevk2 : it has been raised like a bazillion times
  510. annevk2 : my last email on this subject never had a reply I think
  511. annevk2 : I think they just don't get it
  512. Philip` : Their response to http://rdfa.info/wiki/Rdfa-in-html-issues#Script-based_modification_of_DOM (further down that page) seems to miss the issue with that example
  513. annevk2 : I guess if you don't get XML namespaces they look all nice and dandy :)
  514. hsivonen : annevk2: usually, if one "gets" namespaces, one wants to avoid them
  515. Philip` should probably look at this again some time, and try to clarify what still seems to be a problem
  516. annevk2 : right :)
  517. -!- kinetik [n=kinetik@121.98.132.55] has joined #whatwg
  518. annevk2 : ah, othermaciej raised the issue as well and manu didn't get it
  519. annevk2 : he in fact simply snipped that comment from othermaciej's review
  520. othermaciej : did he?
  521. othermaciej : I thought he replied to that point (and I replied back)
  522. othermaciej : it also looks like he pasted my comments about xmlns in text/html into the wiki
  523. annevk2 : http://lists.w3.org/Archives/Public/public-html/2009Sep/0082.html in 4.3 your point about the DOM being different is no longer there
  524. othermaciej : it is here though: http://rdfa.info/wiki/Html5-rdfa-wd-issues#4.2_Invalid_XMLLiteral_values
  525. othermaciej : er
  526. othermaciej : not in the 4.2 section
  527. othermaciej : but you know what I mean
  528. othermaciej : he only directly replied to a few of my points and recorded the rest on the wiki
  529. annevk2 : i see
  530. othermaciej : if you look at my further email, what XHTML+RDFa says about prefix binding is broken even for XML
  531. annevk2 : his reply still shows misunderstanding of the issue but I guess they're working on that then...
  532. annevk2 : i love it that such crap comes from the same people who claim XML is easy
  533. -!- jorlow [n=jorlow@220.109.219.244] has quit [Read error: 110 (Connection timed out)]
  534. -!- kinetik [n=kinetik@121.98.132.55] has quit [Remote closed the connection]
  535. -!- kinetik [n=kinetik@121.98.132.55] has joined #whatwg
  536. hsivonen : othermaciej: I suspect RDFa is layered on top of XML 1.0--not on top of XML 1.0 + Namespaces
  537. othermaciej : hsivonen: does that negate the error I pointed out in its rules about prefix bindings?
  538. hsivonen : othermaciej: which is a pretty fundamental layering violation but gets an applause, because it looks like it's layered on top of Namespaces
  539. othermaciej : (I don't think it does)
  540. annevk2 : hsivonen, that cannot be for real
  541. annevk2 : hsivonen, RDFa also references XMLNS
  542. hsivonen : othermaciej: I think what you said stands
  543. othermaciej : RDFa cites XMLNS, I am not sure what aspect makes it layered on top of XML 1.0
  544. hsivonen : annevk2: I guess I need to look up an email from Mark Birbeck
  545. othermaciej : the text I cited does seem to be treating XML namespace declarations as just ordinary attributes, but that seems to be just a symptom of its generally wrong use of terminology
  546. Philip` : hsivonen: I thought the idea is it's layered on XHTML (1.1 or Modularization or something), which is layered on Namespaces to some extent
  547. Philip` : (though not to a particularly well defined extent)
  548. Philip` : http://www.w3.org/mid/4A291657.9020805@cam.ac.uk
  549. hsivonen : othermaciej: I think it's a symptom of not layering the spec over Namespace but using xmlns as a trompe-l’œil
  550. othermaciej : it would probably make more sense for it to cite Namespaces in XML for namespace scoping instead of having its own rule for how to do it
  551. Philip` : It might partly come from viewing XML documents as strings which follow a certain grammar, instead of as a DOM/Infoset-like tree
  552. annevk2 : hsivonen, ah yeah, it does do that
  553. othermaciej : although that would mean more work to define how it works in text/html
  554. Philip` : (The XML spec itself seems to be designed from the string viewpoint)
  555. annevk2 : Philip`, which is weird at least for <?xml encoding="..."
  556. hsivonen : annevk2: http://lists.w3.org/Archives/Public/public-rdf-in-xhtml-tf/2009Feb/0109.html
  557. othermaciej : anyway, I'm glad Manu put forth a technical proposal this time instead of a procedural one, even if it seems like it needs work
  558. hsivonen : gotta go to lunch
  559. -!- kinetik [n=kinetik@121.98.132.55] has quit [Remote closed the connection]
  560. -!- kinetik [n=kinetik@121.98.132.55] has joined #whatwg
  561. hsivonen : just got Snow Leopard in the mail. I wonder if I should wait until 10.6.1 before I install...
  562. othermaciej : it seems like they could just use the "Namespaces in XML" definition of namespace prefixes in scope, even if they use the prefixes for non-namespace reasons
  563. othermaciej : 10.6.0 is better than the average 10.n.0
  564. -!- gsnedders [n=gsnedder@p54BE8BA7.dip0.t-ipconnect.de] has quit []
  565. othermaciej : it seems like HTML+RDFa needs to make @rev and various other attributes conforming
  566. Philip` : It probably needs to do something similar to what's in http://philip.html5.org/docs/rdfa/
  567. -!- Rik` [n=Rik`@pha75-2-81-57-187-57.fbx.proxad.net] has quit []
  568. Philip` : (except probably without copying-and-pasting the RDFa-in-XHTML processing model, because duplication is bad)
  569. -!- Lachy_ [n=Lachlan@pat-tdc.opera.com] has joined #whatwg
  570. Philip` : (and the issues with e.g. precisely defined attribute parsing apply to XHTML as much as to HTML)
  571. -!- gsnedders [n=gsnedder@p54BE8BA7.dip0.t-ipconnect.de] has joined #whatwg
  572. othermaciej : Philip`: that draft looks much more precise, despite its unfinished state
  573. othermaciej : Philip`: might be good to point out that draft on the list
  574. -!- kinetik [n=kinetik@121.98.132.55] has quit [Remote closed the connection]
  575. -!- kinetik [n=kinetik@121.98.132.55] has joined #whatwg
  576. Philip` : I wonder if I should try rewriting it to remove the duplication of the processing model, since that seemed to be the main objection to it
  577. -!- erlehmann [n=erlehman@tmo-109-187.customers.d1-online.com] has joined #whatwg
  578. Philip` could probably attempt that this afternoon
  579. -!- alkarin [i=5e79a885@gateway/web/freenode/x-scnuebatailfevij] has joined #whatwg
  580. othermaciej : Philip`: if you have the time to pursue it, then I would encourage you to pursue that and post the draft
  581. alkarin : greetings everybody
  582. alkarin posts: http://kunter.posterous.com/html-5-super-concerns