UI\ChtmlTextWriter.cs (10)
49RemoveRecognizedAttributeInternal("div", "accesskey"); // VSWhidbey 270254
50RemoveRecognizedAttributeInternal("div", "cellspacing");
51RemoveRecognizedAttributeInternal("div", "cellpadding");
52RemoveRecognizedAttributeInternal("div", "gridlines");
53RemoveRecognizedAttributeInternal("div", "rules");
55RemoveRecognizedAttributeInternal("span", "cellspacing");
56RemoveRecognizedAttributeInternal("span", "cellpadding");
57RemoveRecognizedAttributeInternal("span", "gridlines");
58RemoveRecognizedAttributeInternal("span", "rules");
116RemoveRecognizedAttributeInternal(elementName, attributeName);