07:22:05 RRSAgent has joined #webapps 07:22:05 logging to http://www.w3.org/2016/09/19-webapps-irc 07:25:02 zakim, this is Web Platform WG: Web Components 07:25:02 got it, xiaoqian 07:28:17 smaug has joined #webapps 07:40:01 tantek has joined #webapps 07:51:39 dom has joined #webapps 07:53:12 anssik has joined #webapps 07:53:54 xiaoqian has changed the topic to: Web Components: https://github.com/w3c/WebPlatformWG/blob/gh-pages/meetings/16-09-19TPAC-1.md 08:02:12 chaals-ordhord has joined #webapps 08:02:16 Gus has joined #Webapps 08:03:52 Gus_ has joined #webapps 08:04:24 Hyunjin has joined #webapps 08:04:33 taekyu has joined #webapps 08:04:39 annevk has joined #webapps 08:04:54 dcooney has joined #webapps 08:05:05 bz has joined #webapps 08:05:11 +present Dominic Cooney, Google 08:05:39 koji has joined #webapps 08:06:08 yoichio has joined #webapps 08:07:16 aboxhall has joined #webapps 08:07:41 +present Takayoshi Kochi, Google 08:08:01 present+ xiaoqian (Cindy), W3C 08:08:43 kenneth_ has joined #webapps 08:09:39 Scribenick: annevk 08:09:42 hjlee has joined #webapps 08:09:56 nolanlawson has joined #webapps 08:10:02 present+ Hayato Ito (Google) 08:10:10 present+ Takayoshi Kochi (Google) 08:10:14 IanPouncey has joined #webapps 08:10:19 weinig has joined #webapps 08:10:22 tomalec has joined #webapps 08:10:22 Topic: Open issues with "web components" 08:10:25 LJWatson has joined #webapps 08:10:31 present+ Chaals (Yandex) 08:10:41 At 11AM a11y folks will join to talk about ARIA 08:10:50 present+ Léonie Watson (TPG) 08:10:52 kborchers has joined #webapps 08:10:59 present+ Dominic Cooney (Google) 08:11:11 Note: meeting agenda page: https://github.com/w3c/WebPlatformWG/blob/gh-pages/meetings/16-09-19TPAC-1.md 08:11:16 yosi_google has joined #webapps 08:11:17 Domenic: I'd like to discuss some v2 stuff 08:11:31 Topic: Custom elements feature requests 08:11:36 present+ Boris (Moz) 08:11:38 plh has joined #webapps 08:11:39 https://github.com/w3c/WebPlatformWG/blob/gh-pages/meetings/16-09-19TPAC-1.md#custom-elements 08:11:47 present+ annevk (Moz) 08:11:55 Domenic: should we add more callbacks? 08:11:57 cabanier has joined #webapps 08:12:02 Domenic: user agent-type stylesheets? 08:12:23 Domenic: allowing more parsing modes than just parsing like 08:12:33 annevk: which callbacks? 08:13:05 Domenic: cloning is not exposed atm, e.g., preserves internal state, you cannot duplicate that with custom elements 08:13:10 present+ Domenic Denicola (Google) 08:13:25 Domenic: cloning seems fairly trivial to add 08:13:34 bz: the main implementation issue is the callback throwing 08:13:55 dcooney: when cloning you already have to deal with the constructor throwing 08:14:02 bz: so... not a new issue 08:14:19 dcooney: I think you get an element back, but it's in a failed state of sorts 08:14:24 (nodding in the room) 08:14:34 chaals has joined #webapps 08:14:42 dcooney: there's a question of when the cloning steps run 08:15:12 Domenic: they'd run after the tree is cloned, all at once 08:15:13 rrsagent, make minutes 08:15:13 I have made the request to generate http://www.w3.org/2016/09/19-webapps-minutes.html chaals 08:15:22 Domenic: seems doable 08:15:26 (some more nodding) 08:15:31 RRSAgent, make log public 08:16:07 bz: do we want to run them in tree order? before or after its kids? 08:16:32 dcooney: callbacks run after everything is cloned 08:17:12 dcooney: the simplest way would be parents before children 08:17:21 bz: might want to discuss with components authors 08:17:33 Domenic: motivation is emulating builtins 08:17:38 Domenic: those don't depend on children 08:18:04 jamesn has joined #webapps 08:18:28 koji: can those callbacks mutate the tree? 08:18:37 Domenic: yes, but it's well-defined 08:18:49 yosin has joined #webapps 08:18:52 li_lin has joined #webapps 08:19:08 present+ Koji_Ikuno 08:19:20 present+ hober 08:19:33 Domenic: I'd like to add them in tree order 08:19:42 annevk: like 08:19:44 chaals: like 08:20:16 dcooney: we could get some more feedback and decide Friday 08:20:21 dcooney: just to double check 08:20:25 Domenic: SGTM 08:20:44 weinig: I don't think we're against it, sounds fine 08:21:11 weinig: there's a question of how often it's used 08:21:30 bz: it would help to have actual use cases 08:22:27 Domenic: if HTML modules takes off, you really need cloning 08:22:58 Domenic: so need to get some more feedback 08:23:18 Domenic: but generally sounds acceptable 08:23:46 dcooney: are there other hooks? 08:24:32 Florian has joined #webapps 08:25:05 annevk: I think cloning is the last 08:25:31 bz: there's a callback for all attributes being set from the parser 08:26:20 annevk: also a callback for end tags seen by the parser (for