What does auto mean when I write:
auto
:focus { outline: auto 5px -webkit-focus-ring-color }
Not documented here , and I cannot find the documentation elsewhere.
You use shorthand for outline-* properties; auto represents the value for outline-style and auto in itself means that it is browser dependent to decide what to do based on the context of the element.
outline-*
outline-style
I would like to note that nothing is displayed in IE auto , and you will have to explicitly declare what type of border you want to use. The Alex K link is a good demonstration of how other popular browsers work.
Source: https://habr.com/ru/post/897964/More articles:Can a list passed to a function be modofied by another thread in Java? - javaWhat are the risks of having secure = false in crossdomain.xml - securityIs it possible to animate every line of text using jquery? - jqueryIs monodid slower? - androidUsing a 32-bit or 64-bit dll library depending on the degree of processing - asp.nethttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/897965/how-do-i-pass-origin-and-destination-co-ordinates-to-the-google-maps-directions-api&usg=ALkJrhgoRff5aW9Ur5sYZ6pQ0RIn8KBamQASP.NET Label Inside UpdatePanel not updating - ajaxHow to spoof context in unit testing using the VirtualPathUtility.GetAbsolute method - unit-testingHow to query by time in MongoDB with PHP? - phpStop windows from appearing as "tasks" from WPF Task Manager C # - c #All Articles