WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
188836
overflow: hidden on fieldset can hide the legend
https://bugs.webkit.org/show_bug.cgi?id=188836
Summary
overflow: hidden on fieldset can hide the legend
Simon Pieters (:zcorpan)
Reported
2018-08-22 04:45:45 PDT
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.)
Attachments
Add attachment
proposed patch, testcase, etc.
Simon Pieters (:zcorpan)
Comment 1
2018-08-22 04:55:28 PDT
https://github.com/web-platform-tests/wpt/pull/12619
Sam Sneddon [:gsnedders]
Comment 2
2022-06-21 14:53:54 PDT
We seem to pass this now:
https://wpt.fyi/results/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-overflow-hidden.html?label=master&label=experimental&aligned
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug