Modernizr to detect if values of properties are supported

Modernizr to detect if values of properties are supported

Hi all

Im new using Modernizr and was wondering in what way can I detect if specific values of properties are supported in a browser.

For example I use Modernizr.testProp('listStyleType') to check if the property list-style-type is supported, but how can I detect if values of list-style-type  such as  square, decimal-leading-zero, armenian, etc, are supported or not?, I know for example that most of the values of  list-style-type are supported for the latest browsers but I need to check if there values are supported for old browsers with Modernizr.

Thank you