This commit is contained in:
GitHub Merge Button 2012-01-02 06:48:03 -08:00
commit 5e0befce3a
13 changed files with 311 additions and 30 deletions

View file

@ -476,7 +476,7 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
{
cc.doAttrib(state, "strikethrough");
}
if (tname == "ul")
if (tname == "ul" || tname == "ol")
{
var type;
var rr = cls && /(?:^| )list-([a-z]+[12345678])\b/.exec(cls);