Skip to content

Add support for "isolate" value in "unicode-bidi" #95

@Krinkle

Description

@Krinkle

The following should afaik be parsed as not containing any unknown properties:

.mw-example {
    unicode-bidi: -moz-isolate;
    unicode-bidi: -webkit-isolate;
    unicode-bidi: isolate;
}

Right now in e.g. csslint, it results in:

  • Expected (normal | embed | bidi-override | inherit) but found '-moz-isolate'.
  • Expected (normal | embed | bidi-override | inherit) but found '-webkit-isolate'.
  • Expected (normal | embed | bidi-override | inherit) but found 'isolate'.

See also:

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