Re: [csswg-drafts] [cssom-view][css-overflow] Missing terminology

The Working Group just discussed `Status Update on work in WICG & Demo`.

<details><summary>The full IRC log of that discussion</summary>
&lt;dael> Topic: Status Update on work in WICG &amp; Demo<br>
&lt;dael> Demo link: https://wicg.github.io/spatial-navigation/demo/blog/<br>
&lt;dael> Spec Link: https://wicg.github.io/spatial-navigation/<br>
&lt;dael> jihye: spacial navigation is ability to nav between focusable elements.<br>
&lt;dael> jihye: florian and I introduced this last year. Most browsers have not histocially offered these features. Some browsers have allowed it using arrow keys. No browser now provides it by default. Some web apps provide using JS libraries.<br>
&lt;dael> jihye: We thought to spec basic behavior and provide some overriding APIs of the default behavior.<br>
&lt;dael> jihye: [shows spec]<br>
&lt;dael> jihye: florian and I wrote the ED. It includes processing model which is basic browser behavior. We're writing overriding APIs and the CSS property.<br>
&lt;dael> jihye: I also made a polyfill based on the spec. It's not complete, but supports main behavior<br>
&lt;dael> florian: This is mostly not a CSS spec right now. From a CSS sense it's as if everything was auto. We need to say what happens when a user tries to do things when everything is auto and then we have some JS for chaning auto.<br>
&lt;dael> florian: We started with CSS properties but with limited data on what authors and users want we thought it was better to get the basic APIs and then add additional CSS properties based on what people do with JS. This works without JS, but the JS overrides. The questions we have later is things the depend on layouts.<br>
&lt;dael> jihye: [shows demo]<br>
&lt;dael> jihye: In the page there are several focusable elements and you can nav using arrow keys. You can do with tab, but you have to press more times. Web apps using inline layout spacial nav is very useful.<br>
&lt;dael> jihye: [shows a page with many examples of layout]<br>
&lt;dael> jihye: There's many corner cases, including hover cases.<br>
&lt;dael> florian: One of this thing we're interested in seeing is the long standing questions about re-ordered sequential navigation and we think they want spacial navigation. We're interested to see if people still want the re-ordered sequential after we've done this.<br>
&lt;dael> tantek: There's always been an a11y desire to make sequential work without a spacial view.<br>
&lt;dael> florian: This is a side note.<br>
&lt;dael> Rossen: We've been impl and shipping spacial nav on Xbox with Edge for a few releases. WE've precieved it as a general UI nav and for that reason we're allowing a generic UI for a11y and anything, including XBox controller or input based on connect motion or verbal commands is just working. WE don't have to deal with all modes of input and user input, that's tempered by a11y interface.<br>
&lt;dael> Rossen: Also, from what tantek said, I've been in the APA WG and that's been their top gripe aboutflexbox and grid and everything else. I'm very interested in anything we'll do to help those efforts. If we're not solving this for a11y as well I think we're missing out.<br>
&lt;tantek> agreed with Rossen<br>
&lt;dael> florian: We have an open issue saying if you have use cases not solved by spacial nav for reordered sequential please tell us. We haven't heard, but maybe don't have the right eyes. I don't think there's anything incompat, but I've heard conflicting requests for the seqential and some of them may be solved.<br>
&lt;dael> tantek: It's better to look through minutes for a11y meeting<br>
&lt;dael> florian: There's multiple people saying conflicting things.<br>
&lt;fantasai> s/There/I did. There/<br>
&lt;dael> florian: But that's not what we wanted to talk about today.<br>
&lt;tantek> s/a11y meeting/joint CSS WG and a11y meeting at TPAC 2017<br>
&lt;dael> florian: For issues, one thing that became apperent is stat nav isn't easy. If the first focused button is several pages down you want to scroll until you get to it. When we tried to spec in relation to scroll we found it difficult to define in terms of CSS. There's some in overflow, some in scroll snap points, some in CSSOM view which defines API. These bits are not well integrated. The more proceedural approach in CSSOM view doesn't talk about snap points.<br>
&lt;jihye> https://github.com/w3c/csswg-drafts/issues/2322<br>
&lt;fantasai> s/conflicting things/conflicting things. I suspect that some of these conflicts would go away once we have spatnav/<br>
&lt;dael> florian: We have two issue son the agenda. #2322 and #2323<br>
&lt;jihye> https://github.com/w3c/csswg-drafts/issues/2323<br>
&lt;myles> A+<br>
&lt;dael> florian: IT's the desire for a scrolling spec to exist. #2322 we found a need to refer to a thing that can be scrolled.<br>
&lt;myles> q+<br>
&lt;dael> github: https://github.com/w3c/csswg-drafts/issues/2322<br>
&lt;dael> fantasai: Do you want something that can be scrolled by the user<br>
&lt;Rossen> q?<br>
&lt;dael> florian: Yes and that can be manually scrolled. It's not already scrolled all the way in. If it's all the way down it cannot. If it's the last mandatory scroll point you cannot. If a use wants to scroll in this direction, could they? We found a need to try and talk to that. You can describe this, but there's no single term.<br>
&lt;dael> fantasai: What do you want the WG to do?<br>
&lt;dael> florian: These two issues call for a scrolling spec that folds all the things in so that we don't have to talk about proerties from many specs when talking about scrolling. What's the WG stategy to make scrolling easy to refer to.<br>
&lt;dael> fantasai: Termonology in Overfow makes sense if it's general. If it's API-based it should be in there.<br>
&lt;dael> florian: This is anchoring termonology.<br>
&lt;dael> fantasai: CSS Overflow<br>
&lt;dael> florian: We needed a thing that can be manually scrolled in another direction and the other is scroll directionally by a UA defined amount taking into account all the other properties.<br>
&lt;dael> fremy: Scroll a single user?<br>
&lt;dael> florian: If you pressed the down arrow, find an anchoring term<br>
&lt;dael> fantasai: Scroll in intended direction.<br>
&lt;fantasai> https://www.w3.org/TR/css-scroll-snap-1/#scroll-types<br>
&lt;dael> florian: There's the classification of things in Scroll Snap.<br>
&lt;dael> fantasai: We can move that section to Overflow.<br>
&lt;dael> Rossen: I think what fantasai said is CSS Overflow is where termonology should be. If it's not there point it out. In terms of additional features that live on those termonologies, we shouldn't have base definitions in snap points<br>
&lt;dael> florian: So propose terms to Overflow with notes to spec how they effect that term<br>
&lt;dael> majidvp: Overscroll introduces scroll boundary and that's something you alluded that you needed so it makes sense to refactor.<br>
&lt;dael> florian: I'll propose the relevent edits.<br>
&lt;dael> Rossen: For issue #2322 do you need anything for the group?<br>
&lt;dael> florian: No, I need to propose.<br>
&lt;Rossen> q?<br>
&lt;Rossen> ack myles<br>
&lt;dael> myles: I wanted to ask for clarifcation on the xbox. Were you talking about logicial vs visual ordering or talking about making the API work for a11y<br>
&lt;dael> Rossen: Mine was about that we've been asked many times to help a11y WG by defining how the flexbox reordering, or grid, plays nicely with a11y. a11y for all the providors today is still tree based and based on content order. If you reorder using flex order or you target visually different grid cells you are disconnecting visual order from content order.<br>
&lt;dael> Rossen: This has been the #1 issue the a11y WG has been asking us to help them solve.<br>
&lt;dael> Rossen: They have also been asking in addition for help with generla spacial nav. Put aside flexbox and grid, if they have a canvas with a bunch of little thing sin side how do the spacially navigate. Like with a map. Then going back to HTML/CSS how do you nav over a document.<br>
&lt;dael> Rossen: I sympathize with the effort. I hoped florian and jihye work would help with both things. I hoped that they wouldn't reinevent the wheel with how it currently works. If this is something that can aid this.<br>
&lt;dael> florian: Clarification. We're trying not to reinvent. Our model is closer to the one that exists in Chrome. It doesn't exist by default, but you can get it in a console command and it's similar to presto. I don't know the type of stat nav.<br>
&lt;dael> iank_: It's similar to presto when it was in opera.<br>
&lt;dael> Rossen: myles does that answer?<br>
&lt;dael> myles: Yes.<br>
&lt;Rossen> q?<br>
</details>


-- 
GitHub Notification of comment by css-meeting-bot
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2322#issuecomment-380035610 using your GitHub account

Received on Tuesday, 10 April 2018 09:30:21 UTC