07:55:49 RRSAgent has joined #html 07:55:49 logging to http://www.w3.org/2017/03/29-html-irc 07:55:50 Roelf-Jan has joined #html 07:55:52 CMN: No, haven't gone through all my mail 07:56:06 rrsagent, set logs world-visible 07:56:14 rrsagent, make minutes 07:56:14 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html tink 07:56:16 present+ Guido, Xiaoqian, Taewan, Paul, Rouvian 07:56:33 s/Rouvian/Roelf-Jan/ 07:56:47 present+ AlexD, SteveF 07:56:58 SF: What chat stuff do you use at Q42? 07:57:17 GB: 90% Slack, rest is emails. Try to use email less and less 07:57:43 s/taewan/taehwan/ 07:58:02 Here, in a meeting though. 08:00:05 Sangwhan, can you give us a useful time when you can discuss issue 538 - IDN email? 08:00:23 Would you prefer a dial-in or a brain dump over IRC? 08:02:26 -> https://github.com/w3c/html/issues/ open issues 08:02:38 SteveF has joined #html 08:02:52 [Unclear whether we can assume the editors who are not here think their issues are straightforward, or they have just done no triage :( ] 08:03:38 CMN: Yesterday we went through issues. 08:03:55 People here, please go through your lists and see if you're OK with the status 08:04:42 SF: (explains what we did yesterday to today's new attendees) 08:04:55 Linkdrop: https://tools.ietf.org/html/rfc6531 https://tools.ietf.org/html/rfc3492 https://tools.ietf.org/html/rfc3490 08:05:59 RFC6531 is the real problem here, there is a chicken and egg problem (Poor MTA interoperability) 08:07:07 SF: Do you have internal style guides on how to use HTML? 08:07:23 RJ: No, each team uses different tools to validate 08:08:08 [Discussion about validation tools] 08:08:19 I can dial in in about... 20 mins if that works. 08:08:33 Yeah, that would help I suspect. 08:09:14 [More discussion about semantic meaning for assistive technologies] 08:10:28 GB: We kind of assume every front end developer knows their way around HTML, and assume focus on JS. We find heading structure is not that solid. 08:10:48 When it comes to screen readers, what does the reader tell you? More often than not it doesn't make sense. 08:11:04 Using tools helps a lot 08:12:58 CMN: Talk bout Issue #561 08:13:14 CMN: Issue #832, let's talk about it now. 08:13:30 https://github.com/w3c/html/issues/832 08:14:36 XW: I'll go through the list to see what's broken 08:14:57 LW: Would it make sense to explain to Terence how to do it, to help him get involved? 08:15:08 I would explain to him what needs to happen 08:15:45 s/XW/XQ/ 08:16:18 CMN: Has anyone checked the multiple attribute on email inputs? 08:16:32 It'd be handy to teszt 08:16:37 s/teszt/test/ 08:17:22 AD: It's in the RFC, comma separated works for SMTP 08:17:32 CMN: Be nice to know if browsers choke 08:21:07 multiple attribute support https://www.wufoo.com/html5/attributes/08-multiple.html 08:21:24 LW: What's this info about building and bikeshed update followed by copying the spec data files? 08:21:36 AD: I've never had to copy anything, it's bad info 08:21:50 CMN: I'd like to talk about read only on non-text input types 08:22:56 We had an issue for a couple of specific things, it's a generic issue really. WHATWG started looking at the question, read only only works on text input types. That means it works by default on any unsupported type 08:23:36 If you do read only on certain types of control, browsers seem to implement read only, then go back later to fix them 08:23:56 Seems easy to implement that the controls be read only is a feasible thinbg 08:24:03 s/thinbg/thing/ 08:24:39 Does it make sense to allow read only controls? 08:24:55 [Call setup for Sangwhan] 08:26:19 I would imagine so. Locking a UI component in say, a configuration panel that gets disabled due to a dependency is a fairly common thing in native. 08:27:27 SW: Issue I'm assigned to is hard 08:27:34 Lets start with the LHS 08:27:54 That side has really bad real world interoperability with servers 08:28:26 Even if we allow users to do that, there's very little value added in adding this 08:28:44 chaals-temp has joined #html 08:28:55 Because email is a relay mechanism, if any MTA in the middle doesn't handle this mechanism, then you have problems 08:29:29 I'm sure we don't want to allow the LHS to use SMTP-UTF8 08:30:01 There are cases where there's magical punycode translation 08:30:20 That could be a problem with interoperability when people cut & paste 08:30:38 Punycode might solve some of it, but needs cross-browser collaboration to work 08:31:14 q+ to point out that since people use text input to get around this, we already have the problem of mismatches where people do this. 08:31:27 Support of IDN8 is possible for RHS., 08:31:33 LHS I don't think we should do 08:31:52 We could file browser bugs and see if the browser vendors implement thig 08:31:56 s/thig/this/ 08:32:13 Use of the email field is not very high anyway, people just use text fields 08:32:18 ack me 08:32:18 chaals-temp, you wanted to point out that since people use text input to get around this, we already have the problem of mismatches where people do this. 08:32:44 CMN: I'm not sure what we should do about the LHS 08:32:58 I have an IDN email address in Russian 08:33:13 If you send UTF over the wire, you're not going to have a good time 08:33:48 There's been work to make some of the big systems work properly with UTF-8 08:34:20 That said, the argument that you log into a non-ASCII account name and go to a different browser, you'll see it doesn't work 08:34:55 There's a reasonable case to be made that the uptake path is reasonable (switch browser) 08:35:17 You see government in India pushing this, Russia as part way to pushing it 08:35:30 We should look for up to date info about what's implemented 08:35:49 SW: I went through commit logs on MTAs, it's rarely supported 08:36:15 CMN: The validate down to punycode, leave LHS as ASCII doesn't seem hard 08:36:42 Just need a punycode translator before we do validation 08:37:11 SW: Maybe find consensus on what the browser vendors think 08:37:31 If it's doable, it's not rocket science 08:37:54 CMN: It's literally putting a punycode translator before the validator 08:38:17 IDNs all have to translate into punycode, right? 08:38:40 SW: IDNs are a user level feature, the DNS resolution happens at the ASCII level 08:38:56 CMN: If we split the issue into 2 08:39:32 Yesterday, we said in a WD, we can put in 'do the RHS' and file browser bugs, mark it at risk. If it doesn't get implementations, it doesn't go to Rec 08:39:51 Seems reasonable to have the IDN on the RHS marked at risk 08:40:04 Hold off on the LHS, since it's much less widely deployed 08:40:20 ICANN are chasing up implementations of this, so follow their progress 08:40:37 SW: Guess we can live with that 08:40:46 CMN: Won't be in 5.2 time-frame 08:41:14 No way the LHS stuff will be implemented in that time, even difficult for 5.3 08:41:29 SW: When there's email, there's legacy interop problems 08:41:49 I doubt this'll get enough traction in the near future. e.g. Exchange server 1999 being used somewhere 08:42:16 I could come up with a simplistic way to do validation and see what people think 08:42:47 CMN: Do you want to take that issue? 08:42:57 SW: Sure, next month or so 08:43:21 CMN: Would be nice for this milestone in the WD 08:43:29 SW: Let me give it some thought 08:43:35 CMN: IO could do a PR 08:43:39 s/IO/I/ 08:43:51 All of your other issues, have you triaged? 08:44:03 SW: Half seem doable, will work on them 08:44:19 Couple of hard issues 08:44:32 Finding consensus for them will be hard 08:44:39 CMN: You should tell us which ones 08:45:44 #538 is icky 08:46:02 #375? 08:46:25 Vsync 08:47:18 Most people won't see this unless you're wearing VR headsets 08:47:47 What's the relationship between #785 and #375? 08:47:50 Seems like a dup 08:48:09 SW: If this work has been done upstream there's a possibility of getting it working 08:48:54 CMN: Suggest we link the issues, and make #785 the one 08:49:01 #314 you said? 08:49:13 SW: Yes, default style for a given element in use in the wild 08:49:15 Risky 08:50:07 CMN: Yes, it's risky, It'll need discussion 08:50:32 Let's push this to WD7 and push a real discussion 08:50:52 SW: Are we happy with the regression scope? This will break real content out in the wild 08:51:53 CMN: It's about nested quotes where you're shifting language in the nested quote. Should the quote marks match the language inside them or the language outside, Currently it matches outside 08:52:19 The suggestion is we change the rendering to match the inside quoted language 08:52:31 Is this going to cause issues, or improve things? 08:52:44 i18n group argue it'll make things better 08:54:38 CMN: It's unlikely to be a large number of pages affected by this, but also it's probably an improvement 08:55:21 GB: If you ask me, if the spec before doesn't follow the language rules, then the spec is at fault 08:55:48 RRSAgent, draft minutes 08:55:48 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html sangwhan 08:56:11 It actually makes sense 08:58:01 CMN: It's inline layout for all these cases? 08:58:35 SW: Yes, changes the pseudo-elements that get inserted for quotes 08:59:42 CMN: I think this is a no brainer, but we should push it out to milestone 7 to give it time for discussion 08:59:55 SW: I'll chase Don Florian for this (sp?) 09:00:32 s/(sp?)// 09:00:42 s/Don/down/ 09:01:04 SW: #253 I won't do this week 09:01:12 #269 I won't do 09:01:46 CMN: I will have a look if I can do #253 09:02:46 SW: I'll go through the list and see what I can get through this week 09:04:01 09:40:00 Topic: work 09:40:13 [Fix your issues] 09:45:27 https://twitter.com/q42glijbaan 10:19:28 https://diffofhtmls.herokuapp.com/ 10:29:00 agenda+ documentation: https://github.com/w3c/html/blob/master/README.md … 10:29:06 [lunch] 11:58:27 ordhord has joined #html 11:58:35 chaals has joined #html 11:59:01 agenda? 12:00:01 SteveF has joined #html 12:04:39 GuidoBouman has joined #html 12:08:12 tink has joined #html 12:35:52 Roelf-Jan has joined #html 12:37:34 GuidoBouman: https://github.com/w3c/html/issues/774 https://www.w3.org/wiki/HTML/Usage/Headings/h1only https://www.paciellogroup.com/blog/2015/09/easy-content-organisation-with-html5/ 12:38:16 paul has joined #html 12:39:53 GuidoBouman has joined #html 12:39:56 GuidoBouman: https://github.com/w3c/html/issues/774 https://www.w3.org/wiki/HTML/Usage/Headings/h1only https://www.paciellogroup.com/blog/2015/09/easy-content-organisation-with-html5/ 12:53:21 zakim, close item 13 12:53:21 agendum 13, issue 821 Add +associated attributes, closed 12:53:23 I see 1 item remaining on the agenda: 12:53:23 15. documentation: https://github.com/w3c/html/blob/master/README.md … [from chaals] 12:53:25 zakim, next item 12:53:25 agendum 15. "documentation: https://github.com/w3c/html/blob/master/README.md …" taken up [from chaals] 13:13:02 -> https://github.com/w3c/html/pull/809 Alex' PR 13:34:40 -> http://chaals.github.io/testcases/details-without-summary-manual.html test for details element without summary 13:35:26 ordhord has joined #html 13:56:52 tink has joined #html 14:18:26 tink has joined #html 15:01:18 RRSAgent, make minutes 15:01:18 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html xiaoqian 15:01:23 RRSAgent, make log public 15:01:44 chair: chaals 15:01:47 RRSAgent, make minutes 15:01:47 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html xiaoqian 15:03:23 Meeting: HTML F2F Day 2 15:03:28 RRSAgent, make minutes 15:03:28 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html xiaoqian 15:19:29 tink has joined #html 15:19:43 rrsagent, make minutes 15:19:43 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html tink 15:20:15 present+ Léonie 15:20:22 present+ Chaals 15:20:27 rrsagent, make minutes 15:20:27 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html tink 15:20:43 regrets: Travis, Arron 15:20:47 present+ Sangwhan 15:20:50 rrsagent, make minutes 15:20:50 I have made the request to generate http://www.w3.org/2017/03/29-html-minutes.html tink 17:10:13 chaals has joined #html 17:15:37 tink has joined #html 17:21:52 tink_ has joined #html 18:36:15 tink has joined #html 21:14:44 chaals has joined #html