<?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>267330</bug_id>
          
          <creation_ts>2024-01-10 04:07:34 -0800</creation_ts>
          <short_desc>Unprefix ::webkit-details-marker &gt; ::marker</short_desc>
          <delta_ts>2024-01-10 07:19:57 -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 17</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>157323</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nilesh Prajapati">nileshprajapati</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>karlcow</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2004052</commentid>
    <comment_count>0</comment_count>
    <who name="Nilesh Prajapati">nileshprajapati</who>
    <bug_when>2024-01-10 04:07:34 -0800</bug_when>
    <thetext>Hi Webkit

Is there any plan to standardise/unprefix `::webkit-details-marker` to `::marker`?

With the release of Exclusive accordions in iOS 17.2 the current way to remove the triangle from the &lt;summary&gt; for Safari is to use `::webkit-details-marker`.

Chrome and Firefox browsers have supported the `::marker` pseudo-element since 2020.

https://developer.mozilla.org/en-US/docs/Web/CSS/::marker

Chrome: Supported since 86
Firefox: Supported since 68
Safari: Partial support

Thanks,
Nilesh</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2004058</commentid>
    <comment_count>1</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2024-01-10 04:50:42 -0800</bug_when>
    <thetext>Hi Nilesh,

Thanks.
It&apos;s already unprefixed.
But it is missing some properties.
Do you think Bug 204163 already covers what you are asking?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2004064</commentid>
    <comment_count>2</comment_count>
    <who name="Nilesh Prajapati">nileshprajapati</who>
    <bug_when>2024-01-10 06:50:48 -0800</bug_when>
    <thetext>Hi Karl

I dont think (Bug 204163) cover my issue.
 

&lt;details name=&quot;test&quot;&gt;
    &lt;summary&gt;Heading&lt;/summary&gt;
    &lt;p&gt;Text.&lt;/p&gt;
 &lt;/details&gt;


Currrently, to remove the triangle indicator from summary element I will have to include (::-webkit-details-marker) pseudo-element:

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

While both Chrome and Firefox support and uses (::marker) pseudo-element. 

summary::marker {
  display: none;
}



Thanks,
Nilesh</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2004073</commentid>
    <comment_count>3</comment_count>
    <who name="Karl Dubost">karlcow</who>
    <bug_when>2024-01-10 07:19:57 -0800</bug_when>
    <thetext>ha this is Bug 157323

*** This bug has been marked as a duplicate of bug 157323 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>