You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at this again, my idea doesn’t make any semantic sense. I was trying to get away from adding more <div> or <span> noise in there, as paragraphs aren’t semantically correct either. At least using <div> or <span> is neutral.
Let me review some of Luke Wroblewski’s best practices and revisit this.
If nothing else, the groups of fields within the comment form should be wrapped in a <fieldset> with its own descriptive <legend>.
The existing
<p>
elements wrapping form<input>
and<label>
pairs should be changed to use<fieldset>
elements.The text was updated successfully, but these errors were encountered: