Bug 46785

Summary: Make fieldsets work with vertical text.
Product: WebKit Reporter: Dave Hyatt <hyatt>
Component: Layout and RenderingAssignee: Dave Hyatt <hyatt>
Status: NEW ---    
Severity: Normal CC: browserbugs2, webkit-bug-importer, zalan, zcorpan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 47236, 47235    
Bug Blocks: 46123, 188643    

Description Dave Hyatt 2010-09-28 23:05:03 PDT
Make fieldsets work with vertical text.
Comment 1 Adele Peterson 2010-10-29 15:13:21 PDT
<rdar://problem/8612046>
Comment 2 Gérard Talbot 2018-04-26 11:31:38 PDT
Basic test (with vendor-prefixes) on legend text position and legend location in vertical-rl writing-mode:

http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/legend-position-in-fieldset-vrl.html
Comment 3 Simon Pieters (:zcorpan) 2018-08-16 02:40:17 PDT
This appears to have been fixed at some point. Close the bug?

Test at https://github.com/web-platform-tests/wpt/pull/12519
Comment 4 Gérard Talbot 2018-08-16 12:36:55 PDT
http://www.gtalbot.org/BrowserBugsSection/CSS3WritingModes/FieldsetVerticalGitHubPullRequest12519.html
(slightly modified and more compact code from the real pull request 12519)

With Epiphany 3.22.7 (WebKit 2.18.6) and with Epiphany Technological Preview 3.29.91-1-g8f26b7ff3 (AppleWebKit/605.1.15; WebKitGTK+ 2.21.5), this appears indeed to have been fixed. I get expected results in all the tests I have.
Comment 5 Sam Sneddon [:gsnedders] 2022-06-21 14:48:16 PDT
https://wpt.fyi/results/html/rendering/non-replaced-elements/the-fieldset-and-legend-elements/fieldset-vertical.html?label=master&label=experimental&aligned seems to be failing with a slight kerning difference; dunno if we wanna consider that acceptable and add fuzziness or keep this bug open for that?