Skip to content

Some CSS properties/types have issues with values #1181

Open
@queengooborg

Description

@queengooborg

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>)
  • display property (mathml-core spec)
    • No values entry for the math value
  • <layout-box>, <paint-box>, <coord-box> (css-box spec)
    • No values entries for the enumerated types they build on
  • <counter-style> (css-counter-styles spec)
    • No values entry for <counter-style-name>
  • outline-style property (css-ui spec)
    • No values entry for <outline-line-style>
  • 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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions