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
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
This is apparent in the data for Chrome stored in the mdn-bcd-results repository: the results for the value "afar" are true for versions 1 through 44, false for versions 45 through 90, and then true again for versions 91 through 105.
click to reveal an awful shell script which highlights the relevant results
Hmm, I wonder if this affects other properties as well? I suppose we could test a known unsupported value for all properties and look into the ones that are "supported".
The "harness" test for CSS property values uses the
CSS.supports
function where available. This is not a reliable way to test support forlist-style-type
values 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"
aretrue
for versions 1 through 44,false
for versions 45 through 90, and thentrue
again for versions 91 through 105.click to reveal an awful shell script which highlights the relevant results
The
update-bcd
script does not reflect this history in BCD due to a known deficiency.The text was updated successfully, but these errors were encountered: