This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 27018 - fieldset { display: block }
Summary: fieldset { display: block }
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-10 15:26 UTC by Simon Sapin
Modified: 2014-10-28 18:20 UTC (History)
2 users (show)

See Also:


Attachments

Description Simon Sapin 2014-10-10 15:26:28 UTC
Browsers seem to have this rule in their user agent stylesheet:

fieldset {
  display: block;
}

However, chapter 14 Rendering does not mention it. It should be added to 14.3.13 The fieldset and legend elements.
Comment 1 contributor 2014-10-28 18:20:40 UTC
Checked in as WHATWG revision r8842.
Check-in comment: Make <fieldset> display:block to match implementations
https://html5.org/tools/web-apps-tracker?from=8841&to=8842