Boris Goldowsky wrote: > When using the "content: attributes()" CSS extension, is there any way > to control in which order the attributes are listed? I have element > that is displaying, for instance: > > height: > src: > type: > width: > > and it would be nice if height and width could be together rather than > alphabetical. >
I'm sorry but there is no way to do that using "content: attributes()". The workaround is to specify ``by hand'' a list of attribute editors. See http://www.xmlmind.com/xmleditor/_distrib/doc/csssupport/styling_attributes.html

