Xavier Mouton-Dubosc

Results 47 comments of Xavier Mouton-Dubosc

We may also think about an editable field pane

We need : - [x] to hide any aside.tracks if a flash is displayed - [ ] a parameter how long time a flash stays on - [ ] a...

Code is removed, we will do it with a private plane on track with specific css. Easier, simplier

we can do it js side [with this method](https://kilianvalkhof.com/2021/web/detecting-media-query-support-in-css-and-javascript/) `window.matchMedia( '(any-pointer:fine)' ).matches` returns a boolean. It can even get events

May be we should add an attribute ? `fineposition="auto|no|yes"` ? I don't know yet Or may be it should be a panel but a specific `/` alike, where the "close"...

Youtube introduced a new gesture on itsplayer : on the time line, swipping to the up will do appearing a more precise navigation. A clever idea for us : disappear...

Why we can't , in French https://dascritch.net/post/2019/06/05/Retravailler-un-lecteur-web-audio-dans-les-petites-largeurs#soucis_en_def

So we can, but you'll need to dive into themes making.

Bug re-opened and titlable, as may be do-able via new CSS layers and Container. https://dutchcelt.nl/posts/stop-the-cascade/

The new `@rule` `@container (inline-size)`just got from CSSWG a fantastic improvement : we can use `var()` ! ```css @container (inline-size > var(--small)) { } ``` So now, we can insert...