New issue
Advanced search Search tips

Issue 876697 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug

Blocking:
issue 874753



Sign in to add a comment

overflow: hidden on fieldset can hide the legend

Project Member Reported by zcorpan@gmail.com, Aug 22

Issue description

See http://software.hixie.ch/utilities/js/live-dom-viewer/saved/6137

<!DOCTYPE html>
<title>fieldset and overflow</title>
<style>
fieldset { margin:0; padding: 0; overflow: hidden; border: none; border-top: 1em solid transparent; }
legend { padding: 0; }
</style>
<p>It should say PASS below.</p>
<fieldset>
 <legend>PASS</legend>
</fieldset>

(Changing the border thickness to 0.5em clips half of the legend.)
 
Blocking: 874753

Sign in to add a comment