Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Update Ace Editor Version #156

Open
Open
@aaronmallen

Description

@aaronmallen

Issue:

  • Editor allows valid css tags without semi-colon (in any line).
  • Editor allows technically correct syntax, but invalid css tags.

Expected Result:

  • Editor should provide error annotation for css tags without semicolon (except for last property).
  • Editor should provide error annotation for invalid css tags,although technically correct (invalid css property/values are in black color)

The following invalid CSS does not create an error annotation:

body {
    background-color: aqua;
    font-size: 18px;
    font-style: italic;
    asdf: asdfasdfasdfasdfdsdsg
    dsfdsfdsfdsfdsf
    dsdfsdfdsf
    dsfsdfsdf
    dfdsf
    }

The following invalid CSS does not create an error annotation:

body {
    background-color: aqua;
    font-size: 18px
    font-style: italic;
    }

Please see Ace#2907 for further information.

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