Skip to content

Allow vertical-align: inherit; as browsers do use it #151

@aripalo

Description

@aripalo

If I understood right, vertical-align shouldn't take value of inherit if one is to believe MDN, but then again browsers seem to implement it with td elements for example:

That is why I think inherit should be added to https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L526:

"vertical-align"                : "auto | use-script | baseline | sub | super | top | text-top | central | middle | bottom | text-bottom | <percentage> | <length>",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions