Open
Description
I have been working on a big update to the mdn-bcd-collector project to parse values directly out of enumerated types, so that the collector is able to better track new CSS property values when specifications update.
However, I've noticed that there are a number of properties and types that do not define all of the applicable values:
display
property (css-display
spec)- Does not have
values
entries for any of the enumerated types (ex.<display-outside>
)
- Does not have
display
property (mathml-core
spec)- No
values
entry for themath
value
- No
<layout-box>
,<paint-box>
,<coord-box>
(css-box
spec)- No
values
entries for the enumerated types they build on
- No
<counter-style>
(css-counter-styles
spec)- No
values
entry for<counter-style-name>
- No
outline-style
property (css-ui
spec)- No
values
entry for<outline-line-style>
- No
font-size-adjust
property (css-fonts-5
spec)- Has a
values
entry,ex-height | cap-height | ch-width | ic-width | ic-height
, that should be separated
- Has a
For now, we're working around the problem with a manually curated list, but it'd be helpful if these type values were included upstream!
Activity