Victor GUTT

Results 14 comments of Victor GUTT

I can also confirm that the issue still persists. I did make sure I have the correct `v3.4.1` installed and `composer show doctrine/dbal` shows pretty much the exact same as...

Yep, I manually did the change as well and it's all good and well. Thank you ! 🙌

In ```css img { hint-trigger-delay=500ms; } [popup=hint] { hint-hide-delay=1000ms; } ``` I would suggest parity with the terms used for activation/deactivation of popup (aka: show/hide). So: `hint-show-delay` and `hint-hide-delay`. Plus...

Ah, sorry, only just now seeing your comment. I should look into configuring my Github notifications. Yes, the "_dashyfied_" version of popup. So yep, all for `pop-up-show-delay` and `pop-up-hide-delay`. >...

My thinking as of now, with limited knowledge, is the following: **Unless** a `listbox` can only ever have ``s as direct children, then the rule for restricting "_interactive content that...

@scottaohara > But,.. maybe if that too changed within selectmenu then that'd be ok? I believe that would prevent `` for being a drop-in replacement for `` _(that's one of...

Oh no I agree, both `` and `` should definitely co-exist. I guess "drop-in **enhancement**" would be a better way to put it. By that I mean swapping out ```html...

Ahah yes, excellent points (regarding `` and "_how many people actually remember they can use a `label` attribute on an `option` now_". > I think it's probably ok to expect...

Preferences to renaming the methods. Ah! You kid but they have the benefit of being the upmost explicit 😉 I'm guessing alternatives could be `(open|close)PopUp()` but we'd loose the "show/hide"...