Opened 21 years ago
Closed 20 years ago
#200 closed defect (bug) (wontfix)
wp-comments.php should use fieldset instead of p
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The w3c definition of the fieldset tag http://www.w3.org/TR/html4/interact/forms.html#edef-FIELDSET states that
'The FIELDSET element allows authors to group thematically related controls and labels.'
Surely it's a more appropriate element to wrap themed inputs in, rather than p?
Change History (3)
Note: See
TracTickets for help on using
tickets.
I think this might be debatable, the impression I get from the specs is that fieldset is used to identify *groups* of inputs. In this case we're wrapping *all* the inputs in one tag. The paragraph tag might be the best one for the job. Though I think it is definitely worth a look by more sparkling minds then mine.