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
Description
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
Labels
No labels