This commit is contained in:
GitHub Merge Button 2012-01-08 07:30:12 -08:00
commit f6ffb384a6
8 changed files with 45 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;