Options:
- # Session Start: Fri Oct 31 00:00:00 2014
- # Session Ident: #testing
- # [00:00] <seva> simonstewart: one can always make a screenshot at the OS level
- # [00:01] <seva> simonstewart: but this is out f scope of this spec
- # [00:01] * Joins: gitbot (~gitbot@public.cloak)
- # [00:01] -gitbot:#testing- [web-platform-tests] jacobrossi opened pull request #1331: Fix inconsistent event param (master...submission/Microsoft/PointerEvents-EventParam) https://github.com/w3c/web-platform-tests/pull/1331
- # [00:01] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [00:01] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
- # [00:02] * Joins: rkawada_ (~rkawada@public.cloak)
- # [00:02] <seva> JohnJansen: I was worried about scrolling into view elements that aren't in there at the test time
- # [00:02] * Joins: rniwa (~rniwa@public.cloak)
- # [00:03] * Joins: gitbot (~gitbot@public.cloak)
- # [00:03] -gitbot:#testing- [web-platform-tests] lukeis opened pull request #1332: using wptserve now instead of our own server (master...wptserve) https://github.com/w3c/web-platform-tests/pull/1332
- # [00:03] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [00:04] <seva> JohnJansen: sometimes I just need to check that the scrollbas os certain length; or how much fits in the viewport
- # [00:04] <seva> JohnJansen: and not the entire page
- # [00:04] <seva> jgraham: increasingly we see pages that look different in different viewport size
- # [00:04] <seva> jgraham: width and height
- # [00:05] <seva> JohnJansen: what you want is NOT the full page. example: iphone changed screen size
- # [00:05] <seva> willhelm: I see 2 distinct use cases
- # [00:06] <seva> willhelm: 1) I want full screenshot 2) I want viewport
- # [00:06] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [00:06] <seva> jgraham: a "full page" is a fictional thing. it does not exists
- # [00:06] * rkawada_ is now known as rkawada
- # [00:06] <seva> most people nod
- # [00:06] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [00:06] * Joins: ken (~ken@public.cloak)
- # [00:07] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [00:07] * Joins: ken (~ken@public.cloak)
- # [00:08] <MikeSmith> simonstewart, https://github.com/w3c/webdriver
- # [00:09] * Joins: ken_ (~ken@public.cloak)
- # [00:09] * Joins: gitbot (~gitbot@public.cloak)
- # [00:09] -gitbot:#testing- [web-platform-tests] jacobrossi closed pull request #1331: Fix inconsistent event param (master...submission/Microsoft/PointerEvents-EventParam) https://github.com/w3c/web-platform-tests/pull/1331
- # [00:09] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [00:09] * Joins: gitbot (~gitbot@public.cloak)
- # [00:09] -gitbot:#testing- [web-platform-tests] jacobrossi pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/76e0fde3e1d4...b924bffd5f35
- # [00:09] -gitbot:#testing- web-platform-tests/master 59f4007 Jacob Rossi: Fix inconsistent event param
- # [00:09] -gitbot:#testing- web-platform-tests/master b924bff Jacob Rossi: Merge pull request #1331 from InternetExplorer/submission/Microsoft/PointerEvents-EventParam...
- # [00:09] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [00:09] <simonstewart> MikeSmith: Thank you. I'll figure out how to get our existing hg repo there
- # [00:10] <simonstewart> I assume that AutomatedTester and I have write permissions?
- # [00:10] <MikeSmith> yeah
- # [00:10] <MikeSmith> I can copy the sources and history over
- # [00:10] * Quits: selbot2_ (~cinch@public.cloak) (Ping timeout: 180 seconds)
- # [00:10] <MikeSmith> if that's OK with you guys, i'll go ahead and do it
- # [00:10] <seva> ato: infinitely scrolling pages, like twitter.com
- # [00:11] <AutomatedTester> MikeSmith: yes please
- # [00:12] <MikeSmith> hai
- # [00:12] <seva> sam_u: what's going to be less surprising?
- # [00:13] <seva> simonstewart: users are surprized when they see a small window
- # [00:13] <seva> jgraham: they should not be. they may be upset.
- # [00:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [00:15] <seva> ato: we support element screenshots. what is element is larger than screenshot?
- # [00:15] <seva> JoshJansen: scroll to 0,0, take screenshot of the viewport. thats inthe spec, no?
- # [00:16] <seva> jgraham: based on the doc position before css transforms... ?
- # [00:17] <seva> AutomatedTester: for element that;s bigger then the viewport. we scrool to 0,,0 of that element
- # [00:18] <seva> JohnJansen: scroll as scrollIntoView in the spec prescribed
- # [00:18] <seva> AutomatedTester: then take screenshot of the viewport
- # [00:18] <seva> err.. of the element, but not larger than the viewport
- # [00:20] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [00:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:21] <seva> screenshot of the element cropped to the viewport
- # [00:21] <seva> resolution: ^
- # [00:22] <Automate_> s/viewport/getClientBoundingRect()/
- # [00:22] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
- # [00:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [00:22] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:23] * Joins: ken (~ken@public.cloak)
- # [00:23] <seva> jgraham: if element if not at all in the viewport after scrollintoview, then the result screenshot is 0x0 png
- # [00:24] <seva> willhelm: if element is partially in the viewport, then the result screenshot is the visible part of the element
- # [00:26] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [00:26] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:26] <seva> action: make some prose out of the last ~20 decisions scribed above
- # [00:26] * RRSAgent records action 13
- # [00:27] <Automate_> ACTION: Create algorithm for "for element that;s bigger then the viewport. we scroll to 0,0 of that element. If the element can not be fully scrolled take a screenshot of the element that is in the viewport" for takesElementScreenshot
- # [00:27] * RRSAgent records action 14
- # [00:27] * Joins: tripu (antonio@public.cloak)
- # [00:27] * Automate_ is now known as AutomatedTester
- # [00:27] <seva> (regarding screenshots of the full page and of element)
- # [00:28] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [00:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:29] * Joins: ken_ (~ken@public.cloak)
- # [00:29] * Joins: masatakayakura (~myakura@public.cloak)
- # [00:30] <seva> jgraham: on full page screenshot : noone want to implement, and it is wrong. so we settle on the viewport only
- # [00:30] * darobin_ is now known as darobin
- # [00:30] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:30] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [00:30] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [00:31] <AutomatedTester> ACTION: takeScreenshot to only return viewport of the browser
- # [00:31] * RRSAgent records action 15
- # [00:31] <seva> Automatedtester: (has a little notebook where he wrote all screenshot related decisions down)
- # [00:33] * Joins: bhill2 (~bhill2@public.cloak)
- # [00:33] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:34] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [00:34] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [00:35] <seva> seva: proposes something else other than 0x0 image for invisible element's screenshot
- # [00:35] * Joins: myakura (~myakura@public.cloak)
- # [00:35] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [00:35] * Parts: cwest (~cwest@public.cloak) (cwest)
- # [00:35] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [00:35] <seva> Done for the day!!!
- # [00:37] <seva> RRSAgent: bye
- # [00:37] <RRSAgent> I see 15 open action items saved in http://www.w3.org/2014/10/30-testing-actions.rdf :
- # [00:37] <RRSAgent> ACTION: clarify that you don't send body with GET requests [1]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-45-29
- # [00:37] <RRSAgent> ACTION: make the body of the requests just the parameters object and nothing else [2]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-47-23
- # [00:37] <RRSAgent> ACTION: clarify how to send no parameters [3]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T17-47-45
- # [00:37] * Quits: simonstewart (~simons@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [00:37] <RRSAgent> ACTION: ato to add intermediate nodes as an example use case [4]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-09-03
- # [00:37] <RRSAgent> ACTION: ato ask Anne if TC39 should be used [5]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-10-46
- # [00:37] <RRSAgent> ACTION: add recommendations in the spec about per server path prefix [6]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-20-05
- # [00:37] <RRSAgent> ACTION: assign status code to each error [7]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-36-46
- # [00:37] <RRSAgent> ACTION: explicitly specify that webdriver implementation is expected to own all paths under its prefix? [8]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-38-40
- # [00:37] * Parts: erabonza1 (~erabonza@public.cloak) (erabonza1)
- # [00:37] <RRSAgent> ACTION: ato to define the pre-steps, error handling, algorithm and serialization definition for all cases in general [9]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-41-15
- # [00:37] <RRSAgent> ACTION: specify which headers we expect: cache-control and content-type [10]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T18-47-06
- # [00:37] <RRSAgent> ACTION: Simon and David to setup dedicated time [11]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T21-18-01
- # [00:37] <RRSAgent> ACTION: MikeSmith: please can you create a GitHub project under the w3c namespace for the webdriver spec? [12]
- # [00:37] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T22-50-31
- # [00:38] <RRSAgent> ACTION: make some prose out of the last ~20 decisions scribed above [13]
- # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-26-48
- # [00:38] <RRSAgent> ACTION: Create algorithm for "for element that;s bigger then the viewport. we scroll to 0,0 of that element. If the element can not be fully scrolled take a screenshot of the element that is in the viewport" for takesElementScreenshot [14]
- # [00:38] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-27-02
- # [00:38] <RRSAgent> ACTION: takeScreenshot to only return viewport of the browser [15]
- # [00:38] <RRSAgent> recorded in http://www.w3.org/2014/10/30-testing-irc#T23-31-06
- # [00:38] * Parts: RRSAgent (rrsagent@public.cloak) (RRSAgent)
- # [00:39] * Quits: masatakayakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [00:39] * Joins: mdas (~mdas@public.cloak)
- # [00:40] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
- # [00:40] * Joins: ken (~ken@public.cloak)
- # [00:42] * Quits: jimevans (~jimevans@public.cloak) ("Leaving.")
- # [00:42] * Joins: jimevans (~jimevans@public.cloak)
- # [00:43] * Quits: jimevans (~jimevans@public.cloak) ("Leaving.")
- # [00:44] * Quits: seva (~seva@public.cloak) (Ping timeout: 180 seconds)
- # [00:47] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
- # [00:48] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [00:48] * Quits: sam_u_ (~samu@public.cloak) (Ping timeout: 180 seconds)
- # [00:49] * Quits: JohnJansen (~JohnJansen@public.cloak) (Ping timeout: 180 seconds)
- # [00:52] * Quits: rniwa (~rniwa@public.cloak) (rniwa)
- # [00:52] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [00:53] * Joins: auchenbe_ (~auchenberg@public.cloak)
- # [00:54] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
- # [00:54] * Joins: auchenbe_ (~auchenberg@public.cloak)
- # [00:55] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
- # [00:55] * Joins: auchenberg (~auchenberg@public.cloak)
- # [00:55] * Joins: rniwa (~rniwa@public.cloak)
- # [00:56] * Joins: auchenbe_ (~auchenberg@public.cloak)
- # [00:57] * Quits: auchenbe_ (~auchenberg@public.cloak) (Client closed connection)
- # [00:57] * Joins: auchenbe_ (~auchenberg@public.cloak)
- # [00:59] * Joins: abarsto (~abarsto@public.cloak)
- # [00:59] * abarsto is now known as ArtB
- # [01:02] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [01:04] * Quits: auchenbe_ (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [01:05] * Joins: ken (~ken@public.cloak)
- # [01:07] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [01:08] * Joins: bhill2 (~bhill2@public.cloak)
- # [01:15] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [01:16] * Joins: auchenberg (~auchenberg@public.cloak)
- # [01:17] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [01:19] * Quits: tripu (antonio@public.cloak) ("Leaving")
- # [01:20] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [01:20] * Joins: plh (plehegar@public.cloak)
- # [01:20] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [01:23] * terri is now known as terri_offline
- # [01:24] * Joins: abarsto (~abarsto@public.cloak)
- # [01:24] * abarsto is now known as ArtB
- # [01:27] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [01:44] * Quits: rniwa (~rniwa@public.cloak) (rniwa)
- # [01:45] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [01:46] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [01:46] * Joins: darobin (rberjon@public.cloak)
- # [01:48] * Quits: ArtB (~abarsto@public.cloak) (Ping timeout: 180 seconds)
- # [01:48] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [01:48] * Joins: abarsto (~abarsto@public.cloak)
- # [01:48] * abarsto is now known as ArtB
- # [01:48] * Joins: myakura (~myakura@public.cloak)
- # [01:49] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [01:52] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [01:52] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [01:53] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
- # [01:55] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [02:07] * Quits: shepazooOOoo (schepers@public.cloak) ("is sleepy")
- # [02:10] * Joins: rkawada (~rkawada@public.cloak)
- # [02:35] * Joins: ken (~ken@public.cloak)
- # [02:52] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [03:15] * Joins: asrivast (~asrivast@public.cloak)
- # [03:29] * Joins: bhill2 (~bhill2@public.cloak)
- # [03:48] * Joins: auchenberg (~auchenberg@public.cloak)
- # [03:55] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [04:02] * Joins: bhill2 (~bhill2@public.cloak)
- # [04:09] * Joins: gkellogg_ (~gkellogg@public.cloak)
- # [04:16] * Quits: gkellogg_ (~gkellogg@public.cloak) (gkellogg_)
- # [04:17] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [04:24] * Joins: zcorpan (~zcorpan@public.cloak)
- # [04:32] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [04:37] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [05:01] * Joins: auchenberg (~auchenberg@public.cloak)
- # [05:15] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [05:15] * Joins: zcorpan (~zcorpan@public.cloak)
- # [05:19] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [05:22] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [05:46] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [05:58] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [06:22] * Joins: auchenberg (~auchenberg@public.cloak)
- # [07:06] * Joins: myakura (~myakura@public.cloak)
- # [07:13] * Joins: rkawada (~rkawada@public.cloak)
- # [07:37] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [07:37] * Joins: ken (~ken@public.cloak)
- # [07:44] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [07:54] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [08:02] * Joins: ptressel (~chatzilla@public.cloak)
- # [08:05] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [08:05] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [08:05] * Joins: auchenberg (~auchenberg@public.cloak)
- # [08:08] * Joins: rkawada (~rkawada@public.cloak)
- # [08:10] * Joins: myakura (~myakura@public.cloak)
- # [08:13] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [08:25] * Joins: bhill2 (~bhill2@public.cloak)
- # [08:36] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [08:41] * Joins: asrivast (~asrivast@public.cloak)
- # [08:48] * Joins: ken (~ken@public.cloak)
- # [08:55] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [08:58] * Joins: ken (~ken@public.cloak)
- # [09:16] * Joins: zcorpan (~zcorpan@public.cloak)
- # [09:19] * Joins: mdas (~mdas@public.cloak)
- # [09:22] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [09:23] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [09:39] * Joins: rkawada (~rkawada@public.cloak)
- # [09:44] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [09:48] * Quits: mdas (~mdas@public.cloak) ("Leaving...")
- # [10:34] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [10:47] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [10:47] * Joins: ken (~ken@public.cloak)
- # [10:49] * Joins: ken_ (~ken@public.cloak)
- # [10:49] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [10:56] * Quits: ken_ (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [11:02] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [11:09] * Joins: Lachy (~Lachy@public.cloak)
- # [11:18] * Joins: ken (~ken@public.cloak)
- # [11:20] * Joins: ken_ (~ken@public.cloak)
- # [11:20] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [11:27] * Quits: ken_ (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [11:46] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [12:00] * Joins: gitbot (~gitbot@public.cloak)
- # [12:00] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1333: Add more tests to attr_is. (master...attr_is) https://github.com/w3c/web-platform-tests/pull/1333
- # [12:00] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [12:20] * Joins: ken (~ken@public.cloak)
- # [12:28] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [12:47] * Joins: myakura (~myakura@public.cloak)
- # [13:09] * Quits: ptressel (~chatzilla@public.cloak) ("restart ff")
- # [13:21] * Joins: ken (~ken@public.cloak)
- # [13:23] * Quits: ken (~ken@public.cloak) (Client closed connection)
- # [13:23] * Joins: ken (~ken@public.cloak)
- # [13:24] * Joins: ptressel (~chatzilla@public.cloak)
- # [13:30] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [13:37] * Joins: gitbot (~gitbot@public.cloak)
- # [13:37] -gitbot:#testing- [web-platform-tests] hallvors created hallvors/iframe-javascript-url (+1 new commit): https://github.com/w3c/web-platform-tests/commit/a315bb252ffe
- # [13:37] -gitbot:#testing- web-platform-tests/hallvors/iframe-javascript-url a315bb2 Hallvord R. M. Steen: addressing further review comments
- # [13:37] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [14:06] * Joins: anssik (~uid10742@public.cloak)
- # [14:24] * Joins: ken (~ken@public.cloak)
- # [14:31] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [15:00] * Joins: gitbot (~gitbot@public.cloak)
- # [15:00] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1334: Add tests for getting HTMLOptionElement#{label,value}. (master...option-label-value) https://github.com/w3c/web-platform-tests/pull/1334
- # [15:00] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [15:04] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [15:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:24] * Joins: ken (~ken@public.cloak)
- # [15:32] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [15:50] * Joins: rkawada (~rkawada@public.cloak)
- # [16:12] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [16:12] * Joins: ken (~ken@public.cloak)
- # [16:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [16:17] * Joins: gitbot (~gitbot@public.cloak)
- # [16:17] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1335: Update specification URLs in dom/. (master...dom-url) https://github.com/w3c/web-platform-tests/pull/1335
- # [16:17] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:17] <Ms2ger> jgraham, r?
- # [16:18] <Ms2ger> jgraham, (I've got one coming up for HTML if you like this one)
- # [16:19] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [16:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [16:26] * Joins: abarsto (~abarsto@public.cloak)
- # [16:26] * abarsto is now known as ArtB
- # [16:31] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [16:31] * Joins: myakura (~myakura@public.cloak)
- # [16:35] * Joins: dom (dom@public.cloak)
- # [16:41] * Joins: darobin (rberjon@public.cloak)
- # [16:42] * Quits: ArtB (~abarsto@public.cloak) (Ping timeout: 180 seconds)
- # [16:42] * Joins: abarsto (~abarsto@public.cloak)
- # [16:42] * abarsto is now known as ArtB
- # [16:47] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [16:49] * Joins: Lachy (~Lachy@public.cloak)
- # [16:52] * Joins: bhill2 (~bhill2@public.cloak)
- # [16:53] * Joins: ken (~ken@public.cloak)
- # [16:56] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [17:00] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [17:01] * Joins: rkawada (~rkawada@public.cloak)
- # [17:04] * Joins: plh (plehegar@public.cloak)
- # [17:05] * Joins: selbot2_ (~cinch@public.cloak)
- # [17:08] * Joins: selbot2__ (~cinch@public.cloak)
- # [17:11] * Joins: rkawada_ (~rkawada@public.cloak)
- # [17:12] * Joins: mdas (~mdas@public.cloak)
- # [17:12] * Quits: selbot2_ (~cinch@public.cloak) (Ping timeout: 180 seconds)
- # [17:12] * Quits: plh (plehegar@public.cloak) (Ping timeout: 180 seconds)
- # [17:13] * Joins: plh (plehegar@public.cloak)
- # [17:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:13] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:15] * Quits: rkawada (~rkawada@public.cloak) (Ping timeout: 180 seconds)
- # [17:15] * rkawada_ is now known as rkawada
- # [17:16] * Joins: sam_u (~samu@public.cloak)
- # [17:16] * Joins: jimevans (~jimevans@public.cloak)
- # [17:17] * Quits: Lachy (~Lachy@public.cloak) (Lachy)
- # [17:17] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [17:18] * Joins: mdas_ (~mdas@public.cloak)
- # [17:18] * Joins: asrivast (~asrivast@public.cloak)
- # [17:19] * Quits: selbot2__ (~cinch@public.cloak) (Client closed connection)
- # [17:19] * Joins: lukeis (~Adium@public.cloak)
- # [17:19] * Joins: JohnJansen (~JohnJansen@public.cloak)
- # [17:19] <JohnJansen> webdriver meeting is in #webdriver
- # [17:20] <wilhelm> To avoid spammy minutes. Feel free to listen in over there. (c:
- # [17:21] * Parts: rkawada (~rkawada@public.cloak) (I'm not here right now.)
- # [17:21] * sam_u changes topic to 'webdriver meeting is in #webdriver'
- # [17:22] * terri_offline is now known as terri
- # [17:22] * Joins: asrivast_ (~asrivast@public.cloak)
- # [17:22] * Quits: mdas (~mdas@public.cloak) (Ping timeout: 180 seconds)
- # [17:24] * Joins: simons (~simons@public.cloak)
- # [17:26] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:26] * mdas_ is now known as mdas
- # [17:26] * Quits: asrivast (~asrivast@public.cloak) (Ping timeout: 180 seconds)
- # [17:27] * simons is now known as simonstewart
- # [17:27] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [17:27] * Automate_ is now known as AutomatedTester
- # [17:28] * Quits: sam_u (~samu@public.cloak) (Ping timeout: 180 seconds)
- # [17:28] * Parts: lukeis (~Adium@public.cloak) (lukeis)
- # [17:32] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:35] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:35] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:36] * Quits: JohnJansen (~JohnJansen@public.cloak) (Ping timeout: 180 seconds)
- # [17:36] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [17:37] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:38] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:40] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [17:41] * Joins: gitbot (~gitbot@public.cloak)
- # [17:41] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1336: Remove createEvent.NOT_SUPPORTED_ERR.html. (master...remove-dupe-d3e) https://github.com/w3c/web-platform-tests/pull/1336
- # [17:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [17:41] * Joins: gitbot (~gitbot@public.cloak)
- # [17:41] -gitbot:#testing- [web-platform-tests] Ms2ger opened pull request #1337: Add a test for HTMLOptionElement#text on an element with a label attribute. (master...option-text-label) https://github.com/w3c/web-platform-tests/pull/1337
- # [17:41] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [17:42] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:42] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [17:43] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [17:43] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:44] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:46] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [17:47] * Joins: ken_ (~ken@public.cloak)
- # [17:51] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [17:52] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:53] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:54] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:54] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:55] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:56] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:56] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [17:59] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [17:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [17:59] * Ms2ger wonders why everyone else than AutomatedTester has a better connection
- # [17:59] <Automate_> Ms2ger: I'm doing real work... :)
- # [17:59] <Ms2ger> Ha
- # [17:59] <Ms2ger> Automate_, what, managering? :)
- # [17:59] * Automate_ is now known as AutomatedTester
- # [18:00] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [18:00] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:01] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [18:06] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
- # [18:07] * Joins: ken (~ken@public.cloak)
- # [18:07] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [18:10] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [18:11] * Joins: ken_ (~ken@public.cloak)
- # [18:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [18:20] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [18:22] * Joins: bhill2 (~bhill2@public.cloak)
- # [18:24] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:28] * Joins: dom (dom@public.cloak)
- # [18:28] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [18:28] * Joins: auchenberg (~auchenberg@public.cloak)
- # [18:28] * Quits: dom (dom@public.cloak) (Client closed connection)
- # [18:28] * Joins: dom (dom@public.cloak)
- # [18:29] * Joins: shepazu (schepers@public.cloak)
- # [18:33] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [18:35] * Quits: zcorpan_ (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:37] * Quits: ptressel (~chatzilla@public.cloak) ("ChatZilla 0.9.91 [Firefox 33.0.2/20141027150301]")
- # [18:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [18:47] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [18:47] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:49] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:49] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [18:51] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [18:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:54] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [18:54] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [18:57] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [18:58] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [18:58] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:00] * Joins: abarsto (~abarsto@public.cloak)
- # [19:00] * abarsto is now known as ArtB
- # [19:01] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:02] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:02] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:04] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:04] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:06] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:06] * Joins: myakura (~myakura@public.cloak)
- # [19:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:07] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:09] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:09] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:11] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:11] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:11] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:12] * Joins: masatakayakura (~myakura@public.cloak)
- # [19:13] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:13] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:15] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:15] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:16] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:16] * Quits: myakura (~myakura@public.cloak) (Ping timeout: 180 seconds)
- # [19:17] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:20] * Joins: gitbot (~gitbot@public.cloak)
- # [19:20] -gitbot:#testing- [web-platform-tests] lukeis opened pull request #1338: fixing tests by correcting imports (master...fix_webdriver_tests) https://github.com/w3c/web-platform-tests/pull/1338
- # [19:20] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:21] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [19:21] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:22] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:22] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:22] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:24] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:24] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:28] * Quits: Automat__ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:28] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [19:29] <MikeSmith> Ms2ger: looking at the option.text PR now
- # [19:29] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:32] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:32] * Joins: dom (dom@public.cloak)
- # [19:33] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:33] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:35] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [19:35] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:36] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:36] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:36] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [19:36] * Joins: bhill2 (~bhill2@public.cloak)
- # [19:37] <Ms2ger> MikeSmith, ta
- # [19:38] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:38] <MikeSmith> Ms2ger: so out of curiosity, I wanted to ask, is there some reason why webkit/blink do the wrong thing they do here?
- # [19:38] <MikeSmith> that is, not conforming to the spec
- # [19:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:39] <MikeSmith> some reason you know of
- # [19:40] * Joins: gitbot (~gitbot@public.cloak)
- # [19:40] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1337: Add a test for HTMLOptionElement#text on an element with a label attribute. (master...option-text-label) https://github.com/w3c/web-platform-tests/pull/1337
- # [19:40] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:40] * Joins: gitbot (~gitbot@public.cloak)
- # [19:40] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 2 new commits to master: https://github.com/w3c/web-platform-tests/compare/b924bffd5f35...a8383f45b986
- # [19:40] -gitbot:#testing- web-platform-tests/master 853443c Ms2ger: Add a test for HTMLOptionElement#text on an element with a label attribute.
- # [19:40] -gitbot:#testing- web-platform-tests/master a8383f4 Michael[tm] Smith: Merge pull request #1337 from Ms2ger/option-text-label...
- # [19:40] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:40] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:41] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:41] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:42] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [19:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:43] * Quits: bhill2 (~bhill2@public.cloak) (Ping timeout: 180 seconds)
- # [19:43] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:43] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:44] * Joins: gitbot (~gitbot@public.cloak)
- # [19:44] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1336: Remove createEvent.NOT_SUPPORTED_ERR.html. (master...remove-dupe-d3e) https://github.com/w3c/web-platform-tests/pull/1336
- # [19:44] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:45] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:45] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [19:46] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:46] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:48] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [19:48] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:48] * Quits: Automate_ (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:48] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:49] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:50] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:50] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:50] * Joins: dom (dom@public.cloak)
- # [19:50] * Joins: gitbot (~gitbot@public.cloak)
- # [19:50] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1335: Update specification URLs in dom/. (master...dom-url) https://github.com/w3c/web-platform-tests/pull/1335
- # [19:50] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:51] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [19:51] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:53] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:55] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [19:55] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [19:57] * terri is now known as terri_offline
- # [19:58] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [19:59] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [19:59] * Joins: auchenberg (~auchenberg@public.cloak)
- # [20:00] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [20:00] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:00] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [20:01] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [20:01] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:02] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [20:02] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:03] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [20:03] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:04] * Joins: asrivast (~asrivast@public.cloak)
- # [20:05] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [20:05] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:06] * Quits: ken_ (~ken@public.cloak) (Client closed connection)
- # [20:06] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [20:07] * Joins: ken (~ken@public.cloak)
- # [20:07] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [20:08] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [20:08] * Quits: mdas (~mdas@public.cloak) (Client closed connection)
- # [20:10] * Quits: asrivast_ (~asrivast@public.cloak) (Ping timeout: 180 seconds)
- # [20:14] <Ms2ger> MikeSmith, I haven't investigated
- # [20:14] * Quits: ken (~ken@public.cloak) (Ping timeout: 180 seconds)
- # [20:14] <Ms2ger> MikeSmith, in fact, they don't do this in quirks mode
- # [20:16] * shepazu is now known as shepazoOoOoOo
- # [20:17] * Joins: Lachy (~Lachy@public.cloak)
- # [20:18] <MikeSmith> Ms2ger: weird
- # [20:19] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [20:20] <MikeSmith> Ms2ger: should I take time to file webkit and blink bugs about this?
- # [20:30] * Joins: auchenberg (~auchenberg@public.cloak)
- # [20:38] * Quits: masatakayakura (~myakura@public.cloak) (Client closed connection)
- # [20:48] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [20:48] * Joins: auchenberg (~auchenberg@public.cloak)
- # [20:50] <MikeSmith> Ms2ger: FYI https://bugs.webkit.org/show_bug.cgi?id=138256 and https://code.google.com/p/chromium/issues/detail?id=429293
- # [20:55] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [21:01] * Quits: shepazoOoOoOo (schepers@public.cloak) ("is sleepy")
- # [21:01] <MikeSmith> jgraham: can karlt do MSE reviews now?
- # [21:02] * Joins: auchenberg (~auchenberg@public.cloak)
- # [21:05] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:13] * Joins: zcorpan_ (~zcorpan@public.cloak)
- # [21:15] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [21:16] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [21:16] * Joins: darobin (rberjon@public.cloak)
- # [21:18] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [21:26] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
- # [21:27] <Ms2ger> MikeSmith, great, thanks
- # [21:27] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [21:27] * terri_offline is now known as terri
- # [21:33] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [21:33] * Joins: auchenberg (~auchenberg@public.cloak)
- # [21:40] * Quits: auchenberg (~auchenberg@public.cloak) (Ping timeout: 180 seconds)
- # [21:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [21:47] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [21:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [21:56] <jgraham> MikeSmith: I think it's OK for him to do reviews, yes
- # [21:58] * Joins: mdas (~mdas@public.cloak)
- # [22:05] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:05] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:06] * Joins: darobin (rberjon@public.cloak)
- # [22:07] * Joins: wilhelm_ (~wilhelm_@public.cloak)
- # [22:07] <ato> Action: Land current diff, do an update of that which includes reference to the reflecting attributes in HTML5.
- # [22:08] <ato> Oops, wrong channel.
- # [22:08] * Quits: wilhelm_ (~wilhelm_@public.cloak) ("Page closed")
- # [22:08] * Joins: asrivast (~asrivast@public.cloak)
- # [22:08] * Joins: plh (plehegar@public.cloak)
- # [22:09] * Joins: bhill2 (~bhill2@public.cloak)
- # [22:09] <AutomatedTester> jgraham: did you want to join ?
- # [22:09] <ato> Topic: Touch Events
- # [22:09] <ato> Oops, wrong channel again.
- # [22:11] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:11] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:12] * Joins: shepazu (schepers@public.cloak)
- # [22:13] * Joins: darobin_ (rberjon@public.cloak)
- # [22:14] * Joins: shepazutu (schepers@public.cloak)
- # [22:16] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:17] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:17] * Quits: darobin (rberjon@public.cloak) (Ping timeout: 180 seconds)
- # [22:19] <jgraham> Automate_: I'm in HTML
- # [22:19] * Quits: shepazu (schepers@public.cloak) (Ping timeout: 180 seconds)
- # [22:19] * shepazutu is now known as shepazu
- # [22:19] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:23] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:23] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:24] * Quits: bhill2 (~bhill2@public.cloak) (Client closed connection)
- # [22:28] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:29] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:30] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:30] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:31] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:32] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:32] * Joins: asrivast_ (~asrivast@public.cloak)
- # [22:33] * darobin_ is now known as darobin
- # [22:34] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:34] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [22:36] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [22:36] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:38] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:38] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [22:39] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:39] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:40] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:40] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:42] * Joins: asrivast (~asrivast@public.cloak)
- # [22:42] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:42] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:46] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:46] * Quits: asrivast_ (~asrivast@public.cloak) (Ping timeout: 180 seconds)
- # [22:50] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:50] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:51] * Joins: Automat__ (~AutomatedTester@public.cloak)
- # [22:51] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:52] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [22:55] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [22:55] * Quits: Automat__ (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:58] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [22:59] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [22:59] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:01] * Joins: myakura (~myakura@public.cloak)
- # [23:02] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:02] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:02] * Joins: auchenberg (~auchenberg@public.cloak)
- # [23:02] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:03] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:04] * Quits: dom (dom@public.cloak) (Ping timeout: 180 seconds)
- # [23:05] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [23:05] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:07] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:07] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:08] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [23:08] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:09] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:09] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:11] * Joins: gitbot (~gitbot@public.cloak)
- # [23:11] -gitbot:#testing- [web-platform-tests] sideshowbarker closed pull request #1334: Add tests for getting HTMLOptionElement#{label,value}. (master...option-label-value) https://github.com/w3c/web-platform-tests/pull/1334
- # [23:11] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [23:12] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [23:12] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:14] * Joins: tripu (antonio@public.cloak)
- # [23:14] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:14] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:16] * Quits: asrivast (~asrivast@public.cloak) (Client closed connection)
- # [23:16] * Joins: asrivast (~asrivast@public.cloak)
- # [23:17] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [23:17] * terri is now known as terri_offline
- # [23:17] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:18] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [23:20] * Quits: zcorpan_ (~zcorpan@public.cloak) (Client closed connection)
- # [23:21] * Joins: zcorpan (~zcorpan@public.cloak)
- # [23:21] * Quits: plh (plehegar@public.cloak) ("Leaving")
- # [23:22] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [23:23] * Quits: myakura (~myakura@public.cloak) (Client closed connection)
- # [23:23] * Quits: asrivast (~asrivast@public.cloak) (Ping timeout: 180 seconds)
- # [23:28] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [23:29] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [23:32] * Quits: simonstewart (~simons@public.cloak) (Client closed connection)
- # [23:32] * Joins: tripu (antonio@public.cloak)
- # [23:33] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [23:33] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [23:33] * Joins: simons (~simons@public.cloak)
- # [23:34] * Joins: myakura (~myakura@public.cloak)
- # [23:34] * simons is now known as simonstewart
- # [23:38] * Quits: auchenberg (~auchenberg@public.cloak) (Client closed connection)
- # [23:39] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [23:43] * Joins: tripu (antonio@public.cloak)
- # [23:49] * Joins: asrivast (~asrivast@public.cloak)
- # [23:52] * Quits: tripu (antonio@public.cloak) (Ping timeout: 180 seconds)
- # [23:53] * Joins: tripu (antonio@public.cloak)
- # [23:53] * Joins: auchenberg (~auchenberg@public.cloak)
- # [23:56] * Joins: dom (dom@public.cloak)
- # [23:58] * Quits: shepazu (schepers@public.cloak) ("is sleepy")
- # Session Close: Sat Nov 01 00:00:00 2014
The end :)