GNOME Bugzilla – Bug 741253
css: recognize value "both" for the "clear" property
Last modified: 2015-01-04 17:49:12 UTC
Example css code: .blind-topright { float: right; clear: both; } Expected: "both" is a valid value for the "clear" property just as "right" is a valid value for the "float" property. Hence they should be highlighted the same way. Observed: The "right" keyword is highlighted in pink, indicating it's a valid value for a css property. The "both" keyword is displayed in plain black, just as "ljsdbjbf" would be. Please don't underestimate the importance of syntax-highlighting bugs. A text editor is close to useless for editing code if syntax highlight is not reliable.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.