Options:
- # Session Start: Fri Oct 04 00:00:00 2013
- # Session Ident: #html-wg
- # [00:00] * Quits: rubys (~rubys@public.cloak) (Ping timeout: 180 seconds)
- # [00:03] * Quits: tobie (tobie@public.cloak)
- # [00:10] * Joins: malaclyps (~Danny@public.cloak)
- # [00:10] * malaclyps is now known as dannyob
- # [00:15] * Quits: jernoble (~jernoble@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:20] * Quits: SteveF (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [00:31] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [00:42] * Joins: gitbot (~gitbot@public.cloak)
- # [00:42] -gitbot:#html-wg- [html] darobin pushed 1 new commit to feature/whatwg: https://github.com/w3c/html/commit/8bfeb6a438d7ef345b9cf06789631927f7ac29e6
- # [00:42] -gitbot:#html-wg- html/feature/whatwg 8bfeb6a ianh: [agiow] (0) Add reportValidity(), which is like checkValidity() but triggers the browser's error-reporting UI as well...
- # [00:42] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [00:46] * Quits: MarkS (msadecki@public.cloak) (Ping timeout: 180 seconds)
- # [00:46] * Joins: MarkS (msadecki@public.cloak)
- # [00:57] * Joins: tobie (tobie@public.cloak)
- # [01:11] * Quits: cabanier (~cabanier@public.cloak) ("Leaving.")
- # [01:18] * Joins: silvia (~Adium@public.cloak)
- # [01:22] * Quits: dannyob (~Danny@public.cloak) (Ping timeout: 180 seconds)
- # [01:23] * Joins: cabanier (~cabanier@public.cloak)
- # [01:39] * Joins: sgalineau (~sgalineau@public.cloak)
- # [01:39] * Quits: sgalineau (~sgalineau@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [01:40] * Joins: sgalineau (~sgalineau@public.cloak)
- # [01:52] * Quits: tobie (tobie@public.cloak)
- # [01:56] * Quits: sgalineau (~sgalineau@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [01:56] * Joins: sgalineau (~sgalineau@public.cloak)
- # [01:56] * Quits: sgalineau (~sgalineau@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [02:33] * Joins: tobie (tobie@public.cloak)
- # [02:56] * Joins: sgalineau (~sgalineau@public.cloak)
- # [03:02] * Joins: gbabula_ (~gbabula@public.cloak)
- # [03:03] * Quits: gbabula (~gbabula@public.cloak) (Ping timeout: 180 seconds)
- # [03:03] * gbabula_ is now known as gbabula
- # [03:03] * Quits: tobie (tobie@public.cloak)
- # [03:04] * Joins: tobie (tobie@public.cloak)
- # [03:32] * Quits: gbabula (~gbabula@public.cloak) (gbabula)
- # [03:33] * Joins: dannyob (~Danny@public.cloak)
- # [03:41] * Quits: sgalineau (~sgalineau@public.cloak) (Client closed connection)
- # [05:35] <MikeSmith> cabanier: I can help you with generating a canvas CR spec locally
- # [05:35] <cabanier> MikeSmith: thanks!
- # [05:35] <cabanier> MikeSmith: that way I can make sure it displays correctly
- # [05:35] <MikeSmith> ok
- # [05:36] <MikeSmith> cabanier: so first thing is you need to clone the repo at https://github.com/w3c/html-tools if you haven't already
- # [05:37] <cabanier> MikeSmith: I have that
- # [05:37] <MikeSmith> ah OK
- # [05:38] <cabanier> MikeSmith: I can build the build the spec with 'make 2dcontext'
- # [05:38] <MikeSmith> ah OK
- # [05:39] <MikeSmith> that's the next thing I was going to ask
- # [05:40] <MikeSmith> so you should just need to switch to a local checkout of the the origin/html5_canvas_CR branch right?
- # [05:40] <cabanier> that's the one I have checked out
- # [05:41] <cabanier> git status
- # [05:41] <cabanier> # On branch html5_canvas_CR
- # [05:42] <MikeSmith> so if you do "make 2dcontext" while you have the branch checked out, that should produce what you need
- # [05:43] <cabanier> that makes an editors draft of the spec
- # [05:43] <cabanier> all the content is from the RC, except the document status
- # [05:44] <cabanier> which contains the at-risk features
- # [05:44] <cabanier> so I can't verify that it will display correctly
- # [05:44] <MikeSmith> ah
- # [05:45] <MikeSmith> so as far as making it a WD instead of ED, you need to go into the ../tools/boilerplate
- # [05:45] <cabanier> there must be a variable I can set, or a change in a json file in tools directory
- # [05:45] <cabanier> brb
- # [05:49] <MikeSmith> cabanier: yeah you need to create a "local-config.json" file
- # [05:49] <MikeSmith> but I can't remember where the build script expects to find it
- # [05:49] <MikeSmith> maybe in the tools dir
- # [05:51] <cabanier> there's a default-config.json in tools
- # [05:57] <MikeSmith> yeah that's meant to be copied I think
- # [05:57] <MikeSmith> to create a local-config.json
- # [05:57] <MikeSmith> I think the script it hard-coded to look for a file named "local-config.json"
- # [05:58] <MikeSmith> btw I'm manually running the script right now to rebuild the spec online
- # [06:01] <MikeSmith> OK I have it working locally now too
- # [06:02] <MikeSmith> you need to create the local-config.json file in the tools dir
- # [06:02] <MikeSmith> and tweak the values there
- # [06:02] <MikeSmith> and you need to add this name/value pair:
- # [06:02] <MikeSmith> "FINGERPRINT": "<span title=\"fingerprinting vector\" class=\"fingerprint\"><img src=\"images/fingerprint.png\" alt=\"(This is a fingerprinting vector.)\" width=46 height=64></span>"
- # [06:02] <MikeSmith> at least I did
- # [06:02] <MikeSmith> to keep the build from failing
- # [06:05] <MikeSmith> also as far as the online version http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas_CR/Overview.html looks up-to-date to me
- # [06:16] * Quits: tobie (tobie@public.cloak)
- # [06:17] <MikeSmith> cabanier: progress?
- # [06:35] <cabanier> sorry
- # [06:38] <cabanier> can you send me your local-config.json file? cabanier@gmail.com
- # [06:50] * Joins: sgalineau (~sgalineau@public.cloak)
- # [06:52] * Quits: sgalineau (~sgalineau@public.cloak) ("Computer has gone to sleep.")
- # [06:56] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [07:28] * Joins: tobie (tobie@public.cloak)
- # [07:42] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [07:48] * Quits: tobie (tobie@public.cloak)
- # [07:55] * Joins: sgalineau (~sgalineau@public.cloak)
- # [07:57] * Quits: MarkS (msadecki@public.cloak) (Ping timeout: 180 seconds)
- # [07:59] * Joins: chaals (~Adium@public.cloak)
- # [08:01] <MikeSmith> cabanier: yeah will send it right now
- # [08:04] * Quits: sgalineau (~sgalineau@public.cloak) ("Computer has gone to sleep.")
- # [08:10] <cabanier> it made no difference :-(
- # [08:11] <cabanier> sure it shouldn't be CR in the .json file?
- # [08:12] <MikeSmith> cabanier: what problem you having?
- # [08:12] <MikeSmith> ah yeah
- # [08:12] <MikeSmith> sorry
- # [08:12] <MikeSmith> my bad
- # [08:12] <MikeSmith> yeah, CR
- # [08:12] <cabanier> ok. I'm off to bed. Will try tomorrow
- # [08:12] <cabanier> thanks for your help!
- # [08:21] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [08:23] <MikeSmith> cabanier: nn
- # [08:44] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [08:44] * Joins: glenn (~gadams@public.cloak)
- # [08:45] * Joins: glenn_ (~gadams@public.cloak)
- # [08:45] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [08:51] * Quits: glenn_ (~gadams@public.cloak) (Client closed connection)
- # [08:51] * Joins: glenn (~gadams@public.cloak)
- # [08:59] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [09:01] * Joins: MarkS (msadecki@public.cloak)
- # [09:08] * Joins: Lachy (~Lachy@public.cloak)
- # [09:29] * Joins: chaals (~Adium@public.cloak)
- # [09:30] * Joins: tinkster (~tai@public.cloak)
- # [09:53] * Quits: tinkster (~tai@public.cloak) ("Leaving.")
- # [09:55] * Joins: SteveF (~chatzilla@public.cloak)
- # [09:56] * Joins: tinkster (~tai@public.cloak)
- # [10:01] * Quits: tinkster (~tai@public.cloak) ("Leaving.")
- # [10:02] * Joins: tinkster (~tai@public.cloak)
- # [10:10] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:32] * Quits: dannyob (~Danny@public.cloak) (Ping timeout: 180 seconds)
- # [10:36] * Joins: Lachy (~Lachy@public.cloak)
- # [10:47] * Quits: chaals (~Adium@public.cloak) (Client closed connection)
- # [10:47] * Joins: chaals (~Adium@public.cloak)
- # [11:01] * Joins: stommepoes (~stommepoes@public.cloak)
- # [11:02] * Joins: [Beta] (~beta@public.cloak)
- # [11:06] * Quits: johndrinkwater (~beta@public.cloak) (Ping timeout: 180 seconds)
- # [12:37] * Joins: darobin (rberjon@public.cloak)
- # [13:13] * Quits: chaals (~Adium@public.cloak) (Client closed connection)
- # [13:14] * Joins: chaals (~Adium@public.cloak)
- # [13:29] * Quits: Lachy (~Lachy@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [13:29] * Joins: gbabula (~gbabula@public.cloak)
- # [13:34] * Joins: glenn (~gadams@public.cloak)
- # [13:34] * Joins: Lachy (~Lachy@public.cloak)
- # [14:00] * Joins: plh (plehegar@public.cloak)
- # [14:04] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [14:04] * Joins: glenn (~gadams@public.cloak)
- # [14:12] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [14:15] * Joins: tobie (tobie@public.cloak)
- # [14:26] * Joins: SteveF_ (~chatzilla@public.cloak)
- # [14:27] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [14:29] * Quits: SteveF (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [14:29] * SteveF_ is now known as SteveF
- # [14:46] * Quits: tobie (tobie@public.cloak)
- # [15:13] * heycam|away is now known as heycam
- # [15:16] * Joins: tobie (tobie@public.cloak)
- # [15:32] * Quits: silvia (~Adium@public.cloak) ("Leaving.")
- # [15:49] * heycam is now known as heycam|away
- # [16:02] * heycam|away is now known as heycam
- # [16:03] * heycam is now known as heycam|away
- # [16:07] * Joins: lgombos (~gombos@public.cloak)
- # [16:13] * Joins: tantek (~tpod@public.cloak)
- # [16:17] * Joins: tantek_ (~tpod@public.cloak)
- # [16:17] * Joins: sgalineau (~sgalineau@public.cloak)
- # [16:20] * Joins: chaals (~Adium@public.cloak)
- # [16:21] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [16:21] * tantek_ is now known as tantek
- # [16:25] * Quits: sgalineau (~sgalineau@public.cloak) (Ping timeout: 180 seconds)
- # [16:27] * Quits: Jedi (~Jedi@public.cloak) (Client closed connection)
- # [16:27] * Joins: Jedi (~Jedi@public.cloak)
- # [16:29] * Joins: Joshue (~Joshue@public.cloak)
- # [16:41] * Quits: Joshue (~Joshue@public.cloak) ("Leaving...")
- # [16:41] * Quits: chaals (~Adium@public.cloak) ("Leaving.")
- # [16:43] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [16:46] * Joins: tantek (~tpod@public.cloak)
- # [17:03] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [17:05] * Joins: tantek (~tpod@public.cloak)
- # [17:07] * Quits: tantek (~tpod@public.cloak) ("Colloquy for iPod touch - http://colloquy.mobi")
- # [17:12] * Parts: stommepoes (~stommepoes@public.cloak) (stommepoes)
- # [17:16] * Joins: tantek (~tpod@public.cloak)
- # [17:26] * Joins: tantek_ (~tpod@public.cloak)
- # [17:27] * Quits: tantek (~tpod@public.cloak) (Client closed connection)
- # [17:27] * tantek_ is now known as tantek
- # [17:39] * Joins: SteveF_ (~chatzilla@public.cloak)
- # [17:41] * Joins: jernoble (~jernoble@public.cloak)
- # [17:41] * Joins: johnlsheridan (~johnlsheridan@public.cloak)
- # [17:41] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [17:41] * Quits: SteveF (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [17:41] * SteveF_ is now known as SteveF
- # [17:47] * Joins: johnlshe_ (~johnlsheridan@public.cloak)
- # [17:47] * Quits: johnlsheridan (~johnlsheridan@public.cloak) (Client closed connection)
- # [17:51] * Quits: cabanier (~cabanier@public.cloak) ("Leaving.")
- # [17:53] * Joins: Joshue (~Joshue@public.cloak)
- # [18:02] * Quits: johnlshe_ (~johnlsheridan@public.cloak) (Ping timeout: 180 seconds)
- # [18:02] * Joins: cabanier (~cabanier@public.cloak)
- # [18:09] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [18:13] * Joins: tantek (~tpod@public.cloak)
- # [18:18] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:24] * Joins: plh3 (plehegar@public.cloak)
- # [18:25] * Quits: tantek (~tpod@public.cloak) ("Colloquy for iPod touch - http://colloquy.mobi")
- # [18:27] * Joins: glenn (~gadams@public.cloak)
- # [18:30] * Quits: plh (plehegar@public.cloak) (Ping timeout: 180 seconds)
- # [18:32] * Joins: glenn_ (~gadams@public.cloak)
- # [18:32] * Quits: glenn (~gadams@public.cloak) (Client closed connection)
- # [18:34] * Joins: tantek (~tpod@public.cloak)
- # [18:55] * Joins: tantek_ (~tpod@public.cloak)
- # [18:55] * Quits: tantek (~tpod@public.cloak) (Client closed connection)
- # [18:55] * tantek_ is now known as tantek
- # [19:16] * Quits: tantek (~tpod@public.cloak) ("Colloquy for iPod touch - http://colloquy.mobi")
- # [19:28] * Quits: glenn_ (~gadams@public.cloak) (Client closed connection)
- # [19:29] * Joins: glenn (~gadams@public.cloak)
- # [19:36] * Quits: glenn (~gadams@public.cloak) (Ping timeout: 180 seconds)
- # [20:07] * plh3 is now known as plh
- # [20:09] * Joins: tantek (~tpod@public.cloak)
- # [20:35] * Joins: Lachy (~Lachy@public.cloak)
- # [20:37] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [20:37] * Joins: tantek_ (~tpod@public.cloak)
- # [20:39] * Quits: SteveF (~chatzilla@public.cloak) (Ping timeout: 180 seconds)
- # [20:41] * Joins: glenn (~gadams@public.cloak)
- # [21:00] * Joins: tantek (~tpod@public.cloak)
- # [21:01] * Quits: tantek (~tpod@public.cloak) ("Colloquy for iPod touch - http://colloquy.mobi")
- # [21:01] * Quits: tantek_ (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [21:04] * Joins: tantek (~tpod@public.cloak)
- # [21:10] * Joins: tantek_ (~tpod@public.cloak)
- # [21:12] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [21:12] * tantek_ is now known as tantek
- # [21:16] * Quits: cabanier (~cabanier@public.cloak) ("Leaving.")
- # [21:18] * Joins: Joshue108 (~Joshue@public.cloak)
- # [21:22] * Quits: Joshue (~Joshue@public.cloak) (Ping timeout: 180 seconds)
- # [21:28] * Quits: tantek (~tpod@public.cloak) (Ping timeout: 180 seconds)
- # [21:30] * Joins: malaclyps (~Danny@public.cloak)
- # [21:32] * Joins: cabanier (~cabanier@public.cloak)
- # [21:53] * Quits: Joshue108 (~Joshue@public.cloak) ("Leaving...")
- # [21:54] * Quits: jernoble (~jernoble@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:39] * Joins: jernoble (~jernoble@public.cloak)
- # [23:31] * Quits: yoav (~yoav@public.cloak) (Ping timeout: 180 seconds)
- # [23:41] * Joins: gitbot (~gitbot@public.cloak)
- # [23:41] -gitbot:#html-wg- [html] darobin pushed 2 new commits to feature/whatwg: https://github.com/w3c/html/compare/8bfeb6a438d7...d924b2f53bd3
- # [23:41] -gitbot:#html-wg- html/feature/whatwg 4ee34ea ianh: [cgiow] (1) Allow inputmode='' on type=password, so that you can set the input mode to numeric for PIN passwords...
- # [23:41] -gitbot:#html-wg- html/feature/whatwg d924b2f ianh: [] (0) WebIDL doesn't default 'setter' to 'creator' (HTMLOptionsCollection)...
- # [23:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [23:57] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [23:58] * Joins: yoav (~yoav@public.cloak)
- # Session Close: Sat Oct 05 00:00:00 2013
The end :)