dokieli
dokieli copied to clipboard
Check and manipulate rendering of elements in different styles
In order to view the same HTML in different styles e.g., ACM, LNCS, the order in which some components appear in the document should be double-checked . For example, the way ACM and LNCS displays the figure captions are reversed in relation to the figure. To show the proper style for an HTML with different order (e.g., figcaption appearing before or after the figure object), either CSS or JavaScript should be used to position the components into their expected locations.
Relates to #4 but I think this is minor enough that I can leave #4 closed.