Invalid test for `list-style-type` CSS property values
Reported by @jugglinmike in https://github.com/foolip/mdn-bcd-collector/issues/2347:
The "harness" test for CSS property values uses the
CSS.supportsfunction where available. This is not a reliable way to test support forlist-style-typevalues because that CSS property accepts any arbitrary string value.This is apparent in the data for Chrome stored in the mdn-bcd-results repository: the results for the value
"afar"aretruefor versions 1 through 44,falsefor versions 45 through 90, and thentrueagain for versions 91 through 105.click to reveal an awful shell script which highlights the relevant results The
update-bcdscript does not reflect this history in BCD due to a known deficiency.
Looking at https://mdn-bcd-collector.gooborg.com/tests/css/properties/list-style-type this does still seem to be an issue.