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

Update Ace Editor Version #156

Open
aaronmallen opened this issue Aug 17, 2016 · 0 comments
Open

Update Ace Editor Version #156

aaronmallen opened this issue Aug 17, 2016 · 0 comments

Comments

@aaronmallen
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant