/irc-logs / freenode / #whatwg / 2013-05-29 / end

Options:

  1. # Session Start: Wed May 29 00:00:00 2013
  2. # Session Ident: #whatwg
  3. # [00:01] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  4. # [00:01] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  5. # [00:02] <rafaelw> so presumably mark wants ecma end-of-turn stuff to be enqueued to this new microtask FIFO queue?
  6. # [00:02] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  7. # [00:02] <rafaelw> (promises, weakrefs, Object.observe, etc...)
  8. # [00:03] <rafaelw> s/ecma/ecmascript/
  9. # [00:08] <rafaelw> ok. i guess this horse is dead
  10. # [00:08] <rafaelw> i'll open a bug that puts a stake in the ground and we can iterate from there.
  11. # [00:09] * Quits: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si) (Quit: ZNC - http://znc.in)
  12. # [00:14] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Quit: Leaving)
  13. # [00:18] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  14. # [00:18] <sicking> rafaelw: sorry, yes
  15. # [00:19] <sicking> rafaelw: say my name and my irc client will start blinking and stuff. It's really annoying but it works :)
  16. # [00:21] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  17. # [00:23] <rafaelw> sicking: ok.
  18. # [00:23] <rafaelw> here's the bug: https://www.w3.org/Bugs/Public/show_bug.cgi?id=22185
  19. # [00:23] <rafaelw> Please add anyone I've missed.
  20. # [00:23] <rafaelw> I'll try to write-up the proposal today or tomorrow.
  21. # [00:24] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
  22. # [00:24] <aklein> rafaelw: thanks for writing this all down
  23. # [00:25] * Joins: krit (~krit@sjfw1.adobe.com)
  24. # [00:31] * Quits: chriseppstein_ (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein_)
  25. # [00:31] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  26. # [00:31] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  27. # [00:32] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  28. # [00:34] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  29. # [00:39] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  30. # [00:39] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  31. # [00:40] * Quits: Lachy (~Lachy@cm-84.215.71.136.getinternet.no) (Quit: Textual IRC Client: http://www.textualapp.com/)
  32. # [00:41] * Joins: esprehn (uid10445@gateway/web/irccloud.com/x-schblzyfhajhxaxx)
  33. # [00:43] * Joins: mattgiff_ (~mattgiffo@108.161.20.199)
  34. # [00:45] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  35. # [00:45] * Quits: mattgiff_ (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  36. # [00:45] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  37. # [00:46] * Joins: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net)
  38. # [00:50] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 245 seconds)
  39. # [00:51] * Joins: fishd (~darin@216.239.45.66)
  40. # [00:55] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  41. # [00:56] <JonathanNeal> So, in April http://html5doctor.com/the-hgroup-element/ mentioned they were "working on an article to help guide authors on which markup patterns they should use instead [of hgroup]" What has come of that? What would you folks recommend?
  42. # [00:56] <JonathanNeal> And related, any developments on <subline> or something similar?
  43. # [00:57] <Hixie> <hgroup> is the element to use.
  44. # [00:57] <Hixie> if you have subheadings
  45. # [00:58] <Hixie> hsivonen, MikeSmith, gsnedders: woops, sorry, just checked in a parser fix without marking it for conformance checkers and tools
  46. # [01:00] <JonathanNeal> Huh, has it been undeprecated or something, Hixie?
  47. # [01:00] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
  48. # [01:00] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
  49. # [01:00] * Joins: scor (~scor@drupal.org/user/52142/view)
  50. # [01:00] <Hixie> JonathanNeal: it was never deprecated, at the whatwg
  51. # [01:01] * Quits: weinig (~weinig@17.212.155.225) (Ping timeout: 245 seconds)
  52. # [01:01] <boogyman> JonathanNeal: why now use the appropriate h-level then use the "next sibling" CSS selector
  53. # [01:01] <boogyman> not*
  54. # [01:01] <Hixie> JonathanNeal: all that happened with <hgroup> is that the w3c is trying to assert its independence, as far as i can tell, by making dumb changes to their fork of the spec.
  55. # [01:01] <Hixie> (note: the above may be overly cynical)
  56. # [01:01] <MikeSmith> Hixie: thanksfor theheads-up
  57. # [01:02] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  58. # [01:02] <Hixie> MikeSmith: (specifically, for <menuitem>; without the fix you'll have an infinite loop)
  59. # [01:02] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  60. # [01:03] * Joins: m4nu (~chatzilla@pool-96-240-180-241.ronkva.east.verizon.net)
  61. # [01:04] <Hixie> man, i'm totally screwing up this rtl bug
  62. # [01:04] <MikeSmith> ah yeah, I saw the bug report I think
  63. # [01:04] <Hixie> every time i fix it i make it worse
  64. # [01:04] <JonathanNeal> Is there an IRC room for bugging W3C folks about this, and figuring out what they plan to push in its stead?
  65. # [01:04] <Hixie> i18n people must think i'm a loon
  66. # [01:04] <MikeSmith> (menuitem)
  67. # [01:04] <Hixie> JonathanNeal: #htmlwg on irc.w3.org, if you care about the html spec, but i recommend living the easy life with the whatwg spec instead :-)
  68. # [01:05] <Philip`> #html-wg, I think
  69. # [01:05] <JonathanNeal> The inability to add so much as a <div> or <span> in <hgroup> was what keeps me tracking this.
  70. # [01:06] <boogyman> ^ if you're a UA implementer. If he's a consumer, then he should look at which version of the spec is being used for UA's
  71. # [01:06] <JonathanNeal> Unless I'm incorrect in that preposition?
  72. # [01:06] * Joins: Badreddin (~Nur@189.192.138.187)
  73. # [01:07] <Hixie> JonathanNeal: why do you need a <div> in <hgroup>?
  74. # [01:07] <MikeSmith> JonathanNeal: I don't think hgroup is ever essential. The only reason to use it is if you care about how applications the implement the outline algoritm are going to show your headings in the outline
  75. # [01:07] <Hixie> JonathanNeal: (you can have a <Span> around the <h1> or <h2> contents in <hgroup>)
  76. # [01:09] <JonathanNeal> I was always hoping an element like <hgroup> or <subline> would normalize some of the odd implementations I catch across the web.
  77. # [01:09] <JonathanNeal> Like here http://twitter.github.io/bootstrap/ they have a kind of sub heading or abstract that they place in a paragraph.
  78. # [01:09] <Hixie> that's hte idea of <hgroup>, right
  79. # [01:09] <JonathanNeal> But here http://purecss.io/ they have it in a heading.
  80. # [01:10] <Hixie> abstracts are more <header> material
  81. # [01:10] <MikeSmith> JonathanNeal: the W3C HTML spec has http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#sub-head (if you've not seen it already)
  82. # [01:11] <Hixie> JonathanNeal: the bootstrap case is <header> <hgroup> <h1> Bootstrap </h1> <h2> Sleek [...] </h2> </hgroup> <p> ...download... </p> <nav> <p> ...github...examples... </p> </nav> </header>
  83. # [01:11] <Hixie> or similar
  84. # [01:11] <JonathanNeal> The Boostrap team occasionally labeling it a "byline", although it is not being used to attribute credit, it's being used as a subheading.
  85. # [01:13] <JonathanNeal> <div class="marketing">…<h1>Built with Bootstrap.</h1><p class="marketing-byline">For even more sites built with Bootstrap…</div>
  86. # [01:14] * heycam|away is now known as heycam
  87. # [01:14] * Quits: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net) (Read error: Connection reset by peer)
  88. # [01:14] <JonathanNeal> Those are interesting recommendations, MikeSmith.
  89. # [01:14] * Quits: pauld_ (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: Leaving)
  90. # [01:15] * Joins: shepazu (~shepazu@108-70-132-46.lightspeed.rlghnc.sbcglobal.net)
  91. # [01:15] <boogyman> JonathanNeal: secondary to this conversation, but I believe a hyphen is an illegal character to use in an id/class attribute value
  92. # [01:15] <JonathanNeal> Hixie: I see. Thanks. Yet Boostrap almost kind of avoids HTML5 elements.
  93. # [01:16] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
  94. # [01:16] <JonathanNeal> boogyman: not sure I follow. there is no sub-head element, that's just an article describing (meh) techniques to mark up subheadings.
  95. # [01:17] <Hixie> JonathanNeal: yeah i just meant that's what it would look like if you used modern HTML
  96. # [01:18] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  97. # [01:19] <JonathanNeal> Maybe the paradigm shift was just really high to think of using <h1-6> for longer, even mulit-part text.
  98. # [01:19] <JonathanNeal> <h2-6> rather, within an <hgroup>
  99. # [01:19] <MikeSmith> JonathanNeal: I happen to agree with those recommendations, and disagree with Hixie. I think hgroup is a solution in search of a problem.
  100. # [01:19] <Hixie> the problem is right there: how do you mark up subheadings
  101. # [01:19] <Hixie> every w3c spec has it
  102. # [01:19] <Hixie> how is it not a real problem?
  103. # [01:20] <MikeSmith> Hixie: you can obviously mark up subheadings without <hgroup>
  104. # [01:20] <tantek> Hixie, you mean it's not <br><b><font size> ?
  105. # [01:20] <tantek> ;)
  106. # [01:20] <JonathanNeal> It's certainly a situation in the projects I've worked on, and I see differing opinions on how it should be marked up, between Twitter and Yahoo.
  107. # [01:20] <MikeSmith> everybody was marking up subheadings in whatever ways before hgroup came along
  108. # [01:21] <Hixie> MikeSmith: well sure, you can mark up paragraphs with <p>. I'm not disagreeing that there are multiple solutions, just saying that there is a problem
  109. # [01:21] <MikeSmith> UAs do nothing with hgroup
  110. # [01:21] <Hixie> MikeSmith: er, without <p>
  111. # [01:21] <MikeSmith> yeah
  112. # [01:21] <MikeSmith> I agree it'd be a bigger problem if browsers actually exposed the document outline
  113. # [01:21] <Hixie> JonathanNeal: right, the fact that there were multiple people disagreeing on how to mark it up is why we introduced <hgroup>
  114. # [01:22] <Hixie> it's similar to <section> and <aside> and so on
  115. # [01:22] <JonathanNeal> MikeSmith: some do, my iPhone has started recommending alternate views of web pages.
  116. # [01:22] * Quits: cabanier (~cabanier@192.150.22.55) (Quit: Leaving.)
  117. # [01:22] <JonathanNeal> I'm sure you all know what it is better than I do, but has anyone else seen this?
  118. # [01:22] <MikeSmith> Hixie: but so far you're the one who's not wanting to have browsers provide a way to Web content to expose a document outline
  119. # [01:22] <JonathanNeal> It kind of strips the page of styling and presents you with a book view of a web page?
  120. # [01:23] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Read error: Connection reset by peer)
  121. # [01:23] <MikeSmith> JonathanNeal: have not see that
  122. # [01:23] * Quits: tantek (~tantek@50-0-120-82.dedicated.static.sonic.net) (Quit: tantek)
  123. # [01:24] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
  124. # [01:25] <JonathanNeal> Yea, it's called "Reader"
  125. # [01:25] * Quits: aniasis (~aniasis@64.124.202.222) (Ping timeout: 252 seconds)
  126. # [01:25] <JonathanNeal> http://photos.appleinsider.com/safari-110607-3.png
  127. # [01:26] <MikeSmith> ah yeah
  128. # [01:26] <Hixie> MikeSmith: i think the outline thing is kind of an orthogonal thing. even without the outline issue, we still need something like <aside> and <nav> and <hgroup>.
  129. # [01:27] <MikeSmith> JonathanNeal: that thing seems pretty half-assed
  130. # [01:27] * Quits: sgalineau (~sylvaing@sjfw1.adobe.com) (Read error: Connection reset by peer)
  131. # [01:28] <boogyman> its a "low-fi" render
  132. # [01:28] <MikeSmith> Hixie: I think there's way more of need for <aside> and <nav> then for <hgroup> but yeah I agree people certainly want something
  133. # [01:28] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  134. # [01:28] <JonathanNeal> MikeSmith: it's a start, and definitely the most outline-ish thing I've seen for non-developers.
  135. # [01:28] <Hixie> MikeSmith: sure, subheadings are rarer than sidebars, but that's just a question of degrees, not a question of whether there's a problem or not.
  136. # [01:29] <MikeSmith> JonathanNeal: well, it doesn't seem like an outline at all to me. And it's not clear to me that it's doing anything with <hgroup>
  137. # [01:29] <MikeSmith> Hixie: true
  138. # [01:31] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  139. # [01:31] <JonathanNeal> MikeSmith: I meant, it's using (atleast the elements of) the outline to create a book view of the page.
  140. # [01:32] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Read error: Connection reset by peer)
  141. # [01:32] <MikeSmith> Hixie: I guess to me it just seems like not a high enough priority to merit a new element. But then I could also say that about <article> and some others.
  142. # [01:32] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  143. # [01:32] <JonathanNeal> Long live <main>
  144. # [01:32] * Quits: SimonSapin (~simon@203.69.99.17) (Ping timeout: 252 seconds)
  145. # [01:35] <MikeSmith> I think some people get way way to wrapped up in discussions about how to properly use the semantic elements -- <article> etc.
  146. # [01:35] <MikeSmith> splitting hairs
  147. # [01:35] <MikeSmith> talmudic
  148. # [01:35] <MikeSmith> pick your metaphor
  149. # [01:35] <MikeSmith> I think in the end Web authors should care fuck all what somebody else thinks of their markup, as long as it's accessible and i18n-friendly, etc.
  150. # [01:37] <MikeSmith> it's like looking at the source of somebody's PDF and complaining about how they used PostScript
  151. # [01:37] <boogyman> Do you agree that there's a difference between appearing accessible, and being accessible?
  152. # [01:37] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  153. # [01:38] <MikeSmith> boogyman: is that question a trap of some kind?
  154. # [01:39] * Quits: ehsan (~ehsan@66.207.208.98) (Remote host closed the connection)
  155. # [01:39] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Ping timeout: 264 seconds)
  156. # [01:40] * Joins: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net)
  157. # [01:40] <boogyman> that wasn't my intent. I have seen poorly authored code that is "accessible" in the sense that it had tags and wai-aria roles, but that if someone was more miopic, it's really a pos that doesn't make sense.
  158. # [01:40] <MikeSmith> I see
  159. # [01:41] * Quits: jryans (~jryans@office.massrel.com) (Quit: Be back later)
  160. # [01:42] <MikeSmith> boogyman: I would imagine that anybody who was taking the time to add wai-aria roles to a document would be doing it in good faith to try to actually make it accessible
  161. # [01:42] <Hixie> MikeSmith: well sure, but we have it now, so it's kind of a moot point. There's lots of elements that are even less useful.
  162. # [01:43] <MikeSmith> Hixie: no disagreement there
  163. # [01:43] <Hixie> ok :-)
  164. # [01:43] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  165. # [01:44] <MikeSmith> so in related news, I see http://www.apple.com/safari/features.html mentions hgroup
  166. # [01:44] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  167. # [01:44] <MikeSmith> "Support for article, aside, footer, header, hgroup, nav, and section elements allows developers to create advanced web designs with semantic markup."
  168. # [01:44] * Joins: krit (~krit@171.sub-70-197-7.myvzw.com)
  169. # [01:44] <MikeSmith> JonathanNeal: do you have an example of Reader doing something with hgroup?
  170. # [01:45] * Quits: garciawebdev (~garciaweb@11-223-235-201.fibertel.com.ar) (Remote host closed the connection)
  171. # [01:46] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  172. # [01:46] * Joins: pdr (uid7901@pdpc/supporter/active/pdr)
  173. # [01:47] <MikeSmith> maybe hober knows
  174. # [01:47] <boogyman> oh, btw -- Hixie stop being a loon
  175. # [01:48] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  176. # [01:49] <Hixie> MikeSmith: i did a search at google and found literally over 100,000,000 pages with <hgroup> (vs about five times as many with <aside>). It's pretty widely used.
  177. # [01:49] <Hixie> (this is on a subset of the web that we use for this kind of thing internally, i don't recall the sample size but it's in the single-digit billions, iirc)
  178. # [01:53] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Ping timeout: 245 seconds)
  179. # [01:54] * Quits: tndrH (~Rob@cpc4-seac20-2-0-cust858.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 18.0.2/20130201065344])
  180. # [01:54] <MikeSmith> Hixie: OK
  181. # [01:54] <MikeSmith> that suggests to me we probably don't really need <aside) either then :)
  182. # [01:55] * Quits: lerc_ (~quassel@121-74-233-23.telstraclear.net) (Ping timeout: 248 seconds)
  183. # [01:55] * Quits: krit (~krit@171.sub-70-197-7.myvzw.com) (Quit: Leaving.)
  184. # [01:56] <boogyman> 100m isn't an insignificant amount
  185. # [01:59] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  186. # [02:00] <Hixie> MikeSmith: well, see https://www.w3.org/Bugs/Public/show_bug.cgi?id=17812 -- from the same sample, i got about 50k pages mentioning :read-only and friends
  187. # [02:01] * Joins: lerc (~quassel@121-74-233-23.telstraclear.net)
  188. # [02:01] <Hixie> MikeSmith: i'd guess 100m here is about 1%-10%. We were forced to have the <image> hack in the HTML parser for something used on 0.2% of pages. FWIW.
  189. # [02:02] <JonathanNeal> Good ol' <image>.
  190. # [02:02] <JonathanNeal> How's <picture> doing these days?
  191. # [02:05] * Joins: jryans (~jryans@75.92.33.226)
  192. # [02:05] * Quits: fishd (~darin@216.239.45.66) (Read error: Connection reset by peer)
  193. # [02:05] * Joins: fishd (darin@nat/google/x-upkdbvzlqfjvlmjn)
  194. # [02:06] * Joins: mven (~mven@ip68-224-15-53.lv.lv.cox.net)
  195. # [02:06] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  196. # [02:07] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  197. # [02:07] <MikeSmith> Hixie: along with those stats I saw others from the corpus that Steve got data from that suggest <hgroup> is used way less than that
  198. # [02:08] <MikeSmith> JonathanNeal: a Chrome/Blink dev posted an Intent to Implement for <picture> to the blink-dev list
  199. # [02:11] <Hixie> steve's corpus is significantly smaller
  200. # [02:11] * Joins: sgalineau (~sylvaing@67.132.130.174)
  201. # [02:11] <Hixie> he's probably got data biased towards front pages and major sites, whereas google has much more depth in the tail
  202. # [02:12] * Joins: jarek (~jarek@unaffiliated/jarek)
  203. # [02:12] * Quits: jacobolus (~jacobolus@108-75-75-178.lightspeed.sntcca.sbcglobal.net) (Remote host closed the connection)
  204. # [02:13] * Joins: jernoble_ (~jernoble@67.218.110.215)
  205. # [02:14] * Joins: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net)
  206. # [02:16] * Quits: jryans (~jryans@75.92.33.226) (Ping timeout: 252 seconds)
  207. # [02:16] * Quits: jsbell (jsbell@nat/google/x-gyraqbdflwxufmpz) (Quit: There's no place like home...)
  208. # [02:16] * Joins: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net)
  209. # [02:17] * Quits: erichynds (~ehynds@pool-173-76-135-79.bstnma.fios.verizon.net) (Client Quit)
  210. # [02:18] * Quits: ap (~ap@2620:149:4:1b01:5d8e:d01b:28fb:81f7) (Quit: ap)
  211. # [02:20] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  212. # [02:20] * Krinkle is now known as Krinkle|detached
  213. # [02:22] <MikeSmith> Steve's report is at http://blog.paciellogroup.com/2012/04/html5-accessibility-chops-data-for-the-masses/
  214. # [02:23] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  215. # [02:23] <MikeSmith> data if from a "Top 10,000 sites" data set
  216. # [02:26] <MikeSmith> "Of the top 8915 HTML pages, 79 (0.89%) were found to include use of the HTML5 hgroup element."
  217. # [02:26] <JonathanNeal> Change Proposal: replace hgroup with the subline element - attaboy
  218. # [02:27] <JonathanNeal> (from Steve's report)
  219. # [02:28] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  220. # [02:33] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  221. # [02:33] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  222. # [02:34] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  223. # [02:35] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Read error: Connection reset by peer)
  224. # [02:35] * Joins: [[zzzz]] (~q@node-j7k.pool-101-108.dynamic.totbb.net)
  225. # [02:36] <stevefaulkner> JonathanNeal: we are discussing in the html wg about developing <subline> further, have had quite a bit of positive developer feedback
  226. # [02:38] <JonathanNeal> stevefaulkner: just talk, anything particular?
  227. # [02:38] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  228. # [02:39] * Quits: [[zzz]] (~q@node-4tq.pool-125-25.dynamic.totbb.net) (Ping timeout: 264 seconds)
  229. # [02:39] <GPHemsley> Safari will download anything willy nilly
  230. # [02:40] * GPHemsley wonders how vulnerable that makes it to attacks
  231. # [02:40] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Quit: Saindo)
  232. # [02:40] * Joins: kochi_home (~kochi_hom@dcm1-133-204-117-56.tky.mesh.ad.jp)
  233. # [02:40] <JonathanNeal> More notes on Safari Reader http://mathiasbynens.be/notes/safari-reader
  234. # [02:40] <stevefaulkner> JonathanNeal: developing it as an extension spec, its got the basis for it already there http://www.html5accessibility.com/HTML5extensions/subline.html but needs some further work
  235. # [02:41] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  236. # [02:41] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  237. # [02:43] * Quits: Badreddin (~Nur@189.192.138.187) (Ping timeout: 268 seconds)
  238. # [02:43] <JonathanNeal> I had seen that popping up on Google lately. I am a <subline> advocate. We had it in the html5shiv for a while.
  239. # [02:44] <JonathanNeal> But, it's always good to challenge those perspections and collect new data.
  240. # [02:45] <JonathanNeal> For instance, I did not know that w3c and whatwg had forked on it.
  241. # [02:45] * Quits: kochi_home (~kochi_hom@dcm1-133-204-117-56.tky.mesh.ad.jp) (Ping timeout: 252 seconds)
  242. # [02:46] * Quits: sgalineau (~sylvaing@67.132.130.174) (Ping timeout: 252 seconds)
  243. # [02:46] * Joins: cabanier1 (~cabanier@sjfw1.adobe.com)
  244. # [02:46] <stevefaulkner> JonathanNeal: look forward to your input as we develop subline spec further then
  245. # [02:47] <JonathanNeal> ha, can't imagine i'll have anything new to contribute, but i'll always be around, and I'll always be looking for reasons I am wrong.
  246. # [02:47] <JonathanNeal> Because, in the end, I usually am.
  247. # [02:47] <stevefaulkner> likewise
  248. # [02:47] * Parts: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  249. # [02:48] * Joins: chriseppstein (ceppstei@dagmar.corp.linkedin.com)
  250. # [02:49] * Quits: cabanier (~cabanier@c-98-237-137-173.hsd1.wa.comcast.net) (Ping timeout: 276 seconds)
  251. # [02:49] * Joins: dbaron (~dbaron@203.69.99.16)
  252. # [02:49] <GPHemsley> interesting... both Chrome and Safari will display a file marked as "text/<256-char string>" as plaintext
  253. # [02:49] * GPHemsley wonders if that's a good idea
  254. # [02:51] <GPHemsley> (as I assumed, they do that for anything where the top-level type is "text")
  255. # [02:51] <GPHemsley> logically, that seems like a good idea
  256. # [02:51] <GPHemsley> but I wonder if there are instances where it isn't
  257. # [02:52] <GPHemsley> s/logically/intuitively/
  258. # [02:52] * Quits: othermaciej (~mjs@c-50-136-134-16.hsd1.ca.comcast.net) (Quit: othermaciej)
  259. # [02:52] <TabAtkins> Yeah, everything that's text/* is... text. Any further information just seems to be for helpful naming purposes.
  260. # [02:52] <boogyman> GPHemsley: maybe, but then you would have to question why it's being marked as "text/" if it's not truly text
  261. # [02:53] <GPHemsley> anyone have IE handy?
  262. # [02:53] <boogyman> unfortunately. lol what version?
  263. # [02:54] <boogyman> 7-10*
  264. # [02:54] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  265. # [02:55] <JonathanNeal> I have IE handy.
  266. # [02:56] <JonathanNeal> Have 6 on a VM because I double as a sadist?
  267. # [02:56] <GPHemsley> any version
  268. # [02:56] <GPHemsley> you can start with this: http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=web%20test
  269. # [02:56] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803])
  270. # [02:56] <JonathanNeal> Interesting https://www.google.com/search?q=define:sadist "someone who obtains pleasure from inflicting pain or others" I FOR ONE ENJOY INFLICTING OTHERS
  271. # [02:56] <GPHemsley> but actually, there's one that'd be more useful
  272. # [02:57] * Quits: jernoble_ (~jernoble@67.218.110.215) (Quit: Computer has gone to sleep.)
  273. # [02:57] <JonathanNeal> IE6 and IE6 want to download this file.
  274. # [02:57] <GPHemsley> JonathanNeal: What's the encoding on this page? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;test=asdf\;charset=ISO-8859-3%20test;charset=ISO-8859-2%20te\%22st;testing=te%22st;charset=ISO-8859-5
  275. # [02:57] <JonathanNeal> *IE7
  276. # [02:57] <JonathanNeal> okay, hold up, testing the new link you sent.
  277. # [02:58] <JonathanNeal> IE6, IE7, and IE8 on XP all look at the file.
  278. # [02:58] <JonathanNeal> They show what appears to be the source code of a document, but the content within <body> is all squares.
  279. # [02:59] * Quits: vcarbune (~vcarbune@84-74-140-149.dclient.hispeed.ch) (Quit: Leaving)
  280. # [02:59] <GPHemsley> yeah, in that case I only care about which encoding they chose
  281. # [02:59] <GPHemsley> squares suggests -3
  282. # [02:59] <GPHemsley> IIRC
  283. # [03:00] * Quits: chriseppstein (ceppstei@dagmar.corp.linkedin.com) (Quit: chriseppstein)
  284. # [03:00] <JonathanNeal> It looks like rich markup
  285. # [03:01] <JonathanNeal> Yea, IE6 devtool says "<BODY class=st>"
  286. # [03:02] <JonathanNeal> Or is this IE's way of reading an XML document?
  287. # [03:02] <GPHemsley> it's an HTML document that's tagged as XML for debugging purposes
  288. # [03:02] <GPHemsley> (if the Content-Type header is ignored, then it should output as HTML; otherwise, it should output as XML)
  289. # [03:03] <GPHemsley> but I'm really just interested in what the text actually looks like
  290. # [03:03] <GPHemsley> (i.e. the charset/encoding)
  291. # [03:03] <GPHemsley> based on your description, it seems to be ISO-8859-3
  292. # [03:03] <GPHemsley> (-2 would be accented letters, -5 would be Cyrllic)
  293. # [03:03] <GPHemsley> s/letters/Latin/
  294. # [03:03] <GPHemsley> utf-8 would be Japanese
  295. # [03:04] * Joins: boogyman (~misterj@pdpc/supporter/professional/boogyman)
  296. # [03:04] * Joins: ehsan (~ehsan@24.212.206.174)
  297. # [03:04] <GPHemsley> Cyrillic, that is
  298. # [03:04] <GPHemsley> (for -5)
  299. # [03:05] * Quits: kborchers (~kborchers@unaffiliated/kborchers) (Excess Flood)
  300. # [03:05] <GPHemsley> JonathanNeal: How does IE treat this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml%20plain
  301. # [03:05] <boogyman> GPHemsley: IE10 wants to open the file
  302. # [03:05] <JonathanNeal> Just a moment.
  303. # [03:06] <JonathanNeal> IE6 wants to open the fie.
  304. # [03:06] <GPHemsley> boogyman: Which? web test?
  305. # [03:06] <JonathanNeal> *file
  306. # [03:06] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  307. # [03:06] <JonathanNeal> Same with IE7 and IE8.
  308. # [03:06] <boogyman> web test = dl, xml/plain = view source
  309. # [03:07] <GPHemsley> boogyman: Does that mean it treats it as XML? (I don't know what that looks like in IE.)
  310. # [03:08] <boogyman> seems to believe there's a <pre> around the contents
  311. # [03:08] * Joins: kborchers (~kborchers@unaffiliated/kborchers)
  312. # [03:10] <GPHemsley> ah, like Safari
  313. # [03:10] <GPHemsley> gotcha
  314. # [03:10] <GPHemsley> boogyman: How does it treat this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/whatever
  315. # [03:11] <boogyman> http://i44.tinypic.com/auth6b.gif SS
  316. # [03:11] <boogyman> text/whatever = dl
  317. # [03:12] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  318. # [03:12] <GPHemsley> boogyman: What about this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml%20charset=ISO-8859-3
  319. # [03:12] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  320. # [03:13] <boogyman> xml tree without styling
  321. # [03:13] <GPHemsley> Ah, OK, that looks like XML
  322. # [03:13] <boogyman> oops, sorry that's Fx
  323. # [03:13] <boogyman> text/xml = <pre> encapsulated
  324. # [03:14] <GPHemsley> Hixie: Thanks to you, that link makes Safari do plaintext with an ISO-8859-3 charset ^^
  325. # [03:14] <GPHemsley> boogyman: Japanese?
  326. # [03:14] <boogyman> yup
  327. # [03:14] <GPHemsley> k
  328. # [03:14] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  329. # [03:14] <boogyman> well, i assume the characters are japanese
  330. # [03:15] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  331. # [03:15] <boogyman> 文書の etc.
  332. # [03:15] <GPHemsley> yeah, if it looks Japanese, assume it is
  333. # [03:15] <GPHemsley> (I know what the other encodings that I'm giving you look like)
  334. # [03:15] <GPHemsley> (and they don't look like Japanese)
  335. # [03:16] <GPHemsley> -3 has unknown characters, -2 has accented Latin, -5 has Cyrillic
  336. # [03:16] <GPHemsley> and utf-8 is Japanese
  337. # [03:19] <GPHemsley> boogyman: What about this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;charset=%22
  338. # [03:19] <boogyman> <pre> with Japanese characters
  339. # [03:20] <GPHemsley> and this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;charset=%22;charset=ISO-8859-3
  340. # [03:20] <boogyman> same
  341. # [03:20] <GPHemsley> and this <pre> differs from what you showed in the screenshot?
  342. # [03:21] <boogyman> the </body> is inline, opposed to the screenshot where it's on a new line
  343. # [03:22] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  344. # [03:24] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  345. # [03:25] <GPHemsley> does it get colored?
  346. # [03:26] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  347. # [03:26] * Quits: dbaron (~dbaron@203.69.99.16) (Ping timeout: 252 seconds)
  348. # [03:27] <boogyman> is what colored?
  349. # [03:29] * Joins: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net)
  350. # [03:30] <GPHemsley> what you're calling <pre>
  351. # [03:30] <GPHemsley> (the screenshot you showed me is colored, and represents an XML parsing)
  352. # [03:31] <boogyman> correct, all markup like tags are colored
  353. # [03:32] <GPHemsley> ah, ok, then that's XML
  354. # [03:33] <boogyman> ah
  355. # [03:34] <boogyman> okay, then substitute all <pre> remarks with xml representations
  356. # [03:37] * Quits: skcin7 (~skcin7@c-68-34-173-105.hsd1.nj.comcast.net) (Quit: Computer has gone to sleep.)
  357. # [03:39] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  358. # [03:39] <MikeSmith> so, looking at http://mathiasbynens.be/notes/safari-reader , the Reader-ifiable requirements that matjas reverse-engineered and describes there seem pretty arbitrary and some even bizarre
  359. # [03:42] <MikeSmith> e.g., "Every paragraph should have at least 100 characters."
  360. # [03:44] <MikeSmith> " Readability then loops through all these ‘paragraphs’ and assigns a score to them based on how ‘content-y’ they look. This score is determined by things like the number of commas, class names used in the markup, etc."
  361. # [03:44] <MikeSmith> the number of commas?
  362. # [03:46] * Joins: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net)
  363. # [03:46] * Quits: scor (~scor@c-98-216-39-127.hsd1.ma.comcast.net) (Changing host)
  364. # [03:46] * Joins: scor (~scor@drupal.org/user/52142/view)
  365. # [03:48] <TabAtkins> zcorpan: How much bridge text needs to exist between the Syntax spec and the CSSOM? That is, what do you need me to define about how to produce a CSSOM tree from a "stylesheet" as produced by the Syntax spec?
  366. # [03:50] <GPHemsley> TabAtkins: Did you see my suggestion about re-registering text/css?
  367. # [03:50] <TabAtkins> GPHemsley: Yeah. What would I need to do?
  368. # [03:51] * Joins: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net)
  369. # [03:51] <GPHemsley> TabAtkins: Follow the instructions here: http://tools.ietf.org/html/rfc6838
  370. # [03:51] <GPHemsley> (Like HTML, etc., include a registration form in the spec and let IANA know about it.)
  371. # [03:52] <TabAtkins> kk
  372. # [03:52] <GPHemsley> (section 4 down)
  373. # [03:59] * Quits: krit (~krit@c-24-4-184-107.hsd1.ca.comcast.net) (Quit: Leaving.)
  374. # [04:05] * Quits: josemanuel (~josemanue@70.174.221.87.dynamic.jazztel.es) (Quit: Saliendo)
  375. # [04:05] <JonathanNeal> MikeSmith: yea, it's pretty bad.
  376. # [04:05] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
  377. # [04:10] * Joins: jernoble_ (~jernoble@199-83-223-136.PUBLIC.monkeybrains.net)
  378. # [04:10] <MikeSmith> Hixie: I think maybe the validator.nu/Mozilla HTML parser wasn't up-to-date yet with the current HTML spec for <menuitem> anyway, but instead parsed it per the way Mozilla had unilaterally implemented it before you actually specced it
  379. # [04:12] <MikeSmith> hsivonen: I wonder if you've noticed in difference in load on bugzilla.validator.nu/html5.validator.nu now that the HTML4+Schematron stuff is no longer happening
  380. # [04:15] * Quits: jernoble_ (~jernoble@199-83-223-136.PUBLIC.monkeybrains.net) (Client Quit)
  381. # [04:16] * ojan is now known as ojan_away
  382. # [04:16] * Quits: alecf (alecf@nat/google/x-otqzhrbdqoolmgwp) (Quit: alecf)
  383. # [04:18] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
  384. # [04:36] * Quits: rniwa (~rniwa@17.212.154.114) (Quit: rniwa)
  385. # [04:45] * Quits: Bass10 (~Bass10@c-76-113-194-7.hsd1.mn.comcast.net) (Quit: Leaving)
  386. # [04:50] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  387. # [04:51] * Joins: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br)
  388. # [04:52] <GPHemsley> Feedback welcome: http://mimesniff.spec.whatwg.org/#parse-a-mime-type
  389. # [04:53] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  390. # [04:56] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Read error: Connection reset by peer)
  391. # [04:58] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  392. # [04:58] * Joins: newtron_ (~newtron@69-165-138-36.dsl.teksavvy.com)
  393. # [05:01] * Quits: JohnAlbin (~JohnAlbin@114-42-61-194.dynamic.hinet.net) (Read error: Operation timed out)
  394. # [05:01] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  395. # [05:02] * Quits: newtron_ (~newtron@69-165-138-36.dsl.teksavvy.com) (Remote host closed the connection)
  396. # [05:06] * Joins: JohnAlbin (~JohnAlbin@114-42-61-194.dynamic.hinet.net)
  397. # [05:08] * Quits: vitorpacheco (~vitor@201-8-245-157.user.veloxzone.com.br) (Remote host closed the connection)
  398. # [05:10] * heycam is now known as heycam|away
  399. # [05:12] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
  400. # [05:15] * Joins: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net)
  401. # [05:20] * Quits: JohnAlbin (~JohnAlbin@114-42-61-194.dynamic.hinet.net) (Ping timeout: 256 seconds)
  402. # [05:22] * Quits: ^esc (~esc_ape@178.115.251.17.wireless.dyn.drei.com) (Ping timeout: 248 seconds)
  403. # [05:22] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  404. # [05:26] * Joins: JohnAlbin (~JohnAlbin@114-42-61-194.dynamic.hinet.net)
  405. # [05:30] * Joins: malaclyps (~danny@gateway/tor-sasl/malaclyps)
  406. # [05:36] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  407. # [05:38] * Quits: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net) (Quit: Textual IRC Client: www.textualapp.com)
  408. # [05:38] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  409. # [05:38] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Client Quit)
  410. # [05:39] <MikeSmith> GPHemsley: nice
  411. # [05:41] <MikeSmith> GPHemsley: "whitespace character" is as defined in the HTML spec?
  412. # [05:49] <SimonSapin> GPHemsley: do you expect this to be used for data: URLs?
  413. # [05:52] <SimonSapin> I suppose we could do the percent-decoding before calling this algorithm, and not worry too much about it
  414. # [05:52] * Quits: heath (quassel@unaffiliated/ybit) (Read error: Connection reset by peer)
  415. # [05:53] <SimonSapin> Assume that there isn’t much content that does funny percent-encoding of MIME delimiters in their data: URLs
  416. # [05:53] * heycam|away is now known as heycam
  417. # [05:56] * [[zzzz]] is now known as [[zz]]
  418. # [06:01] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  419. # [06:03] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Read error: Connection reset by peer)
  420. # [06:05] * Joins: heath (~quassel@heath.io)
  421. # [06:05] * Quits: heath (~quassel@heath.io) (Changing host)
  422. # [06:05] * Joins: heath (~quassel@unaffiliated/ybit)
  423. # [06:07] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  424. # [06:09] * Quits: ripples (~ripples@196-215-185-150.dynamic.isadsl.co.za) (Read error: Connection reset by peer)
  425. # [06:09] * Quits: cabanier1 (~cabanier@sjfw1.adobe.com) (Read error: Connection reset by peer)
  426. # [06:10] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  427. # [06:12] * Joins: SimonSapin1 (~simon@118-163-10-190.HINET-IP.hinet.net)
  428. # [06:13] * Joins: newtron (~newtron@69-165-138-36.dsl.teksavvy.com)
  429. # [06:13] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 256 seconds)
  430. # [06:14] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
  431. # [06:16] * Joins: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net)
  432. # [06:18] * Quits: newtron (~newtron@69-165-138-36.dsl.teksavvy.com) (Ping timeout: 276 seconds)
  433. # [06:18] * Joins: Badreddin (~Nur@189.192.138.187)
  434. # [06:23] * Joins: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net)
  435. # [06:33] * Quits: sicking (~sicking@c-67-180-8-184.hsd1.ca.comcast.net) (Quit: sicking)
  436. # [06:40] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  437. # [06:50] * Quits: skcin7 (~skcin7@c-68-38-156-213.hsd1.nj.comcast.net) (Quit: skcin7)
  438. # [06:56] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  439. # [06:56] <kochi> MikeSmith: ping?
  440. # [06:57] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  441. # [06:57] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  442. # [06:59] <MikeSmith> kochi: here now
  443. # [07:00] <MikeSmith> got your message
  444. # [07:00] <MikeSmith> lemme change the assignee now
  445. # [07:00] <MikeSmith> one minute
  446. # [07:00] <MikeSmith> kochi: btw I been in Matsumoto this week
  447. # [07:00] <MikeSmith> I'll be back in Tokyo on Saturday
  448. # [07:02] <MikeSmith> kochi: OK, changed the default assignee now
  449. # [07:02] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 260 seconds)
  450. # [07:02] <kochi> MikeSmith: thanks!
  451. # [07:03] <MikeSmith> cheers
  452. # [07:03] <kochi> and one question: one of my colleagues want to have a write access to shadow DOM spec. who to consult?
  453. # [07:03] <MikeSmith> me
  454. # [07:03] <MikeSmith> is that colleague a member of the WebApps WG already?
  455. # [07:03] <kochi> ok, i'll let him contact you.
  456. # [07:03] <kochi> maybe not. I'll forward what I did to join WG.
  457. # [07:03] <MikeSmith> every member of the WebApps WG has push access to that spec
  458. # [07:04] <MikeSmith> but I can add people manually too
  459. # [07:04] <MikeSmith> so just e-mail the info if you want me to add somebody
  460. # [07:04] <kochi> I see. I remember I got approval to join WG by TV Raman, but you can also do, right?
  461. # [07:04] <MikeSmith> yeah
  462. # [07:04] <kochi> i see
  463. # [07:04] <MikeSmith> but the person at least needs to have a W3C account/username already
  464. # [07:05] <kochi> btw, are you working there in Matsumoto?
  465. # [07:05] <kochi> is a W3C account/username different from W3C bugzilla account?
  466. # [07:06] <MikeSmith> yeah, they are two different accounts
  467. # [07:06] <MikeSmith> and yeah I am working here in Matsumoto]
  468. # [07:06] <kochi> heh, but enjoy staying there!
  469. # [07:08] <kochi> MikeSmith: btw, you may find *him* in http://dena.com/recruit/students/internship/techstudig2013.html
  470. # [07:08] <JonathanNeal> Sometimes I look at the sectioning elements in print, and I just about give up http://desktoppub.about.com/od/newsletters/a/newsletter_part.htm
  471. # [07:15] * Quits: carlos_antonio (~benway@unaffiliated/disusered) (Ping timeout: 248 seconds)
  472. # [07:16] * Quits: fishd (darin@nat/google/x-upkdbvzlqfjvlmjn) (Read error: Connection reset by peer)
  473. # [07:17] * Joins: fishd (~darin@216.239.45.66)
  474. # [07:18] <JonathanNeal> The anatomy of an <hgroup> in print seems to be: Headline, the H1. Kicker, the H2 coming before the H1, Hammer/Slammer, the H2 coming before the H1, but styled larger, Hammer being block, Slammer being inline. Deck, the H2 coming after the H1 (or the P in a SUBLINE).
  475. # [07:22] * heycam is now known as heycam|away
  476. # [07:23] <kochi> MikeSmith: According to http://www.w3.org/Consortium/activities DOM working group is no longer active, usually DOM related issue is handled in WebApps WG?
  477. # [07:23] <kochi> I know www-dom ML is good place to discuss any DOM issues, though
  478. # [07:24] <kochi> mm, http://www.w3.org/DOM/Activity has the answer to that.
  479. # [07:27] <zewt> the web died a horrible death the day it allowed pages to play audio without asking permission from the user
  480. # [07:28] <zewt> murderous raging hatred
  481. # [07:31] * Quits: boogyman (~misterj@pdpc/supporter/professional/boogyman) (Ping timeout: 276 seconds)
  482. # [07:35] * heycam|away is now known as heycam
  483. # [07:37] * Quits: Benvie_ (~brandon@204.28.118.69) (Ping timeout: 276 seconds)
  484. # [07:37] * Joins: Benvie_ (~brandon@204.28.118.69)
  485. # [07:38] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  486. # [07:38] <JonathanNeal> zewt: when was this? 1996?
  487. # [07:45] * Joins: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  488. # [07:46] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 264 seconds)
  489. # [07:51] * Parts: stevefaulkner (~stevefaul@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  490. # [07:56] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  491. # [07:56] * Joins: Masklinn (~textual@213.219.188.212.adsl.dyn.edpnet.net)
  492. # [08:01] * Joins: rniwa_ (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  493. # [08:01] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
  494. # [08:01] * Joins: rniwa__ (~rniwa@17.212.154.114)
  495. # [08:01] * Joins: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  496. # [08:04] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 240 seconds)
  497. # [08:06] * Joins: kennyluck (~kennyluck@219.236.246.147)
  498. # [08:06] * Quits: kennyluck (~kennyluck@219.236.246.147) (Client Quit)
  499. # [08:14] <MikeSmith> kochi: yeah WebApps WG is where DOM-related work is now
  500. # [08:15] <MikeSmith> kochi: (sorry for delay in replying -- I stepped away for a bit)
  501. # [08:16] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  502. # [08:19] * Quits: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net) (Quit: bholley)
  503. # [08:19] <kochi> MikeSmith: np, thanks!
  504. # [08:27] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
  505. # [08:28] * Parts: Badreddin (~Nur@189.192.138.187)
  506. # [08:29] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  507. # [08:29] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  508. # [08:29] * Quits: Masklinn (~textual@213.219.188.212.adsl.dyn.edpnet.net)
  509. # [08:30] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Read error: Connection reset by peer)
  510. # [08:30] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  511. # [08:31] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 240 seconds)
  512. # [08:36] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  513. # [08:36] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  514. # [08:40] * Joins: Ms2ger (~Ms2ger@111.235-64-87.adsl-dyn.isp.belgacom.be)
  515. # [08:41] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 260 seconds)
  516. # [08:45] * Joins: codeho (~codeho@p54A76A2D.dip0.t-ipconnect.de)
  517. # [08:45] * Quits: codeho (~codeho@p54A76A2D.dip0.t-ipconnect.de) (Client Quit)
  518. # [08:56] * Quits: JohnAlbin (~JohnAlbin@114-42-61-194.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
  519. # [08:58] * Joins: Kolombiken1 (~Adium@gateway.creuna.se)
  520. # [08:59] * yoav_ is now known as yoav
  521. # [09:00] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 256 seconds)
  522. # [09:00] * Quits: Kolombiken1 (~Adium@gateway.creuna.se) (Client Quit)
  523. # [09:01] * Joins: shwetank (~shwetank@122.161.125.87)
  524. # [09:04] * Quits: malaclyps (~danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  525. # [09:06] * Joins: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl)
  526. # [09:25] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 276 seconds)
  527. # [09:26] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
  528. # [09:29] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
  529. # [09:32] * Joins: Masklinn (~textual@109.89.68.161)
  530. # [09:32] * Joins: hasather (~hasather@80.91.33.141)
  531. # [09:32] * Joins: gavin__ (~gavin@people1.scl3.mozilla.com)
  532. # [09:33] * Quits: gavin (~gavin@firefox/developer/gavin) (Read error: Connection reset by peer)
  533. # [09:34] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  534. # [09:44] <hsivonen> MikeSmith: I deployed earlier this week. Let's see how it goes
  535. # [09:46] * Joins: annevk5 (~annevk@207.218.72.65)
  536. # [09:46] * Quits: annevk (~annevk@207.218.72.65) (Read error: Connection reset by peer)
  537. # [09:51] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  538. # [09:57] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  539. # [09:57] * Joins: Martin1982_ (~Martin198@cable-175-208.zeelandnet.nl)
  540. # [09:58] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Ping timeout: 264 seconds)
  541. # [09:58] * Martin1982_ is now known as Martin1982
  542. # [09:59] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Remote host closed the connection)
  543. # [09:59] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  544. # [10:05] * heycam is now known as heycam|away
  545. # [10:06] * Joins: darobin (~darobin@78.109.80.74)
  546. # [10:06] <zcorpan> TabAtkins: i haven't looked into hooking in to css-syntax yet. however, my hunch is that you can use abstract concepts like "declaration" and i can hook into that from cssom
  547. # [10:06] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Quit: Leaving.)
  548. # [10:08] * Quits: jamesr_ (uid10481@gateway/web/irccloud.com/x-flmggxtztpkeakzc) (Ping timeout: 260 seconds)
  549. # [10:09] <darobin> mounir: I got replies from the GitHub team, they're on the issue
  550. # [10:11] <SimonSapin1> zcorpan: Syntax defines things like "A declaration has a name, a value which consits of a list of component values, and an "important" flag."
  551. # [10:11] * SimonSapin1 is now known as SimonSapin
  552. # [10:11] <zcorpan> SimonSapin: yeah
  553. # [10:12] <zcorpan> so the text in the beginning saying that the output is a CSSOM tree seems like a lie, since it's not defined in terms of CSSOM objects
  554. # [10:13] <SimonSapin> yeah, I sent a comment that maybe Syntax should not mention CSSOM at all
  555. # [10:15] <zcorpan> if we need to keep CSSCharsetRule for compat, css-syntax needs to have an object for it in its output
  556. # [10:16] * Joins: nonge_ (~nonge@p5082B42C.dip0.t-ipconnect.de)
  557. # [10:16] <SimonSapin> it does, "parse a stylesheet" will have a corresponding at-rule in the list of rules it returns
  558. # [10:17] <SimonSapin> although this parsed at-rule does nothing, so I’m still convinced that it shouldn’t appear in the OM
  559. # [10:18] * Joins: benbarnett (~Adium@195.81.245.98)
  560. # [10:20] * Quits: nonge (~nonge@p5082A0A7.dip0.t-ipconnect.de) (Ping timeout: 256 seconds)
  561. # [10:21] <zcorpan> ah, right, i thought it was stepped over after sniffing it or some such
  562. # [10:25] * annevk5 is now known as annevk
  563. # [10:25] <annevk> the parser should build CSSOM objects I think
  564. # [10:27] * Joins: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net)
  565. # [10:27] <kochi> MikeSmith: We got a comment from Microsoft about IME API spec, and the comment included recommendation for whatwg inputmode attribute.
  566. # [10:27] <zcorpan> there are several ways we can define things. either css-syntax is the central place where all css features are listed (it would need to be aware of the features to generate the right CSSOM objects instead of generic objects like now)
  567. # [10:28] <zcorpan> or CSSOM is the central place that is aware of all css features
  568. # [10:28] <kochi> MikeSmith: where is it best to discuss inputmode spec?
  569. # [10:29] <zcorpan> or it's distributed across all the specs that define the relevant feature to say what CSSOM object it maps to (and maybe define the CSSOM interface, too)
  570. # [10:29] <Ms2ger> Mm, DE
  571. # [10:29] <zcorpan> or a combination of these
  572. # [10:30] <zcorpan> in HTML, the DOM interface of an element is defined where the element is defined, and the parser is aware of the element if it needs special parsing
  573. # [10:30] <zcorpan> CSS doesn't need special parsing though
  574. # [10:32] <Ms2ger> I'd say it doesn't make sense to implement the interface without the feature or the other way around, so it makes more sense to define them together
  575. # [10:32] <zcorpan> yeah
  576. # [10:34] * Joins: benbarnett1 (~Adium@195.81.245.98)
  577. # [10:34] * Quits: benbarnett (~Adium@195.81.245.98) (Read error: Connection reset by peer)
  578. # [10:35] <MikeSmith> hsivonen: OK, great
  579. # [10:36] <MikeSmith> kochi: a good place to discuss inputmode is on the whatwg mailing list
  580. # [10:43] * Quits: barneybook (~kvirc@220-136-41-85.dynamic.hinet.net) (Ping timeout: 252 seconds)
  581. # [10:46] * Quits: shwetank (~shwetank@122.161.125.87) (Quit: Leaving...)
  582. # [10:48] * Quits: teamcoltra (~frextual@opennic/teamcoltra) (Ping timeout: 260 seconds)
  583. # Session Close: Wed May 29 10:52:17 2013
  584. #
  585. # Session Start: Wed May 29 10:52:17 2013
  586. # Session Ident: #whatwg
  587. # [10:52] * Disconnected
  588. # [10:53] * Attempting to rejoin channel #whatwg
  589. # [10:53] * Rejoined channel #whatwg
  590. # [10:53] * Topic is 'WHATWG: http://www.whatwg.org/ -- logs: http://krijnhoetmer.nl/irc-logs/ & http://logbot.glob.com.au/ -- stats: http://gavinsharp.com/irc/whatwg.html -- Please leave your sense of logic at the door, thanks!'
  591. # [10:53] * Set by smaug____!~chatzilla@GGZYYCCCXVIII.gprs.sl-laajakaista.fi on Wed Mar 21 17:14:24
  592. # [10:53] * Joins: shwetank (~shwetank@122.161.125.87)
  593. # [10:53] * Quits: shwetank (~shwetank@122.161.125.87) (Client Quit)
  594. # [10:55] * Joins: ^esc (~esc_ape@178.115.248.203.wireless.dyn.drei.com)
  595. # [10:56] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
  596. # [10:56] * Quits: gavin__ (~gavin@people1.scl3.mozilla.com) (Read error: Connection reset by peer)
  597. # [10:56] * Joins: gavin (~gavin@people1.scl3.mozilla.com)
  598. # [10:56] * Quits: gavin (~gavin@people1.scl3.mozilla.com) (Changing host)
  599. # [10:56] * Joins: gavin (~gavin@firefox/developer/gavin)
  600. # [10:56] * Quits: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 264 seconds)
  601. # [10:56] * Parts: rniwa__ (~rniwa@17.212.154.114)
  602. # [10:56] * Quits: rniwa_ (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa_)
  603. # [11:00] * Joins: darobin (~darobin@78.109.80.74)
  604. # [11:03] * Joins: cheron (~cheron@unaffiliated/cheron)
  605. # [11:03] * Joins: niloy (~niloy@115.112.64.6)
  606. # [11:08] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  607. # [11:08] <mounir> darobin: good news
  608. # [11:08] <mounir> though, I will have no more excuse to slack :(
  609. # [11:10] <asmodai> So I was working on some Selenium tests and noticed that I had tests working for Chrome/Firefox, yet failing for PhantomJS. Tracked it down to doing a (mistaken I think) get_attribute('label') call on an option element. FF en Chrome gave back what the visible text would be. PJS gave an empty string. Did I manage to grab an UA-internal attribute for the element in the case of FF/Chrome?
  610. # [11:13] * Joins: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net)
  611. # [11:17] * Joins: JibberJim (~opera@132.185.151.37)
  612. # [11:17] * Quits: matjas (uid2247@gateway/web/irccloud.com/x-pixxyxjoqcboulce) (Ping timeout: 260 seconds)
  613. # [11:20] * benbarnett1 is now known as benbarnett
  614. # [11:21] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  615. # [11:22] <darobin> mounir: they haven't fixed it just yet, so enjoy the slacking while you can!
  616. # [11:29] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  617. # [11:30] * Krinkle|detached is now known as Krinkle
  618. # [11:30] * Quits: espadrine (~ttyl@85-218-11-50.dclient.lsne.ch) (Ping timeout: 245 seconds)
  619. # [11:31] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Remote host closed the connection)
  620. # [11:36] <asmodai> Interesting, fiddling with some JavaScript myself on the same element gives me only id, value, selected. Wonder if Web Driver gets some additional information from the browser with the getElementAttribute() call.
  621. # [11:46] <kochi> MikeSmith: thanks! i was away.
  622. # [11:49] * Joins: richt_ (~richt@91.216.105.36)
  623. # [12:06] * Joins: jamesr_ (uid10481@gateway/web/irccloud.com/x-dbmhtfbkccpoajap)
  624. # [12:06] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  625. # [12:09] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  626. # [12:10] * jmb^ is now known as jmb
  627. # [12:15] * Joins: andyjpb (~andyjpb@84.207.253.34)
  628. # [12:15] <andyjpb> hi peeps
  629. # [12:15] <andyjpb> I'm looking at http://wiki.whatwg.org/wiki/IRC
  630. # [12:16] <andyjpb> what is the rationale for this not being an HTTP header like the other cross origin policy stuff?
  631. # [12:17] <jgraham> Wrong link?
  632. # [12:17] <tomasf> IRC being an HTTP header?
  633. # [12:17] <andyjpb> oops
  634. # [12:17] <andyjpb> http://wiki.whatwg.org/wiki/Meta_referrer
  635. # [12:19] <jgraham> abarth: ^
  636. # [12:19] <jgraham> (I guess he is asleep though)
  637. # [12:19] * Joins: espadrine (~ttyl@tsf-444-wpa-5-189.epfl.ch)
  638. # [12:20] <jgraham> (so you might want to wait 6 hours or so)
  639. # [12:20] <andyjpb> It's ok.. I have all day
  640. # [12:20] <andyjpb> ;-)
  641. # [12:21] <jgraham> One common reason for preferring meta over http headers is that they are relatively easy to add
  642. # [12:22] <andyjpb> ...or forget to add ;-)
  643. # [12:35] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 245 seconds)
  644. # [12:38] * Quits: tobie (~tobielang@73-118.195-178.cust.bluewin.ch) (Quit: tobie)
  645. # [12:59] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Remote host closed the connection)
  646. # [13:00] * Joins: zcorpan (~zcorpan@lkpg.se.opera.com)
  647. # [13:00] * Joins: Kolombiken (~Adium@gateway.creuna.se)
  648. # [13:01] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  649. # [13:02] * Quits: espadrine (~ttyl@tsf-444-wpa-5-189.epfl.ch) (Read error: Operation timed out)
  650. # [13:10] * Quits: dbaron (~dbaron@118-163-10-190.HINET-IP.hinet.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  651. # [13:15] * Joins: josemanuel (~josemanue@82.171.221.87.dynamic.jazztel.es)
  652. # [13:17] * Quits: darobin (~darobin@78.109.80.74) (Read error: Connection reset by peer)
  653. # [13:17] * Joins: darobin_ (~darobin@78.109.80.74)
  654. # [13:17] * Joins: matjas (uid2247@gateway/web/irccloud.com/x-vtbkzhxwtnnwpfqz)
  655. # [13:22] * Joins: charl_ (~charl@2001:67c:2564:524:92b1:1cff:fe89:ae5)
  656. # [13:23] * Quits: zcorpan (~zcorpan@lkpg.se.opera.com) (Remote host closed the connection)
  657. # [13:25] * Quits: SimonSapin (~simon@118-163-10-190.HINET-IP.hinet.net) (Ping timeout: 264 seconds)
  658. # [13:32] * Joins: ehsan_ (~ehsan@24.212.206.174)
  659. # [13:43] * Quits: benschwarz (uid2121@gateway/web/irccloud.com/x-yhyzlfzpjaqvtfrf) (Ping timeout: 260 seconds)
  660. # [13:43] * Joins: darobin (~darobin@78.109.80.74)
  661. # [13:45] * Quits: ehsan_ (~ehsan@24.212.206.174) (Remote host closed the connection)
  662. # [13:46] * Quits: darobin_ (~darobin@78.109.80.74) (Ping timeout: 256 seconds)
  663. # [13:48] * Joins: erichynds (~ehynds@64.206.121.41)
  664. # [13:50] * Joins: zcorpan (~zcorpan@c-5eeaaa5a-74736162.cust.telenor.se)
  665. # [13:54] * Quits: zcorpan (~zcorpan@c-5eeaaa5a-74736162.cust.telenor.se) (Remote host closed the connection)
  666. # [13:55] * Joins: zcorpan (~zcorpan@94.234.170.90)
  667. # [13:58] * Quits: zcorpan (~zcorpan@94.234.170.90) (Remote host closed the connection)
  668. # [14:08] <darobin> MikeSmith: were you involved in setting up some of the test media files like http://media.w3.org/2010/05/sound/sound_5 ?
  669. # [14:08] * Joins: richt (~richt@125.131.77.132)
  670. # [14:11] * Joins: zcorpan (~zcorpan@94.234.170.90)
  671. # [14:12] <Ms2ger> darobin, that was plh
  672. # [14:13] * Quits: richt_ (~richt@91.216.105.36) (Ping timeout: 276 seconds)
  673. # [14:13] <darobin> Ms2ger: ah, ok, thanks
  674. # [14:13] * Quits: richt (~richt@125.131.77.132) (Ping timeout: 252 seconds)
  675. # [14:13] <Ms2ger> http://www.w3.org/mid/1273815461.31439.19.camel@chacal
  676. # [14:13] <darobin> thanks, that's helpful
  677. # [14:13] <Ms2ger> Np
  678. # [14:14] <darobin> one of those is 160MB — I'm not entirely convinced we need that :)
  679. # [14:15] <jgraham> Sometimes having large resources can be helpful for certain tests
  680. # [14:15] * Quits: josemanuel (~josemanue@82.171.221.87.dynamic.jazztel.es) (Ping timeout: 256 seconds)
  681. # [14:15] <jgraham> It's always nice if they aren't large static files though
  682. # [14:15] * Joins: josemanuel (~josemanue@82.171.221.87.dynamic.jazztel.es)
  683. # [14:16] <jgraham> Need a bot here that can give messages when people reconnect
  684. # [14:19] * Joins: tj_vantoll (~Adium@2607:fad0:32:a03:c535:cf3c:e39c:1c28)
  685. # [14:20] <darobin> do you know what the examples directory is for at the root of the test repo?
  686. # [14:21] <darobin> because the big file is only needed for that
  687. # [14:21] <jgraham> Ask plh
  688. # [14:21] <Ms2ger> Nothing
  689. # [14:21] <jgraham> Although I think Ms2ger's answer is correct
  690. # [14:21] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  691. # [14:22] <jgraham> Pretty sure only plh has added stuff there, and that if he wants to continue his idea of having a collection of examples it should go elsewhere
  692. # [14:23] * Quits: Domenic_ (uid10976@gateway/web/irccloud.com/x-nubnxzyczepdyhlo) (Ping timeout: 260 seconds)
  693. # [14:24] * Joins: ehsan (~ehsan@24.212.206.174)
  694. # [14:26] <darobin> ok, thanks
  695. # [14:26] <darobin> because most of the big files are referenced from there
  696. # [14:26] <darobin> so I'll just ignore those
  697. # [14:28] * Joins: shwetank (~shwetank@122.161.125.87)
  698. # [14:28] * Quits: rcombs (~rcombs@rodgercombs.tk) (Read error: Connection reset by peer)
  699. # [14:29] * Joins: rcombs (~rcombs@rodgercombs.tk)
  700. # [14:31] <MikeSmith> darobin: was not involved in setting those up
  701. # [14:32] * Joins: richt (~richt@222.233.254.208)
  702. # [14:33] <darobin> MikeSmith: thanks, Ms2ger traced it to plh for me
  703. # [14:33] <MikeSmith> ah ok
  704. # [14:33] * Quits: ehsan (~ehsan@24.212.206.174) (Remote host closed the connection)
  705. # [14:38] <darobin> mmmm
  706. # [14:38] <darobin> I wonder if I should've used the submission/ prefix for these PRs, even though they're not submissions
  707. # [14:39] <darobin> anyway: I just made PRs to 1) add a license, and 2) switch the media to local
  708. # [14:42] * Joins: JohnAlbin (~JohnAlbin@111-250-146-121.dynamic.hinet.net)
  709. # [14:42] * Joins: newtron (~newtron@199.71.174.103)
  710. # [14:43] * Joins: boogyman (~dividingl@68.200.9.63)
  711. # [14:43] * Quits: boogyman (~dividingl@68.200.9.63) (Changing host)
  712. # [14:43] * Joins: boogyman (~dividingl@pdpc/supporter/professional/boogyman)
  713. # [14:46] * Joins: scor (~scor@drupal.org/user/52142/view)
  714. # [14:47] * Quits: zcorpan (~zcorpan@94.234.170.90) (Ping timeout: 260 seconds)
  715. # [14:48] * Joins: zcorpan (~zcorpan@94.234.170.171)
  716. # [14:51] * Joins: andyjpb1 (~andyjpb@84.207.253.34)
  717. # [14:52] * Quits: andyjpb (~andyjpb@84.207.253.34) (Ping timeout: 256 seconds)
  718. # [14:53] * andyjpb1 is now known as andyjpb
  719. # [14:53] * Joins: glob (~bolg@me.glob.com.au)
  720. # [14:55] * Quits: Masklinn (~textual@109.89.68.161) (Ping timeout: 256 seconds)
  721. # [14:56] * Joins: teamcoltra (~frextual@opennic/teamcoltra)
  722. # [14:57] * Quits: shwetank (~shwetank@122.161.125.87) (Ping timeout: 252 seconds)
  723. # [14:58] * Joins: Masklinn (~textual@109.89.68.161)
  724. # [14:59] * Joins: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net)
  725. # [15:00] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
  726. # [15:00] * Joins: richt (~richt@222.233.254.208)
  727. # [15:04] * Joins: yorick (~yorick@oftn/member/yorick)
  728. # [15:05] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 248 seconds)
  729. # [15:06] * Quits: zcorpan (~zcorpan@94.234.170.171) (Remote host closed the connection)
  730. # [15:10] * Joins: zcorpan (~zcorpan@94.234.170.171)
  731. # [15:10] * Quits: JohnAlbin (~JohnAlbin@111-250-146-121.dynamic.hinet.net) (Ping timeout: 248 seconds)
  732. # [15:11] * Joins: JohnAlbin (~JohnAlbin@111-250-146-121.dynamic.hinet.net)
  733. # [15:13] * Joins: Badreddin (~Nur@189.192.155.69)
  734. # [15:17] * Quits: tomasf (~tomasf@77.72.97.10.c.fiberdirekt.net) (Quit: tomasf)
  735. # [15:17] * Joins: espadrine (~ttyl@85-218-11-50.dclient.lsne.ch)
  736. # [15:20] * Joins: SimonSapin (~simon@203.69.99.17)
  737. # [15:21] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 245 seconds)
  738. # [15:22] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  739. # [15:26] * Joins: dbaron (~dbaron@203.69.99.16)
  740. # [15:30] * Quits: m4nu (~chatzilla@pool-96-240-180-241.ronkva.east.verizon.net) (Ping timeout: 248 seconds)
  741. # [15:31] * Joins: hasather_ (~hasather@cm-84.210.170.16.getinternet.no)
  742. # [15:31] * Quits: SimonSapin (~simon@203.69.99.17) (Quit: Leaving.)
  743. # [15:31] * Joins: SimonSapin (~simon@203.69.99.17)
  744. # [15:33] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  745. # [15:33] * Quits: zcorpan (~zcorpan@94.234.170.171) (Remote host closed the connection)
  746. # [15:34] * Quits: boogyman (~dividingl@pdpc/supporter/professional/boogyman) (Ping timeout: 276 seconds)
  747. # [15:35] * Quits: hasather_ (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 245 seconds)
  748. # [15:35] * Joins: Lachy (~Lachy@cm-84.215.71.136.getinternet.no)
  749. # [15:36] * Parts: zdobersek (~zdobersek@cpe-77.38.31.63.cable.t-1.si)
  750. # [15:41] * Joins: ehsan (~ehsan@71-19-174-182.dedicated.allstream.net)
  751. # [15:43] * Joins: benschwarz (uid2121@gateway/web/irccloud.com/x-holtroxnmhxyubgn)
  752. # [15:44] <asmodai> After some confusion on my part earlier today, I found out that it seems PhantomJS doesn't adhere to the specs (unless I still misunderstood things): https://github.com/ariya/phantomjs/issues/11365
  753. # [15:45] <SimonSapin> How related are W3C document licensing and the patent policy? https://lists.w3.org/Archives/Member/w3c-ac-forum/2013AprJun/0267.html (Member only link, sorry)
  754. # [15:46] * Quits: ehsan (~ehsan@71-19-174-182.dedicated.allstream.net) (Ping timeout: 256 seconds)
  755. # [15:47] <SimonSapin> can’t we have both open licensing and and patent policy?
  756. # [15:47] <annevk> read the reply
  757. # [15:49] <hsivonen> I’m [redacted] that [redacted] [redacted] [redacted] in the Member space of the W3C.
  758. # [15:49] <asmodai> lol
  759. # [15:52] <SimonSapin> damn, I fell right into the FUD
  760. # [15:54] <annevk> @w3cwtf tweeting it should give you a hint too
  761. # [15:54] <SimonSapin> yeah
  762. # [15:56] * Quits: JibberJim (~opera@132.185.151.37) (Read error: Connection reset by peer)
  763. # [15:56] * Joins: JibberJim (~opera@132.185.151.37)
  764. # [15:56] * Quits: JibberJim (~opera@132.185.151.37) (Client Quit)
  765. # [15:56] * Joins: JibberJim (~opera@132.185.151.37)
  766. # [15:57] <darobin> SimonSapin: you're not the only one who thinks there may be something fishy with that argument :)
  767. # [15:59] <SimonSapin> one more reason I’m glad I picked this side
  768. # [16:00] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  769. # [16:01] * Joins: zcorpan (~zcorpan@c-5eeaaaab-74736162.cust.telenor.se)
  770. # [16:01] * Joins: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net)
  771. # [16:05] <jgraham> Member space is good for giving a nice place to post the crazy without being ridiculed in public
  772. # [16:06] * Quits: JohnAlbin (~JohnAlbin@111-250-146-121.dynamic.hinet.net) (Quit: HTTP/1.1 404 JohnAlbin Not Found)
  773. # [16:06] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Ping timeout: 264 seconds)
  774. # [16:07] <Ms2ger> That's not exactly accurate
  775. # [16:07] <Ms2ger> We still ridicule in public
  776. # [16:08] <SimonSapin> by the way, who’s behind @w3cwtf?
  777. # [16:08] <Ms2ger> No comment
  778. # [16:09] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  779. # [16:09] <SimonSapin> that was quick :)
  780. # [16:18] <GPHemsley> MikeSmith: I haven't yet decided how to define "whitespace character" because I haven't decided whether to treat the MIME type as a byte sequence or a string of characters.
  781. # [16:18] <GPHemsley> SimonSapin: The intention is to use it anywhere that MIME types appear. I have to add the caveat that protocol-specific handling would have to be done first.
  782. # [16:19] * Joins: Domenic_ (uid10976@gateway/web/irccloud.com/x-sxslqddztyxikkle)
  783. # [16:20] * Quits: mven (~mven@ip68-224-15-53.lv.lv.cox.net) (Remote host closed the connection)
  784. # [16:21] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Quit: Leaving.)
  785. # [16:21] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  786. # [16:23] <gsnedders> Hixie: thx for like actually mentioning this (at some point I'm gonna have to sit down and make sure we actually match the spec in html5lib…)
  787. # [16:23] <gsnedders> Hixie: And that's going to be painful.
  788. # [16:23] * Joins: scor (~scor@132.183.243.216)
  789. # [16:23] * Quits: scor (~scor@132.183.243.216) (Changing host)
  790. # [16:23] * Joins: scor (~scor@drupal.org/user/52142/view)
  791. # [16:25] <jgraham> gsnedders: BTW asserting that all tag names/attribute names/values are strings in the treewalker broke stuff
  792. # [16:26] <jgraham> Well, broke end users
  793. # [16:26] <jgraham> s/strings/unicode/
  794. # [16:26] * Quits: zcorpan (~zcorpan@c-5eeaaaab-74736162.cust.telenor.se) (Ping timeout: 248 seconds)
  795. # [16:26] <jgraham> Because they would parse a tree, do something like document.body.appendChild(document.createElement("foo"))
  796. # [16:27] <jgraham> and then the document wouldn't serialize
  797. # [16:29] * Joins: JohnAlbin (~JohnAlbin@114-24-51-119.dynamic.hinet.net)
  798. # [16:30] <gsnedders> jgraham: So I guess we just need to rely on implicit unicode conversion there, lovely.
  799. # [16:31] <darobin> yay baby fucking yay!
  800. # [16:31] <darobin> \o/
  801. # [16:31] * darobin solved the PHP configuration problem
  802. # [16:31] <Ms2ger> Are you sure?
  803. # [16:32] * Joins: jryans (~jryans@office.massrel.com)
  804. # [16:32] <darobin> turns out that Debian adds its own layer of fuckedupness atop the ample doses of moronitude provided by Apache and PHP
  805. # [16:32] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  806. # [16:32] <darobin> Ms2ger: not in general, just for w3c-test.org
  807. # [16:33] <darobin> well, that's just hour upon hour of my life that I'm not getting back
  808. # [16:33] * Joins: yodasw16 (~yodasw16@ql1fwhide.rockfin.com)
  809. # [16:35] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  810. # [16:39] * Quits: charl_ (~charl@2001:67c:2564:524:92b1:1cff:fe89:ae5) (Quit: leaving)
  811. # [16:40] * Joins: ehsan (~ehsan@66.207.208.98)
  812. # [16:46] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
  813. # [16:47] <gsnedders> jgraham: So the question is then how do we decode everything to unicode using the default encoding on Python 2 and raise TypeError on Python 3 without ugly hacks.
  814. # [16:48] * gsnedders wonders if u"" + u"abc" causes an allocation
  815. # [16:49] * Quits: josemanuel (~josemanue@82.171.221.87.dynamic.jazztel.es) (Ping timeout: 256 seconds)
  816. # [16:50] * Joins: glob_ (~glob@me.glob.com.au)
  817. # [16:51] * Quits: glob_ (~glob@me.glob.com.au) (Client Quit)
  818. # [16:51] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  819. # [16:52] * Krinkle is now known as Krinkle|detached
  820. # [16:53] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Remote host closed the connection)
  821. # [16:54] * Joins: josemanuel (~josemanue@71.181.221.87.dynamic.jazztel.es)
  822. # [16:57] * Quits: Masklinn (~textual@109.89.68.161) (Ping timeout: 256 seconds)
  823. # [16:58] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
  824. # [17:00] * Joins: TallTed (~Thud@63.119.36.36)
  825. # [17:02] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  826. # [17:04] * Joins: Masklinn (~textual@109.89.68.161)
  827. # [17:04] <mounir> kochi: ping
  828. # [17:07] * Joins: yorick (~yorick@oftn/member/yorick)
  829. # [17:08] * Joins: jernoble_ (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
  830. # [17:12] * Quits: yorick (~yorick@oftn/member/yorick) (Remote host closed the connection)
  831. # [17:14] * Joins: krit (~krit@sjfw1.adobe.com)
  832. # [17:15] * Quits: Masklinn (~textual@109.89.68.161) (Ping timeout: 256 seconds)
  833. # [17:15] * Quits: hasather (~hasather@80.91.33.141) (Ping timeout: 264 seconds)
  834. # [17:17] * Quits: Adawerk__ (~ada@169.241.49.57) (Quit: Leaving)
  835. # [17:17] * Joins: yorick (~yorick@oftn/member/yorick)
  836. # [17:17] * Joins: Adawerk (~ada@169.241.49.57)
  837. # [17:17] * Quits: Adawerk (~ada@169.241.49.57) (Client Quit)
  838. # [17:18] * Joins: Adawerk (~ada@169.241.49.57)
  839. # [17:20] * Joins: Masklinn (~textual@109.89.68.161)
  840. # [17:22] * Krinkle|detached is now known as Krinkle
  841. # [17:22] * Quits: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net) (Ping timeout: 248 seconds)
  842. # [17:23] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  843. # [17:23] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  844. # [17:24] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Client Quit)
  845. # [17:24] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  846. # [17:25] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  847. # [17:27] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  848. # [17:27] * Quits: Masklinn (~textual@109.89.68.161) (Ping timeout: 256 seconds)
  849. # [17:27] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Ping timeout: 248 seconds)
  850. # [17:30] * Joins: Masklinn (~textual@109.89.68.161)
  851. # [17:31] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Quit: Leaving.)
  852. # [17:32] * Quits: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net) (Quit: tantek)
  853. # [17:35] * Krinkle is now known as Krinkle|detached
  854. # [17:37] * Joins: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net)
  855. # [17:37] * Joins: mitemitreski (~mitemitre@212.120.17.179)
  856. # [17:39] <GPHemsley> Anyone have IE handy?
  857. # [17:39] <GPHemsley> http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;%22=;charset=iso-8859-3%20%22=iso-8859-5
  858. # [17:39] * Joins: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com)
  859. # [17:40] <JonathanNeal> At least User Agent Strings are starting to calm down… not
  860. # [17:40] <JonathanNeal> Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.20 Safari/537.36 OPR/15.0.1147.18 (Edition Next)
  861. # [17:41] <GPHemsley> JonathanNeal: You always seem to appear right after I say something that might be relevant to you
  862. # [17:41] <GPHemsley> (in this case, it's another IE request)
  863. # [17:41] <JonathanNeal> Go for it.
  864. # [17:41] <GPHemsley> http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;%22=;charset=iso-8859-3%20%22=iso-8859-5
  865. # [17:42] <SimonSapin> fwiw, I found http://www.modern.ie/en-us/virtualization-tools#downloads pretty strig
  866. # [17:42] <SimonSapin> pretty straightforward
  867. # [17:42] <JonathanNeal> Okay, in Chrome it appears like an xml doc, text/xml. Same in IE6,7,8, except the Japanese is just squares.
  868. # [17:43] * Quits: Badreddin (~Nur@189.192.155.69) (Ping timeout: 252 seconds)
  869. # [17:43] * Quits: Masklinn (~textual@109.89.68.161)
  870. # [17:43] <zewt> jeez, google can be outright disgraceful sometimes
  871. # [17:43] <GPHemsley> SimonSapin: Yeah, I'm looking at that now, actually. I'll get it set up eventually :P
  872. # [17:44] <zewt> code.google.com/p/android/issues/detail?id=10076 "can you document this?" closed by design "but can you document this?" two years later "hey guys this is still not documented can you document it" their solution: ticket flagged to not allow comments
  873. # [17:44] <zewt> problem solved!
  874. # [17:44] <GPHemsley> JonathanNeal: It's that square thing that I'm interested in. That suggests it uses -3.
  875. # [17:44] * Quits: darobin (~darobin@78.109.80.74) (Remote host closed the connection)
  876. # [17:45] <GPHemsley> Which makes my life more difficult
  877. # [17:45] <GPHemsley> perhaps
  878. # [17:45] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  879. # [17:45] * Joins: malaclyps (~danny@gateway/tor-sasl/malaclyps)
  880. # [17:46] <GPHemsley> JonathanNeal: What about this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;%22charset%22=iso-8859-3
  881. # [17:46] <JonathanNeal> Little squares.
  882. # [17:46] <JonathanNeal> Almost every time I see little squares.
  883. # [17:47] <JonathanNeal> (almost every time you share one of these links)
  884. # [17:47] <GPHemsley> squares means it's using iso-8859-3 encoding
  885. # [17:47] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Remote host closed the connection)
  886. # [17:47] <GPHemsley> (-5 would be Cyrillic characters)
  887. # [17:48] * Joins: mattgifford (~mattgiffo@108.161.20.199)
  888. # [17:48] <GPHemsley> that's intriguing
  889. # [17:48] <GPHemsley> in this case
  890. # [17:49] * Joins: richt (~richt@222.233.254.208)
  891. # [17:49] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  892. # [17:49] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Read error: Connection reset by peer)
  893. # [17:49] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  894. # [17:50] * Quits: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: goodbye cruel world)
  895. # [17:50] <GPHemsley> JonathanNeal: and this? http://whatwg.gphemsley.org/tests/mimesniff/sniffing.php?ct=text/xml;%22charset=iso-8859-3
  896. # [17:50] * Joins: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net)
  897. # [17:51] * Quits: JibberJim (~opera@132.185.151.37) (Quit: JibberJim)
  898. # [17:52] * Scorchin_ is now known as Scorchin
  899. # [17:52] <SteveF> JonathanNeal: http://lists.w3.org/Archives/Public/public-html/2013May/0164.html
  900. # [17:52] * Quits: mattgifford (~mattgiffo@108.161.20.199) (Ping timeout: 252 seconds)
  901. # [17:54] * GPHemsley happens to think that <hgroup> and <subline> can coexist
  902. # [17:55] <JonathanNeal> Checking
  903. # [17:55] <GPHemsley> For example, <subline> could also be associated with an <hgroup>
  904. # [17:55] <GPHemsley> Hixie: I wonder if you should treat singleton headers as having an implicit hgroup, barring explicit ones?
  905. # [17:55] <JonathanNeal> IE6-8, little squares.
  906. # [17:55] <GPHemsley> s/barring/except when there are/
  907. # [17:55] <JonathanNeal> Wish there was a control so I could see something other than squares.
  908. # [17:56] * Joins: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  909. # [17:56] <GPHemsley> The squares are replacement/missing characters
  910. # [17:56] <GPHemsley> if you want, change -3 to -5
  911. # [17:56] * Quits: annevk (~annevk@207.218.72.65) (Read error: Connection reset by peer)
  912. # [17:56] <GPHemsley> then you'll get Cyrillic
  913. # [17:56] * Joins: annevk (~annevk@207.218.72.65)
  914. # [17:57] * Krinkle|detached is now known as Krinkle
  915. # [17:59] * Quits: cheron (~cheron@unaffiliated/cheron) (Ping timeout: 252 seconds)
  916. # [17:59] * Quits: Martin1982 (~Martin198@cable-175-208.zeelandnet.nl) (Quit: Gone coding)
  917. # [17:59] <JonathanNeal> Nice, SteveF!
  918. # [18:00] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
  919. # [18:00] * Quits: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 252 seconds)
  920. # [18:02] * Joins: annevk (~annevk@207.218.72.65)
  921. # [18:02] * Joins: cabanier (~cabanier@192.150.22.55)
  922. # [18:02] <JonathanNeal> In traditional news print, there were at least four different ways of marking up the elements of a header. http://i.imgur.com/jwcBObk.png I am glad to see the web normalizing these, based on content rather than appearance.
  923. # [18:02] <GPHemsley> oh wow, this IE virtualization is pretty neat
  924. # [18:03] * Joins: tobie (~tobielang@73-118.195-178.cust.bluewin.ch)
  925. # [18:04] * Joins: garciawebdev (~garciaweb@190.244.74.107)
  926. # [18:07] * Joins: jacobolus (~jacobolus@50-0-133-210.dsl.static.sonic.net)
  927. # [18:07] * Krinkle is now known as Krinkle|detached
  928. # [18:07] <GPHemsley> JonathanNeal: Oh, apparently I was wrong. In this case, the squares mean utf-8
  929. # [18:08] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
  930. # [18:09] * Joins: tantek (~tantek@mbf2636d0.tmodns.net)
  931. # [18:10] * Joins: gavinc (~gavin@barad-dur.carothers.name)
  932. # [18:11] <Hixie> MikeSmith: 0.89% for 8000 pages vs 1%-10% for 1-10 billion pages is well within the margin of error for the former, so that is quite consistent data.
  933. # [18:12] <Hixie> MikeSmith: makes sense (re <menuitem>)
  934. # [18:13] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  935. # [18:13] * Quits: ryanseddon (uid1832@gateway/web/irccloud.com/x-qsvsjusndkbvcbzt)
  936. # [18:14] <JonathanNeal> SteveF: what does zero or more div/p elements mean?
  937. # [18:14] <Hixie> GPHemsley: not sure what you mean re implicit <hgroup>
  938. # [18:15] <JonathanNeal> I can't say I've seen a restriction on the content of an element like that.
  939. # [18:15] * Joins: Masklinn (~textual@213.219.188.212.adsl.dyn.edpnet.net)
  940. # [18:15] <Hixie> JonathanNeal: what kind of content goes in each of those parts of the header?
  941. # [18:15] <GPHemsley> Hixie: If any occurrence of a <hN> occurs outside of an explicit <hgroup>, assume an implicit <hgroup> around it
  942. # [18:16] <GPHemsley> Hixie: Then <subline> can be associated with an hgroup
  943. # [18:16] <Hixie> JonathanNeal: (btw, the spec tries to distinguish between "header" and "heading", where the former is a variety of things including navigation, and the latter is specifically what should appear in the table of contents)
  944. # [18:16] <Hixie> GPHemsley: not sure what you mean by "assume an implicit"
  945. # [18:16] <GPHemsley> Hixie: Like if <tbody> is missing, for example
  946. # [18:16] <Hixie> oh in the parser?
  947. # [18:16] <JonathanNeal> Hixie: googling any of those key words usually brings up one or another example, http://desktoppub.about.com/od/newsletters/a/newsletter_part.htm http://www.uiowa.edu/~c019136/136s5online17/hedjargon.html http://behindbylines.wordpress.com/2013/02/13/journalist-lingo-confusion-cleared/
  948. # [18:16] <GPHemsley> sure
  949. # [18:16] <Hixie> that's a non-starter, we'd break a ton of the Web
  950. # [18:16] <Hixie> lots of CSS assumes there's no <hgroup> there
  951. # [18:17] <GPHemsley> is tbody explicitly exposed to the styling when it's not there?
  952. # [18:17] <JonathanNeal> GPHemsley: I think so, yes?
  953. # [18:17] * Quits: josemanuel (~josemanue@71.181.221.87.dynamic.jazztel.es) (Ping timeout: 256 seconds)
  954. # [18:17] <GPHemsley> oh, hm
  955. # [18:17] <Hixie> GPHemsley: it's in the DOM, so yes
  956. # [18:17] <GPHemsley> m
  957. # [18:18] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-pxerftcmdqvojmvw) (Ping timeout: 240 seconds)
  958. # [18:18] * Quits: arv (uid4269@gateway/web/irccloud.com/x-ivfedlwixiubrfso) (Ping timeout: 246 seconds)
  959. # [18:18] <Hixie> JonathanNeal: are "hammer" and "slammer" the same thing, or two things?
  960. # [18:18] * Quits: reybango (uid11414@gateway/web/irccloud.com/x-dtpxcfoxlifsvatr) (Ping timeout: 246 seconds)
  961. # [18:20] <JonathanNeal> Hixie: much like early HTML, the names are synonymous with their styling.
  962. # [18:20] * Quits: remysharp (uid4345@gateway/web/irccloud.com/x-lbuyihaebgjkvztj) (Ping timeout: 261 seconds)
  963. # [18:20] <JonathanNeal> kicker is before and diminutive.
  964. # [18:21] <JonathanNeal> rather, kicker is before and lesser in importance than the headline.
  965. # [18:21] <JonathanNeal> hammer is before and stronger in importance than the headline. e.g kicker is small and hammer is big.
  966. # [18:22] <JonathanNeal> Slammer is before and stronger in importance, but inline with the headline.
  967. # [18:22] <Hixie> are there web sites styled this way i could look at?
  968. # [18:22] <Hixie> all these examples seem to be about print
  969. # [18:22] <Hixie> cnn for example doesn't seem to use this style
  970. # [18:22] <JonathanNeal> Exactly, my original point was that I'm glad the web has normalized these. However, probably due to the original constraints of the web, most of these ceased to exist online.
  971. # [18:22] <Hixie> it's more <hgroup>-like
  972. # [18:22] * Ms2ger wonders if Hixie meant these slammers: http://derek.broox.com/photo/closet-cleaning/full/11163/pog-slammers.jpg
  973. # [18:23] <JonathanNeal> The deck is about the only thing that survives.
  974. # [18:23] <JonathanNeal> And I've seen it mislabeled as a byline, by Twitter Bootstrap for instance.
  975. # [18:23] <Hixie> the deck isn't part of the heading, it's just a paragraph
  976. # [18:23] <Hixie> can be part of the header
  977. # [18:23] <Hixie> but that's a separate issue
  978. # [18:23] <JonathanNeal> The deck is what we think of as the hgroup's h2-6, or the subline.
  979. # [18:24] <Hixie> oh? in http://www.cnn.com/interactive/2013/05/us/sutter-walk-oklahoma/ what would you say is the deck?
  980. # [18:24] <JonathanNeal> The deck isn't necessarily a paragraph, it can be just a part of a sentence.
  981. # [18:24] <Hixie> oh, wait, i'm confusing the deck and the lede
  982. # [18:24] <Hixie> yeah the deck is just the h2 in the hgroup
  983. # [18:25] <JonathanNeal> In your example, according to traditional print, the <h2> is the heading.
  984. # [18:25] <Hixie> both the h1 and the h2 are the heading
  985. # [18:26] <Hixie> that page is actually a perfect example of what hgroup was designed for
  986. # [18:26] <Hixie> it perfectly wraps the h1/h2
  987. # [18:26] <JonathanNeal> But the <h2> could also be the deck. It would be contextual with the styling of the newspaper as a whole. As writers who care about the meaning regardless of style, we're left to guess.
  988. # [18:27] <Hixie> imho <hgroup> is quite well-designed -- it fits right into how authors actually write pages today, it just paves a cowpath
  989. # [18:27] <Hixie> i don't understand why it's controversial
  990. # [18:27] * Joins: ap (~ap@2620:149:4:1b01:e98a:df49:1be9:4586)
  991. # [18:27] <JonathanNeal> Based on the source, "Walking the path of a tornado" is the headline. Based on appearance and print tradition, "A journey into the heart of a 17-mile storm" is the heading.
  992. # [18:27] <JonathanNeal> *headline
  993. # [18:27] <Hixie> they're both the heading
  994. # [18:28] <JonathanNeal> Yes, they are.
  995. # [18:28] <JonathanNeal> A deck is also a headline.
  996. # [18:28] <Hixie> anyway, gotta head out, meeting. bbiab.
  997. # [18:29] <Hixie> if someone could explain why hgroup is controversial while i'm away, please do, i'll read the scrollback :-)
  998. # [18:29] <JonathanNeal> But on the web, we've tried to learn from and distinguish content better than print.
  999. # [18:29] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  1000. # [18:30] <JonathanNeal> Hixie: I would say http://www.w3.org/html/wg/wiki/ChangeProposals/hgroup does a pretty good job.
  1001. # [18:30] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1002. # [18:30] * Quits: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: miketaylr)
  1003. # [18:30] * Joins: josemanuel (~josemanue@230.218.221.87.dynamic.jazztel.es)
  1004. # [18:31] * Quits: JonathanNeal (~JonathanN@cpe-142-11-82-156.socal.rr.com) (Quit: JonathanNeal)
  1005. # [18:33] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
  1006. # [18:36] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Ping timeout: 248 seconds)
  1007. # [18:37] * Joins: weinig (~weinig@17.212.155.225)
  1008. # [18:37] * Parts: weinig (~weinig@17.212.155.225)
  1009. # [18:37] * Quits: baku (~baku@2-236-39-253.ip231.fastwebnet.it) (Ping timeout: 260 seconds)
  1010. # [18:37] * Joins: weinig (~weinig@17.212.155.225)
  1011. # [18:39] * Joins: sgalineau (~sylvaing@sjfw1.adobe.com)
  1012. # [18:39] * Quits: benbarnett (~Adium@195.81.245.98) (Quit: Leaving.)
  1013. # [18:40] * Parts: andyjpb (~andyjpb@84.207.253.34)
  1014. # [18:41] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1015. # [18:41] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1016. # [18:41] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1017. # [18:42] * Quits: tantek (~tantek@mbf2636d0.tmodns.net) (Quit: Colloquy for iPod touch - http://colloquy.mobi)
  1018. # [18:46] * Joins: bholley (~bholley@c-67-180-21-133.hsd1.ca.comcast.net)
  1019. # [18:51] * Quits: ap (~ap@2620:149:4:1b01:e98a:df49:1be9:4586) (Quit: ap)
  1020. # [18:51] <annevk> Hixie: btw, you're behind in commits, @WHATWG has more followers than you have commits these days
  1021. # [18:51] <GPHemsley> (isn't that kind of the goal?)
  1022. # [18:51] * Joins: tantek (~tantek@70-36-197-111.dsl.dynamic.sonic.net)
  1023. # [18:52] <annevk> only take me serious when needed GPHemsley :p
  1024. # [18:53] * Joins: fishd_ (darin@nat/google/x-xrmcuctfcplwqbiv)
  1025. # [18:53] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
  1026. # [18:53] * Joins: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com)
  1027. # [18:53] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1028. # [18:54] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1029. # [18:54] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1030. # [18:55] <GPHemsley> hgroup has structural semantics, subline has content semantics
  1031. # [18:55] <GPHemsley> I'm telling you, they're different things
  1032. # [18:56] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1033. # [18:57] * Quits: fishd (~darin@216.239.45.66) (Ping timeout: 276 seconds)
  1034. # [18:57] * Joins: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1035. # [18:58] * Joins: krit (~krit@sjfw1.adobe.com)
  1036. # [18:59] * Quits: [[zz]] (~q@node-j7k.pool-101-108.dynamic.totbb.net) (Ping timeout: 256 seconds)
  1037. # [19:01] * Quits: nimbu1 (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 245 seconds)
  1038. # [19:01] * Joins: Badreddin (~Nur@189.192.138.187)
  1039. # [19:01] * Quits: Badreddin (~Nur@189.192.138.187) (Client Quit)
  1040. # [19:03] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1041. # [19:04] * Joins: mattgifford (~mattgiffo@70.102.199.158)
  1042. # [19:04] * Quits: malaclyps (~danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  1043. # [19:06] * Joins: [[zz]] (~q@node-j7k.pool-101-108.dynamic.totbb.net)
  1044. # [19:07] * Quits: annevk (~annevk@207.218.72.65) (Remote host closed the connection)
  1045. # [19:07] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1046. # [19:07] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1047. # [19:08] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1048. # [19:09] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1049. # [19:09] * Joins: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net)
  1050. # [19:09] * Joins: JonathanNeal (~JonathanN@38.122.109.194)
  1051. # [19:11] * Quits: jernoble_ (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net) (Quit: Textual IRC Client: www.textualapp.com)
  1052. # [19:12] <JonathanNeal> Another good example of headline elements in print http://www.tameri.com/dtp/elements.html
  1053. # [19:12] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  1054. # [19:15] <GPHemsley> I would argue the CNN article mentioned earlier should use <hgroup>
  1055. # [19:16] <GPHemsley> when it comes to a news article, <hN> and <hgroup> should be in headlinese
  1056. # [19:16] <GPHemsley> <subline> should be in full sentences
  1057. # [19:17] <GPHemsley> <hgroup> should be used if you could alternatively put a colon between the headers
  1058. # [19:17] <GPHemsley> s/headers/<hN>s/
  1059. # [19:18] <GPHemsley> So, for the CNN article, "Walking the path of a tornado: A journey into the heart of a 17-mile storm"
  1060. # [19:18] <JonathanNeal> We're both trying to distinguish content from the body of an article / section / page, right?
  1061. # [19:18] * Joins: frozenice (~frozenice@unaffiliated/fr0zenice)
  1062. # [19:20] <JonathanNeal> If you've got a moment, GPHemsley, I want to get us on the same page, and then work from there.
  1063. # [19:20] <GPHemsley> abstractly, yes
  1064. # [19:22] <GPHemsley> we're trying to put the right content into the right buckets
  1065. # [19:23] * Quits: SimonSapin (~simon@203.69.99.17) (Quit: Leaving.)
  1066. # [19:24] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1067. # [19:28] * Krinkle|detached is now known as Krinkle
  1068. # [19:28] * Quits: josemanuel (~josemanue@230.218.221.87.dynamic.jazztel.es) (Read error: Connection reset by peer)
  1069. # [19:29] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Ping timeout: 276 seconds)
  1070. # [19:31] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1071. # [19:32] * Joins: josemanuel (~josemanue@161.43.220.87.dynamic.jazztel.es)
  1072. # [19:33] * Joins: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com)
  1073. # [19:37] * Joins: scor (~scor@132.183.243.216)
  1074. # [19:37] * Quits: scor (~scor@132.183.243.216) (Changing host)
  1075. # [19:37] * Joins: scor (~scor@drupal.org/user/52142/view)
  1076. # [19:37] * Krinkle is now known as Krinkle|detached
  1077. # [19:38] * Quits: dbaron (~dbaron@203.69.99.16) (Ping timeout: 256 seconds)
  1078. # [19:39] <GPHemsley> http://i.imgur.com/5vsMypV.jpg
  1079. # [19:40] <GPHemsley> <subline> is better for those
  1080. # [19:40] * Joins: ap (~ap@2620:149:4:1b01:f581:e4bf:6290:63f6)
  1081. # [19:40] * Joins: dbaron (~dbaron@203.69.99.16)
  1082. # [19:41] <GPHemsley> subline p:first-child { font-weight: bolder; }
  1083. # [19:43] <GPHemsley> <subline> is like a pseudo-hgroup; it's a header that's not a header
  1084. # [19:44] <GPHemsley> (maybe use it for pull quotes, too)
  1085. # [19:44] * Joins: jernoble_ (~jernoble@199-188-193-107.PUBLIC.monkeybrains.net)
  1086. # [19:44] <TabAtkins> zcorpan: Okay, cool, I'll remove mentions of CSSOM.
  1087. # [19:45] * Quits: dbaron (~dbaron@203.69.99.16) (Ping timeout: 240 seconds)
  1088. # [19:45] <TabAtkins> SimonSapin: Syntax could remove the @charset rule from the input stream if necessary.
  1089. # [19:45] <GPHemsley> hmm... actually, this paper only uses bold on the first one if there's more than one
  1090. # [19:46] <GPHemsley> I wonder how you could style that...
  1091. # [19:47] <GPHemsley> (it's almost as if it's the header of the subline...)
  1092. # [19:48] <GPHemsley> oh, maybe subline > header
  1093. # [19:48] <GPHemsley> though that's less automated
  1094. # [19:49] <GPHemsley> SteveF: Thoughts?
  1095. # [19:49] <SteveF> GPHemsley: not a lot at the mo, am reading in between wrangling kids and preparing dinner
  1096. # [19:50] * GPHemsley wonders why extensions refer specifically to HTML5 when they plan to be versioned separately (or won't make it into HTML5.0)
  1097. # [19:50] <GPHemsley> SteveF: Ah, OK; wasn't sure you were here
  1098. # [19:52] <SteveF> GPHemsley: yeah here lurking
  1099. # [19:52] <GPHemsley> SteveF: In particular, I think your Dr. Strangelove examples should actually use hgroup too
  1100. # [19:53] <GPHemsley> because "Or: How I Learned to Stop Worrying and Love the Bomb" is most certainly part of the title
  1101. # [19:55] <SteveF> GPHemsley: the why not use a single hx?
  1102. # [19:55] <GPHemsley> Because it's a secondary part of the title
  1103. # [19:56] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1104. # [19:57] <SteveF> GPhemsley: I can do the same with a span and display:block in h1
  1105. # [19:57] <GPHemsley> http://pastebin.mozilla.org/2458800
  1106. # [19:57] <GPHemsley> but that doesn't give it semantic substance
  1107. # [19:57] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1108. # [19:59] * Quits: weinig (~weinig@17.212.155.225) (Ping timeout: 252 seconds)
  1109. # [19:59] * Krinkle|detached is now known as Krinkle
  1110. # [19:59] <GPHemsley> JonathanNeal: Thoughts?
  1111. # [19:59] <JonathanNeal> I like it. I'm writing up something similar, myself.
  1112. # [20:00] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1113. # [20:00] * Quits: krit (~krit@sjfw1.adobe.com) (Quit: Leaving.)
  1114. # [20:01] * Joins: m4nu (~chatzilla@pool-96-240-174-216.ronkva.east.verizon.net)
  1115. # [20:02] * Joins: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net)
  1116. # [20:02] <GPHemsley> You should be able to remove all <subline> elements from an <article> and still be able to comprehend the contents
  1117. # [20:02] * Quits: rniwa (~rniwa@70-89-66-218-ca.sfba.hfc.comcastbusiness.net) (Client Quit)
  1118. # [20:02] <GPHemsley> I think
  1119. # [20:02] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 257 seconds)
  1120. # [20:02] <GPHemsley> you can't do that for <hN> or <hgroup>
  1121. # [20:03] <SteveF> GPhemsley: this is what is supposed to be convyed to assitive tech http://pastebin.mozilla.org/2458803 don't see any differentiation there
  1122. # [20:03] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1123. # [20:03] <SteveF> GPHemsley: as per the implementation pushed by hixie
  1124. # [20:03] <GPHemsley> Is that so? Because that's not what I would expect
  1125. # [20:04] <SteveF> GPhemsley:what would you expect?
  1126. # [20:04] * ojan_away is now known as ojan
  1127. # [20:04] <GPHemsley> To me, <hgroup> means "these headings all refer to the same section", not "these are all the same heading"
  1128. # [20:05] <SteveF> GPhemsley: thats not how the acc layer is specced
  1129. # [20:05] <GPHemsley> well, then perhaps that is the problem, Hixie?
  1130. # [20:06] * GPHemsley wonders how long the meeting is
  1131. # [20:06] * Quits: Cromulent (~Cromulent@cpc1-reig5-2-0-cust251.6-3.cable.virginmedia.com) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1132. # [20:07] <GPHemsley> normally, a new <hN> element implicitly creates a new section
  1133. # [20:07] <GPHemsley> <hgroup> prevents that from happening
  1134. # [20:07] * Joins: carlos_antonio (~benway@unaffiliated/disusered)
  1135. # [20:07] <GPHemsley> at least, according to my intuitive understanding
  1136. # [20:08] <GPHemsley> it doesn't make any heading level any different from what it is stated as
  1137. # [20:08] <GPHemsley> like I said earlier, it should be treated like a colon separator
  1138. # [20:08] * Krinkle is now known as Krinkle|detached
  1139. # [20:09] <GPHemsley> (the Strangelove example is a little different, since it explicitly uses "or", but still)
  1140. # [20:11] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1141. # [20:11] <SteveF> GPHemsley: "HGROUP elements are essentially equivalent to headings that contain multiple "paragraphs" (in the sense defined in the HTML specification). They should be conveyed as such to accessibility tools. This means setting the "heading" role on the HGROUP element, and treating the Hx elements in the HGROUP element the same way as paragraphs are treated normally. " http://wiki.whatwg.org/wiki/C
  1142. # [20:11] <SteveF> hange_Proposal_for_ISSUE-129#Bug_10592:_Request_regarding_the_ARIA_role_of_heading_elements_inside_HGROUP_elements
  1143. # [20:11] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  1144. # [20:11] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
  1145. # [20:11] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1146. # [20:11] <JonathanNeal> Here's my mud to the mix. https://gist.github.com/jonathantneal/5672276
  1147. # [20:11] <GPHemsley> ah, hmm
  1148. # [20:11] <SteveF> GPHemsley: from horses mouth
  1149. # [20:12] <SteveF> anyway sorry gotta go for real witll read scrollback
  1150. # [20:12] <SteveF> laters
  1151. # [20:12] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1152. # [20:12] * Joins: weinig (~weinig@17.114.110.112)
  1153. # [20:13] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: Leaving.)
  1154. # [20:14] <GPHemsley> JonathanNeal: I think the kicker/hammer/slammer concept is a bit complex
  1155. # [20:14] <GPHemsley> I'm also not sure whether bylines should go in <subline>
  1156. # [20:15] <GPHemsley> (and I'm also not sure about having out-of-order <hN>s in <hgroup>)
  1157. # [20:15] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-clazodurvjhzgaju)
  1158. # [20:15] * Joins: reybango (uid11414@gateway/web/irccloud.com/x-qyzwsnhmzduyamxc)
  1159. # [20:15] <GPHemsley> so that's about half your document that I'm not sure about :P
  1160. # [20:16] <JonathanNeal> It's food for thought. I think the limitations of web have created this bias.
  1161. # [20:16] * Joins: arv (uid4269@gateway/web/irccloud.com/x-vgcxsmkejiovsupe)
  1162. # [20:16] <JonathanNeal> Just like you might find it weird to have multiple sublines http://prosintraining.com/gateway/wp-content/themes/CherryTruffle/timthumb.php?src=http://prosintraining.com/gateway/wp-content/uploads/2010/03/headline.gif&h=200&w=200&zc=1
  1163. # [20:17] * Joins: remysharp (uid4345@gateway/web/irccloud.com/x-wajumxejajdafyay)
  1164. # [20:18] <GPHemsley> that third one seems like a deck
  1165. # [20:18] <JonathanNeal> And here's a kicker http://unix.temple.edu/~susanj/design/new/kicker.jpg http://unix.temple.edu/~susanj/design/new/kicker2.jpg
  1166. # [20:19] * Quits: payman (~payman@lkpg.se.opera.com) (Ping timeout: 248 seconds)
  1167. # [20:19] <JonathanNeal> and another kicker http://www.osu.edu/assets/brand/unitid-kicker.png
  1168. # [20:19] <JonathanNeal> Alive and well in print.
  1169. # [20:19] <GPHemsley> yeah, I'm down with having a kicker
  1170. # [20:19] <GPHemsley> I just don't know if this is the appropriate place for it
  1171. # [20:20] <JonathanNeal> But kickers are reverse order <hN>s in an <hgroup>.
  1172. # [20:20] <GPHemsley> Are they? They seem more like categories to me
  1173. # [20:20] <JonathanNeal> How would you mark those up? http://desktoppub.about.com/od/glossary/g/Kicker.htm
  1174. # [20:21] * Joins: payman (~payman@ip-200.t2.se.opera.com)
  1175. # [20:21] <GPHemsley> well, that's why I said it was more complex — I'm not sure :P
  1176. # [20:22] <GPHemsley> we could have <supline>
  1177. # [20:22] <GPHemsley> but we're kind of blurring the line between style and semantics
  1178. # [20:23] <GPHemsley> keep in mind that one kicker could apply to multiple articles
  1179. # [20:23] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1180. # [20:24] <GPHemsley> (e.g. in "Nation" and "World" sections, where the state/country is in the kicker)
  1181. # [20:25] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1182. # [20:25] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1183. # [20:26] <TabAtkins> annevk: What ever happened with the XML5 or MicroXML or Error-Tolerant XML or whatever effort?
  1184. # [20:27] <JonathanNeal> Looking at the example provided earlier, <hgroup> and/or <subline> answer http://www.cnn.com/interactive/2013/05/us/sutter-walk-oklahoma/ addressing the headings and bylines.
  1185. # [20:27] <Ms2ger> TabAtkins, nobody cares enough to implement it, I guess
  1186. # [20:27] <TabAtkins> annevk: Asking because one of our implementors is starting an experiment with just using the HTML parser (in foreign content mode) for standalone SVG, just like SVG-in-HTML currently uses.
  1187. # [20:27] <JonathanNeal> <hgroup> alone does not, if we think bylines should matter to outline / accessibility.
  1188. # [20:28] <JonathanNeal> Ha, http://www.concordmonitor.com/readerservices/informationalpages/5618276-95/web-headline
  1189. # [20:29] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1190. # [20:30] * Joins: krit (~krit@sjfw1.adobe.com)
  1191. # [20:30] * Krinkle|detached is now known as Krinkle
  1192. # [20:30] <GPHemsley> JonathanNeal: Was that an agreement, then? (I can't tell)
  1193. # [20:31] <JonathanNeal> I'm not agreeing that we're blurring the line between semantics and style. I'm just referring to the usage of lesser headings that come before main headings.
  1194. # [20:32] <JonathanNeal> Especially those that catagorize the heading, where it's "beforeness" is clearly there for meaning more than style.
  1195. # [20:32] <GPHemsley> I'm just not clear on what you mean in reference to the CNN article
  1196. # [20:32] <GPHemsley> (which has no kicker, AFAICT)
  1197. # [20:33] * Ms2ger kicks this conversation already
  1198. # [20:33] <GPHemsley> :)
  1199. # [20:34] <GPHemsley> JonathanNeal: To me, anything in <hgroup> should be in a document outline; if it shouldn't be in a document outline, then it shouldn't be in <hgroup>
  1200. # [20:35] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1201. # [20:35] <JonathanNeal> Stuff that belongs in <header> but not <hgroup>, yes.
  1202. # [20:36] * Joins: WeirdAl (~chatzilla@g2spf.ask.info)
  1203. # [20:36] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1204. # [20:36] <JonathanNeal> I guess a kicker could be a <p> in a <header> above an <h1>
  1205. # [20:36] * Quits: richt (~richt@222.233.254.208) (Remote host closed the connection)
  1206. # [20:36] <GPHemsley> that sounds relatively reasonable
  1207. # [20:36] <GPHemsley> (though it certainly loses its semantic value)
  1208. # [20:36] * Joins: richt (~richt@222.233.254.208)
  1209. # [20:36] <JonathanNeal> Exactly, that later part is why I've liked <subline>
  1210. # [20:37] <GPHemsley> right
  1211. # [20:37] <nimbu> TabAtkins: pingping
  1212. # [20:38] <JonathanNeal> Except, I think <subline> should be liberal, so it can address kickers as well as decks. Then again, I also think <hgroup> should be liberal, and accept out of order <hN>, like "Lord of the Rings" and "The Return of the King".
  1213. # [20:38] <GPHemsley> <header><subline class="kicker">...</subline><hgroup class="headline">...</hgroup><subline class="deck">...</subline></header>
  1214. # [20:38] <GPHemsley> yeah, perhaps we need a better name than "subline"
  1215. # [20:38] <GPHemsley> IDK
  1216. # [20:39] <GPHemsley> JonathanNeal: Also, I'm not necessarily arguing against out-of-order <hN>s in <hgroup>; I was just stating that I don't think they're currently allowed
  1217. # [20:39] * Krinkle is now known as Krinkle|detached
  1218. # [20:39] <GPHemsley> your example is a good one
  1219. # [20:39] <GPHemsley> I suppose
  1220. # [20:40] <GPHemsley> depending on what you were trying to focus on
  1221. # [20:41] * Quits: richt (~richt@222.233.254.208) (Ping timeout: 252 seconds)
  1222. # [20:43] * Joins: lmclister (~lmclister@sjfw1-a.adobe.com)
  1223. # [20:46] * Joins: hasather (~hasather@cm-84.210.170.16.getinternet.no)
  1224. # [20:49] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1225. # [20:50] <tantek> could someone here who is *not* a W3C member / invited expert see if they can access this? https://www.w3.org/2002/09/wbs/33280/html-charter-2013-2/results
  1226. # [20:50] <tantek> just trying to double-check its W3C member-only-ness
  1227. # [20:51] * Quits: hasather (~hasather@cm-84.210.170.16.getinternet.no) (Ping timeout: 276 seconds)
  1228. # [20:53] * Joins: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1229. # [20:53] * Joins: jarek (~jarek@unaffiliated/jarek)
  1230. # [20:53] * Joins: RobbertAtWork (~robbertat@2001:980:9368:1:80db:b928:138b:6b63)
  1231. # [20:54] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1232. # [20:55] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1233. # [20:56] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1234. # [20:56] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1235. # [20:56] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1236. # [20:56] <svl> tantek: I get a basic authentication request for "W3CACL" (so can't access it)
  1237. # [20:58] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1238. # [20:58] <tantek> thanks svl - that was what I was wondering.
  1239. # [21:00] * Krinkle|detached is now known as Krinkle
  1240. # [21:03] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 264 seconds)
  1241. # [21:03] * Quits: weinig (~weinig@17.114.110.112) (Quit: weinig)
  1242. # [21:04] * Quits: stalled (~stalled@unaffiliated/stalled) (Ping timeout: 260 seconds)
  1243. # [21:05] * Joins: malaclyps (~danny@gateway/tor-sasl/malaclyps)
  1244. # [21:05] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Remote host closed the connection)
  1245. # [21:08] * Joins: Badreddin (~Nur@189.192.138.187)
  1246. # [21:08] * Quits: JonathanNeal (~JonathanN@38.122.109.194) (Quit: JonathanNeal)
  1247. # [21:09] * Krinkle is now known as Krinkle|detached
  1248. # [21:09] * Joins: JonathanNeal (~JonathanN@38.122.109.194)
  1249. # [21:09] * Quits: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net) (Ping timeout: 248 seconds)
  1250. # [21:12] <TabAtkins> nimbu: pomg
  1251. # [21:12] <TabAtkins> tantek: Just turn on your incognito mode or whatever when you need to check that stuff.
  1252. # [21:13] <tantek> thanks TabAtkins - good work around - except some IP blocks are whitelisted as from members
  1253. # [21:13] <TabAtkins> tantek: Oh, interesting. I didn't know that.
  1254. # [21:13] <tantek> e.g. for example, *anyone* inside Microsoft's corpnet can access W3C member resources
  1255. # [21:13] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1256. # [21:13] <tantek> wouldn't surprise me if the same thing was true for Google's internal net
  1257. # [21:14] <TabAtkins> It's not.
  1258. # [21:14] <tantek> it's also true inside Apple's internal net
  1259. # [21:15] <tantek> TabAtkins - next time you're at a WG meeting of any sort at a W3C member company, try it out
  1260. # [21:16] <tantek> suffice it to say, sometimes hosting companies "accidentally" give WG members internal net access, probably trusting them on the honor system
  1261. # [21:16] <tantek> (and assume all traffic is logged obv)
  1262. # [21:16] * Joins: stalled (~stalled@unaffiliated/stalled)
  1263. # [21:19] * Quits: jarek (~jarek@unaffiliated/jarek) (Quit: jarek)
  1264. # [21:19] * Joins: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com)
  1265. # [21:19] <gsnedders> jgraham: I wonder if we should ask the Bleach guys if they want to maintain the sanitizer…
  1266. # [21:22] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 276 seconds)
  1267. # [21:23] * paul_irish_ is now known as paul_irish
  1268. # [21:26] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1269. # [21:27] * Joins: rniwa (~rniwa@17.212.154.114)
  1270. # [21:27] * Joins: ripples (~ripples@196-215-185-150.dynamic.isadsl.co.za)
  1271. # [21:28] * Joins: josemanuel_ (~josemanue@54.41.220.87.dynamic.jazztel.es)
  1272. # [21:28] * Quits: malaclyps (~danny@gateway/tor-sasl/malaclyps) (Ping timeout: 240 seconds)
  1273. # [21:28] * Quits: zcorpan (~zcorpan@90-230-218-37-no135.tbcn.telia.com) (Remote host closed the connection)
  1274. # [21:31] * Quits: josemanuel (~josemanue@161.43.220.87.dynamic.jazztel.es) (Ping timeout: 248 seconds)
  1275. # [21:31] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Ping timeout: 252 seconds)
  1276. # [21:31] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1277. # [21:31] * Quits: JonathanNeal (~JonathanN@38.122.109.194) (Quit: JonathanNeal)
  1278. # [21:31] * Quits: josemanuel_ (~josemanue@54.41.220.87.dynamic.jazztel.es) (Client Quit)
  1279. # [21:31] * Joins: josemanuel (~josemanue@54.41.220.87.dynamic.jazztel.es)
  1280. # [21:32] * Joins: JonathanNeal (~JonathanN@38.122.109.194)
  1281. # [21:32] * Joins: yoav (~yoav@sdo26-1-78-245-148-181.fbx.proxad.net)
  1282. # [21:35] * Joins: Andreo (~Andreo@177.18.126.55)
  1283. # [21:36] * Quits: erichynds (~ehynds@64.206.121.41) (Quit: erichynds)
  1284. # [21:38] <jgraham> gsnedders: Well the thought had crossed my mind
  1285. # [21:38] <jgraham> But it doesn't solve the problem that it's fundamentally broken
  1286. # [21:41] * Joins: OnlyMax (~OnlyMax@187-126-215-224.user.veloxzone.com.br)
  1287. # [21:41] <gsnedders> jgraham: In what way? That it's designed for the tokenizer?
  1288. # [21:42] <jgraham> That it tries to deal with two different types of input as if they were the samewhen they are not
  1289. # [21:42] <jgraham> Or "yes"
  1290. # [21:42] * Quits: rniwa (~rniwa@17.212.154.114) (Read error: Connection reset by peer)
  1291. # [21:45] * Joins: rniwa (~rniwa@17.212.154.114)
  1292. # [21:47] * Joins: OnlyMax2 (~OnlyMax@187-126-215-224.user.veloxzone.com.br)
  1293. # [21:49] * Joins: Kolombiken1 (~Adium@94.137.124.2)
  1294. # [21:50] * Joins: yorick_ (~yorick@oftn/member/yorick)
  1295. # [21:50] * Joins: arv_ (uid4269@gateway/web/irccloud.com/x-pngcxyudpcjryvin)
  1296. # [21:50] * Joins: MacTed (~Thud@63.119.36.36)
  1297. # [21:50] <jgraham> tantek: I thought W3C had stopped doing the ip whitelist thing
  1298. # [21:52] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1299. # [21:52] * Joins: dcheng_ (dcheng@nat/google/x-cklhfldcdwiqxxmw)
  1300. # [21:53] * Joins: [[zzz]] (~q@node-j7k.pool-101-108.dynamic.totbb.net)
  1301. # [21:54] <tantek> jgraham - really? as of when?
  1302. # [21:54] * Quits: arv (uid4269@gateway/web/irccloud.com/x-vgcxsmkejiovsupe) (Ping timeout: 276 seconds)
  1303. # [21:54] * Quits: TallTed (~Thud@63.119.36.36) (Ping timeout: 276 seconds)
  1304. # [21:54] * Quits: matjas (uid2247@gateway/web/irccloud.com/x-vtbkzhxwtnnwpfqz) (Ping timeout: 276 seconds)
  1305. # [21:54] * Quits: Kolombiken (~Adium@gateway.creuna.se) (Ping timeout: 276 seconds)
  1306. # [21:54] * Quits: newtron (~newtron@199.71.174.103) (Ping timeout: 276 seconds)
  1307. # [21:54] * Quits: OnlyMax (~OnlyMax@187-126-215-224.user.veloxzone.com.br) (Ping timeout: 276 seconds)
  1308. # [21:54] * Quits: scheib (uid4467@gateway/web/irccloud.com/x-clazodurvjhzgaju) (Ping timeout: 276 seconds)
  1309. # [21:54] * Quits: [[zz]] (~q@node-j7k.pool-101-108.dynamic.totbb.net) (Ping timeout: 276 seconds)
  1310. # [21:54] * Quits: yorick (~yorick@oftn/member/yorick) (Ping timeout: 276 seconds)
  1311. # [21:54] * Quits: dcheng (dcheng@nat/google/x-lmutjhbgyanxfmwy) (Ping timeout: 276 seconds)
  1312. # [21:54] * Joins: newtron (~newtron@199.71.174.103)
  1313. # [21:54] * Quits: ukai_ (ukai@nat/google/x-uwflndqkqzlkazkw) (Ping timeout: 276 seconds)
  1314. # [21:55] <jgraham> Well it stopped working at Opera a couple of years ago iirc
  1315. # [21:55] * Quits: ehsan (~ehsan@66.207.208.98) (Read error: Connection reset by peer)
  1316. # [21:55] <jgraham> Possibly Microsoft are more special, I don't know
  1317. # [21:55] * Joins: ehsan (~ehsan@66.207.208.98)
  1318. # [21:56] * arv_ is now known as arv
  1319. # [21:56] * Quits: Masklinn (~textual@213.219.188.212.adsl.dyn.edpnet.net)
  1320. # [21:56] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1321. # [21:57] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1322. # [21:59] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1323. # [22:00] <Hixie> GPHemsley: that seems to be a print thing. Does that kind of thing happen on the Web?
  1324. # [22:00] * Quits: reyre (~rick@142.204.133.24) (Quit: Leaving)
  1325. # [22:00] <Hixie> gsnedders: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21308 indicates tests that html5lib needs
  1326. # [22:00] * Joins: reyre (~rick@142.204.133.24)
  1327. # [22:02] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  1328. # [22:03] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Read error: Operation timed out)
  1329. # [22:04] * Quits: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net) (Read error: Connection reset by peer)
  1330. # [22:05] * Quits: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: miketaylr)
  1331. # [22:06] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1332. # [22:08] <JonathanNeal> GPHemsley: http://i.imgur.com/bAueHbF.png
  1333. # [22:12] <Hixie> <header> <p class="category">Today in WWW</p> <h1> <strong> &lt;h?>: </strong> Why writing headlines is too hard </h1> <p>Unsure of what to use, developers are now fighting over semantics.</p> </header> <p>It was...
  1334. # [22:13] * Joins: weinig (~weinig@17.114.110.112)
  1335. # [22:15] * Joins: othermaciej (~mjs@17.114.106.157)
  1336. # [22:16] * Joins: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net)
  1337. # [22:17] <TabAtkins> +1
  1338. # [22:19] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  1339. # [22:21] * Joins: ukai_ (ukai@nat/google/x-faoknyxodozaadnl)
  1340. # [22:24] * Quits: JonathanNeal (~JonathanN@38.122.109.194) (Quit: JonathanNeal)
  1341. # [22:24] * Quits: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net) (Quit: sicking)
  1342. # [22:27] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1343. # [22:27] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1344. # [22:28] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1345. # [22:29] * Quits: Ms2ger (~Ms2ger@111.235-64-87.adsl-dyn.isp.belgacom.be) (Quit: nn)
  1346. # [22:32] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 256 seconds)
  1347. # [22:34] * Quits: eric_carlson (~eric@17.212.152.104) (Quit: eric_carlson)
  1348. # [22:35] * Joins: eric_carlson (~eric@17.212.152.104)
  1349. # [22:37] * Joins: jreading (~Adium@50-201-41-253-static.hfc.comcastbusiness.net)
  1350. # [22:37] * Quits: tj_vantoll (~Adium@2607:fad0:32:a03:c535:cf3c:e39c:1c28) (Quit: Leaving.)
  1351. # [22:38] * Joins: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net)
  1352. # [22:39] <tantek> jgraham - perhaps Opera changed their network provider and someone forgot to tell someone at W3C they had new IP addresses.
  1353. # [22:39] <tantek> easily could be one of the things that falls through the cracks
  1354. # [22:41] * Joins: sicking (~sicking@v-1045.fw1.sfo1.mozilla.net)
  1355. # [22:45] * Joins: saba (~foo@unaffiliated/saba)
  1356. # [22:46] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
  1357. # [22:49] * Quits: yodasw16 (~yodasw16@ql1fwhide.rockfin.com) (Quit: yodasw16)
  1358. # [22:52] * Quits: MacTed (~Thud@63.119.36.36)
  1359. # [22:55] * Joins: annevk (~annevk@2.25.62.54)
  1360. # [22:56] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
  1361. # [22:56] * Quits: sgalineau (~sylvaing@sjfw1.adobe.com) (Read error: Connection reset by peer)
  1362. # [23:00] * Joins: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net)
  1363. # [23:00] * Quits: weinig (~weinig@17.114.110.112) (Quit: weinig)
  1364. # [23:00] * Quits: othermaciej (~mjs@17.114.106.157) (Quit: othermaciej)
  1365. # [23:02] * ojan is now known as ojan_away
  1366. # [23:03] * Joins: nimbu1 (~nimbu@sjfw1.adobe.com)
  1367. # [23:03] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1368. # [23:04] * Joins: weinig (~weinig@17.114.110.112)
  1369. # [23:04] * Joins: baku (~baku@2-236-39-253.ip231.fastwebnet.it)
  1370. # [23:04] * Quits: nimbu (~Adium@50-0-136-58.dsl.dynamic.sonic.net) (Ping timeout: 276 seconds)
  1371. # [23:05] * Joins: othermaciej (~mjs@17.114.106.157)
  1372. # [23:05] * Quits: scor (~scor@drupal.org/user/52142/view) (Quit: scor)
  1373. # [23:06] * Quits: chriseppstein (~ceppstei@99-6-85-4.lightspeed.sntcca.sbcglobal.net) (Quit: chriseppstein)
  1374. # [23:07] <Hixie> can someone come up with a case where in the HTML parser, generating a </dd> when you've seen a <dd> and are going through the in-body steps for "dd", will not cause the earlier <dd> to be closed as we hoped before adding foreign content lands?
  1375. # [23:10] * Quits: mygan (~mygan@78-70-166-27-no181.tbcn.telia.com) (Read error: Connection reset by peer)
  1376. # [23:13] * Quits: annevk (~annevk@2.25.62.54) (Remote host closed the connection)
  1377. # [23:14] * Joins: JonathanNeal (~JonathanN@38.122.109.194)
  1378. # [23:14] <JonathanNeal> Same with bylines, in the <header>?
  1379. # [23:15] * Quits: smaug____ (~chatzilla@cs164155.pp.htv.fi) (Ping timeout: 276 seconds)
  1380. # [23:16] <JonathanNeal> <h1>The Chronicals of Naria <strong>The Lion, The Witch, and the Wardrobe</strong></h1> ?
  1381. # [23:16] <Hixie> that one is just an <hgroup>
  1382. # [23:16] <Hixie> <hgroup> <h1>The Chronicals of Narnia</h1> <h2>The Lion, The Witch, and the Wardrobe</h2> </hgroup>
  1383. # [23:16] <Hixie> or actually
  1384. # [23:16] * Quits: yorick_ (~yorick@oftn/member/yorick) (Remote host closed the connection)
  1385. # [23:16] <Hixie> even without the hgroup
  1386. # [23:16] <Hixie> since it's actually a site header followed by a page header
  1387. # [23:17] <Hixie> so just <h1>The Chronicals of Narnia</h1> <h2>The Lion, The Witch, and the Wardrobe</h2>
  1388. # [23:18] * Quits: kinetik (~kinetik@121.99.38.239) (Ping timeout: 240 seconds)
  1389. # [23:19] * Joins: Andreo_ (~Andreo@177.18.126.55)
  1390. # [23:19] * Joins: kinetik (~kinetik@121.99.38.239)
  1391. # [23:21] * Quits: Andreo (~Andreo@177.18.126.55) (Read error: Operation timed out)
  1392. # [23:23] * Joins: smaug____ (~chatzilla@cs164155.pp.htv.fi)
  1393. # [23:24] <JonathanNeal> Hixie: it's a category for the heading, but not the main heading.
  1394. # [23:24] <JonathanNeal> Think, <h2>Flower of the Day</h2><h1>Roses</h1>
  1395. # [23:28] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1396. # [23:28] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1397. # [23:28] * Quits: jernoble (~jernoble@17.212.152.13) (Quit: Textual IRC Client: www.textualapp.com)
  1398. # [23:29] * Quits: Adawerk (~ada@169.241.49.57) (Quit: Leaving)
  1399. # [23:29] * Quits: nimbu1 (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1400. # [23:29] <Hixie> then <hgroup> <h2>Flower of the Day</h2><h1>Roses</h1></hgroup>, probably?
  1401. # [23:29] <Hixie> i'm not familiar with that style on the web
  1402. # [23:30] * Quits: weinig (~weinig@17.114.110.112) (Quit: weinig)
  1403. # [23:32] <JonathanNeal> Interesting, does the <header> accomplish the same thing as <hgroup> or is HGTV getting it a little off? http://www.hgtvgardens.com/perennials/flower-of-the-day-delphinium
  1404. # [23:32] <TabAtkins> <header> doesn't do anything to the outline algorithm.
  1405. # [23:32] <JonathanNeal> Or rather http://viewsource.in/hgtvgardens.com/perennials/flower-of-the-day-delphinium#L316-318
  1406. # [23:32] * Joins: Adawerk (~ada@169.241.49.57)
  1407. # [23:33] * Quits: WeirdAl (~chatzilla@g2spf.ask.info) (Ping timeout: 252 seconds)
  1408. # [23:33] * Quits: Maurice (copyman@5ED573FA.cm-7-6b.dynamic.ziggo.nl)
  1409. # [23:34] * Quits: miketaylr (~miketaylr@50-201-41-253-static.hfc.comcastbusiness.net) (Quit: miketaylr)
  1410. # [23:35] * Joins: sgalineau (~sylvaing@c-98-247-242-151.hsd1.wa.comcast.net)
  1411. # [23:36] * Quits: othermaciej (~mjs@17.114.106.157) (Quit: othermaciej)
  1412. # [23:40] * Joins: matjas (uid2247@gateway/web/irccloud.com/x-mucmrletguuzmvlj)
  1413. # [23:41] * Joins: othermaciej (~mjs@17.114.106.157)
  1414. # [23:43] * Joins: nimbu (~nimbu@sjfw1.adobe.com)
  1415. # [23:44] * Quits: mitemitreski (~mitemitre@212.120.17.179) (Quit: Leaving.)
  1416. # [23:45] * Joins: weinig (~weinig@17.114.110.112)
  1417. # [23:47] * Quits: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com) (Ping timeout: 248 seconds)
  1418. # [23:47] <JonathanNeal> Awesome http://2.bp.blogspot.com/-PrFpbT8fQoo/TwnGjeJSUqI/AAAAAAAAAWc/Sn7mjr-BZ1I/s1600/IMG_0565.JPG
  1419. # [23:48] * Quits: rwaldron (rwaldron@gateway/shell/jquery.com/x-nfjmljxxhvqqvqom) (Ping timeout: 248 seconds)
  1420. # [23:50] * Joins: scheib (uid4467@gateway/web/irccloud.com/x-pwjkrzugygtimbgg)
  1421. # [23:50] <JonathanNeal> I would say that the way the web works has made it harder for websites to implement kickers and reverse order <hgroup> stuff, which is why we see less of them in the wild. The fact that decks and bylines survive is a testimony of their importance as an element of communication.
  1422. # [23:50] * Joins: rwaldron (rwaldron@gateway/shell/jquery.com/x-gflgbuoivqzbfamw)
  1423. # [23:51] <Hixie> JonathanNeal: come now, it's trivial to fake it with <div>s and <span>s
  1424. # [23:51] <JonathanNeal> or <p>s
  1425. # [23:52] <JonathanNeal> I guess the subject was made less trivial when <hgroup> was introduced.
  1426. # [23:53] * Joins: paul_irish (~paul_iris@ve.hsh6wjwx.vesrv.com)
  1427. # [23:54] <JonathanNeal> What i mean by that is, for me the subject was made less trivial. Sorry, I'm still shaking bad communication habits.
  1428. # [23:56] * Quits: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net) (Quit: This computer has gone to sleep)
  1429. # [23:58] * Quits: nimbu (~nimbu@sjfw1.adobe.com) (Quit: Leaving.)
  1430. # [23:58] <JonathanNeal> gsnedders: do you still work on the outliner?
  1431. # [23:58] * Joins: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp)
  1432. # [23:59] * Quits: kochi_home (~kochi_hom@FL1-118-109-238-83.kng.mesh.ad.jp) (Read error: Connection reset by peer)
  1433. # [00:00] * Joins: decotii (~decotii@static-98-116-12-109.nycmny.fios.verizon.net)
  1434. # Session Close: Thu May 30 00:00:00 2013

The end :)