Index: src/fossil.dom.js ================================================================== --- src/fossil.dom.js +++ src/fossil.dom.js @@ -72,10 +72,12 @@ dom.footer = dom.createElemFactory('footer'); dom.section = dom.createElemFactory('section'); dom.span = dom.createElemFactory('span'); dom.strong = dom.createElemFactory('strong'); dom.em = dom.createElemFactory('em'); + dom.ins = D.createElemFactory('ins'); + dom.del = D.createElemFactory('del'); /** Returns a LABEL element. If passed an argument, it must be an id or an HTMLElement with an id, and that id is set as the 'for' attribute of the label. If passed 2 arguments, the 2nd is text or