[Webkit-unassigned] [Bug 266888] New: `select`, `option` and `optgroup` element should have

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 26 09:15:24 PST 2023


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

            Bug ID: 266888
           Summary: `select`, `option` and `optgroup` element should have
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: WPTImpact
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Hi Team,

While looking into WPT failures specifically below test, I noticed that we fail few tests:

WPT Test Case: https://wpt.fyi/results/html/rendering/widgets/the-select-element/select-as-listbox-default-styles.tentative.html?label=master&label=experimental&aligned=

I noticed that we fail few cursor and white-space related tests:

While doing some changes in 'html.css' (UA Stylesheet), I was manage to make them progress:

optgroup {
    white-space: normal;
    cursor: auto;
}

option {
    cursor: auto;
    white-space: normal;
}

^ In option, we are undoing previous Blink import, where we added 'white-space: nowrap'.

select {
    cursor: auto;
}

__

NOTE - these are changes above, which are just I done locally and it might not be right way to fix the bug (due to list-box - might have to introduce new internal selector similar to 'table' change), but just wanted to raise so we can get input and track it.

___

It progress following:

PASS <option>3 (in <select multiple=""><optgroup label="2">) - cursor
PASS <option>3 (in <select multiple=""><optgroup label="2">) - white-space
PASS <optgroup label="2"><option>3 (in <select multiple="">) - cursor
PASS <option>1 (in <select multiple="">) - cursor
PASS <option>1 (in <select multiple="">) - white-space

___

Thanks!

-- 
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/20231226/140ebf18/attachment-0001.htm>


More information about the webkit-unassigned mailing list