From www.w3schools.com :
“The list-style shorthand property sets all the list properties in one
declaration.”
and here
“The list-style-type specifies the type of list-item marker in a
list.”
list-style is the shorthand to set list-style-type, list-style-position and list-style-image properties all in one declaration.