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
* Remove redundant CSS styles and spaces
* Improve container `ariaLive` parameter type
* Use empty string to set boolean attribute
This is a minimal way of setting the `hidden` attribute.
From MDN:
> The hidden attribute is used to indicate that the content of an element should not be presented to the user. This attribute can take any one of the following values:
>
> - an empty string
> - the keyword hidden
> - the keyword until-found
>
> An empty string, or the keyword hidden, set the element to the hidden state. Additionally, invalid values set the element to the hidden state.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden
---------
Co-authored-by: sirreal <[email protected]>
Co-authored-by: t-hamano <[email protected]>
Co-authored-by: kevin940726 <[email protected]>
Co-authored-by: colorful-tones <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: joedolson <[email protected]>
Co-authored-by: getdave <[email protected]>
0 commit comments