-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming WHATNOT meeting on 2024-12-19 #10861
Comments
Thank you all for attending the meeting today and a special thank you to Joey and Chris for taking meeting notes! Here are the notes from this meeting (the next one is at #10878): AgendaAttendees: Joey Arhar, Panos Astithas, Stephen Chenney, Justin Fagnani, Dominic Farolino, Mason Freed, Andres Ricardo Perez, Olli Pettay, Kagami Rosylight, Anne van Kesteren, Chris Wilson, Di Zhang
Action Items
Minutestopic: tabindex vs reading flow olli: yeah i was looking into that. We had a long discussion about that at the last meeting. topic: Joey: olli left a review comment on the PR. user-select:none, I filed a new issue: #10876. We've discussed button elements before and I think we're rediscovering the same here. (e.g. preventing text selection when clicking and dragging). For customizable select I think we want something more like Firefox so it can be controlled with user selects. Worried the behavior we have could prevent users from clicking and dragging to select. Not sure how it will work in practice. I need to look into this some more, find out where the prevent selection is implemented in Chrome. Carryover for a couple of meetings from now. topic: scoped custom element registries anne: I wanted to discuss this briefly. Ryosuke and I are trying to figure out how to do this proposal while addressing concerns regarding elements that are disconnected and would lose their registry, and if they need to keep their registry. If you move an element outside a shadow tree and then start appending things to it. you have to figure out how to decouple it from shadow trees so that's what we're doing. This proposal ends up tying registries to elements more directly. It still allows them to be tied to shadow roots, and other changes follow from there. topic: customizable select Joey: once again asking for stage 3 or more reviews on customizable select. I think in terms of spec PRs, have made some changes based on feedback from David and Dom Farolino. Any thoughts? topic: canvas constructor stephen: ill defined for regular canvas. you get whatever the ua decides is the default language. the solution to this is to add an additional attribute to the canvas text drawing IDL that lets you provide a language. I think there's probably broad agreement because it fixes a problem that creates inconsistent rendering in canvas. I'd like a review on the pr language on what the value is to use. If it's not given then what should you use? A related issue was a similar problem for direction, writing direction for canvas text where that is also ill defined. in chrome, for an offscreen canvas, you always use left to right i believe. we use css style direction which is not the preferred way to get a direction, should be using HTML dir attribute. Any thoughts at all? topic: movebefore api dom: a month ago we discussed stage 3, and some reviews have come in since then. Everything has been addressed except for a bug olli found. ill address that, and add tests, but given nothing significant in the design shape has come up since then, I'm wondering if we are good to move to stage 3 since it's been a month and the reviews have come in and were stable on it. Besides writing tests, i think it makes sense to ask for stage 3 again? |
What is the issue with the HTML Standard?
Today we held our weekly triage call (#10825) and I will post the meeting notes there in a bit. The next one is scheduled for December 19, 9am PST. Note that this is 1 week later in an Americas + Europe friendly time.
People interested in attending the next call please respond here or reach out privately to @past, @cwilso, or the editors. We will be tagging issues for the next call again using agenda+ in all WHATWG repositories across issues and pull requests and we would like to invite anyone that can contribute to join us.
The text was updated successfully, but these errors were encountered: