Description
The following construct is somewhat common in doxia-core
att.addAttribute( Attribute.CLASS, "a" );
The documentation says that basic attributes (including CLASS) are supported. However in cases like this either that "a" or the CLASS that was provided in the attributes parameter will be ignored. The correct way to do this is to append the provided CLASS to "a " if a CLASS attribute was provided.
Attachments
Attachments
Issue Links
- split to
-
DOXIA-660 Add ability to hide table rows via CSS
- Closed
- links to