You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigation controls do. For sure, it is possible to select the DOM element manually and assign the whatever tooltip we like. This, however, binds us to implementation details.
Another point here: if we want the tooltip to change based on the current _isFullscreen state, we have to catch corresponding events (e.g. repeat the browser-dependent code in our apps and maintain that as browsers change and progress). That does not look like a smart solution.
The text was updated successfully, but these errors were encountered:
Question: do you think it makes sense to have different aria-babel/title based on the current "fullscreen" state. Something along these lines "Enter fullscreen mode"/"Exit fullscreen mode"? What do you think?
Question: do you think it makes sense to have different aria-babel/title based on the current "fullscreen" state. Something along these lines "Enter fullscreen mode"/"Exit fullscreen mode"? What do you think?
Yes, after all, the icon is different based on enter/exit, so aria-label and title should have the same distinction.
Navigation controls do. For sure, it is possible to select the DOM element manually and assign the whatever tooltip we like. This, however, binds us to implementation details.
Another point here: if we want the tooltip to change based on the current _isFullscreen state, we have to catch corresponding events (e.g. repeat the browser-dependent code in our apps and maintain that as browsers change and progress). That does not look like a smart solution.
The text was updated successfully, but these errors were encountered: