<?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>266145</bug_id>
          
          <creation_ts>2023-12-09 06:04:58 -0800</creation_ts>
          <short_desc>Fix typo &apos;align-contents&apos; to &apos;align-content&apos; for &apos;input[type=&quot;range&quot;]::-webkit-slider-container&apos; in html.css</short_desc>
          <delta_ts>2023-12-10 09:21:15 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>CSS</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Ahmad Saleem">ahmad.saleem792</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1998313</commentid>
    <comment_count>0</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2023-12-09 06:04:58 -0800</bug_when>
    <thetext>Hi Team,

While looking into html.css noted, I noticed that we have align-contents&apos; which is incorrect and it should be &apos;align-content&apos;.

WebKit Source: https://searchfox.org/wubkat/rev/e171a196292b735a205a9adede19a265f93fb4a7/Source/WebCore/css/html.css#948

input[type=&quot;range&quot;]::-webkit-slider-container, input[type=&quot;range&quot;]::-webkit-media-slider-container {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    align-contents: center; &lt;----
    min-width: 0;
}

to:

input[type=&quot;range&quot;]::-webkit-slider-container, input[type=&quot;range&quot;]::-webkit-media-slider-container {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    min-width: 0;
}

&gt; I checked with &apos;MDN&apos; as well: https://developer.mozilla.org/en-US/docs/Web/CSS/align-content

Just wanted to raise so we can fix it.

Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1998458</commentid>
    <comment_count>1</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-12-10 09:20:26 -0800</bug_when>
    <thetext>Committed 271840@main (e9d3bfd63593): &lt;https://commits.webkit.org/271840@main&gt;

Reviewed commits have been landed. Closing PR #21571 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1998459</commentid>
    <comment_count>2</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2023-12-10 09:21:15 -0800</bug_when>
    <thetext>&lt;rdar://problem/119463099&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>