Skip to content

border-*-width doesn't have default value #14

Open
@hrj

Description

@hrj

For the following style,

div {
  border-bottom-style: solid;
  border-bottom-color: green;
}

A border-bottom-width of 1px should be assumed.

Currently, it becomes 0px.

Need to check where the default needs to be decided (css parser, render-state or layout)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions