In the web forms 2 specification 2.15, it says that content in <input> elements shouldn't be displayed. That is not backwards compatible for HTML. Current browsers move the content of the <input> element to after the <input> element, and I think it would be best if the specification reflected current practice. /Daniel