Opened 12 years ago
Closed 12 years ago
#11093 closed Bug (fixed)
CSS properties should be lower-case, seen in sample
| Reported by: | Marcus Bointon | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.2.3 |
| Component: | Documentation & Samples | Version: | 4.0 Beta |
| Keywords: | Cc: |
Description
A very small error in samples/divreplace.html:
border: solid 2px Transparent;
'Transparent' should be all lower case.
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
| Status: | new → confirmed |
|---|---|
| Version: | 4.2.3 (GitHub - master) → 4.0 Beta |
I can see this from CKEditor 4.0 beta.
comment:3 Changed 12 years ago by
| Milestone: | → CKEditor 4.2.3 |
|---|---|
| Resolution: | → fixed |
| Status: | confirmed → closed |
Fixed with git:e082dfa. Thanks Synchro!

PR submitted on github