//--------------------------------------
//               PowerUI
//
//        For documentation or 
//    if you have any issues, visit
//        powerUI.kulestar.com
//
//    Copyright  2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

namespace PowerUI{
	
	/// <summary>
	/// Represents a HTML del(eted) element. These get striked through.
	/// </summary>
	
	[Dom.TagName("del")]
	public class HtmlDeletedElement:HtmlModElement{
		
	}
	
}