[Webkit-unassigned] [Bug 238792] New: [Forms] <input type=reset/submit/button> should support multi-line values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 23:12:21 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=238792

            Bug ID: 238792
           Summary: [Forms] <input type=reset/submit/button> should
                    support multi-line values
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Code: <input type=button value="1
2">

Testcase URL: data:text/html,%3Cinput type%3Dbutton value%3D"1%26%2310%3B2"%3E

Should appear the same as: <button>1<br>2</button>

Tested by html/rendering/widgets/button-layout/inline-level.html WPT

WebKit only shows the first line.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220405/4a1554fb/attachment.htm>


More information about the webkit-unassigned mailing list