CSS windowtext
color is not correctly recognized by CKEDITOR.tools.style.parse functions
#2923
Labels
windowtext
color is not correctly recognized by CKEDITOR.tools.style.parse functions
#2923
Type of report
Bug
Provide detailed reproduction steps (if any)
CKEDITOR.tools.parse.style
functions based on private_findColor
function are bugged thuswindowtext
is not listed as a valid color.Expected result
{ color: 'windowtext' }
Actual result
{ unprocessed: 'windowtext' }
Other details
The text was updated successfully, but these errors were encountered: