Skip to content

Please ignore non-existing pseudo-class on pseudo-element vendor extension #214

Open
@mthuurne

Description

@mthuurne

Validate the following fragment while treating vendor extensions as warnings:

::-webkit-scrollbar:vertical {
	border: 1px solid black;
}

The validator will report the ::-webkit-scrollbar pseudo-element vendor extension as a warning, as expected. However, it reports the :vertical pseudo-class as an error. Maybe that is formally correct, but from a practical point of view, I would very much prefer if vertical would be ignored because it applies to a vendor extension.

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