16:03:25 RRSAgent has joined #css 16:03:25 logging to http://www.w3.org/2008/06/04-css-irc 16:03:40 regrets from howcome, annevk, innovimax, dsinger, and bert 16:03:44 Zakim, who is here? 16:03:44 On the phone I see fantasai, Molly_Holzschlag, glazou, Ming, plinss, jason_cranfordtea, [Microsoft] 16:03:45 daniel: Agenda review 16:03:48 On IRC I see RRSAgent, Arron, jason_cranfordtea, Zakim, Ming, Molly, glazou, dbaron, trackbot, myakura, fantasai, plinss_, bjoern, jdaggett, plinss, anne, krijnh, Hixie, Bert, 16:03:51 ... hsivonen 16:03:54 ScribeNick: Ming 16:04:01 Topic: Charter, by Peter 16:04:17 peter: module list updated last week; will send it out this week 16:04:29 jason: my note on hypertext link style? 16:04:45 fantasai: which note? 16:04:45 +David_Baron 16:05:08 jason: regarding pseudo class 16:05:24 fantasai: then should go into selector module 16:05:46 jason: make sense; though does affect link style 16:05:55 jason: ok, agree to cancel my note 16:06:31 jason: more about link pseudo class; not a huge thing, from a design point of view 16:06:53 daniel: please send the complete list of modules out today, peter. 16:06:55 peter: yes 16:07:16 fantasai: not talked about whether to do selector 4 module. does not have feedbacks, since f-2-f meeting 16:07:32 fantasai: should this be listed in the charter; think it should be in scope 16:07:45 daniel: selector was the first thing to work on CSS WG 16:08:29 daniel: make it an extension would be a better course. 16:08:48 fantasai: ok; I can't disagree with this; would like to hear the implementor's view. 16:09:02 s/would like to hear/I haven't heard/ 16:09:03 daniel: would like implementor focus on other modules. 16:09:30 Topic: background and borders issues 16:09:55 daniel: bert and I am working on these issues 16:10:19 s/daniel/fantasai/ 16:10:47 fantasai: would seek implementors' view 16:11:07 daniel: is there a third way than accept or reject, i.e. working on this later 16:11:48 fantasai: don't want to keep working on the draft, would spend energy somewhere else 16:12:17 peter/molly: would have a place to keep the work so far, for next round. don't want losing the work 16:12:31 fantasai: has listed some work on the wiki 16:12:56 fantasai: is anyone wanting the multiple borders in module 3 16:13:03 david b.: yes 16:13:12 daniel: anyone else, Microsoft, Opera? 16:13:30 arron: can't say for sure; likelt won't need for a while 16:13:51 david b.: not sure what is to be implemented 16:13:57 fantasai: not sure either 16:14:19 daniel: so better to drop it for this round; need more work 16:14:25 dbaron: Mozilla has a multiple borders feature, but I don't think it's what we want here 16:14:30 daniel: all agree; done 16:14:44 RESOLVED: no multiple borders in level 3 16:14:45 fantasai: percentage border width, issue 26 16:15:05 fantasai: any pressing reason to add this? 16:15:20 daniel: is there a use case for this? 16:15:28 fantasai: don't know one 16:15:54 daniel: don't see border width specified this way, rather in pixel; jason? 16:16:22 jason: agree. can't think of a use case, percentage border width is to be used. 16:16:44 I would note that one reason you don't see non-pixel borders is that some implementations (e.g., older version of Gecko) will often make them uneven, which isn't what authors want. 16:16:45 molly: the only place is scalable design; not someone is practicing these days. 16:17:28 david b: see my comments above. 16:17:43 jason: I don't think it will make or break any designs 16:17:52 RESOLVED: no percentage borders 16:18:04 daniel: so we can resolve it by not doing this for now 16:18:09 http://bradclicks.com/cssplay/Shadows.html 16:19:14 jason, molly: designers would be very interesting to designers 16:19:24 fantasai: next issue: shadows; looking at the pictures 16:19:34 dbaron: would this feature give you 5% of what designers want from this, or 80% of what designers want? 16:20:03 david b: is this feature to give a substantial feature or just tiny feature 16:20:20 daniel/molly/jason: a substantial feature 16:20:34 jason: more if can do this like photoshop 16:21:06 jason: webfloor effect? 16:21:15 daniel: no, just the shadow effect 16:21:45 david b: make a distinction between box shadow effect vs text shadow effect 16:22:00 fantasai: yes. 16:22:10 molly: need to do both 16:22:51 david: q: whether we want to pull one feature at a time what SVG can do, for next 20 years? 16:23:25 daniel: do we want to do features depending on external engine, or focus on CSS style 16:23:52 daniel: suggest this question for SVG/CSS WG joint session 16:24:01 molly/david: agree 16:24:24 molly: if do shadow effect, can't do a half job, as this is a common feature. 16:24:27 molly: if we're doing shadows, we should do inner shadows 16:24:30 molly: in design 16:24:59 daniel: any protocol on coordination with SVG features? 16:25:18 fantasai: doing it as an inner shadows than external shadows 16:25:36 fantasai: I would probably just add an 'inset' keyword to the shadow 16:25:42 daniel: continue working on this box shadow, don't drop it 16:25:44 RESOLVED: continue work on inner shadows 16:25:56 daniel: next, positioning from corners 16:26:15 fantasai: the current approach might be a bit awkward. 16:26:36 fantasai: an alternative approach would require a different syntax. 16:26:40 background-postion: 10px 20px; 16:27:03 fantasai: designer would prefer to do it from bottom right. 16:27:04 background-position: bottom 10px right 20px; 16:27:19 fantasai: my proposal is to use keyword and position 16:27:26 s/position/distance 16:27:42 fantasai: from the edge of the element 16:28:08 daniel/fantasai: more like to hear what author want to say 16:28:55 jason: never really have a case to do it from left or right; could be because I can't do it in the past 16:29:18 fantasai: people really want to do from bottom right 16:29:36 fantasai: question is whether to create a syntax for this, or to wait for calc() 16:29:43 jason: agree; what is the syntax to write it from right to left 16:29:48 background-position: bottom 10px right 20px; 16:30:06 background-position: start 10px center; 16:30:14 fantasai: I am posting some notes to show the syntax 16:30:50 jason: just looking at these syntax, it is hard to understand (by author); maybe easy for computer to understand 16:31:26 daniel: Q: do you mean 10 px from righ edge of the box ? 16:31:37 s/daniel/peter 16:32:03 fantasaI: could be right edge from the right edge(?) 16:32:55 david b: calc(?) expression has the percentage in it. 16:33:52 david b: two path of calculation, one for image and one for the other 16:34:09 jason: creating the padding of what the background is? 16:34:42 jason: sometime, need to create both background content and background box 16:34:51 daniel: do we have consensus to work on this? 16:34:53 http://lists.w3.org/Archives/Public/www-style/2008Jan/0365.html 16:35:16 fantasai: inclined to add this; maybe put in the next draft and ask for feedbacks 16:35:23 daniel: agree, and resolved. 16:36:06 fantasai: post my proposal and david b. has some comment. are we ok? 16:36:15 daniel: resolved. 16:36:26 http://lists.w3.org/Archives/Public/www-style/2008May/0148.html 16:36:30 http://www.w3.org/Style/Group/css3-src/css3-layout/Overview.html 16:36:38 Topic: template layout 16:36:39 Any issues that received no comment in that message will be marked as resolved 16:36:52 daniel: can current draft be considered as a working draft? 16:37:17 peter: don't see why not 16:37:31 peter: the current draft is a year old 16:37:53 daniel: this is the third working draft 16:38:09 fantasai: think this module need a lot of work, before LC 16:38:29 fantasai: though no problem publishing it as working draft for comments 16:38:32 daniel: resolved 16:38:51 Topic: moving css3-color to LC 16:39:03 daniel: several issues 16:39:10 s/daniel/david/ 16:39:34 dbaron: one about z-index required adding a new paragraph 16:39:42 dbaron: another I proposed no change 16:39:50 dbaron: another I resolved by pulling in diffs from css2.1 16:40:11 daniel: no objection to release it to LC; others? 16:40:22 fantasai: no comments 16:40:36 arron: no objection 16:40:51 molly/jason: no objection 16:41:01 daniel: resolved: release to last call 16:41:23 david b: was in CR and had some comments 16:41:56 david: when should we respond to them? will people get confused? 16:42:49 daniel: color is something a lot of groups depending on, so good to respond 16:42:57 the question was really about when we publish the disposition of comments 16:43:00 Topic: test suite and test review process 16:43:17 Ming: In April I proposed a review process that me, elika and arron put together 16:43:19 dbaron: we can have an online document ready but formally not called "DoC" 16:43:23 Ming: to use wiki pages for review comments 16:43:35 Ming: One of the key steps in the process is the peer or approver -- the final review 16:43:46 Ming: Recently Arron and I discussed how a person qualifies to become a peer 16:44:02 Ming: The reviewing is the bulk of the work right now.. it's the bottleneck 16:44:13 Ming: If we're looking at peers we have today, we don't have a lot of active peers 16:44:35 Ming: Maybe David will have time to help more.. 16:44:40 Ming: but we lack peer resources 16:44:53 Ming: So I proposed a process for someone with enough creditials to apply for peer status 16:45:21 Ming: My proposal is based on Elika's policy 16:45:24 http://csswg.inkedblade.net/test/css2.1/review 16:46:07 Ming: I took those one step further, and said that person has to review 50-100 testcases across modules and with sufficient complexity 16:46:13 Ming: to demonstrate competency 16:46:39 Ming: When a person applies for peer position, then person has to continue contributing 16:46:51 Ming: e.g. review 30-50 testcases a month 16:47:40 Daniel: Have you discussed this process with W3C management? 16:47:59 dbaron: In open source projects, the rules are less formal. 16:48:12 dbaron: and becoming a peer is more a recognition of the person's status rather than something you apply for 16:48:55 Ming: Then maybe we need another status, not peer, but something like "Approver" 16:49:06 Ming: Someone who demonstrates ability to make high quality comments on testcases 16:54:13 ... some discussion ... 16:54:31 Peter summarizes: We like the idea of having a list of active reviewers. We want a call to the public for more people to join this list and help review tests 16:55:48 We want members of the public to help review tests. 16:56:05 We want to have a list of "final reviewers", and publish process for becoming a final reviewer 16:56:40 Molly: we can publicize through www-style, our blog, Eric Meyer's group, personal blogs 17:00:24 Elika: I've been waiting for licensing issues to issue a call for help with the test suite 17:00:27 fantasai: I can extend the wiki to host comments on the test suite 17:00:52 Elika: There are several ways to help: reviewing testcases, reporting failures, fixing testcases in response to review comments, writing testcases 17:01:11 Peter: We shouldn't hold back on that for issuing a call for reviewers 17:01:57 Elika: Ming and I discussed using the wiki for reviews, should set that up first 17:02:10 -jason_cranfordtea 17:02:11 -David_Baron 17:02:11 daniel: meeting adjourned 17:02:12 -plinss 17:02:12 -[Microsoft] 17:02:13 -fantasai 17:02:18 -Molly_Holzschlag 17:02:22 -glazou 17:02:27 Molly has left #css 17:03:51 RRSAgent, make minutes 17:03:51 I have made the request to generate http://www.w3.org/2008/06/04-css-minutes.html Ming 17:04:09 RRSAgent, make logs public 17:04:58 quit 17:06:28 -Ming 17:06:30 Style_CSS FP()12:00PM has ended 17:06:31 Attendees were fantasai, Molly_Holzschlag, glazou, Ming, plinss, jason_cranfordtea, [Microsoft], David_Baron 18:30:44 Zakim has left #css 18:39:19 dbaron has joined #css 19:02:57 HTML5 defines all that, i believe 19:03:37 well, the first one 19:03:41 the second is an xml problem 19:03:57 the first one should render as two lines, gets turned into a single U+000A character upon parsing 19:29:31 the is followed by a newline though 19:32:00 ah, i forgot exactly what happens with that 19:32:02 it's defined though 19:32:06 either way :-) 19:41:16 I think the current spec says IE and Opera are wrong, it doesn't care much about entities being followed by some character (though this may be a spec problem as it affects those pesty UTF-16 code units of which I forgot the name) 19:42:13 They are called surrogate code points 19:42:52 XML processors read the like any other character reference, so you get CR LF. 19:42:53 thanks 19:43:41 if you end up with a CR in the DOM, then it becomes a CSS issue 19:46:07 0x0D is mapped to U+000A in HTML5 19:46:16 see the first table in http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenisation.html#tokenising 19:46:41 there are outstanding comments on that part of the spec i think 19:53:31 were any decisions made on publishing css-flexbox? 19:54:52 seems not