Closed dumindu closed 1 year ago
IMO this should be seperated out as its own selector, as it has nothing to do with display-hidden other than sharing the same property.
Would be clearer I belive.
Also only the psuedo is needed.
::-webkit-details-marker { display: none; }
Alos stupid Safari, I mean for reals....lol
Can use directly ::-webkit-details-marker
but should I group all similar style resets into 1 block or not?
Ex. Both :where([hidden])
and ::-webkit-details-marker
having only display: none
cc @elad2412 @elektronik2k5 @fabulousgk
Either way works, I just personally like it separated as to me it is more clear there are two separate issues being addressed. That is just an opinion though.
I can see the arguments for them being together as well.
Look at dialog and pre as examples of existing items kept separate.
Make sense. Updated.
Safari