With some help by forum user Andreas (thanks!) my final versions of completely new CSS wordfiles are now available on the Downloads - Extras - Wordfiles page. There are 3 files available for downloading and using in your wordfile respectively wordfiles directory:
css.uew - Cascading Style Sheets (CSS) 1.0-2.1 (not case-sensitive) (last updated on 2009-12-11)
That file contains the HTML 4.01 elements (tags) and the CSS properties and values defined in the CSS standards 1.0, 2.0 and 2.1. That language is not case-sensitive. It also contains an appropriate function string, a correct list of delimiters and indent, brace and fold string definitions.
Color group 6 contains the valid names of colors and substring definitions for hexadecimal color values. That substring definitions could result in a wrong highlighting of ID selectors like #ffnote { color:blue; }. To avoid that highlighting problem don't use ID selector names that start with [A-Fa-f][0-9A-Fa-f].
Color group 7 contains lots of browser proprietary properties and values. That color group contains also all the CSS 3.0 properties and values I have found in the working drafts of CSS 3.0 from 29th July 2007.
The last color group contains the media type keywords and substring definitions for negative numbers. If for this color group the same color is specified as for the numbers, positive and negative numbers are highlighted with the same color. If you use frequently the media types in CSS files or CSS sections, than better move the substring definition line for negative numbers to a different color group like C4 or remove it completely resulting in negative numbers to be highlighted (partly) as normal text.
css2.uew - Cascading Style Sheets (CSS) 1.0-2.1 (case-sensitive) (last updated on 2009-12-11)
css2.txt is nearly the same as css.txt. It is also for CSS 1.0, 2.0 and 2.1. The main difference is that it is case-sensitive as required for XHTML. That wordfile is better when using the "Auto Correct Keywords" feature of UltraEdit or UEStudio. It has also the possitive effect that wrong highlighting of ID selectors is more restricted because now only names starting with [A-F][0-9A-F] are highlighted wrong.
css3.uew - Cascading Style Sheets (CSS) 3.0 (drafts from 07/29/2007) (last updated on 2009-12-11)
This wordfile contains the not case-sensitive definition for CSS including the working drafts for CSS 3.0 till 29th July 2007. The properties and values of CSS 3.0 are in this wordfile in the color groups C2 and C3 instead of C7 as in the other files. When using this wordfile be aware that CSS 3.0 is currently not normative. So really test your webpages when using CSS 3.0 properties.
css.uew - Cascading Style Sheets (CSS) 1.0-2.1 (not case-sensitive) (last updated on 2009-12-11)
That file contains the HTML 4.01 elements (tags) and the CSS properties and values defined in the CSS standards 1.0, 2.0 and 2.1. That language is not case-sensitive. It also contains an appropriate function string, a correct list of delimiters and indent, brace and fold string definitions.
Color group 6 contains the valid names of colors and substring definitions for hexadecimal color values. That substring definitions could result in a wrong highlighting of ID selectors like #ffnote { color:blue; }. To avoid that highlighting problem don't use ID selector names that start with [A-Fa-f][0-9A-Fa-f].
Color group 7 contains lots of browser proprietary properties and values. That color group contains also all the CSS 3.0 properties and values I have found in the working drafts of CSS 3.0 from 29th July 2007.
The last color group contains the media type keywords and substring definitions for negative numbers. If for this color group the same color is specified as for the numbers, positive and negative numbers are highlighted with the same color. If you use frequently the media types in CSS files or CSS sections, than better move the substring definition line for negative numbers to a different color group like C4 or remove it completely resulting in negative numbers to be highlighted (partly) as normal text.
css2.uew - Cascading Style Sheets (CSS) 1.0-2.1 (case-sensitive) (last updated on 2009-12-11)
css2.txt is nearly the same as css.txt. It is also for CSS 1.0, 2.0 and 2.1. The main difference is that it is case-sensitive as required for XHTML. That wordfile is better when using the "Auto Correct Keywords" feature of UltraEdit or UEStudio. It has also the possitive effect that wrong highlighting of ID selectors is more restricted because now only names starting with [A-F][0-9A-F] are highlighted wrong.
css3.uew - Cascading Style Sheets (CSS) 3.0 (drafts from 07/29/2007) (last updated on 2009-12-11)
This wordfile contains the not case-sensitive definition for CSS including the working drafts for CSS 3.0 till 29th July 2007. The properties and values of CSS 3.0 are in this wordfile in the color groups C2 and C3 instead of C7 as in the other files. When using this wordfile be aware that CSS 3.0 is currently not normative. So really test your webpages when using CSS 3.0 properties.