Add h1 adn h2, h2 seems not to work jet, menu immage have to be drawn

This commit is contained in:
Nils Rokita 2011-12-10 14:36:21 +01:00
parent d9686c7646
commit 2726634200
5 changed files with 27 additions and 3 deletions

View file

@ -472,6 +472,14 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
{
cc.doAttrib(state, "strikethrough");
}
if (tname == "h1" )
{
cc.doAttrib(state, "heading1");
}
if (tname == "h2")
{
cc.doAttrib(state, "heading2");
}
if (tname == "ul")
{
var type;