Skip to content

(CSS) Corner-shape attribute is missing #4330

@pavel-klavik

Description

@pavel-klavik

Describe the issue
Corner-shape attribute was recently added to CSS: https://developer.mozilla.org/en-US/docs/Web/CSS/corner-shape. It is not in the list of attributes in https://github.com/highlightjs/highlight.js/blob/main/src/languages/lib/css-shared.js. There are also per-corner attributes corner-top-left-shape, corner-top-right-shape, corner-bottom-left-shape, and corner-bottom-right-shape.

Sample Code to Reproduce

.rounded-rect {
  corner-shape: squircle;
  border-radius: 16px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions