Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit f6439789db9c02216baabb197017c7a79a63ba04.
Oops, I committed unrelated changes here, let me clean that up..
|
|
|
|
Node.normalize() is a standard DOM API that coalesces Text nodes.
To avoid clashing with that, rename it to fixup().
This patch also makes it happen automagically as part of parsing.
|
|
|
|
Instead of HtmlView clients having to worry about parsing and loading
the default CSS, just take care of it inside StyleResolver.
The default style is automatically inserted into the stylesheet list,
at the very start, so everyone else gets a chance to override it.
|
|
This also adds a toolbar and a menu which allow you to
navigate back and forth through history ^)
|
|
Also correct minor formatting mistake in TelnetServer.md.
|
|
|
|
This is a neat simple app that can display the Serenity manual ^)
|