<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>309606</bug_id>
          
          <creation_ts>2026-03-10 15:52:42 -0700</creation_ts>
          <short_desc>Mobile and desktop parity for rendering modes of the select element</short_desc>
          <delta_ts>2026-03-17 15:53:12 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Forms</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Joey Arhar">jarhar</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cdumez</cc>
    
    <cc>mike</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2188875</commentid>
    <comment_count>0</comment_count>
    <who name="Joey Arhar">jarhar</who>
    <bug_when>2026-03-10 15:52:42 -0700</bug_when>
    <thetext>Render select elements in various different modes on mobile and desktop:
&lt;select multiple&gt;
&lt;select multiple size=1&gt;
&lt;select size=4&gt;

Actual results:

Mobile always has a picker, and desktop always has a listbox

Expected results:

Mobile and desktop should have the same rendering mode for the same select element.
Mobile should have a listbox when size=4 or multiple with no size attribute, and desktop should have a picker with multiple size=1, although the spec allows for multiple size=1 with appearance:auto to still be a listbox since macos appkit doesn&apos;t have a multi-select dropdown picker yet.

Here is an HTML issue and spec PR:
https://github.com/whatwg/html/pull/11460
https://github.com/whatwg/html/issues/8189</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2191159</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-03-17 15:53:12 -0700</bug_when>
    <thetext>&lt;rdar://problem/172781801&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>