Options:
- # Session Start: Sat May 01 00:00:00 2010
- # Session Ident: #whatwg
- # [00:10] * Quits: lazni (~lazni@123.24.69.115) (Quit: Leaving.)
- # [00:13] <Lachy> sicking, if you're referring to things like meter, progress, hidden="", etc. then I am personally in favour of retaining them. I also believe the rest of us are too
- # [00:13] <Lachy> at least, I've not heard anything from anyone at Opera arguing that the elements or attributes should be dropped.
- # [00:14] <sicking> Lachy: are "the rest of us" enough for me to put on the wiki that "opera has indicated interest" in supporting them?
- # [00:15] <Hixie> wasn't i working for opera when some of those were originally added?
- # [00:15] <Lachy> well, obviously, I can't make an official statement on behalf of opera, but yeah, I think it's fairly safe to say that.
- # [00:16] <Lachy> I think you were
- # [00:16] <Hixie> (not that that really means anything)
- # [00:17] * Quits: roc (~roc@121-72-190-116.dsl.telstraclear.net) (Quit: roc)
- # [00:17] <Lachy> I've been meaning to provide some feedback about the zero-edit change proposal, but haven't got around to it yet
- # [00:18] <Lachy> my problem with it is that it fails to adequately describe the use cases for many of the elements.
- # [00:20] <sicking> Lachy: cool
- # [00:21] * Parts: jamund (~jamund@173-8-91-177-Utah.hfc.comcastbusiness.net)
- # [00:27] * Quits: BlurstOfTimes (~blurstoft@168.203.117.131) (Quit: Leaving...)
- # [00:28] * Joins: KaOSoFt (~KaOSoFt@190.24.156.162)
- # [00:31] * Quits: KaOSoFt (~KaOSoFt@190.24.156.162) (Client Quit)
- # [00:35] <Lachy> sicking, what's mozilla's status with implementing <meter> and <progress>? Are there any plans for those in the near future?
- # [00:36] <Lachy> Or are there plans to implement XBL first, which is somewhat essential for applying advanced styles to those elements.?
- # [00:37] <Lachy> we also need psudo-elements for them, or styling limitations will be one of the biggest problems with them.
- # [00:39] <tabatkins> I need to spend a few hours thinking about the pseudoelems to expose on <progress>, so that later XBL can expose them in a non-magical way.
- # [00:41] * Quits: devc (~devc@190.55.122.105) (Read error: Connection reset by peer)
- # [00:41] * Joins: devc (~devc@190.55.122.105)
- # [00:42] <tabatkins> (or someone else can, of course, but I'll probably do it sometime soon)
- # [00:42] <Hixie> <progress> doesn't really need much, it's <meter> that really needs something
- # [00:42] <Hixie> <progress> you're more likely to do using <canvas> or some such
- # [00:43] <tabatkins> Not necessarily. There are plenty of good, simple uses that are roughly equivalent to the styling needs of <meter>.
- # [00:45] <Lachy> I think progress only needs 1 pseudo-element the highlighted portion.
- # [00:46] <Lachy> meter needs a lot to handle all the different components, from the low point, high point, mid point, highlighted region, optimal point and maybe more. Haven't really thought about it in detail though.
- # [00:48] <Hixie> the more i think of it the more i think both are likely to just be done programmatically (e.g. using canvas)
- # [00:48] <Hixie> rather than with css
- # [00:48] <Hixie> though one might want to parameterise it via css somehow
- # [00:51] <Lachy> My original thoughs were that authors would use XBL templates to replace them with scripted/animated SVG
- # [00:51] <Lachy> but canvas is another likely alternative
- # [00:52] <tabatkins> That would just be <canvas><progress/></canvas>, right?
- # [00:56] <boogyman> tabatkins you're using xhtml syntax
- # [00:56] <tabatkins> No, I'm using pseudocode. ^_^
- # [00:57] * Joins: KaOSoFt (~KaOSoFt@190.24.156.162)
- # [01:01] <Lachy> tabatkins, I don't think that's the best way of dealing with it because doing that way doesn't create a nice, easily reusable component
- # [01:02] * Joins: cying_ (~cying@173-164-164-4-SFBA.hfc.comcastbusiness.net)
- # [01:03] * Quits: svl (~me@ip565744a7.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
- # [01:04] * Quits: FireFly (~firefly@unaffiliated/firefly) (Quit: Hey! Listen!)
- # [01:04] <Lachy> rather, I think it would be something like this <xbl xmlns=...><template><canvas/></template><script>onprogress = function() {...}</script></xbl> (ignore errors in XBL, done from memory), and then that template would be bound to all progress elements in the page
- # [01:05] <tabatkins> Kk.
- # [01:05] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 276 seconds)
- # [01:05] * Quits: cying (~cying@70.90.171.153) (Ping timeout: 240 seconds)
- # [01:05] * cying_ is now known as cying
- # [01:07] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [01:09] <othermaciej> Lachy: I don't think XBL is at all essential to styling <progress> or <meter>
- # [01:09] <othermaciej> Lachy: pseudo-elements should cut it
- # [01:10] <othermaciej> certainly for <progress> and also for many common uses of <meter>
- # [01:10] <Lachy> othermaciej, pseudo-elements can handle simple styling. But if you want more advanced styles, like what canvas or svg can provide, then XBL is better
- # [01:10] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [01:11] <Lachy> CSS with pseudos can basically handle colours, backgrounds, borders and sizes. I would consider much beyond that to be more advanced styles.
- # [01:13] <Lachy> I wonder how CSS transitions would interact with <progress> and <meter> psuedo-elements, if you could use them to specify how to transition between state changes.
- # [01:16] <Hixie> othermaciej: i replied to julian
- # [01:29] * Joins: GarethAdams|Home (~GarethAda@pdpc/supporter/active/GarethAdams)
- # [01:34] <Hixie> woot, i reached zero unread e-mails for the first time since monday!
- # [01:34] <Hixie> so, where was i wish timed tracks
- # [01:35] <theMadness> Lachy, progress and meter *pseudo* elements?
- # [01:36] <tabatkins> theMadness: Pseudos within the progress/meter.
- # [01:36] <tabatkins> So like progress::complete or something.
- # [01:36] <theMadness> Got it.
- # [01:37] <Lachy> theMadness, to be clear, pseudo-element selectors for use in CSS
- # [01:37] <theMadness> Somthing a la meter::stepping allowing us to determine how to transition between states might do it.
- # [01:37] <theMadness> Something a la meter::stepping allowing us to determine how to transition between states might actually prove quite useful.
- # [01:40] * Joins: lazni (~lazni@123.24.69.115)
- # [01:40] <theMadness> Actually I said meter but I was thinking progress.
- # [01:40] <Lachy> theMadness, would probably be done more like progress::complete { transition: width 1s linear; }
- # [01:41] <theMadness> I'm not arguing the syntax, I'll let you experts fight it out. :) But all in all it can (could) be very useful.
- # [01:42] <tabatkins> And with a "width: calc( attr(value,number) / attr(max,number) * 100% )" rule or similar.
- # [01:43] <Lachy> tabatkins, I assume the width would be handled by the UA stylesheet
- # [01:43] <Lachy> or other mechanism.
- # [01:43] <tabatkins> Well, yeah. But if it's in CSS, it would be with a rule like that in the UA stylesheet.
- # [01:43] <tabatkins> Or else magic, yeah.
- # [01:44] <Lachy> Doesn't make much sense to allow authors to overriide that with CSS themselves, cause then they could use that to represent different states, rather than changing the element's attributes
- # [01:44] <theMadness> Yet we should be allowed to mess with it, isn't that the purpose of the whole thing? Like having a meter that fills using a background image positioning, or an opacity thing...
- # [01:44] <tabatkins> They can do that with the XBL bindings to canvas. You won't really be stopping anything.
- # [01:44] <theMadness> Or font size...
- # [01:45] <tabatkins> And nod, there are decent cases for using more than a changing width to represent completion.
- # [01:46] <Lachy> if it's being represented as a bar, as it would by default, then I can't see anything but the width being used.
- # [01:46] <tabatkins> Vertical bar is the simplest counter-example.
- # [01:47] <Lachy> If it were altered to be a circular gauge, like a pressure gauge with a needle, then it would obviously not use width either. But that's something to be handled with SVG/canvas/XBL
- # [01:47] * Quits: devc (~devc@190.55.122.105) (Quit: devc)
- # [01:47] <tabatkins> Pfft. You can totally do that with transforms.
- # [01:48] <theMadness> But it would lose all the semantic weight.
- # [01:48] <Lachy> meter and progress should probably inherit the same magic as <input type=range> for switching between horizontal and vertical bars
- # [01:48] <tabatkins> theMadness: No, doing the rendering with canvas/svg/etc doesn't harm the meaning of the <progress> itself.
- # [01:48] <theMadness> Uhm, what would the syntax edn up being?
- # [01:49] <theMadness> *end
- # [01:49] <Lachy> theMadness, the semantics would be on the <meter> element in the HTML markup. XBL is a technology that allows you do bind a template to an element, like meter, which can then have the appearance of replacing it with something more customised
- # [01:50] <tabatkins> With <canvas>, you can put <progress> as a child. Or you can use XBL to bind an entirely different CSS tree to it.
- # [01:50] <Lachy> XBL isn't implemented by any browser yet though, it has been planned for a long time
- # [01:50] <sicking> Lachy, i'm working on it ;)
- # [01:50] <Lachy> hurry up!
- # [01:50] <sicking> that's actually almost true today
- # [01:50] <sicking> i'll be working on it next week in fact
- # [01:50] * sicking is excited
- # [01:50] <tabatkins> Yay!
- # [01:51] <theMadness> sicking which UA?
- # [01:51] <tabatkins> ff
- # [01:51] <sicking> theMadness: Firefox
- # [01:51] * sicking works for mozilla
- # [01:51] <theMadness> Nice.
- # [01:51] <Lachy> sicking, when do you expect to have experimental build available?
- # [01:51] <theMadness> As a gesture of goodwill I shall scold tabatkins for using the wrong abbreviation. It's FX, foo!
- # [01:52] <tabatkins> Correctness is democratic. ff has been the right abbreviation for a long time, according to the people.
- # [01:52] <theMadness> Yeah but I'm trying to score points here. :)
- # [01:53] <Hixie> man i just can't get over how many fricking subtitle formats there are
- # [01:54] <theMadness> And how none of them is smil.
- # [01:54] <tabatkins> I'm honestly surprised too, considering that every new format needs someone to support it. I'm guessing there are a lot of formats only accepted by a single consumer.
- # [01:54] * Quits: dglazkov (~dglazkov@nat/google/x-jkoexqjlmxfjonor) (Quit: dglazkov)
- # [01:55] <Hixie> these formats are so similar that there's some tools that just have text files that define how to parse a lot of them
- # [01:55] <Hixie> q.v. http://subtitleproc.cvs.sourceforge.net/viewvc/subtitleproc/SubtitleProcessor/data/
- # [01:57] <tabatkins> Yay I get to buy a bike tomorrow morning! Woo!
- # [01:57] * tabatkins is excited about bikes.
- # [01:58] * Hixie recommends a hybrid with hardcase tires
- # [01:58] <tabatkins> I'm getting hardcase tires. Hybrid?
- # [01:58] <Hixie> kind of a cross between a road bike and a mountain bike
- # [01:59] <tabatkins> Why would I need more than just a road bike? I really don't intend to go biking in non-urban environments.
- # [02:00] <Hixie> mountain view is a non-urban environment
- # [02:01] <Hixie> in terms of what bikes expect
- # [02:01] <Hixie> you got pot holes, glass on the floor, tree roots, all kinds of crap
- # [02:01] <Hixie> hybrids are often also termed "commutter bikes"
- # [02:01] <tabatkins> Well, the one I've got my eyes on is a narrow wheel, though not the blade-looking wheels you say on racing bikes.
- # [02:02] <Hixie> (though possibly spelt correctly)
- # [02:02] <tabatkins> s/say/see/
- # [02:02] <Hixie> yeah hybrids are narower than mountain bikes and wider than racing bikes
- # [02:03] <tabatkins> All right, then that's what I'm getting. ^_^ When I talked to the salesman guy, I specifically noted that I'll be using it for commuting.
- # [02:03] <Hixie> http://bicycling.about.com/od/howtoride/a/hybrids.htm
- # [02:04] <Hixie> one difference is the handlebars on a hybrid are like those on a mountain bike, straight, rather than the rounded ones of road bikes
- # [02:04] <tabatkins> Yeah, that's definitely what I'm getting.
- # [02:04] <tabatkins> Basically it just looks like a mountain bike with narrow wheels.
- # [02:04] <Hixie> yeah
- # [02:05] <Hixie> excellent
- # [02:05] <Hixie> :-)
- # [02:05] <tabatkins> Walt's Cycles was a good recommendation, btw.
- # [02:06] <Hixie> cool, glad i could help
- # [02:06] * Quits: cying (~cying@173-164-164-4-SFBA.hfc.comcastbusiness.net) (Quit: cying)
- # [02:09] * Joins: shepazutoo (~schepers@adsl-69-163-174.rmo.bellsouth.net)
- # [02:19] * Joins: cying (~cying@70.90.171.153)
- # [02:23] * Joins: annevk (~annevk@EM114-48-10-140.pool.e-mobile.ne.jp)
- # [02:24] <Hixie> oh my, I've just found a format that makes TTML look positively simple in comparison
- # [02:24] <Hixie> http://guliverkli2.svn.sourceforge.net/viewvc/guliverkli2/src/subtitles/libssf/demo/demo.ssf
- # [02:24] * Joins: beilabs (~beilabs@ppp121-44-52-131.lns20.syd6.internode.on.net)
- # [02:25] * Joins: weinig (~weinig@17.246.19.224)
- # [02:27] * Quits: daedb_ (~daed@78-72-108-100-no178.tbcn.telia.com) (Remote host closed the connection)
- # [02:29] <Hixie> so far i think i can categorise most subtitle formats into one of four categories
- # [02:29] <Hixie> 1. too trivial to be useful
- # [02:29] <Hixie> 2. simple
- # [02:29] <Hixie> 3. far too complicated
- # [02:29] <boogyman> what's the purpose of ttml?
- # [02:29] <Hixie> 4. ludicrously complicated
- # [02:29] <Hixie> most fall into either #1 or #2
- # [02:30] <Hixie> ssf is the only one in #4 so far
- # [02:30] <tabatkins> Oh, wow, that is definitely a #4.
- # [02:30] <Hixie> boogyman: subtitles
- # [02:33] <tabatkins> Also, thumbs up on the engineer headphones.
- # [02:34] <tabatkins> I've gotten far too used to my decade-old gameboy earphones.
- # [02:36] * Quits: carllerche (~carllerch@enginey-9.border1.sfo002.pnap.net) (Quit: carllerche)
- # [02:37] * Quits: ap (~ap@17.246.17.104) (Quit: ap)
- # [02:38] * Quits: dave_levin (~dave_levi@nat/google/x-jdvlfqejqidtzdch) (Quit: dave_levin)
- # [02:39] * Quits: KaOSoFt (~KaOSoFt@190.24.156.162) (Quit: Leaving)
- # [02:46] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- # [02:50] * Quits: cying (~cying@70.90.171.153) (Ping timeout: 240 seconds)
- # [02:56] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [03:07] * Quits: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com) (Quit: leaving)
- # [03:10] <lazni> has anyone tested the html5 doctype on obscure mobile phones?
- # [03:12] <boblet> lazni: I will be later this month (Japanese phones), but haven’t yet
- # [03:12] <lazni> boblet: TIA, I'm just making sure it's compatible there
- # [03:13] <boblet> given how crap their browsers generally are (cHTML), and how rapid the turnover is, and how iPhone really shook things up over here, I’m not too worried about it though
- # [03:13] * Joins: slightlyoff (~slightlyo@nat/google/x-egfmqjvuktacywfr)
- # [03:13] <lazni> 'k
- # [03:13] * Quits: danbri (~danbri@unaffiliated/danbri) (Read error: Connection timed out)
- # [03:13] <lazni> cHTML? crapHTML?
- # [03:13] <lazni> =)
- # [03:14] <boblet> cHTML sites are basically web pre-tables. text formatting and images, baby, with <hr> for hawtness
- # [03:14] <boblet> compact, but may as well be
- # [03:14] <lazni> wow, I'm not old enough to know about cHTML
- # [03:15] * boblet wishes there was a min-font-size property
- # [03:15] * Joins: danbri (~danbri@unaffiliated/danbri)
- # [03:15] <tabatkins> boblet: What are you trying to do?
- # [03:16] <boblet> tabatkins: I’ve hacked bopomofo rendering together to demonstrate for an article on ruby, but due to browser font-size minimums if the base text isn’t huge the bopomofo pops out
- # [03:17] <tabatkins> And you can't just set "ruby { font-size: foo; }"
- # [03:17] <tabatkins> ?
- # [03:17] <boblet> Trying to do this, but with ltr text : http://en.wikipedia.org/wiki/Bopomofo#Writing
- # [03:18] <boblet> tabatkins: you presuppose decent browser support for ruby :|
- # [03:18] <boblet> no one has tackled bopomofo — it’s an i18n train wreck
- # [03:19] <boblet> the CSS3 ruby module passes the buck to the OS
- # [03:19] <tabatkins> Well, true. But hacking CSS to get around bad ruby support seems like a waste of time, when you could equally spend effort getting proper ruby support. ^_^
- # [03:19] <boblet> and no one even implemented it
- # [03:19] <tabatkins> I think Ishida is taking on the Ruby module?
- # [03:19] <theMadness> lazni, if anyone has the tools to do it, it's ppk. Maybe send him a shout?
- # [03:20] <lazni> theMadness: true
- # [03:20] <boblet> tabatkins: that presupposes I had the skillz to help ;) writing about it is the best I can do
- # [03:20] <boblet> yeah I need to email Richard
- # [03:20] <theMadness> We might get a good, informative piece about it.
- # [03:21] * Quits: lazni (~lazni@123.24.69.115) (Quit: Leaving.)
- # [03:21] <boblet> tabatkins: writing for html5doctor on ruby so want to demonstrate bopomofo, and given zero browser support I thought I’d hack it rather than using a design app
- # [03:21] <boblet> no idea how to reorder inline blocksfor Korean though
- # [03:22] <boblet> need to swap the order of base text and ruby text
- # [03:23] <tabatkins> Hrm. Asain writing modes are complex.
- # [03:24] * tabatkins heads out for the weekend.
- # [03:24] <boblet> lol
- # [03:24] <boblet> if anyone is interested here’s bopomofo via font-size and vertical-align: http://oli-studio.com/temp/bopomofo.png
- # [03:25] <boblet> Hixie: you’d like that phrase btw ;-)
- # [03:25] <boblet> (applied with lots of spans)
- # [03:26] <theMadness> That brings me back (I grew up on a steady diet of violent anime)
- # [03:27] <boblet> theMadness: hehe. Chinese anime?
- # [03:27] <theMadness> Nope, mostly fist of the north star.
- # [03:27] <boblet> theMadness: check this: http://redsungamer.com/index.php/site/fotns-taunt-kills/
- # [03:28] <boblet> should take you back :)
- # [03:28] <theMadness> Yeah, also God Hand had a very similar style.
- # [03:28] * Quits: weinig (~weinig@17.246.19.224) (Quit: weinig)
- # [03:28] <theMadness> With a thick tongue-in-cheek undertone, yet.
- # [03:29] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Quit: dglazkov)
- # [03:30] * Quits: othermaciej (~mjs@17.246.17.213) (Quit: othermaciej)
- # [03:35] * Joins: surkov (~surkov@client-65-22.sibtele.com)
- # [03:36] * Quits: annevk (~annevk@EM114-48-10-140.pool.e-mobile.ne.jp) (Read error: Connection reset by peer)
- # [03:37] * Joins: othermaciej (~mjs@17.246.17.213)
- # [03:37] <boblet> ooh interesting! absolute font sizes do scale to illegible — minimum font size only respected for relative
- # [03:38] <boblet> (Chrome)
- # [03:38] * Quits: othermaciej (~mjs@17.246.17.213) (Client Quit)
- # [03:39] <boblet> also seems to change % vertical-align distances
- # [03:41] * Joins: lazni (~lazni@123.24.69.115)
- # [03:51] * Quits: mut (~mut@host86-186-200-191.range86-186.btcentralplus.com) (Ping timeout: 246 seconds)
- # [03:56] * Joins: annevk (~annevk@EM114-48-10-140.pool.e-mobile.ne.jp)
- # [04:00] * Joins: roc (~roc@121-72-204-227.dsl.telstraclear.net)
- # [04:02] <Hixie> i present to you: the longest list of subtitle formats ever written on the internet (as far as I am aware):
- # [04:02] <Hixie> http://wiki.whatwg.org/wiki/Timed_track_formats
- # [04:03] * boblet applauds Hixie’s ocd-level dedication
- # [04:03] <boblet> that’s a list, all right
- # [04:03] <boblet> yikes
- # [04:03] <Hixie> if anyone can out-google-fu my attempts at finding information about the sections marked "Couldn't find a specification for this format" or the like, please let me know
- # [04:03] <Hixie> consider it a challenge
- # [04:03] <Hixie> i'm looking for, in order of preference:
- # [04:03] <Hixie> 1. formal specs
- # [04:03] <Hixie> 2. word-of-mouth specs
- # [04:04] <Hixie> 3. examples files
- # [04:04] <Hixie> 4. rumours
- # [04:05] <boblet> Hixie: any Japanese ones? I might have luck there
- # [04:05] <Hixie> no idea, that's the problem :-)
- # [04:05] <boblet> har
- # [04:05] <boblet> will check :)
- # [04:05] * Quits: annevk (~annevk@EM114-48-10-140.pool.e-mobile.ne.jp) (Ping timeout: 276 seconds)
- # [04:06] <Hixie> thanks :-)
- # [04:14] * Joins: devc (~devc@190.55.122.105)
- # [04:17] * Quits: devc (~devc@190.55.122.105) (Client Quit)
- # [04:17] <boblet> Hixie: http://en.wikipedia.org/wiki/Broadcast_Markup_Language ?
- # [04:25] * Quits: beilabs (~beilabs@ppp121-44-52-131.lns20.syd6.internode.on.net) (Ping timeout: 252 seconds)
- # [04:26] <boblet> spec name is ARIB STD-B24. ARIB is the Association of Radio Industries and Businesses http://www.arib.or.jp/english/index.html
- # [04:27] * Joins: beilabs (~beilabs@ppp121-44-52-131.lns20.syd6.internode.on.net)
- # [04:32] * Quits: beilabs (~beilabs@ppp121-44-52-131.lns20.syd6.internode.on.net) (Remote host closed the connection)
- # [04:36] <boblet> just skimmed “STRUCTURE AND OPERATION OF CLOSED CAPTION DATA CONVEYED BY ANCILLARY DATA PACKETS, ARIB STANDARD, ARIB STD-B37 VERSION 2.4-E1” … water … someone [gasp]
- # [04:46] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [04:46] * Quits: miketaylr (~miketaylr@24.42.95.234) (Excess Flood)
- # [04:46] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [04:47] * Quits: Morphous (jan@unaffiliated/amorphous) (Ping timeout: 240 seconds)
- # [04:49] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 252 seconds)
- # [04:50] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [04:52] <theMadness> wth is #ih5?
- # [04:55] <miketaylr> looks like it's a hashtag for @rem and @brucel's introducing html5 book
- # [04:56] <Hixie> boblet: is that a subtitle-related format?
- # [04:57] * Quits: michaeln (~michaeln@nat/google/x-yivkptaorccpsqkk) (Quit: Leaving.)
- # [04:57] * Quits: surkov (~surkov@client-65-22.sibtele.com) (Quit: surkov)
- # [04:57] <boblet> Hixie: it seems there’s an XHTML-based format for subtitles in there, but the specs are somewhat … obtuse
- # [04:57] <boblet> <!DOCTYPE bml PUBLIC "-//ARIB//DTD BML x.y//JA" http://www.arib.or.jp/B24/DTD/bml_x_y.dtd"> (dtd is 404)
- # [04:57] <boblet> should have something worth showing you soon…
- # [04:58] <boblet> me curses PDFs
- # [04:58] <Hixie> heh
- # [04:58] * Quits: Bored` (~420@70.40.158.63) (Quit: .)
- # [05:02] * Joins: Morphous (jan@unaffiliated/amorphous)
- # [05:06] <boblet> I just _love_ 100+ page specs which jump from DTDs to memory addressing
- # [05:06] <boblet> woops, my mistake. *1000+* page specs
- # [05:11] <boblet> in an alternate universe which recreates a modified subset pretty much the entire web stack. a scary alternate universe
- # [05:16] * Quits: slightlyoff (~slightlyo@nat/google/x-egfmqjvuktacywfr) (Quit: slightlyoff)
- # [05:22] * Quits: JoePeck (~jjp@2620:0:1b00:1f08:fa1e:dfff:fed9:b9a) (Quit: -)
- # [05:28] * Quits: jwalden (~waldo@nat/mozilla/x-clpmrkmznfjcfzat) (Quit: homeward bound)
- # [05:32] * Joins: nessy (~Adium@124-170-18-159.dyn.iinet.net.au)
- # [05:34] <boblet> Hixie: I give up. the Japanese digital TV standard ARIB STD-B24 appears to encode captions using an XML-based modified version of XHTML, but I can’t find any y’know examples.
- # [05:35] <Hixie> boblet: well that's a start... can you add a section to that page just mentioning that?
- # [05:35] <boblet> Hixie: http://www.arib.or.jp/english/html/overview/doc/6-STD-B24v5_2-1p3-E1.pdf Part 3 of this PDF (PDF page 157, written as p139) has TOC for “Coding of caption and superimpose” section
- # [05:35] <Hixie> it's more than i have for some of the others!
- # [05:36] * Parts: lazni (~lazni@123.24.69.115)
- # [05:36] * Joins: lazni (~lazni@123.24.69.115)
- # [05:36] <boblet> ohh believe me, in this case it may not be a good thing
- # [05:37] <Hixie> why not?
- # [05:38] <boblet> Hixie: http://www.arib.or.jp/english/html/overview/doc/6-STD-B24v5_2-2p3-2-E1.pdf Appendix 1 (PDF page 13) defines the operational guidelines of B-XML documents
- # [05:38] <boblet> in a word, verbiage
- # [05:39] <Hixie> well i added it
- # [05:39] <Hixie> "XML-based" is all i wrote :-)
- # [05:40] <theMadness> boblet, I can't tell you how unsettling is the combination of "human centered" and the image of huge knives.
- # [05:40] <boblet> it’s basically an entire browser spec; XHTML-based custom XML, subset of CSS
- # [05:40] <theMadness> I mean here http://oli-studio.com/images/knives.jpg
- # [05:40] <boblet> theMadness: har!
- # [05:40] <boblet> I really need to do something about that huh
- # [05:40] <boblet> http://oli.jp/ is the one I’ve actually updated since … 2005
- # [05:40] <boblet> :X
- # [05:40] <boblet> woops
- # [05:41] <Hixie> the stuff in part 3 seems to be a binary format
- # [05:41] <boblet> I guess :| then
- # [05:41] <theMadness> Backtracked it from the image you posted earlier.
- # [05:41] <nessy> are you looking at binary formats, too Hixie?
- # [05:41] <Hixie> i'm looking at everything
- # [05:42] <nessy> oh!
- # [05:42] <nessy> you got EBU then?
- # [05:42] <Hixie> Under "EBU STL" I just have "Couldn't find a specification for this format. Appears to be a binary format." :-)
- # [05:42] <nessy> standard on European TV
- # [05:42] <boblet> Hixie: huh. well I have no idea what this exquisitely detailed spec is actually for then. great detail in the definition, but what does it mean?
- # [05:42] <Hixie> boblet: yeah beats me
- # [05:43] <nessy> ah - I think I might have a copy floating around - it's binary and it's covered by some standard body you have to pay for the spec
- # [05:44] <Hixie> well that's pretty much all we need to know, so good :-)
- # [05:44] <Hixie> boblet: i changed it to "Apparently XML-based and/or binary based. Unclear. Appears to be rather complicated." :-)
- # [05:44] <boblet> lol
- # [05:44] <Hixie> nessy: i haven't seen any reason to use a binary format, so i doubt we'll use one; i'm just trying to be thorough
- # [05:44] <boblet> thank science I found the English translation — was looking at the Japanese version to start with >_<
- # [05:45] <boblet> aargh!
- # [05:45] <nessy> Hixie: glad about that!
- # [05:45] <boblet> that is not the emoticon you are searching for
- # [05:45] <nessy> binary doesn't make sense in the Web context
- # [05:45] <Hixie> not for this kind of thing, no
- # [05:46] <Hixie> boblet: was the japanese one no clearer?
- # [05:47] <boblet> Hixie: pretty direct translation, so for me the Japanese one was just scary
- # [05:47] <boblet> so is the English one actually, so even more scary ;-)
- # [05:47] <nessy> just came across this list of subtitle formats - http://autocaption.com/resource_specifications_format_list.html <- scarily long!
- # [05:48] <Hixie> holy cow, they have a longer list than i do!
- # [05:48] <Hixie> ok to be fair their list is kind of a lie
- # [05:48] <Hixie> e.g. PAC and RAC are essentially the same
- # [05:48] <Hixie> yet they list them separately
- # [05:48] <boblet> nessy wins the internets!
- # [05:49] <nessy> unfortunately that list is useless without links to specs
- # [05:50] <boblet> Hixie: looks like STD-B24 is multimedia (including captions) ”The Appendix 2 contains the operational guidelines for implementing basic services by using the XML-based multimedia coding scheme specification responsible for the data broadcasting scheme”
- # [05:50] <boblet> so HDTV with whatever you want overlaid
- # [05:52] <nessy> archive.org is awesome - here's the spec of EBU STL: http://web.archive.org/web/20060927230537/http://www.ebu.ch/CMSimages/en/tec_doc_t3264_tcm6-10528.pdf
- # [05:53] <boblet> also for sending to mobile phones with 1-seg (digital tv for mobile phones), over the net (I guess for net TV)
- # [05:53] <nessy> I once implemented a parser for it - it's not very difficult
- # [05:54] <nessy> it includes italics, underline and boxing for styling - no bold
- # [05:54] <nessy> very basic
- # [05:54] <boblet> Hixie: if you need more detail on this, ping me in a week and I’ll call them. It’d be the fastest way to find out a sample subtitle doc (public holiday until Thurs tho)
- # [05:55] <boblet> Hixie: more useful page refs in 6-STD-B24v5_2-2p3-2-E1.pdf…
- # [05:55] <nessy> that's a along public holiday!
- # [05:56] <Hixie> boblet: nah, i think we have all we need on that one, thanks
- # [05:56] <boblet> p187 BML element subset of XHTML
- # [05:56] <boblet> p195 BML CSS2 properties subset
- # [05:56] <boblet> aah ok
- # [05:56] <boblet> hth eh :)
- # [05:57] * Quits: sicking (~chatzilla@adsl-99-24-216-224.dsl.pltn13.sbcglobal.net) (Ping timeout: 276 seconds)
- # [05:57] <Hixie> indeed, thanks!
- # [06:01] <theMadness> http://dev.w3.org/html5/markup/ is getting cuter by the day.
- # [06:03] <boblet> nessy: that’s why they call it *Golden* week ;-)
- # [06:04] <nessy> can I have Golden Week, too, plz thx
- # [06:04] <nessy> (you just need to find an appropriate lol-cat for it ;)
- # [06:08] * Joins: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net)
- # [06:11] <theMadness> Finding a japanese cat with a golden coin shouldn't be too hard.
- # [06:12] * Quits: dglazkov (~dglazkov@75-37-194-175.lightspeed.lsatca.sbcglobal.net) (Client Quit)
- # [06:13] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Read error: Connection reset by peer)
- # [06:13] <boblet> Hixie: one page down on http://www.urusoft.net/products.php?cat=vp&lang=1
- # [06:13] <boblet> “59 supported formats”
- # [06:13] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [06:17] <boblet> also http://www.eztitles.com/index.php?page=48 and http://captionmax.com/services/tape-delivery-formats/
- # [06:17] <boblet> gotta eat now, sorry :)
- # [06:17] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Ping timeout: 252 seconds)
- # [06:25] <boblet> DVD Maestro (now obsolete) used Maestro (.son/.spf) image-based subtitles apparently. here’s a code snippet: http://www.xucker.jpn.org/extension/son.html
- # [06:25] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [06:25] <boblet> another one to add to the other formats list
- # [06:43] * Joins: alt-dot-net-geek (~alt-dot-n@adsl-156-37-246.mem.bellsouth.net)
- # [06:49] * Joins: JonathanNeal_ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [06:50] * Quits: roc (~roc@121-72-204-227.dsl.telstraclear.net) (Quit: roc)
- # [06:52] * Quits: alt-dot-net-geek (~alt-dot-n@adsl-156-37-246.mem.bellsouth.net) (Quit: Leaving)
- # [06:53] * Quits: JonathanNeal (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 264 seconds)
- # [06:56] * Joins: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net)
- # [07:11] * Quits: miketaylr (~miketaylr@24.42.95.234) (Ping timeout: 264 seconds)
- # [07:13] * Quits: drunknbass (~drunknbas@cpe-76-173-195-145.socal.res.rr.com) (Ping timeout: 248 seconds)
- # [07:17] <wycats> Hixie: http://yehudakatz.com/2010/04/30/the-web-doesnt-suck-browsers-are-innovating
- # [07:17] <wycats> http://twitter.com/joehewitt/status/13172424641
- # [07:26] * Quits: lazni (~lazni@123.24.69.115) (Ping timeout: 240 seconds)
- # [07:32] * Quits: ojan (~ojan@nat/google/x-xlnsyerbmsrbiyzm) (Ping timeout: 248 seconds)
- # [07:35] * Joins: devc (~devc@190.55.122.105)
- # [07:36] <kennyluck> boblet, I am interested in the bopomofo thing, since I am a Taiwanese. Is there any thing I can help?
- # [07:37] * Joins: jlebar (~jlebar@128.12.22.184)
- # [07:38] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [07:40] <boblet> kennyluck: I’d be really interested in examples of content on the web using bopomofo, especially if it uses ruby
- # [07:41] <boblet> kennyluck: apart from that some photos of bopomofo in real life would be great, to get an idea of typical formatting
- # [07:41] <kennyluck> boblet, I asked this question to my Chinese friends once, but I am afraid there might be no examples.
- # [07:41] <boblet> kennyluck: did you see the screenshot I posted? any mistakes?
- # [07:41] <kennyluck> Hmm... I can certainly get some pictures.
- # [07:42] <kennyluck> Yes, well not presentational ones, but a logical one.
- # [07:42] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [07:42] <boblet> please tell me
- # [07:42] <kennyluck> The characters are in simplified Chinese, where bopomofo is usually for traditional Chinese. :)
- # [07:42] <boblet> (it’s hard to make examples in a language you don’t understand ;-) )
- # [07:43] * Joins: boogyman__ (~boogy@cpe-173-168-233-248.tampabay.res.rr.com)
- # [07:43] <kennyluck> boblet
- # [07:43] * Quits: boogyman__ (~boogy@cpe-173-168-233-248.tampabay.res.rr.com) (Client Quit)
- # [07:43] <boblet> can you tell me the traditional Chinese characters? also is the bopomofo correct?
- # [07:43] * Quits: wycats (~wycats@enginey-9.border1.sfo002.pnap.net) (Quit: wycats)
- # [07:44] <kennyluck> Hmm... the traditional character for the third one is 無
- # [07:44] <kennyluck> Also, I guess usually the bopomofo would be vertically aligned.
- # [07:45] * Joins: lazni (~lazni@123.24.69.115)
- # [07:45] <kennyluck> I mean, for example, the bopomofo for the fifth character should be put down a little bit, so that it's in the middle, boblet.
- # [07:46] <boblet> kennyluck: damn, I thought you might say that :)
- # [07:46] <kennyluck> :)
- # [07:46] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 276 seconds)
- # [07:46] <boblet> wow, surprised 無 became 无
- # [07:46] <kennyluck> huh? what do you mean, boblet?
- # [07:47] <kennyluck> Are you using piying for typing, maybe?
- # [07:47] <boblet> “the traditional character for the third one is 無” ? you mean 无 → 無 right?
- # [07:47] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Ping timeout: 276 seconds)
- # [07:47] <kennyluck> Yup
- # [07:48] <boblet> kennyluck: no, c&p from http://en.wikiquote.org/wiki/Chinese_proverbs
- # [07:48] <kennyluck> Ah, I see. Simplified Chinese is much more popular obviously.
- # [07:49] * Quits: devc (~devc@190.55.122.105) (Ping timeout: 264 seconds)
- # [07:52] * Joins: devc (~devc@190.55.122.105)
- # [07:52] * Quits: wakaba_ (~wakaba@181.63.138.58.dy.bbexcite.jp) (Quit: Leaving...)
- # [07:52] <kennyluck> boblet, a picture of a children newspaper in Taiwan: http://wss.djes.tp.edu.tw/report/Lists/Photos/951222%E5%9C%8B%E8%AA%9E%E6%97%A5%E5%A0%B1/%E5%9C%8B%E8%AA%9E%E6%97%A5%E5%A0%B1.jpg
- # [07:53] <kennyluck> Unlike in Japan, bopomofo is for children, so there would rarely be any examples.
- # [07:55] <boblet> updated pic http://oli-studio.com/temp/bopomofo.png looking ok now?
- # [07:55] * Joins: Traveler8 (~traveler@host103-219-dynamic.25-79-r.retail.telecomitalia.it)
- # [07:55] <Traveler8> hi
- # [07:55] <Traveler8> Is it ok if I use a heading inside an ul?
- # [07:55] <boblet> Traveler8: only if it’s inside a li element
- # [07:55] <Traveler8> like <ul><h2>title</h2><li>some text</li></ul>
- # [07:56] <Traveler8> so then I have to use a <p> for the other li?
- # [07:56] <kennyluck> oops, sorry again, boble, but 难 → 難. The alignment looks great!
- # [07:56] <kennyluck> boblet
- # [07:56] <boblet> Traveler8: nope. split your lists and put headings between, make ‘rich’ list items (eg <li><h2>…</h2><p>…</p></li>) or nest lists
- # [07:57] <Traveler8> i see
- # [07:57] <Traveler8> yeah that makes a lot of sense
- # [07:57] <boblet> Traveler8: be wary of using lists for formatting though. start by looking at your content and deciding what each piece is. work out styling/CSS *after* markup
- # [07:57] <boblet> kennyluck: thanks…
- # [08:00] * Joins: rauchg (~rauchg@190.225.68.93)
- # [08:00] <boblet> kennyluck: btw I’d say that furigana is for kids too, as there aren’t many kanji outside the 3000~ recommended ones used in mainstream media. although no argument that Chinese readers can definitely claim superiority in the kanji reading dept ;-)
- # [08:01] <Traveler8> what if i use <ul><h2></h2><li></li></ul>
- # [08:01] <boblet> kennyluck: ok, final check please!
- # [08:01] <boblet> Traveler8: you said that already
- # [08:01] <Traveler8> oh right lol
- # [08:01] <Traveler8> sorry
- # [08:01] <boblet> alternately try it and c&p into a validator
- # [08:02] <kennyluck> boblet, perfect now.
- # [08:02] * Quits: Traveler8 (~traveler@host103-219-dynamic.25-79-r.retail.telecomitalia.it) (Quit: Java user signed off)
- # [08:02] <boblet> kennyluck: sweet. any larger examples of bopomofo? eg kids’ flashcards or something… ideally something culturally cool like a popular manga or something
- # [08:03] <kennyluck> boblet, I simply wanted to say I would never see a bopomofo on a newspaper or a novel, so the need for ruby is little. But sometimes you still see furigana in a novel if the character's name is too unusual.
- # [08:03] <kennyluck> Hmm..
- # [08:03] <boblet> kennyluck: true true
- # [08:04] <kennyluck> I can't remember seeing bopomofo on a manga.
- # [08:04] <boblet> my pinyin example is talking about Grass Mud Horse (草泥馬) so I’d prefer to not be too boring with bopomofo ;-)
- # [08:04] <kennyluck> Is that a child story? I am not to familiar with all the literature stuff :)
- # [08:05] <kennyluck> s/to/that/
- # [08:05] <boblet> http://en.wikipedia.org/wiki/Grass_mud_horse (a little texturally NSFW)
- # [08:06] <kennyluck> lol, I see what this is now. Mainland Chinsese people are certainly creative.
- # [08:07] <boblet> oh gotta go. bbl — kennyluck leave anything for me and I’ll check when I get back (ruby article to publish on http://html5doctor.com soon)
- # [08:07] <kennyluck> Ok, cool!
- # [08:07] <boblet> kennyluck: lol. indeed!
- # [08:15] <kennyluck> boblet, I am a bit interested in how ruby deals with the case that you use bopomofo for writing and not just for annotating Chinese characters. Such as in http://pic.pimg.tw/hinlin/4b2f1500b2a23.jpg
- # [08:17] <kennyluck> I mean, is there ruby use case for *grouping* characters. Japanese and Chinese don't use space for splitting character groups, you know.
- # [08:23] * Quits: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net) (Quit: Rik`)
- # [08:25] * Joins: Rik` (~Rik`@pha75-2-81-57-187-57.fbx.proxad.net)
- # [08:37] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Ping timeout: 245 seconds)
- # [08:39] * Quits: Lachy (~Lachlan@85.196.122.246) (Quit: Leaving)
- # [08:40] * Joins: Lachy (~Lachlan@85.196.122.246)
- # [08:44] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [08:44] * Quits: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net) (Client Quit)
- # [08:53] <boblet> kennyluck: interesting—hadn’t thought of that, as Japanese (what I’m familiar with) generally separates by the change from kanji to kana. Japanese childrens’ books with no kanji separate hiragana words using spaces
- # [08:53] <boblet> kennyluck: also I think your use case is probably not applicable for ruby, as ruby is about annotating base text with ruby text, and if you only use bopomofo there’s not base/ruby text distinction
- # [08:55] <boblet> kennyluck: if you can please tell me more about what you’d like to do for grouping characters, how you’d use it, and give some links to examples of this ‘in the wild’ (if possible)
- # [09:00] * Joins: surkov (~surkov@client-65-22.sibtele.com)
- # [09:02] <kennyluck> boblet, well, huh, I am not familiar with Ruby, just wonder whether this will be a use case so that the space separating words would be automatically generated by a custom CSS style sheet or something.
- # [09:04] <boblet> kennyluck: the easiest way would be using the space bar to add spaces ;-)
- # [09:04] <kennyluck> :)
- # [09:05] <kennyluck> boblet, I agree with you (ref. this is irrelevant to Ruby). But...what about the character for annotating pronunciation in bopomofo? I thought this is a case for double ruby?
- # [09:06] <kennyluck> Or complex ruby is the right term?
- # [09:06] <boblet> if we only have kanji and bopomofo then simple ruby should be enough
- # [09:08] <boblet> if we have kanji, bopomofo and pinyin then nested simple ruby will probably be enough
- # [09:09] <boblet> atm the only thing complex ruby would help with is Korean, which has ruby text *before* base text, and base text is in brackets (opposite to normal)
- # [09:13] * Joins: wycats (~wycats@c-69-181-216-213.hsd1.ca.comcast.net)
- # [09:14] <boblet> kennyluck: does that sound good? or is there something else you want to do?
- # [09:15] <kennyluck> boblet, I am now investigating into the CSS writing-mode attribute to see how it looks if all the characters are bopomofo.
- # [09:16] <kennyluck> And the writing-mode vertical.
- # [09:16] <boblet> kennyluck: only works in IE. IE8 is best
- # [09:16] <kennyluck> OK, gave up. I am in Mac osX.
- # [09:16] <kennyluck> sigh.
- # [09:17] <boblet> kennyluck: still, nice that IE actually supports something eh :)
- # [09:17] <boblet> kennyluck: but if you have comments on how you think it *should* work, that would be good too!
- # [09:18] <kennyluck> Yeah, I think MS people do care about the those i18 stuff. MSDN pages are always language content negotiate able.
- # [09:18] <kennyluck> Don't know, I have to make examples to see how messy it is if all the characters are bopomofo
- # [09:18] * Joins: JoePeck (~jjp@c-24-130-200-51.hsd1.ca.comcast.net)
- # [09:19] <kennyluck> Well, it's irrelevant to Ruby, I suppose.
- # [09:20] <kennyluck> I thought the tone mark was made by Ruby annotation, but it's not, it seems.
- # [09:20] <kennyluck> I mean, alignment of the tone mark.
- # [09:20] <boblet> kennyluck: that screenshot was faked using CSS
- # [09:20] <kennyluck> Note: The Bopomofo transcription is written in the normal way as part of the ruby text. The user agent is responsible for ensuring the correct relative alignment and positioning of the glyphs, including those corresponding to the tone marks, when displaying as vertical ruby. ( from w3c CSS3 ruby module)
- # [09:21] <boblet> yep, that’s one of the issues W3 Style WG was having problems with
- # [09:22] <boblet> OSes don’t provide that framework atm, and it’s a lot for a UA to provide
- # [09:22] <boblet> afaik
- # [09:28] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [09:34] * Joins: JonathanNeal__ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [09:37] * Quits: JonathanNeal_ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [09:40] * Parts: lazni (~lazni@123.24.69.115)
- # [09:43] <theMadness> Sigh, hbo still does browser sniffing.
- # [09:44] <Lachy> Sigh. :-( http://yro.slashdot.org/story/10/04/30/237238/Steve-Jobs-Hints-At-Theora-Lawsuit
- # [09:47] <theMadness> It's the png/gif debacle all over again.
- # [09:48] <Lachy> yeah, but significantly worse if any comes of it
- # [09:48] <Lachy> At least with GIF, IIRC, the patents only covered the encoding process, which is why browsers could ship the GIF decoders
- # [09:48] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [09:48] * Joins: myakura (~myakura@p2062-ipbf37marunouchi.tokyo.ocn.ne.jp)
- # [09:50] <theMadness> And with video people is probably willing to host 2 copies of the encoding.
- # [09:51] <theMadness> Possibly both the formats will be in the spec as recommendations.
- # [09:54] <Lachy> http://arstechnica.com/microsoft/news/2010/04/html5-video-in-internet-explorer-9-h264-and-h264-alone.ars
- # [09:54] <theMadness> Windows 7 already has some sort of support for it.
- # [09:55] <theMadness> Nice summary article tho.
- # [09:57] <theMadness> but there's nothing preventing Google from producing a VP8 plugin for Media Foundation, for example. -- heck, they did chrome frame, that should be a cakewalk in comparison.
- # [09:58] * Joins: maikmerten (~maikmerte@port-92-201-68-114.dynamic.qsc.de)
- # [10:01] <theMadness> Also, h264 needs a way more marketable name.
- # [10:01] <theMadness> It sounds like a very weird strand of influenza.
- # [10:02] * Quits: Peter` (~peter@171-20.ftth.alicecomfortplus.nl)
- # [10:08] <nessy> Theora's name is not much better ;)
- # [10:08] <theMadness> At least I can remember that. :/
- # [10:09] <nessy> but honestly - I don't understand how Steve Jobs can stand up and honestly declare there is a patent pool being put together against Theora, unless he is part of it or knows of something happening - unless of course it's MPEG-LA putting the pool together - that would be active combat then opposed to FUD only - I doubt they will actually go there - might lose them their FUD advantage!
- # [10:15] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 260 seconds)
- # [10:16] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [10:32] * Quits: jwalden (~waldo@c-71-202-165-226.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2/20100122095031])
- # [10:51] * Joins: ROBOd (~robod@109.96.217.43)
- # [10:51] * Quits: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net) (Quit: othermaciej)
- # [11:01] * Parts: Creap (~jacob@jacobrask.net)
- # [11:04] * Quits: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [11:23] * Joins: devc_ (~devc@190.55.122.105)
- # [11:23] * Quits: devc (~devc@190.55.122.105) (Read error: Connection reset by peer)
- # [11:26] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [11:27] * Joins: yutak_home (~kee@N038037.ppp.dion.ne.jp)
- # [11:34] * Joins: Maurice (copyman@5ED573FA.cable.ziggo.nl)
- # [11:36] * Joins: micheil (~micheil@124-170-80-9.dyn.iinet.net.au)
- # [11:37] * Joins: JonathanNeal_ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net)
- # [11:41] * Quits: JonathanNeal__ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Ping timeout: 260 seconds)
- # [11:43] * Quits: JoePeck (~jjp@c-24-130-200-51.hsd1.ca.comcast.net) (Quit: -)
- # [11:43] * Quits: rauchg (~rauchg@190.225.68.93) (Quit: rauchg)
- # [11:51] * Joins: roc (~roc@121-72-204-227.dsl.telstraclear.net)
- # [12:11] * Joins: FireFly (~firefly@unaffiliated/firefly)
- # [12:26] * Joins: micheil_mbp (~micheil@124-170-199-62.dyn.iinet.net.au)
- # [12:29] * Quits: micheil (~micheil@124-170-80-9.dyn.iinet.net.au) (Ping timeout: 276 seconds)
- # [12:29] * micheil_mbp is now known as micheil
- # [12:37] * Joins: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com)
- # [13:12] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com) (Quit: Leaving)
- # [13:31] * Joins: daedb (~daed@78-72-108-100-no178.tbcn.telia.com)
- # [13:36] * Quits: Heimidal (~heimidal@unaffiliated/heimidal) (Remote host closed the connection)
- # [13:42] * Quits: ivan` (~ivan@unaffiliated/ivan/x-000001) (Quit: Coyote finally caught me)
- # [13:42] * Joins: ivan` (~ivan@unaffiliated/ivan/x-000001)
- # [13:48] * Joins: svl (~me@ip565744a7.direct-adsl.nl)
- # [13:53] * Joins: rauchg (~rauchg@190.225.68.93)
- # [14:13] * Quits: webben (~benjamin@173-45-238-110.slicehost.net) (Ping timeout: 240 seconds)
- # [14:23] * Quits: devc_ (~devc@190.55.122.105) (Read error: Connection reset by peer)
- # [14:34] * Quits: peol (~andree@unaffiliated/peol) (Remote host closed the connection)
- # [14:42] <Dashiva> "With the adoption of RDFa, we're seeing a very sharp up-tick in the use of xmlns: and Facebook has furthered this by requiring the "fb" namespace in Facebook application markup."
- # [14:42] <Dashiva> Why don't we just make prefixes significant already...
- # [14:44] * Quits: yutak_home (~kee@N038037.ppp.dion.ne.jp) (Quit: Ex-Chat)
- # [14:51] <Lachy> nessy, I wouldn't underestimate the greed and anti-competitive goals of the MPEG-LA. It's their goal to ensure that their codecs are the most widely used, and to stifle innovation and prevent competition in any way they can.
- # [14:51] <Lachy> I'm quite sure that the members are searching through their patent portfolios to do anything they can to prevent competition from Theora
- # [14:52] <nessy> sure, but I haven't seen MPEG-LA themselves attacking ppl - they are mostly there to collect licensing fees
- # [14:52] <nessy> royalties
- # [14:55] <Lachy> I expect that's what they plan to do with Theora too, if they put together a patent pool
- # [14:56] <Dashiva> Goalposts shifting at the speed of a CPU...
- # [14:56] <Lachy> though, it really depends on so many factors and the validity of the patents could be in question, if the In re Bilski supreme court case comes back with the only sensible verdict against software patents
- # [14:56] <Dashiva> "These new elements won't be implemented" becomes "They don't do anything useful anyway" returning to "We don't need them because of script libraries"
- # [14:58] <Dashiva> It's like that story of the borrowed kettle
- # [14:58] <Lachy> what story of the borrowed kettle?
- # [14:59] <Dashiva> (1) I never borrowed a kettle from you, (2) I returned it to you unbroken, (3) the kettle was already broken when I got it from you.
- # [15:04] * Quits: surkov (~surkov@client-65-22.sibtele.com) (Quit: surkov)
- # [15:09] <Dashiva> What is the sound of progress not happening?
- # [15:13] * Joins: jlebar_ (~jlebar@128.12.22.184)
- # [15:14] * Quits: jlebar (~jlebar@128.12.22.184) (Ping timeout: 248 seconds)
- # [15:15] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [15:15] * Quits: miketaylr (~miketaylr@24.42.95.234) (Excess Flood)
- # [15:15] * Joins: miketaylr (~miketaylr@24.42.95.234)
- # [15:15] * Quits: miketaylr (~miketaylr@24.42.95.234) (Remote host closed the connection)
- # [15:27] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [15:30] * Quits: wycats (~wycats@c-69-181-216-213.hsd1.ca.comcast.net) (Quit: wycats)
- # [15:45] * Joins: webben (~benjamin@173-203-84-17.static.cloud-ips.com)
- # [15:51] <nessy> Lachy: Theora is not the same as MPEG codecs - the MPEG codecs are deliberately developed to include patents from companies and at the end companies put up their hand to claim their stake already knowing they have their stuff in it; a Theora patent pool developed by MPEG-LA would require companies to care enough to determine that Theora actually uses their patents, then get together with other companies to agree on a patent pool; this would ne
- # [15:56] * Quits: nessy (~Adium@124-170-18-159.dyn.iinet.net.au) (Quit: Leaving.)
- # [15:59] * Joins: devc (~devc@190.55.122.105)
- # [16:43] * Joins: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net)
- # [16:49] * Quits: paul_irish (~paul_iris@c-71-192-163-128.hsd1.nh.comcast.net) (Remote host closed the connection)
- # [17:12] * Joins: lazni (~lazni@123.24.69.115)
- # [17:17] <boblet> anyone involved in Webkit awake? I have a ruby implementation question (what’s the magic sauce)
- # [17:35] * Joins: paul_irish_ (~paul_iris@64.119.159.231)
- # [17:39] * Joins: annevk (~annevk@EM114-48-18-186.pool.e-mobile.ne.jp)
- # [17:52] * Joins: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com)
- # [17:54] * paul_irish_ is now known as paul_irish
- # [17:56] * Joins: maikmerten_ (~maikmerte@port-92-201-11-54.dynamic.qsc.de)
- # [17:58] * Quits: maikmerten (~maikmerte@port-92-201-68-114.dynamic.qsc.de) (Ping timeout: 260 seconds)
- # [17:59] <annevk> 1400 packages
- # [17:59] <annevk> mu
- # [18:00] * Joins: dbaron (~dbaron@c-98-234-51-190.hsd1.ca.comcast.net)
- # [18:00] * Joins: JohnnyAmerica (~Simon@213-64-113-37-no97.tbcn.telia.com)
- # [18:04] * Joins: rauchg_ (~rauchg@186.109.205.120)
- # [18:04] * Quits: rauchg (~rauchg@190.225.68.93) (Ping timeout: 265 seconds)
- # [18:04] * rauchg_ is now known as rauchg
- # [18:05] <annevk> 619...
- # [18:05] <annevk> prolly not gonna see the end of this before tomorrow
- # [18:07] <annevk> nn
- # [18:07] * Quits: annevk (~annevk@EM114-48-18-186.pool.e-mobile.ne.jp) (Read error: Connection reset by peer)
- # [18:15] * Quits: maikmerten_ (~maikmerte@port-92-201-11-54.dynamic.qsc.de) (Remote host closed the connection)
- # [18:22] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com) (Ping timeout: 265 seconds)
- # [18:29] * Quits: rauchg (~rauchg@186.109.205.120) (Quit: rauchg)
- # [18:32] * Quits: JonathanNeal_ (~JonathanN@99-59-124-67.lightspeed.irvnca.sbcglobal.net) (Read error: Connection reset by peer)
- # [18:42] * Quits: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp) (Quit: boblet)
- # [18:45] * Joins: boogyman (~boogy@unaffiliated/boogyman)
- # [18:45] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 268 seconds)
- # [18:45] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [18:46] * Joins: boogyman_ (~boogy@unaffiliated/boogyman)
- # [18:50] * Quits: boogyman (~boogy@unaffiliated/boogyman) (Ping timeout: 276 seconds)
- # [18:51] * Quits: boogyman_ (~boogy@unaffiliated/boogyman) (Ping timeout: 276 seconds)
- # [18:56] * Quits: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net) (Ping timeout: 264 seconds)
- # [19:02] * Joins: dustinbrewer (~dustinbre@99-17-42-25.lightspeed.okcbok.sbcglobal.net)
- # [19:12] * Joins: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com)
- # [19:17] * Quits: myakura (~myakura@p2062-ipbf37marunouchi.tokyo.ocn.ne.jp) (Quit: Leaving...)
- # [19:29] * Quits: devc (~devc@190.55.122.105) (Quit: devc)
- # [19:30] * Joins: weinig (~weinig@12.130.118.122)
- # [19:32] * Quits: paul_irish (~paul_iris@64.119.159.231) (Remote host closed the connection)
- # [19:32] * Joins: paul_irish (~paul_iris@64.119.159.231)
- # [19:37] * Quits: paul_irish (~paul_iris@64.119.159.231) (Ping timeout: 265 seconds)
- # [19:50] * Joins: boaz (~boaz@64.119.159.231)
- # [20:08] * Quits: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu) (Ping timeout: 246 seconds)
- # [20:25] * Quits: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl) (Read error: Connection reset by peer)
- # [20:26] * Joins: Necrathex (~bleptop@212-123-163-12.ip.telfort.nl)
- # [20:27] * Quits: jlebar_ (~jlebar@128.12.22.184) (Remote host closed the connection)
- # [20:30] * Joins: boblet (~boblet@p1072-ipbf36osakakita.osaka.ocn.ne.jp)
- # [20:33] * Joins: wycats (~wycats@c-69-181-216-213.hsd1.ca.comcast.net)
- # [20:34] * Joins: othermaciej (~mjs@c-69-181-42-237.hsd1.ca.comcast.net)
- # [20:35] * Joins: Heimidal (~heimidal@unaffiliated/heimidal)
- # [20:41] * Joins: JoePeck (~jjp@c-24-130-200-51.hsd1.ca.comcast.net)
- # [20:43] * Joins: jcranmer (~jcranmer@ltsp2.csl.tjhsst.edu)
- # [20:45] * Joins: rauchg (~rauchg@186.109.205.120)
- # [20:54] * Quits: JoePeck (~jjp@c-24-130-200-51.hsd1.ca.comcast.net) (Quit: -)
- # [20:59] * micheil is now known as miksago
- # [20:59] * miksago is now known as micheil
- # [20:59] * Joins: kcliu (gjliou@linux1.cs.nctu.edu.tw)
- # [21:23] * Joins: gratz|home (~gratz@gratz.gotadsl.co.uk)
- # [21:24] * Quits: Steve^ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com) (Quit: Leaving)
- # [21:54] * Quits: gavin_ (~gavin@firefox/developer/gavin) (Ping timeout: 240 seconds)
- # [21:55] * Joins: gavin_ (~gavin@firefox/developer/gavin)
- # [22:01] * Quits: shepazutoo (~schepers@adsl-69-163-174.rmo.bellsouth.net) (Ping timeout: 240 seconds)
- # [22:08] * Joins: shepazu (~schepers@adsl-69-163-174.rmo.bellsouth.net)
- # [22:22] * Quits: gratz|home (~gratz@gratz.gotadsl.co.uk) (Quit: Leaving)
- # [22:23] * Joins: devc (~devc@190.55.122.105)
- # [22:27] * Joins: JoePeck (~jjp@2620:0:1b00:1171:fa1e:dfff:fed9:b9a)
- # [22:28] * Quits: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley) (Quit: Leaving)
- # [22:32] * Quits: devc (~devc@190.55.122.105) (Quit: devc)
- # [22:32] * Quits: weinig (~weinig@12.130.118.122) (Quit: weinig)
- # [22:35] * Joins: weinig (~weinig@12.130.118.122)
- # [22:36] * Joins: GPHemsley (~GPHemsley@pdpc/supporter/student/GPHemsley)
- # [22:38] * Quits: weinig (~weinig@12.130.118.122) (Client Quit)
- # [22:44] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [22:49] * Joins: steve__ (~steve@cpc2-hari1-0-0-cust645.hari.cable.virginmedia.com)
- # [22:50] * steve__ is now known as Steve^
- # [22:53] * Joins: peol (~andree@unaffiliated/peol)
- # [22:57] * Quits: ROBOd (~robod@109.96.217.43) (Quit: http://www.robodesign.ro)
- # [23:04] * Quits: roc (~roc@121-72-204-227.dsl.telstraclear.net) (Quit: roc)
- # [23:06] * Joins: annevk (~annevk@EM114-48-18-186.pool.e-mobile.ne.jp)
- # [23:07] <Dashiva> http://lists.w3.org/Archives/Public/www-archive/2010Apr/0031.html
- # [23:07] <Dashiva> Is this the third time?
- # [23:24] <annevk> o_O
- # [23:24] <annevk> Ubuntu is installed by the way, not really any noticeable change
- # [23:24] <annevk> although the initial reboot completely failed and it seemed that everything would have been broken
- # [23:25] <annevk> but powering down and powering up helped with that
- # [23:25] <annevk> not very impressive
- # [23:26] <danbri> http://www.youtube.com/watch?v=QpmLrz_lSuE
- # [23:27] * Joins: MikeSmith (~MikeSmith@EM114-48-18-186.pool.e-mobile.ne.jp)
- # [23:28] <annevk> oh wow
- # [23:28] <annevk> my iPod touch works
- # [23:30] <annevk> means I can finally extract my music Apple had trapped there
- # [23:30] <annevk> win
- # [23:30] <annevk> and prolly put new stuff on it too
- # [23:34] * Joins: annevk2 (~annevk@EM114-48-11-141.pool.e-mobile.ne.jp)
- # [23:34] * Quits: annevk (~annevk@EM114-48-18-186.pool.e-mobile.ne.jp) (Ping timeout: 240 seconds)
- # [23:35] <annevk2> hmm, connection just dropped while playing with Ubuntu One
- # [23:35] <annevk2> Ubuntu One doesn't seem very good... searching for e.g. "dr dre" gives you a picture of 2001 as first result but clicking that gives a completely different album
- # [23:35] <annevk2> makes no sense
- # [23:36] * Quits: MikeSmith (~MikeSmith@EM114-48-18-186.pool.e-mobile.ne.jp) (Ping timeout: 265 seconds)
- # [23:37] <annevk2> searching for "air" gives "us air force tactical air command band" as first result rather than "air" (which they also have)
- # [23:38] * Joins: MikeSmith (~MikeSmith@EM114-48-11-141.pool.e-mobile.ne.jp)
- # [23:53] * Joins: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com)
- # [23:57] * Quits: workmad3 (~workmad3@cpc3-bagu10-0-0-cust651.1-3.cable.virginmedia.com) (Remote host closed the connection)
- # [23:59] * Quits: smaug (~chatzilla@cs181150024.pp.htv.fi) (Read error: Connection reset by peer)
- # Session Close: Sun May 02 00:00:01 2010
The end :)