2 new options -html5 and -html4 were added in Phase 1 to specify the generated HTML output. Refine the check in the code by implementing a method in ConfigurationImpl which checks if the generated output is HTML5 or not. This will simplify checks in classes where the generated markrup is dependent on which output type is set.
|