summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoStyleOrScript.java
Commit message (Collapse)AuthorAgeFilesLines
* Handle HTML <style> and <script> elements by adding CDATA sections as ↵David A. Madore2011-10-021-12/+66
| | | | | | | | appropriate. Previously, only the (automatically inserted) <style> and <script> elements in the HTML <head> were handled this way. This now extends to these elements anywhere in the document.
* Try to produce HTML5/XHTML5 (polyglot) output.David A. Madore2011-09-071-2/+0
|
* Move most of the context to a "general context" substructure.David A. Madore2011-08-261-4/+4
| | | | | This is so as to make sure that cloning (which does a shallow copy) gives us references to the same mutable content.
* Various "stylistic" improvements suggested by Joshua Bloch's book.David A. Madore2010-04-221-16/+27
| | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown.
* Rather than an ad hoc "Options" class, use caller todo directly.David A. Madore2010-04-191-2/+2
|
* Use RuntimeException classes rather than Error to indicate errors.David A. Madore2010-04-191-1/+1
|
* A handful of meta tags, script and style sections.David A. Madore2010-04-181-0/+41