Options:
- # Session Start: Thu Apr 15 00:00:00 2010
- # Session Ident: #html-wg
- # [00:02] * Quits: dsinger (dsinger@17.197.20.4) (Quit: dsinger)
- # [00:03] <pimpbot> planet: How can i set my background color through HTML5 getItem? <http://stackoverflow.com/questions/2640948/how-can-i-set-my-background-color-through-html5-getitem>
- # [00:13] * Quits: paul_irish (paul_irish@71.192.163.128) (Client exited)
- # [00:19] * Quits: Julian (chatzilla@217.91.35.233) (Ping timeout)
- # [00:22] * Joins: Julian (chatzilla@217.91.35.233)
- # [00:37] <pimpbot> bugmail: "[Bug 9506] "Content inside a blockquote must be quoted from another source, whose address, if it has one, should be cited in the cite attribute." **Should** be cited?" (2 messages in thread) <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0164.html>
- # [00:37] <pimpbot> changes: hixie: Relax the recommendation of citing URLs for <blockquote> and <q>. (whatwg r5047) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0243.html>
- # [00:48] * Joins: paul_irish (paul_irish@32.166.230.192)
- # [00:49] * Joins: paul_iri_ (paul_irish@64.119.159.231)
- # [00:51] * Quits: paul_irish (paul_irish@32.166.230.192) (Ping timeout)
- # [00:57] * Quits: paul_iri_ (paul_irish@64.119.159.231) (Quit: Leaving...)
- # [01:00] <MikeSmith> issue-66?
- # [01:00] * trackbot getting information on ISSUE-66
- # [01:00] <trackbot> ISSUE-66 -- image analysis heuristics -- OPEN
- # [01:00] <trackbot> http://www.w3.org/html/wg/tracker/issues/66
- # [01:00] <pimpbot> Title: ISSUE-66 - HTML Weekly Tracker (at www.w3.org)
- # [01:00] <MikeSmith> issue-70?
- # [01:00] * trackbot getting information on ISSUE-70
- # [01:00] <trackbot> ISSUE-70 -- testing to see if tracker mail integration is working -- created by Web UI -- CLOSED
- # [01:00] <trackbot> http://www.w3.org/html/wg/tracker/issues/70
- # [01:00] <pimpbot> Title: ISSUE-70 - HTML Weekly Tracker (at www.w3.org)
- # [01:03] <pimpbot> planet: Thoughts on converting HTML to Atom <http://edward.oconnor.cx/2010/04/html-to-atom> ** @sethladd :-) But hey, every page of http://diveintohtml5.org/ is valid HTML. If you find otherwise, let me know and I'll fix it! <http://twitter.com/diveintomark/statuses/12186467946>
- # [01:08] <pimpbot> bugmail: [Bug 9522] New: Window Object <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0166.html> ** [Bug 9521] New: Window Object <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0165.html>
- # [01:08] <pimpbot> changes: hixie: ack for some recent checkins (whatwg r5048) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0244.html>
- # [01:38] * Joins: Mardak (3ff5dcf0@64.62.228.82)
- # [01:40] <Mardak> with html5 form type=email, you can provide a datalist with <options value=.. label=../> to have 2 strings associated to the suggestion, e.g., email address and pretty name
- # [01:40] <Mardak> how would a page provide other information to be displayed for the suggestion?
- # [01:41] <Hixie> like what?
- # [01:41] <Mardak> e.g., an image
- # [01:45] <Mardak> Hixie: i suppose the page author could concat multiple strings hoping the user agent will display it a certain way if they wanted to provide information like "<name>, <company>, <etc>"
- # [01:45] <Mardak> http://people.mozilla.com/~mhanson/contacts/screenshot_facecompletion.png
- # [01:46] <Hixie> there is no way to do that currently, no
- # [01:46] <Hixie> list="" is more for a combobox than a suggest box
- # [01:46] <Hixie> though of course they have a lot of overlap
- # [01:46] <Hixie> i expect we'll add suggest-specific features in some future version
- # [01:47] <Mardak> hrm. i guess for type=email with datalist options, the user agent would then display page-provided items differently from local data that can contain pictures
- # [02:05] * Quits: MikeSmith (MikeSmith@114.48.128.10) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [02:19] * Quits: aroben_ (aroben@17.203.12.32) (Ping timeout)
- # [02:28] * Joins: aroben_ (aroben@17.203.12.32)
- # [02:38] <pimpbot> changes: websocket; hixie: Tighten up the definition of bufferedAmount. (whatwg r5049) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0245.html>
- # [02:49] * Joins: gavin_ (gavin@99.226.207.11)
- # [03:04] <pimpbot> planet: How HTML5 Geolocation Feature Works? <http://stackoverflow.com/questions/2641948/how-html5-geolocation-feature-works>
- # [03:08] <pimpbot> changes: websocket; hixie: add an explicit paragraph about how ws:...:443 isn't to be blocked. (whatwg r5052) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0246.html>
- # [03:10] * Quits: aroben_ (aroben@17.203.12.32) (Connection reset by peer)
- # [03:26] * Quits: johnst (johnst@80.167.207.93) (Quit: Leaving)
- # [03:27] * Quits: Mardak (3ff5dcf0@64.62.228.82) (Quit: http://www.mibbit.com ajax IRC Client)
- # [03:31] * Joins: paul_irish (paul_irish@98.216.49.228)
- # [03:38] <pimpbot> bugmail: [Bug 9513] It's not clear what takes precendece on a conflit: For spliting our web site structure into sections, should we use a section (without header on some cases) our should we use DIV (knowing that div brings no semantic relevance at all). The *should* on the <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0167.html>
- # [04:00] * Quits: mjs (mjs@17.246.17.95) (Quit: mjs)
- # [04:04] <pimpbot> planet: HTML5 Web DB Security <http://stackoverflow.com/questions/2642043/html5-web-db-security>
- # [04:28] * Joins: MikeSmith (MikeSmith@114.48.0.179)
- # [04:33] <MikeSmith> @notes
- # [04:33] <pimpbot> MikeSmith: I currently have notes waiting for SteveF.
- # [04:33] <MikeSmith> @help notes
- # [04:33] <pimpbot> MikeSmith: (notes [<nick>]) -- If <nick> is given, replies with what notes are waiting on <nick>, otherwise, replies with the nicks that have notes waiting for them.
- # [04:33] <MikeSmith> @help tell
- # [04:33] <pimpbot> MikeSmith: (tell <nick> <text>) -- Tells <nick> <text> the next time <nick> is in seen. <nick> can contain wildcard characters, and the first matching nick will be given the note.
- # [04:38] <pimpbot> bugmail: [Bug 9512] 4.6.5: the cite element when a person's name is the work's name <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0169.html> ** [Bug 9511] 4.2.5.1 keywords: strip spaces at separation comma <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0168.html>
- # [05:04] <pimpbot> planet: How fast anticipate is HTML5 going to be widespread? <http://stackoverflow.com/questions/2642361/how-fast-anticipate-is-html5-going-to-be-widespread>
- # [05:39] <pimpbot> bugmail: [Bug 9473] add wording to explicitly indicate that option/@selected cannot be used unless as a descendant of select/@multiple <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0170.html>
- # [06:07] * Joins: mjs (mjs@69.181.42.237)
- # [06:13] * Joins: jun (jun@81.253.26.245)
- # [06:21] * Quits: paul_irish (paul_irish@98.216.49.228) (Client exited)
- # [06:53] * Quits: jun (jun@81.253.26.245) (Ping timeout)
- # [08:05] <pimpbot> planet: How fast anticipate is HTML5 going to be widespread? [closed] <http://stackoverflow.com/questions/2642361/how-fast-anticipate-is-html5-going-to-be-widespread>
- # [08:09] * Joins: anne (annevk@219.97.95.202)
- # [08:12] * Quits: arronei (arronei@131.107.0.84) (Client exited)
- # [08:12] * Joins: arronei (arronei@131.107.0.105)
- # [08:27] * Quits: anne (annevk@219.97.95.202) (Client exited)
- # [08:27] * Joins: anne (annevk@219.97.95.202)
- # [08:29] * Quits: anne (annevk@219.97.95.202) (Client exited)
- # [08:29] * Joins: anne (annevk@219.97.95.202)
- # [08:39] <pimpbot> bugmail: [Bug 9517] Homogenize linkage of external sources <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0173.html> ** [Bug 9516] space characters <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0172.html> ** [Bug 9514] Specify Selection.modify() <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0171.html>
- # [08:49] * Quits: anne (annevk@219.97.95.202) (Ping timeout)
- # [08:59] * Joins: jun (jun@62.147.197.27)
- # [09:09] <pimpbot> bugmail: [Bug 9511] 4.2.5.1 keywords: strip spaces at separation comma <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0180.html> ** [Bug 9522] Window Object <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0179.html> ** [Bug 9521] Window Object <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0178.html> ** [Bug 9505] Immutable checkbox, radio and file input types should not suffer fr
- # [09:29] <CIA-1> v.nu-syntax: sideshowbarker * r555 /trunk/relaxng/media.rnc:
- # [09:29] <CIA-1> v.nu-syntax: figcaption content model phrasing -> flow (whatwg r5054)
- # [09:29] <CIA-1> v.nu-syntax: http://html5.org/tools/web-apps-tracker?from=5053&to=5054
- # [09:29] <pimpbot> Title: HTML5 Revision Tracker (at html5.org)
- # [09:40] <pimpbot> bugmail: [Bug 9524] New: "...the user agent is 7configured to block access" s/7// <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0182.html> ** [Bug 9523] <figcaption> should allow <p>s (change content model to flow) <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0181.html>
- # [09:40] <pimpbot> changes: websocket; hixie: Make <figcaption> accept flow again. Also clarify an exception handling case that was ambiguous. (whatwg r5054) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0248.html> ** hixie: Make <figcaption> accept flow again. Also clarify an exception handling case that was ambiguous. (whatwg r5054) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0247.html>
- # [09:55] * Joins: anne (annevk@58.1.224.28)
- # [09:56] * Quits: anne (annevk@58.1.224.28) (Client exited)
- # [09:56] * Joins: anne (annevk@58.1.224.28)
- # [10:10] <pimpbot> bugmail: [Bug 9389] add location change event <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0183.html>
- # [10:17] * Joins: MikeSmithX (MikeSmith@111.188.84.137)
- # [10:20] * Quits: MikeSmith (MikeSmith@114.48.0.179) (Ping timeout)
- # [10:38] * Joins: Stevef (chatzilla@82.44.68.200)
- # [10:38] <pimpbot> Stevef: Sent 1 day, 3 hours, and 32 minutes ago: <MikeSmith> please ping me when you get back around -- would like to talk more with you and Josh about missing-alt handling in conformance checkers
- # [10:40] <pimpbot> bugmail: [Bug 9525] WHat happens when a browser supports both XHTML and HTML? Which has precedence? There should be a decision chart leading to this point with defaults for missing elements then something to say what you use if you support both and the Web page is missing w <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0191.html> ** [Bug 6684] Disregard of RFC 4329 and IANA MIME Media Types <http://lists.w3.org/Archives/Public/p
- # [10:40] <pimpbot> changes: websocket; hixie: typo (whatwg r5056) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0250.html> ** mike: restrict content of button and th to phrasing, allow flow in figcaption <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0249.html>
- # [10:43] * Joins: tlr (tlr@128.30.52.169)
- # [10:55] * Joins: ROBOd (robod@89.123.132.251)
- # [11:04] * Quits: MikeSmithX (MikeSmith@111.188.84.137) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [11:04] * Joins: MikeSmith (MikeSmith@111.188.84.137)
- # [11:06] <pimpbot> planet: Ogg (theora / vorbis) playback in Firefox 3.6 <http://stackoverflow.com/questions/2420967/ogg-theora-vorbis-playback-in-firefox-3-6> ** HTML5 video (mp4 and ogv) problems in Safari and Firefox - but Chrome is all good <http://stackoverflow.com/questions/2643447/html5-video-mp4-and-ogv-problems-in-safari-and-firefox-but-chrome-is-all-good>
- # [11:10] * Quits: MikeSmith (MikeSmith@111.188.84.137) (Quit: Till kicked and torn and beaten out he lies, and leaves his hold and crackles, groans, and dies.)
- # [11:39] * Quits: anne (annevk@58.1.224.28) (Ping timeout)
- # [11:41] * Quits: Stevef (chatzilla@82.44.68.200) (Quit: ChatZilla 0.9.86 [Firefox 3.6/20100115144158])
- # [12:04] * Quits: jun (jun@62.147.197.27) (Quit: jun)
- # [12:36] <pimpbot> planet: HTML to Atom <http://intertwingly.net/blog/2010/04/15/HTML-to-Atom> ** HTML 5 <video> tag vs Flash video. What are the pros and cons? <http://stackoverflow.com/questions/1086886/html-5-video-tag-vs-flash-video-what-are-the-pros-and-cons> ** A good pdf for HTML5 <http://stackoverflow.com/questions/2644223/a-good-pdf-for-html5>
- # [12:52] * Disconnected
- # [12:53] * Attempting to rejoin channel #html-wg
- # [12:53] * Rejoined channel #html-wg
- # [12:53] * Topic is 'The Web platform is drinking your milkshake.'
- # [12:53] * Set by MikeSmith on Wed Apr 14 11:54:40
- # [13:03] * Joins: myakura (myakura@122.17.119.104)
- # [13:10] <pimpbot> bugmail: [Bug 9528] New: tags and syntax <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0193.html> ** [Bug 9527] New: tags and syntax <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0192.html>
- # [13:18] * Joins: jun (jun@62.147.197.27)
- # [13:36] <pimpbot> planet: html5 video secure streaming? <http://stackoverflow.com/questions/2644811/html5-video-secure-streaming>
- # [14:02] * Joins: plh (plh@128.30.52.28)
- # [14:10] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [14:15] * Joins: gavin_ (gavin@99.226.207.11)
- # [14:41] <pimpbot> bugmail: [Bug 9529] New: output element reset algorithm should set value mode flag to default _before_ setting textContent <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0194.html>
- # [15:11] <pimpbot> changes: sam: Link to another change proposal for issue-88 <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0251.html>
- # [15:18] * Joins: miketaylr (miketaylr@38.117.156.163)
- # [15:20] * Joins: anne (annevk@222.159.9.243)
- # [15:31] * Quits: anne (annevk@222.159.9.243) (Client exited)
- # [15:37] <pimpbot> planet: HTML5 articles and sections: what’s the difference? <http://www.brucelawson.co.uk/2010/html5-articles-and-sections-whats-the-difference/>
- # [15:56] * Joins: anne (annevk@111.188.92.90)
- # [15:57] * Quits: anne (annevk@111.188.92.90) (Client exited)
- # [15:57] * Joins: anne (annevk@111.188.92.90)
- # [16:00] * Quits: anne (annevk@111.188.92.90) (Client exited)
- # [16:00] * Joins: anne (annevk@111.188.92.90)
- # [16:05] <hsivonen> hmm. Fingerprinting by installed fonts seems like a tough problem to mitigate: https://panopticlick.eff.org/
- # [16:05] <pimpbot> Title: Panopticlick (at panopticlick.eff.org)
- # [16:08] * Joins: kliehm (kliehm@94.219.122.63)
- # [16:08] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
- # [16:09] * Joins: tlr (tlr@128.30.52.169)
- # [16:22] * Quits: anne (annevk@111.188.92.90) (Client exited)
- # [16:22] * Quits: jun (jun@62.147.197.27) (Quit: jun)
- # [16:22] * Joins: anne (annevk@111.188.92.90)
- # [16:24] * Quits: anne (annevk@111.188.92.90) (Client exited)
- # [16:24] * Joins: anne (annevk@111.188.92.90)
- # [16:27] * Quits: anne (annevk@111.188.92.90) (Ping timeout)
- # [16:39] * Joins: paul_irish (paul_irish@98.216.49.228)
- # [16:41] <pimpbot> bugmail: [Bug 9530] New: Validity of meta "pragmas" <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0195.html>
- # [16:47] * Quits: paul_irish (paul_irish@98.216.49.228) (Client exited)
- # [17:05] * Joins: MikeSmith (MikeSmith@111.188.92.90)
- # [17:07] * Quits: ed_work (ed@88.131.66.80) (Ping timeout)
- # [17:24] * Joins: dsinger (dsinger@17.197.20.4)
- # [18:00] * Joins: adrianba (adrianba@131.107.0.71)
- # [18:00] * Quits: gavin_ (gavin@99.226.207.11) (Ping timeout)
- # [18:00] * Joins: Mark (90a0621f@128.30.52.43)
- # [18:01] * Joins: paulc (836b0067@128.30.52.43)
- # [18:01] * Joins: MichaelC (Michael@128.30.52.30)
- # [18:01] * Joins: janina (janina@66.92.170.178)
- # [18:02] * Joins: aroben (aroben@17.203.12.32)
- # [18:02] <dsinger> zakim, who is here?
- # [18:02] <janina> zakim, call janina
- # [18:02] <dsinger> invite zakim
- # [18:02] <paulc> zakim, [Microsoft] has paulc
- # [18:02] <dsinger> invite rrsagent
- # [18:02] <dsinger> invite trackbot
- # [18:02] <janina> zakim, call janina
- # [18:03] * dsinger hm, we seem detached from the usual infrastructure
- # [18:03] * Joins: Eliot_Graff (EGraff@96.26.249.117)
- # [18:03] <janina> zakim, this will be html-wg
- # [18:03] <janina> zakim, this will be html
- # [18:03] <Julian> Zakim, who's on the phone?
- # [18:03] * Joins: Zakim (rrs-bridgg@128.30.52.169)
- # [18:03] <janina> zakim, this will be html
- # [18:03] <Zakim> html matches both HTML_WG()12:00PM and WAI_PFWG(HTML TF)11:00AM
- # [18:03] * Joins: rubys (rubys@98.27.59.221)
- # [18:04] <janina> zakim, this will be html_w
- # [18:04] <Zakim> ok, janina, I see HTML_WG()12:00PM already started
- # [18:04] <mjs> good morning
- # [18:04] <janina> zakim, call janina
- # [18:04] <dsinger> zakim, who is here?
- # [18:04] <Zakim> +Eliot_Graff
- # [18:04] <Zakim> ok, janina; the call is being made
- # [18:04] <Julian> Zakim, who's on the phone?
- # [18:04] <Zakim> On the phone I see Julian, [Apple], [Microsoft], [IPcaller], Michael_Cooper, mjs, Radhika_Roy, Eliot_Graff
- # [18:04] <Zakim> On IRC I see rubys, Zakim, Eliot_Graff, aroben, janina, MichaelC, paulc, Mark, adrianba, dsinger, MikeSmith, tlr, kliehm, miketaylr, plh, myakura, krijnh, ROBOd, arronei, mjs,
- # [18:04] <dsinger> zakim, [apple] has dsinger
- # [18:04] <Zakim> ... Julian, drry, Lachy_, Lachy, gsnedders, tH, scotfl, phenny, shepazu, inimino, Shunsuke, syp, Philip, jgraham, gavin, hober, Hixie, thugbot, RRSAgent, Yudai, pimpbot, Dashiva,
- # [18:04] <paulc> zakim, [Microsoft] has paulc
- # [18:04] <Zakim> ... jmb, johndrinkwater, CIA-1, webben, hsivonen, trackbot
- # [18:04] <Zakim> +Janina
- # [18:04] <Zakim> On the phone I see Julian, [Apple], [Microsoft], [IPcaller], Michael_Cooper, mjs, Radhika_Roy, Eliot_Graff, Janina (muted)
- # [18:04] <janina> zakim, drop janina
- # [18:04] * plh zakim, call plh-mobile
- # [18:04] <Zakim> +dsinger; got it
- # [18:04] <Zakim> +paulc; got it
- # [18:04] * Joins: cyns (43aa22f3@128.30.52.43)
- # [18:04] <Zakim> Janina is being disconnected
- # [18:04] <Zakim> -Janina
- # [18:04] * Zakim ok, plh; the call is being made
- # [18:04] <janina> zakim, call janina
- # [18:04] <Zakim> +Plh
- # [18:04] <Zakim> ok, janina; the call is being made
- # [18:04] <Zakim> +Janina
- # [18:05] * plh zakim, mute me
- # [18:05] * Zakim Plh should now be muted
- # [18:05] <paulc> Good morning.
- # [18:05] <janina> zakim, drop janina
- # [18:05] <Zakim> Janina is being disconnected
- # [18:05] <Zakim> -Janina
- # [18:05] * Joins: gavin_ (gavin@99.226.207.11)
- # [18:05] <Zakim> +Sam
- # [18:05] <janina> zakim, code?
- # [18:05] <Zakim> the conference code is 4865 (tel:+1.617.761.6200 tel:+33.4.89.06.34.99 tel:+44.117.370.6152), janina
- # [18:05] <Zakim> +adrianba
- # [18:05] * Quits: kliehm (kliehm@94.219.122.63) (Quit: ChatZilla 0.9.86 [Firefox 3.6.3/20100401080539])
- # [18:05] <Zakim> +Janina_Sajka
- # [18:06] <rubys> trackbot, start meeting
- # [18:06] * trackbot is preparing a teleconference
- # [18:06] <trackbot> RRSAgent, make logs public
- # [18:06] <RRSAgent> I have made the request, trackbot
- # [18:06] <trackbot> Zakim, this will be HTML
- # [18:06] <Zakim> ok, trackbot, I see HTML_WG()12:00PM already started
- # [18:06] <trackbot> Meeting: HTML Weekly Teleconference
- # [18:06] <trackbot> Date: 15 April 2010
- # [18:06] <paulc> Agenda: http://lists.w3.org/Archives/Public/public-html-wg-announce/2010AprJun/0002.html
- # [18:06] <pimpbot> Title: {agenda} HTML WG telcon 2010-04-15: Action items, issues, decision policy, task forces, TPAC from Sam Ruby on 2010-04-14 (public-html-wg-announce@w3.org from April to June 2010) (at lists.w3.org)
- # [18:06] <cyns> zakim, who is on the call?
- # [18:06] <Zakim> On the phone I see Julian, [Apple], [Microsoft], [IPcaller], Michael_Cooper, mjs, Radhika_Roy, Eliot_Graff, Plh (muted), Sam, adrianba, Janina_Sajka
- # [18:06] <Zakim> [Apple] has dsinger
- # [18:06] <Zakim> [Microsoft] has paulc
- # [18:06] * Joins: Dzung_Tran (chatzilla@134.134.137.71)
- # [18:06] <cyns> IPcaller is me
- # [18:06] <cyns> Zakim, IPcaller is me
- # [18:06] <Zakim> +cyns; got it
- # [18:07] <paulc> 1. ACTION items due by Thu Apr 15
- # [18:07] <paulc> Topic: 1. ACTION items due by Thu Apr 15
- # [18:07] <Dzung_Tran> Present+ Dzung_Tran
- # [18:07] * Joins: krisk (836b005e@128.30.52.43)
- # [18:07] <paulc> Action-165?
- # [18:07] * trackbot getting information on ACTION-165
- # [18:07] <trackbot> ACTION-165 -- Richard Schwerdtfeger to draft a proposal for accessibility of canvas due 25 Feb 2010 -- due 2010-04-15 -- OPEN
- # [18:07] <trackbot> http://www.w3.org/html/wg/tracker/actions/165
- # [18:07] <pimpbot> Title: ACTION-165 - HTML Weekly Tracker (at www.w3.org)
- # [18:07] <paulc> No discussion or objection to closing.
- # [18:07] * janina I've got a lot of line noise. I'm dropping and dialing back in.
- # [18:07] <Zakim> -Janina_Sajka
- # [18:07] <paulc> Close ACTION-165
- # [18:07] * trackbot attempting to close ACTION-165.
- # [18:07] <trackbot> ACTION-165 Draft a proposal for accessibility of canvas due 25 Feb 2010 closed
- # [18:08] <paulc> Action-138?
- # [18:08] * trackbot getting information on ACTION-138
- # [18:08] <trackbot> ACTION-138 -- Steve Faulkner to produce an ARIA matrix based on Henri's work -- due 2010-04-15 -- OPEN
- # [18:08] <trackbot> http://www.w3.org/html/wg/tracker/actions/138
- # [18:08] * Joins: Laura (lauracarls@131.212.98.217)
- # [18:08] <pimpbot> Title: ACTION-138 - HTML Weekly Tracker (at www.w3.org)
- # [18:08] <Zakim> +Janina_Sajka
- # [18:08] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
- # [18:08] <paulc> No discussion or objection to closing.
- # [18:08] <Zakim> +[Microsoft.a]
- # [18:09] <paulc> This duplicates the bug 9326 that was created.
- # [18:09] <pimpbot> http://www.w3.org/Bugs/Public/show_bug.cgi?id=9326 cyns@microsoft.com, P1, RESOLVED NEEDSINFO, HTML elements mapping to ARIA and A11y APIs
- # [18:09] <Zakim> +Laura
- # [18:09] <paulc> Cynthia agrees to close.
- # [18:09] <paulc> Close action-138.
- # [18:09] <paulc> close action-138
- # [18:09] * trackbot attempting to close ACTION-138.
- # [18:09] <trackbot> ACTION-138 Produce an ARIA matrix based on Henri's work closed
- # [18:09] <paulc> action-29?
- # [18:09] * trackbot getting information on ACTION-29
- # [18:09] <trackbot> ACTION-29 -- Philippe Le Hégaret to follow up on the idea of a free-software-compatible license for a note on HTML authoring -- due 2010-04-15 -- OPEN
- # [18:09] <trackbot> http://www.w3.org/html/wg/tracker/actions/29
- # [18:09] <pimpbot> Title: ACTION-29 - HTML Weekly Tracker (at www.w3.org)
- # [18:10] * plh zakim, unmute me
- # [18:10] * Zakim Plh should no longer be muted
- # [18:10] <paulc> plh: There have been PSIG discussion about a proposed new license.
- # [18:10] <paulc> plh: Scott Peterson wants to send an alternate proposal.
- # [18:11] <paulc> plh: PSIG discussion are ongoing.
- # [18:11] <paulc> Action-29 due 2010-04-29
- # [18:11] * trackbot attempting to change due date on ACTION-29.
- # [18:11] <trackbot> ACTION-29 Follow up on the idea of a free-software-compatible license for a note on HTML authoring due date now 2010-04-29
- # [18:11] <paulc> Action-175?
- # [18:11] * trackbot getting information on ACTION-175
- # [18:11] <trackbot> ACTION-175 -- Julian Reschke to follow-up on defining and extending the profile attribute -- due 2010-04-15 -- OPEN
- # [18:11] <trackbot> http://www.w3.org/html/wg/tracker/actions/175
- # [18:11] <pimpbot> Title: ACTION-175 - HTML Weekly Tracker (at www.w3.org)
- # [18:11] * plh zakim, mute me
- # [18:11] * Zakim Plh should now be muted
- # [18:12] <paulc> Sam: Followup is now on the Chairs.
- # [18:12] <krisk> zakim, [Microsoft.a] is krisk
- # [18:12] <Zakim> +krisk; got it
- # [18:12] <paulc> No objection to closing ACTION-175.
- # [18:12] <paulc> close action-175
- # [18:12] * trackbot attempting to close ACTION-175.
- # [18:12] <trackbot> ACTION-175 Follow-up on defining and extending the profile attribute closed
- # [18:12] <paulc> action-177?
- # [18:12] * trackbot getting information on ACTION-177
- # [18:12] <trackbot> ACTION-177 -- Cynthia Shelly to open a bug about HTML elements mapping to ARIA and A11y APIs -- due 2010-04-15 -- OPEN
- # [18:12] <trackbot> http://www.w3.org/html/wg/tracker/actions/177
- # [18:12] <pimpbot> Title: ACTION-177 - HTML Weekly Tracker (at www.w3.org)
- # [18:12] <paulc> Bug number is but 9326
- # [18:13] <paulc> close action-177
- # [18:13] * trackbot attempting to close ACTION-177.
- # [18:13] <trackbot> ACTION-177 Open a bug about HTML elements mapping to ARIA and A11y APIs closed
- # [18:13] <rubys> s/but 9326/bug 9326/
- # [18:13] <paulc> bug 9326
- # [18:13] <paulc> action-178?
- # [18:13] * trackbot getting information on ACTION-178
- # [18:13] <trackbot> ACTION-178 -- Philippe Le Hégaret to contact the various chairs/co-chairs to resolve the use of the text/html mime type -- due 2010-04-08 -- OPEN
- # [18:13] <trackbot> http://www.w3.org/html/wg/tracker/actions/178
- # [18:13] <pimpbot> Title: ACTION-178 - HTML Weekly Tracker (at www.w3.org)
- # [18:13] * plh zakim, mute me
- # [18:13] * Zakim Plh was already muted, plh
- # [18:13] * plh zakim, unmute me
- # [18:13] * Zakim Plh should no longer be muted
- # [18:14] <paulc> plh: discussion is still ongoing in the bug?
- # [18:14] <plh> http://www.w3.org/Bugs/Public/show_bug.cgi?id=8321
- # [18:14] <pimpbot> 8321: julian.reschke@gmx.de, P3, RESOLVED FIXED, change controller for HTML media type
- # [18:14] <paulc> sam: groups external to W3C are suggesting to use the html MIME type for other purposes.
- # [18:14] <paulc> plh: Ah, no progress.
- # [18:15] <MikeSmith> zakim, call Mike
- # [18:15] <Zakim> ok, MikeSmith; the call is being made
- # [18:15] <Zakim> +Mike
- # [18:15] <paulc> Action-178 due 2010-04-29
- # [18:15] * trackbot attempting to change due date on ACTION-178.
- # [18:15] <trackbot> ACTION-178 Contact the various chairs/co-chairs to resolve the use of the text/html mime type due date now 2010-04-29
- # [18:15] <paulc> Topic: 2. Issues with deadlines due by April 15:
- # [18:15] <paulc> Issue-9 deferred to TF report.
- # [18:16] <paulc> Issue-27: rel-ownership
- # [18:16] * trackbot attempting to add a note to ISSUE-27.
- # [18:16] <trackbot> ISSUE-27 @rel value ownership, registry consideration notes added
- # [18:16] <paulc> Held up on lack of registry. Do we omit testing or wait for a new date?
- # [18:17] * plh zakim, mute me
- # [18:17] * Zakim Plh should now be muted
- # [18:17] <paulc> Paul: Not on the critical path given the number of other issues.
- # [18:17] <paulc> Maciej: Relevant people not on the call. Take to email.
- # [18:17] <paulc> Issue-94: webcoresplit
- # [18:17] * trackbot attempting to add a note to ISSUE-94.
- # [18:17] <trackbot> ISSUE-94 Split Web Application Core and UA specific elements into separate spec notes added
- # [18:18] * Joins: tlr (tlr@128.30.52.169)
- # [18:18] <paulc> Since the proposal does not contain sufficient detail the proposal is to close Issue-94 (without prejudice).
- # [18:18] <paulc> No objection from meeting participants.
- # [18:18] <paulc> close issue-94
- # [18:18] * trackbot attempting to close ISSUE-94.
- # [18:18] <trackbot> ISSUE-94 Split Web Application Core and UA specific elements into separate spec closed
- # [18:19] <rubys> issue-94: closed without prejudice
- # [18:19] * trackbot attempting to add a note to ISSUE-94.
- # [18:19] <trackbot> ISSUE-94 Split Web Application Core and UA specific elements into separate spec notes added
- # [18:19] * dsinger colon? semi-colon? delimiter or terminator? :-)
- # [18:19] <paulc> Topic: 3. WG Decision Policy update (Maciej)
- # [18:19] <paulc> Maciej: no changes since the last update. currently working on more changes.
- # [18:20] <paulc> Maciej: ETA for full completion of proposed text is at least a month away.
- # [18:20] <paulc> Then the WG would have to be asked for consenus on the revised policy.
- # [18:21] <paulc> Topic: 4. Items that close next week (by Thu Apr 22)
- # [18:21] <paulc> Issue-82?
- # [18:21] * trackbot getting information on ISSUE-82
- # [18:21] <trackbot> ISSUE-82 -- Suggested replacement for head/@profile does not provide for disambiguation -- OPEN
- # [18:21] <trackbot> http://www.w3.org/html/wg/tracker/issues/82
- # [18:21] <pimpbot> Title: ISSUE-82 - HTML Weekly Tracker (at www.w3.org)
- # [18:21] <paulc> Topic: 5. New Calls for Proposals/Counter Proposals/Consensus this Week
- # [18:21] <paulc> Noe initiated calls but there are five issues that are close.
- # [18:21] <paulc> Issue-56?
- # [18:21] * trackbot getting information on ISSUE-56
- # [18:21] <trackbot> ISSUE-56 -- Bring "URLs" section/definition and IRI specification in alignment. -- OPEN
- # [18:21] <trackbot> http://www.w3.org/html/wg/tracker/issues/56
- # [18:21] <pimpbot> Title: ISSUE-56 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <paulc> Issue-82?
- # [18:22] * trackbot getting information on ISSUE-82
- # [18:22] <trackbot> ISSUE-82 -- Suggested replacement for head/@profile does not provide for disambiguation -- OPEN
- # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/82
- # [18:22] <pimpbot> Title: ISSUE-82 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <paulc> Issue-86?
- # [18:22] * trackbot getting information on ISSUE-86
- # [18:22] <trackbot> ISSUE-86 -- HTML5 relaxes Atom requirement on atom:id stability -- OPEN
- # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/86
- # [18:22] <pimpbot> Title: ISSUE-86 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <paulc> issue-88?
- # [18:22] * trackbot getting information on ISSUE-88
- # [18:22] <trackbot> ISSUE-88 -- Should meta/@content allow a list of languages instead of just a single language? -- OPEN
- # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/88
- # [18:22] <pimpbot> Title: ISSUE-88 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <paulc> issue-107?
- # [18:22] * trackbot getting information on ISSUE-107
- # [18:22] <trackbot> ISSUE-107 -- Politics in fallback example for plugin usage -- RAISED
- # [18:22] <trackbot> http://www.w3.org/html/wg/tracker/issues/107
- # [18:22] <pimpbot> Title: ISSUE-107 - HTML Weekly Tracker (at www.w3.org)
- # [18:22] <paulc> Issue-88 and issue-107 are different. We might need a poll for issue-88.
- # [18:23] <paulc> Topic: 6. New Issues This Week
- # [18:23] <paulc> Issue-109?
- # [18:23] * trackbot getting information on ISSUE-109
- # [18:23] <trackbot> ISSUE-109 -- change ARIA section title and add extra text about use of ARIA -- RAISED
- # [18:23] <trackbot> http://www.w3.org/html/wg/tracker/issues/109
- # [18:23] <pimpbot> Title: ISSUE-109 - HTML Weekly Tracker (at www.w3.org)
- # [18:23] <paulc> issue-110?
- # [18:23] * trackbot getting information on ISSUE-110
- # [18:23] <trackbot> ISSUE-110 -- Change Control for text/html-sandboxed media type -- RAISED
- # [18:23] <trackbot> http://www.w3.org/html/wg/tracker/issues/110
- # [18:23] <pimpbot> Title: ISSUE-110 - HTML Weekly Tracker (at www.w3.org)
- # [18:23] <paulc> Topic: 6. New Issues This Week
- # [18:23] <paulc> Testing Task Force report:
- # [18:23] <rubys> http://lists.w3.org/Archives/Public/public-html/2010Apr/0470.html
- # [18:23] <pimpbot> Title: HTML WG telcon 2010-04-15 - Testing Task Force Information from Kris Krueger on 2010-04-15 (public-html@w3.org from April 2010) (at lists.w3.org)
- # [18:24] <rubys> s/Topic: 6. New Issues This Week/7. Task Force Status Reports /
- # [18:24] <paulc> KrisK: report on list and wants to make sure TF is heading in the right direction.
- # [18:24] <paulc> KrisK: TF is starting process to "approve" test cases.
- # [18:24] <paulc> KrisK: Wants to make sure that the WG is aware of this status.
- # [18:25] * plh btw, Richard Ishida has started to generate html5 tests for i18n http://www.w3.org/International/tests/tests-html-css/list-language
- # [18:25] <paulc> KrisK: Trying to approve tests as they come in so there is NOT a big backlog.
- # [18:25] <paulc> KrisK: People can open bugzilla bugs on the test suite and the TF will process these bugs.
- # [18:25] <paulc> KrisK: TF needs more people to participate.
- # [18:26] <paulc> Topic: Accessibility TF report
- # [18:26] <paulc> Issue-9?
- # [18:26] * trackbot getting information on ISSUE-9
- # [18:26] <trackbot> ISSUE-9 -- how accessibility works for <video> is unclear -- RAISED
- # [18:26] <trackbot> http://www.w3.org/html/wg/tracker/issues/9
- # [18:26] <pimpbot> Title: ISSUE-9 - HTML Weekly Tracker (at www.w3.org)
- # [18:27] <paulc> JS: TF will give revised deadline on April 29.
- # [18:27] <paulc> Issue-30?
- # [18:27] * trackbot getting information on ISSUE-30
- # [18:27] <trackbot> ISSUE-30 -- Should HTML 5 include a longdesc attribute for images -- OPEN
- # [18:27] <trackbot> http://www.w3.org/html/wg/tracker/issues/30
- # [18:27] <pimpbot> Title: ISSUE-30 - HTML Weekly Tracker (at www.w3.org)
- # [18:27] <paulc> JS: on track to be delivered to WG next week.
- # [18:28] <paulc> Issue-31?
- # [18:28] * trackbot getting information on ISSUE-31
- # [18:28] <trackbot> ISSUE-31 -- What to do when a reasonable text equivalent is unknown/unavailable? -- OPEN
- # [18:28] <trackbot> http://www.w3.org/html/wg/tracker/issues/31
- # [18:28] <pimpbot> Title: ISSUE-31 - HTML Weekly Tracker (at www.w3.org)
- # [18:28] <paulc> JS: on track to be delivered to WG next week.
- # [18:28] <paulc> issue-32?
- # [18:28] * trackbot getting information on ISSUE-32
- # [18:28] <trackbot> ISSUE-32 -- how to provide a summary of a table, e.g. for unsighted navigation? -- OPEN
- # [18:28] <trackbot> http://www.w3.org/html/wg/tracker/issues/32
- # [18:28] <pimpbot> Title: ISSUE-32 - HTML Weekly Tracker (at www.w3.org)
- # [18:28] <paulc> JS: TF will deliver either their position or a revised deadline on April 29.
- # [18:28] <paulc> Cynthia: Probably a deadline will be delivered.
- # [18:28] <paulc> issue-66?
- # [18:28] * trackbot getting information on ISSUE-66
- # [18:28] <trackbot> ISSUE-66 -- image analysis heuristics -- OPEN
- # [18:28] <trackbot> http://www.w3.org/html/wg/tracker/issues/66
- # [18:28] <pimpbot> Title: ISSUE-66 - HTML Weekly Tracker (at www.w3.org)
- # [18:28] <paulc> JS: ont rack to be delivered to the WG next week.
- # [18:29] <paulc> issue-74?
- # [18:29] * trackbot getting information on ISSUE-74
- # [18:29] <trackbot> ISSUE-74 -- How accessibility works for <canvas> is unclear. -- OPEN
- # [18:29] <trackbot> http://www.w3.org/html/wg/tracker/issues/74
- # [18:29] <pimpbot> Title: ISSUE-74 - HTML Weekly Tracker (at www.w3.org)
- # [18:29] <paulc> JS: TF will provide revised deadline for the remaining portions on April 29
- # [18:29] <paulc> issue-80?
- # [18:29] * trackbot getting information on ISSUE-80
- # [18:29] <trackbot> ISSUE-80 -- document conformance and device dependent display of title attribute content -- OPEN
- # [18:29] <trackbot> http://www.w3.org/html/wg/tracker/issues/80
- # [18:29] <pimpbot> Title: ISSUE-80 - HTML Weekly Tracker (at www.w3.org)
- # [18:29] <paulc> JS: On track to be delivered to the WG next week.
- # [18:29] <paulc> issue-85?
- # [18:29] * trackbot getting information on ISSUE-85
- # [18:29] <trackbot> ISSUE-85 -- ARIA roles added to the a element should be conforming in HTML5 -- OPEN
- # [18:29] <trackbot> http://www.w3.org/html/wg/tracker/issues/85
- # [18:29] <pimpbot> Title: ISSUE-85 - HTML Weekly Tracker (at www.w3.org)
- # [18:30] <paulc> JS: Looking for help from Syliva?
- # [18:30] <paulc> JS: Not sure of the status?
- # [18:30] <paulc> JS: I meant Cynthia, sorry?
- # [18:31] <paulc> Sam: There is a change proposal. We need TF to endorse or give other advice.
- # [18:31] <paulc> JS: TF will provide a revised deadline on April 29.
- # [18:31] <paulc> Next two issues are relatively new.
- # [18:31] <paulc> Action-105?
- # [18:31] * trackbot getting information on ACTION-105
- # [18:31] <trackbot> ACTION-105 -- Sam Ruby to should arrange a meeting between chairs of HTML WG and XHTML2 WG to ensure there is a plan for coordination of vocabularies to avoid incompatibilities. -- due 2009-07-02 -- CLOSED
- # [18:31] <trackbot> http://www.w3.org/html/wg/tracker/actions/105
- # [18:31] <pimpbot> Title: ACTION-105 - HTML Weekly Tracker (at www.w3.org)
- # [18:32] <paulc> JS: TF will provide a revised deadline on April 29.
- # [18:32] <paulc> issue-109?
- # [18:32] * trackbot getting information on ISSUE-109
- # [18:32] <trackbot> ISSUE-109 -- change ARIA section title and add extra text about use of ARIA -- RAISED
- # [18:32] <trackbot> http://www.w3.org/html/wg/tracker/issues/109
- # [18:32] <pimpbot> Title: ISSUE-109 - HTML Weekly Tracker (at www.w3.org)
- # [18:32] <paulc> JS: TF will provide a revised deadline on April 29.
- # [18:32] * Quits: cyns (43aa22f3@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [18:32] * Joins: cyns (43aa22f3@128.30.52.43)
- # [18:32] * Joins: cardona507 (carloscard@67.180.160.250)
- # [18:32] <paulc> Sam: Any other items to report from the TF.
- # [18:33] <paulc> JS: The TF had a good F2F and that has boosted the work.
- # [18:33] <paulc> Cynthia: many of the items to be delivered next week were done at the F2F.
- # [18:33] <paulc> JS: The F2F covered other items now.
- # [18:33] <Zakim> +cardona507
- # [18:33] <paulc> JS: There is a TF survey running now that closes midnight Boston time tonight.
- # [18:33] <cardona507> Zakim, mute me
- # [18:33] <Zakim> cardona507 should now be muted
- # [18:34] <cardona507> just joining on IRC and phone - good morning
- # [18:34] <paulc> JS: Issue-31 is evolving in the TF and the TF is testing solution via a test validator.
- # [18:35] <Laura> TF: Proposals from the April 2010 Face to Face meeting: http://www.w3.org/2002/09/wbs/44061/200404_ftf-proposals/results
- # [18:35] <pimpbot> Title: Results of Questionnaire Call for Consensus: Proposals from the April 2010 Face to Face meeting - Web-Based Straw-poll and Balloting System (at www.w3.org)
- # [18:35] * Joins: anne (annevk@111.188.92.90)
- # [18:35] <Laura> pilot implementation of Error reporting for missing alt: http://lists.w3.org/Archives/Public/public-html-a11y/2010Apr/0165.html
- # [18:35] <pimpbot> Title: pilot implementation of Error reporting for missing alt from Michael(tm) Smith on 2010-04-15 (public-html-a11y@w3.org from April 2010) (at lists.w3.org)
- # [18:35] <paulc> laura: thanks
- # [18:35] * Quits: anne (annevk@111.188.92.90) (Client exited)
- # [18:35] <paulc> JS: TF is back to error for missing alt.
- # [18:35] * Joins: anne (annevk@111.188.92.90)
- # [18:36] <paulc> Topic: 8 TPAC schedule
- # [18:36] <paulc> TPAC2010 is Nov 1-5, Lyon France
- # [18:36] <paulc> Proposal is for HTML WG is Thu-Fri Nov 4-5 that week.
- # [18:36] <paulc> Technical Plenary is on Wed Nov 3
- # [18:37] <paulc> We are estimating 40 attendees (we had 50+ last year with 50 observers).
- # [18:37] <paulc> Any comments?
- # [18:37] <paulc> None.
- # [18:37] <paulc> Topic: Chair and scribe for next meeting
- # [18:37] <paulc> Paul is up to chair and Sam will scribe.
- # [18:37] <paulc> Topic: 10 Other business
- # [18:37] <adrianba> Regrets for next week. I will aim to scribe the week after.
- # [18:37] <paulc> None
- # [18:38] <paulc> Topic: 11 Adjournment
- # [18:38] <paulc> No objections to adjourn.
- # [18:38] <Laura> bye
- # [18:38] <cardona507> bye
- # [18:38] <Zakim> -Radhika_Roy
- # [18:38] <Zakim> -Janina_Sajka
- # [18:38] <Zakim> -[Apple]
- # [18:38] <pimpbot> planet: GWT & HTML5 Video in Mobile Safari <http://stackoverflow.com/questions/2609717/gwt-html5-video-in-mobile-safari>
- # [18:38] <Zakim> -mjs
- # [18:38] <Zakim> -krisk
- # [18:38] <Zakim> -Laura
- # [18:38] <Zakim> -cyns
- # [18:38] <Zakim> -Eliot_Graff
- # [18:38] <Zakim> -Plh
- # [18:38] <paulc> Meeting adjourned at :36 after the hour.
- # [18:38] <Zakim> -Michael_Cooper
- # [18:38] * Quits: Mark (90a0621f@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [18:38] <Zakim> -Julian
- # [18:38] * Quits: cardona507 (carloscard@67.180.160.250) (Quit: zzzzz)
- # [18:38] * Quits: Eliot_Graff (EGraff@96.26.249.117) (Quit: If you think nobody cares, try missing a few payments)
- # [18:38] <paulc> rssagent, generate minutes
- # [18:38] <Zakim> -cardona507
- # [18:39] * Quits: dsinger (dsinger@17.197.20.4) (Quit: dsinger)
- # [18:39] <adrianba> rrsagent, generate minutes
- # [18:39] <RRSAgent> I have made the request to generate http://www.w3.org/2010/04/15-html-wg-minutes.html adrianba
- # [18:39] <Zakim> -adrianba
- # [18:40] <adrianba> rrsagent, make logs public
- # [18:40] <RRSAgent> I have made the request, adrianba
- # [18:41] * Quits: adrianba (adrianba@131.107.0.71) (Quit: Bye!)
- # [18:43] <Zakim> -[Microsoft]
- # [18:43] <Zakim> -Mike
- # [18:46] * Quits: anne (annevk@111.188.92.90) (Ping timeout)
- # [18:49] * Quits: Dzung_Tran (chatzilla@134.134.137.71) (Quit: ChatZilla 0.9.86 [Firefox 3.5.9/20100315083431])
- # [18:53] * Quits: myakura (myakura@122.17.119.104) (Quit: Leaving...)
- # [18:55] * tlr is now known as tlr-bbiab
- # [19:09] * Joins: johnst (johnst@80.167.207.93)
- # [19:15] * Joins: ROBOd2 (robod@89.123.132.251)
- # [19:17] * Quits: mjs (mjs@69.181.42.237) (Quit: mjs)
- # [19:17] * Quits: ROBOd (robod@89.123.132.251) (Ping timeout)
- # [19:29] * Joins: ROBOd3 (robod@89.123.167.6)
- # [19:32] * Quits: ROBOd2 (robod@89.123.132.251) (Ping timeout)
- # [19:36] <Zakim> disconnecting the lone participant, Sam, in HTML_WG()12:00PM
- # [19:36] <Zakim> HTML_WG()12:00PM has ended
- # [19:36] * Quits: krisk (836b005e@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [19:36] <Zakim> Attendees were Julian, Michael_Cooper, mjs, Radhika_Roy, Eliot_Graff, Janina, dsinger, paulc, Plh, Sam, adrianba, Janina_Sajka, cyns, [Microsoft], Laura, krisk, Mike, cardona507
- # [19:38] <pimpbot> planet: Simulate Offline Mode for HTML5 Cache Testing <http://stackoverflow.com/questions/2647272/simulate-offline-mode-for-html5-cache-testing>
- # [19:38] * Parts: MichaelC (Michael@128.30.52.30)
- # [20:13] * tlr-bbiab is now known as tlr
- # [20:13] * Joins: mjs (mjs@17.246.17.95)
- # [20:17] * Quits: paulc (836b0067@128.30.52.43) (Quit: CGI:IRC (EOF))
- # [20:20] * Quits: aroben (aroben@17.203.12.32) (Ping timeout)
- # [20:22] * Quits: cyns (43aa22f3@128.30.52.43) (Quit: CGI:IRC)
- # [20:23] * Joins: aroben (aroben@17.203.12.32)
- # [20:35] * Parts: Laura (lauracarls@131.212.98.217)
- # [20:40] * Quits: aroben (aroben@17.203.12.32) (Connection reset by peer)
- # [20:43] * Joins: aroben (aroben@17.203.15.144)
- # [20:44] * Joins: aroben_ (aroben@17.203.15.144)
- # [20:44] * Quits: aroben (aroben@17.203.15.144) (Connection reset by peer)
- # [20:54] * Zakim excuses himself; his presence no longer seems to be needed
- # [20:54] * Parts: Zakim (rrs-bridgg@128.30.52.169)
- # [20:59] * Quits: ROBOd3 (robod@89.123.167.6) (Ping timeout)
- # [21:09] * Joins: ROBOd (robod@89.123.167.6)
- # [21:35] * Joins: MikeSmithX (MikeSmith@114.48.4.87)
- # [21:37] * Quits: MikeSmith (MikeSmith@111.188.92.90) (Ping timeout)
- # [21:38] <pimpbot> planet: fast forward/streaming in html5 video? RTSP? <http://stackoverflow.com/questions/2648181/fast-forward-streaming-in-html5-video-rtsp> ** iPad magazine app concept? <http://stackoverflow.com/questions/2648018/ipad-magazine-app-concept>
- # [21:42] <pimpbot> changes: hixie: xref typo (whatwg r5057) <http://lists.w3.org/Archives/Public/public-html-diffs/2010Apr/0252.html>
- # [21:51] * Quits: aroben_ (aroben@17.203.15.144) (Quit: aroben_)
- # [22:13] <pimpbot> bugmail: [Bug 9527] tags and syntax <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0198.html> ** [Bug 9528] tags and syntax <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0197.html> ** [Bug 9514] Specify Selection.modify() <http://lists.w3.org/Archives/Public/public-html-bugzilla/2010Apr/0196.html>
- # [22:17] * Quits: tlr (tlr@128.30.52.169) (Quit: tlr)
- # [22:33] * Joins: aroben (aroben@17.203.15.144)
- # [22:35] * Quits: ROBOd (robod@89.123.167.6) (Quit: http://www.robodesign.ro )
- # [22:39] <pimpbot> planet: Gmail HTML5 Feature to "drop" attachments <http://stackoverflow.com/questions/2648771/gmail-html5-feature-to-drop-attachments>
- # [22:57] * Quits: miketaylr (miketaylr@38.117.156.163) (Client exited)
- # Session Close: Fri Apr 16 00:00:00 2010
The end :)