[Webkit-unassigned] [Bug 200469] New: option label attribute does not render on iOS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 6 07:28:32 PDT 2019


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

            Bug ID: 200469
           Summary: option label attribute does not render on iOS
           Product: WebKit
           Version: Safari 12
          Hardware: iPhone / iPad
                OS: iOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: scottaohara at yahoo.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

The following markup is valid and meets the criteria outlined in the HTML Living Standard:

<select>
  <option>text label</option>
  <option label="option 2" value="opt2 value"></option>
  <option>text label</option>
</select>

Expectation:
The second option in the select should render with a visible text label of "option 2".  This expectation is met in Safari on macOS 10.14.5.

Actual Result:
The second option is rendered without a visible text label in iOS 12.3.1 with Safari.


Test case: https://scottaohara.github.io/tests/html-select/label-value-attrs.html

-- 
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/20190806/cafa213f/attachment.html>


More information about the webkit-unassigned mailing list