UI\XhtmlTextWriter.cs (30)
57AddRecognizedAttributes("head", "xml:lang");
59AddRecognizedAttributes("html", "xml:lang", "version", "xmlns");
61AddRecognizedAttributes("title", "xml:lang");
66AddRecognizedAttributes("blockquote", "cite");
67AddRecognizedAttributes("br", "class", "id", "title"); // br allows only core attributes.
70AddRecognizedAttributes("pre", "xml:space");
71AddRecognizedAttributes("q", "cite");
75AddRecognizedAttributes("a", "accesskey", "charset", "href", "hreflang", "rel", "rev", "tabindex", "type", "title");
81AddRecognizedAttributes("form", "action", "method", "enctype");
82AddRecognizedAttributes("input", "accesskey", "checked", "maxlength", "name", "size", "src", "tabindex", "type", "value", "title", "disabled");
83AddRecognizedAttributes("label", "accesskey");
84AddRecognizedAttributes("label", "for");
85AddRecognizedAttributes("select", "multiple", "name", "size", "tabindex", "disabled");
86AddRecognizedAttributes("option", "selected", "value");
87AddRecognizedAttributes("textarea", "accesskey", "cols", "name", "rows", "tabindex");
91AddRecognizedAttributes("table", "summary", "width");
92AddRecognizedAttributes("td", "abbr", "align", "axis", "colspan", "headers", "rowspan", "scope", "valign");
93AddRecognizedAttributes("th", "abbr", "align", "axis", "colspan", "headers", "rowspan", "scope", "valign");
94AddRecognizedAttributes("tr", "align", "valign");
97AddRecognizedAttributes("img", "alt", "height", "longdesc", "src", "width");
100AddRecognizedAttributes("object", "archive", "classid", "codebase", "codetype", "data", "declare", "height", "name",
102AddRecognizedAttributes("param", "id", "name", "type", "value", "valuetype");
105AddRecognizedAttributes("meta", "xml:lang", "content", "http-equiv", "name", "scheme");
109AddRecognizedAttributes("link", "charset", "href", "hreflang", "media", "rel", "rev", "type");
113AddRecognizedAttributes("base", "href");
118AddRecognizedAttributes("optgroup", "disabled", "label");
121AddRecognizedAttributes("ol", "start");
122AddRecognizedAttributes("li", "value");
128AddRecognizedAttributes("style", "xml:lang", "media", "title", "type", "xml:space");
138AddRecognizedAttributes(elementName, attributeName);