Limitations when generating CSS from a 4st style file

Although the order of precedence of the 4st selectors are the same as the CSS ones, there is a difference when more than one class is associated to an element and when each class defines the same style with a different value.

For the 4st styles, the resulting value depends on the order of the classes (the value of the STYLE attribute set in the form - either in the per file or the 4fd file). The first class that defines the style wins. With CSS, the order of the classes is irrelevant. Only the cascading order rules apply.