Make WordPress Core

Opened 21 years ago

Closed 20 years ago

#200 closed defect (bug) (wontfix)

wp-comments.php should use fieldset instead of p

Reported by: davidhouse's profile davidhouse Owned by: matt's profile matt
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)

#2 @Guvner
21 years ago

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.

#3 @matt
20 years ago

  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 90
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.