[Bug 13530] example in 4.10.1 has unneeded <p> around form elements

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13530

--- Comment #3 from Edward O'Connor <eoconnor@apple.com> 2011-08-04 18:23:44 UTC ---
<p> elements are commonly used by web authors to wrap form elements. For
instance, Django's form object provides an as_p convenience method for doing
just that (as well as as_table and as_ul):
https://docs.djangoproject.com/en/dev/topics/forms/#displaying-a-form-using-a-template

In general, the examples in the spec use a variety of markup styles and
conventions, to avoid implicitly endorsing one over the others.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 4 August 2011 18:23:46 UTC