1ca8e210c8
Naked groups of LI in HTML5 mode will now have an inferred UL applied to them consistent with HTML4 and earlier modes. Test case added. Note that three regressions were updated in favor of this corrected behavior.
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>1410061</title>
|
|
|
|
<style type="text/css">
|
|
ul.c1 {padding-left: 2ex; margin-left: 0ex; margin-top: 0ex; margin-bottom: 0ex}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
The Compact E.O.S. is composed of two integrated modules: the well
|
|
known Agfa daylight system and the Agfa Classic E.O.S. film
|
|
processor. The small footprint enables it to be installed even in
|
|
restricted spaces. The Compact E.O.S. can be extended at the back
|
|
with a table for film processing from a darkroom.<br>
|
|
<br>
|
|
<ul class="c1">
|
|
<li>capacity: up to 240 films per hour (medium format)<br></li>
|
|
<li>cassette cycle time: 15 s<br></li>
|
|
<li>film formats: 18 x24cm to 35 x 43cm<br></li>
|
|
<li>film storage magazines that can be used: Curix, Scopix<br></li>
|
|
<li>loading and unloading module with 7 dispensers<br></li>
|
|
<li>integrated time switch for automatically switching on and off
|
|
at preselected times<br></li>
|
|
<li>stand-by circuit<br></li>
|
|
<li>water economy circuit for the integrated film
|
|
processor<br></li>
|
|
<li>film surface scanning for optimum regeneration depending on the
|
|
film throughput<br></li>
|
|
<li>infrared cold air drier offers reduced power consumption with
|
|
lower heat dissipation<br></li>
|
|
<li>interactive operating display that shows operating state and
|
|
possible service messages<br>
|
|
<br></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|